Uses of Interface
com.broadleafcommerce.data.tracking.core.mapping.DomainMapperMember
Packages that use DomainMapperMember
Package
Description
-
Uses of DomainMapperMember in com.broadleafcommerce.data.tracking.core.autoconfigure
Methods in com.broadleafcommerce.data.tracking.core.autoconfigure that return DomainMapperMemberModifier and TypeMethodDescriptionDomainMapperAutoConfiguration.basicAuditDomainMapperMember()DomainMapperAutoConfiguration.businessTypeAwareDomainMapperMember(com.broadleafcommerce.common.extension.TypeFactory typeFactory) DomainMapperAutoConfiguration.changeContainerOverridableDomainMapperMember(com.broadleafcommerce.common.extension.TypeFactory typeFactory) DomainMapperAutoConfiguration.createSetupDomainMapperMember()DomainMapperAutoConfiguration.modelMapperDomainMapperMember(TrackableDomainMapperMemberSupport trackableSupport, TrackableBehaviorUtil behaviorUtil) DomainMapperAutoConfiguration.updateValidationDomainMapperMember()Methods in com.broadleafcommerce.data.tracking.core.autoconfigure with parameters of type DomainMapperMemberModifier and TypeMethodDescriptionDomainMapperAutoConfiguration.ModelMapperCacheConfig.modelMapperSerializer(DomainMapperMember domainMapperMember, DomainMapperManager domainMapperManager, com.broadleafcommerce.common.extension.TypeFactory typeFactory, ResourceProvider resourceProvider, KryoCustomizer kryoCustomizer, com.broadleafcommerce.common.extension.data.DataRouteReference reference, ModelMapperCacheProperties properties) Method parameters in com.broadleafcommerce.data.tracking.core.autoconfigure with type arguments of type DomainMapperMemberModifier and TypeMethodDescriptionDomainMapperAutoConfiguration.domainMapperManager(List<DomainMapperMember> members, List<PostMapperMember> postMembers, com.broadleafcommerce.common.extension.TypeFactory typeFactory, com.broadleafcommerce.common.extension.data.DataRouteReference reference) -
Uses of DomainMapperMember in com.broadleafcommerce.data.tracking.core.mapping
Classes in com.broadleafcommerce.data.tracking.core.mapping that implement DomainMapperMemberModifier and TypeClassDescriptionclassA specialDomainMapperMemberwhich is responsible for adding basic audit information during entity persistence.classSupport theBusinessTypeAwareinterface for determination of the proper Business domain type to associate with a repository domain instance.classADomainMapperMemberimplementation which is responsible for mapping theChangeContainerfor aChangeContainerOverridableprojection domain over to its repository domain.classA specialDomainMapperMemberwhich is responsible for performing any required operations on entities prior to their creation in the database.classThisDomainMapperMemberimplementation utilizes theModelMapperlibrary as the method of mapping between repository domain and business domain.classA specialDomainMapperMemberwhich is responsible for validating the id variable state for update requests.Constructor parameters in com.broadleafcommerce.data.tracking.core.mapping with type arguments of type DomainMapperMemberModifierConstructorDescriptionDefaultDomainMapperManager(List<DomainMapperMember> members, com.broadleafcommerce.common.extension.TypeFactory typeFactory, com.broadleafcommerce.common.extension.data.DataRouteReference reference) DefaultDomainMapperManager(List<DomainMapperMember> members, List<PostMapperMember> postMembers, com.broadleafcommerce.common.extension.TypeFactory typeFactory, com.broadleafcommerce.common.extension.data.DataRouteReference reference) -
Uses of DomainMapperMember in com.broadleafcommerce.data.tracking.core.mapping.cache
Constructors in com.broadleafcommerce.data.tracking.core.mapping.cache with parameters of type DomainMapperMemberModifierConstructorDescriptionDefaultModelMapperSerializer(DomainMapperMember domainMapperMember, DomainMapperManager domainMapperManager, ResourceProvider resourceProvider, com.broadleafcommerce.common.extension.TypeFactory typeFactory, KryoCustomizer kryoCustomizer, com.broadleafcommerce.common.extension.data.DataRouteReference reference, ModelMapperCacheProperties properties) -
Uses of DomainMapperMember in com.broadleafcommerce.data.tracking.core.mapping.money
Classes in com.broadleafcommerce.data.tracking.core.mapping.money that implement DomainMapperMember -
Uses of DomainMapperMember in com.broadleafcommerce.data.tracking.core.messaging.search.mapping
Classes in com.broadleafcommerce.data.tracking.core.messaging.search.mapping that implement DomainMapperMemberModifier and TypeClassDescriptionclassADomainMapperMemberthat is responsible for initializing theNotificationStateforSingleIndexRequestProduceronIndexableentities.