Package com.broadleafcommerce.data.tracking.core.mapping
-
Interface Summary Interface Description BusinessTypeAware Represents a repository domain instance that is capable of describing the business domain type to which it is related.ChangeTransformer Component responsible for applying data from aChangeDetail
to a targetTrackable
entity.DomainMapper Common interface forDomainMapperMember
andDomainMapperManager
.DomainMapperManager Manages one or moreDomainMapperMember
instances as a transformation pipeline between domain types.DomainMapperMember Individual contributor to a transformation pipeline facilitated byDomainMapperManager
.EntityUtils.ThrowingReturningWork<G extends Exception,P> Perform a task and return an arbitrary object instance as response.IdAware Provides a reflective way to get and set id information on a POJO.ModelMapperMappable Provides a mapping definition between a business domain instance and a repository domain instance.PostMapper Common interface forPostMapperMember
andDomainMapperManager
.PostMapperMember Individual contributor to a transformation pipeline facilitated byDomainMapperManager
.PropertyTypeInfo An object that describes the type of a field that has been changed.TrackableDomainMapperMemberSupport Exposes the functionality necessary to support maintenance ofTrackable
domain instances.WorkflowMapper Maps data between original and target state for repository domain items. -
Class Summary Class Description AlwaysMutableContextStateBuilder BasicAuditDomainMapperMember A specialDomainMapperMember
which is responsible for adding basic audit information during entity persistence.BusinessTypeAwareDomainMapperMember Support theBusinessTypeAware
interface for determination of the proper Business domain type to associate with a repository domain instance.ChangeContainerOverridableDomainMapperMember ADomainMapperMember
implementation which is responsible for mapping theChangeContainer
for aChangeContainerOverridable
projection domain over to its repository domain.ChangeContainerUtils ChangeTransformerHelper Helper class for dealing with JSON serialized object state (primarily inChangeDetail
).ContextStateBuilder CreateSetupDomainMapperMember A specialDomainMapperMember
which is responsible for performing any required operations on entities prior to their creation in the database.DefaultChangeTransformer DefaultDomainMapperManager DefaultProjectionFactory DefaultPropertyTypeInfo DefaultTrackableDomainMapperMemberSupport DefaultWorkflowMapper EntityUtils Dynamically perform operations related to repository domain classes.FilterAndSortAliasUtil Utilities for processingFilterAndSortAlias
ForwardMapResponse The result of a request to move the sandbox state of an entity forward in the approval flowIdAware.Id MappingUtils Utility methods related to mapping activities in data tracking and ModelMapperModelMapperDomainMapperMember ThisDomainMapperMember
implementation utilizes theModelMapper
library as the method of mapping between repository domain and business domain.PostToMeConverter As a ModelMapper PostConverter, supports discovery and execution ofProjectionPostConvert
annotated methods in nested (arbitrarily deep) child object of a top-level ModelMapperMappable entity.PostToMeConverter.PostToMeContext RejectMapResponse The result of a request to reject a previous promotionTempOverrideMapResponse The result of a request to examine the deployment status and archival results of a deployment request whoseWorkflowDeployRequest.isRemoveTemporaryOverride()
is true.UpdateValidationDomainMapperMember A specialDomainMapperMember
which is responsible for validating the id variable state for update requests. -
Exception Summary Exception Description ChangeDetailApplyException A ChangeDetailApplyException indicates that an attempt to apply aChangeDetail
to a targetTrackable
failed. -
Annotation Types Summary Annotation Type Description AutoConfigureProjectionMapping Type level annotation intended for domain classes and used to configure whether or not the system will attempt to auto configure mapping to a projection.ExplicitProjectionFieldConfiguration Control aspects of how the system will treat fields exposed in an auto generated projection.FilterAndSortAlias Marker on a repository instance that allowsSort
and RSQL filter requests to be targeted via an alias rather than the property itself.ProjectionPostConvert Perform a post conversion mapping operation during the auto projection flow for a repository entity member of a related OneToMany collection.