Uses of Interface
com.broadleafcommerce.data.tracking.core.ContextStateAware
-
Packages that use ContextStateAware Package Description com.broadleafcommerce.data.tracking.core.mapping com.broadleafcommerce.data.tracking.core.tenant.domain -
-
Uses of ContextStateAware in com.broadleafcommerce.data.tracking.core.mapping
Methods in com.broadleafcommerce.data.tracking.core.mapping with parameters of type ContextStateAware Modifier and Type Method Description voidContextStateBuilder. setChangeStateForEmbeddedCollections(Trackable domain, ContextStateAware businessItem, org.modelmapper.ModelMapper fromMeMapper)Sets theEmbeddedContextStateon a businessItem's embedded collections where the member items areEmbeddedContextStateAware. -
Uses of ContextStateAware in com.broadleafcommerce.data.tracking.core.tenant.domain
Classes in com.broadleafcommerce.data.tracking.core.tenant.domain that implement ContextStateAware Modifier and Type Class Description classApplicationRepresents the tenant concept of a storefront structure.classCatalogRepresents a catalog node in an overall catalog tree.classMarketplaceApplicationCatalogReference structure for aApplicationto its individually assignedCataloginstances.
-