Class JpaApplication
- java.lang.Object
-
- com.broadleafcommerce.data.tracking.jpa.tenant.domain.application.JpaApplication
-
- All Implemented Interfaces:
com.broadleafcommerce.common.messaging.notification.domain.NotificationStateAware,com.broadleafcommerce.data.tracking.core.mapping.BusinessTypeAware,com.broadleafcommerce.data.tracking.core.mapping.ModelMapperMappable,com.broadleafcommerce.data.tracking.core.Temporal,com.broadleafcommerce.data.tracking.core.TenantTrackable<TenantJpaTracking>,com.broadleafcommerce.data.tracking.core.Trackable,com.broadleafcommerce.data.tracking.core.TypedTrackable<TenantJpaTracking>,Serializable
@Entity public class JpaApplication extends Object implements com.broadleafcommerce.data.tracking.core.TenantTrackable<TenantJpaTracking>, com.broadleafcommerce.data.tracking.core.mapping.ModelMapperMappable, com.broadleafcommerce.data.tracking.core.Temporal, com.broadleafcommerce.data.tracking.core.mapping.BusinessTypeAware, Serializable
Represents the tenant concept of a storefront structure. This structure ties together concepts of visible catalogs, as well as URI resolution.Redundant domain that is originally maintained in the tenant service. This is redundant domain for microservices interested in tenant structure to perform local discrimination duties. This redundant domain is kept up-to-date via async streaming of changes from the tenant service. See
TenantPersistenceHandler.- Author:
- Jeff Fischer
- See Also:
Application, Serialized Form
-
-
Constructor Summary
Constructors Constructor Description JpaApplication()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)org.modelmapper.ModelMapperfromMe()List<Currency>getAllowedCurrencies()List<Locale>getAllowedLocales()Class<?>getBusinessDomainType()StringgetContextId()CurrencygetDefaultCurrency()LocalegetDefaultLocale()Optional<String>getDisplay()StringgetIdentifierType()StringgetIdentifierValue()List<JpaApplicationCatalogRef>getIsolatedCatalogs()StringgetName()InstantgetTimestamp()Temporal state describing the time at which this item was last updated.TenantJpaTrackinggetTracking()Retrieve the tracking information from the entityinthashCode()booleanisDeactivated()booleanisMarketplace()voidsetAllowedCurrencies(List<Currency> allowedCurrencies)voidsetAllowedLocales(List<Locale> allowedLocales)voidsetContextId(String contextId)voidsetDeactivated(boolean deactivated)voidsetDefaultCurrency(Currency defaultCurrency)voidsetDefaultLocale(Locale defaultLocale)voidsetIdentifierType(String identifierType)voidsetIdentifierValue(String identifierValue)voidsetIsolatedCatalogs(List<JpaApplicationCatalogRef> isolatedCatalogs)voidsetMarketplace(boolean isMarketplace)voidsetName(String name)voidsetTimestamp(Instant timestamp)Temporal state describing the time at which this item was last updated.voidsetTracking(TenantJpaTracking tracking)Retrieve the tracking information from the entityorg.modelmapper.ModelMappertoMe()StringtoString()-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface com.broadleafcommerce.data.tracking.core.mapping.ModelMapperMappable
postFromMe, postToMe, preFromMe, preToMe
-
Methods inherited from interface com.broadleafcommerce.common.messaging.notification.domain.NotificationStateAware
findNotificationState
-
-
-
-
Field Detail
-
CATALOGS
public static final String CATALOGS
- See Also:
- Constant Field Values
-
-
Method Detail
-
fromMe
@NonNull public org.modelmapper.ModelMapper fromMe()
- Specified by:
fromMein interfacecom.broadleafcommerce.data.tracking.core.mapping.ModelMapperMappable
-
toMe
@NonNull public org.modelmapper.ModelMapper toMe()
- Specified by:
toMein interfacecom.broadleafcommerce.data.tracking.core.mapping.ModelMapperMappable
-
getBusinessDomainType
@NonNull public Class<?> getBusinessDomainType()
- Specified by:
getBusinessDomainTypein interfacecom.broadleafcommerce.data.tracking.core.mapping.BusinessTypeAware
-
getDisplay
public Optional<String> getDisplay()
- Specified by:
getDisplayin interfacecom.broadleafcommerce.data.tracking.core.Trackable
-
getContextId
public String getContextId()
- Specified by:
getContextIdin interfacecom.broadleafcommerce.data.tracking.core.Trackable
-
getName
public String getName()
- See Also:
Application.getName()
-
getIdentifierType
public String getIdentifierType()
- See Also:
Application.getIdentifierType()
-
getIdentifierValue
public String getIdentifierValue()
- See Also:
Application.getIdentifierValue()
-
isDeactivated
public boolean isDeactivated()
- See Also:
Application.isDeactivated()
-
getDefaultLocale
public Locale getDefaultLocale()
- See Also:
Application.getDefaultLocale()
-
getDefaultCurrency
public Currency getDefaultCurrency()
- See Also:
Application.getDefaultCurrency()
-
getAllowedCurrencies
public List<Currency> getAllowedCurrencies()
- See Also:
Application.getAllowedCurrencies()
-
getIsolatedCatalogs
public List<JpaApplicationCatalogRef> getIsolatedCatalogs()
- See Also:
Application.getIsolatedCatalogs()
-
isMarketplace
public boolean isMarketplace()
- See Also:
Application.isMarketplace()
-
getTimestamp
public Instant getTimestamp()
Temporal state describing the time at which this item was last updated. Relates to theTemporalinterface and is primarily used during consumption of messages regarding changes in state to this domain. For example, a service consuming a change notification for this domain can compare the current persisted timestamp to this timestamp to determine if it already has a newer version, in which case, it can ignore. This is primarily a measure to ensure that ordering is not required for messages related to state change.- Specified by:
getTimestampin interfacecom.broadleafcommerce.data.tracking.core.Temporal- Returns:
- Temporal state describing the time at which this item was last updated
-
getTracking
public TenantJpaTracking getTracking()
Retrieve the tracking information from the entity- Specified by:
getTrackingin interfacecom.broadleafcommerce.data.tracking.core.Trackable- Returns:
- Tracking information
-
setContextId
public void setContextId(String contextId)
- Specified by:
setContextIdin interfacecom.broadleafcommerce.data.tracking.core.Trackable
-
setName
public void setName(String name)
- See Also:
Application.getName()
-
setIdentifierType
public void setIdentifierType(String identifierType)
- See Also:
Application.getIdentifierType()
-
setIdentifierValue
public void setIdentifierValue(String identifierValue)
- See Also:
Application.getIdentifierValue()
-
setDeactivated
public void setDeactivated(boolean deactivated)
- See Also:
Application.isDeactivated()
-
setDefaultLocale
public void setDefaultLocale(Locale defaultLocale)
- See Also:
Application.getDefaultLocale()
-
setAllowedLocales
public void setAllowedLocales(List<Locale> allowedLocales)
- See Also:
Application.getAllowedLocales()
-
setDefaultCurrency
public void setDefaultCurrency(Currency defaultCurrency)
- See Also:
Application.getDefaultCurrency()
-
setAllowedCurrencies
public void setAllowedCurrencies(List<Currency> allowedCurrencies)
- See Also:
Application.getAllowedCurrencies()
-
setIsolatedCatalogs
public void setIsolatedCatalogs(List<JpaApplicationCatalogRef> isolatedCatalogs)
- See Also:
Application.getIsolatedCatalogs()
-
setMarketplace
public void setMarketplace(boolean isMarketplace)
- See Also:
Application.isMarketplace()
-
setTimestamp
public void setTimestamp(Instant timestamp)
Temporal state describing the time at which this item was last updated. Relates to theTemporalinterface and is primarily used during consumption of messages regarding changes in state to this domain. For example, a service consuming a change notification for this domain can compare the current persisted timestamp to this timestamp to determine if it already has a newer version, in which case, it can ignore. This is primarily a measure to ensure that ordering is not required for messages related to state change.- Specified by:
setTimestampin interfacecom.broadleafcommerce.data.tracking.core.Temporal- Parameters:
timestamp- Temporal state describing the time at which this item was last updated
-
setTracking
public void setTracking(TenantJpaTracking tracking)
Retrieve the tracking information from the entity- Specified by:
setTrackingin interfacecom.broadleafcommerce.data.tracking.core.TypedTrackable<TenantJpaTracking>- Parameters:
tracking- Tracking information
-
canEqual
protected boolean canEqual(Object other)
-
-