Class NotificationAwareDomainMapperMember
- java.lang.Object
-
- com.broadleafcommerce.scheduledjob.mapping.NotificationAwareDomainMapperMember
-
- All Implemented Interfaces:
com.broadleafcommerce.common.extension.data.DataRoutePartitionAware
,com.broadleafcommerce.data.tracking.core.mapping.DomainMapper
,com.broadleafcommerce.data.tracking.core.mapping.DomainMapperMember
,org.springframework.core.Ordered
public class NotificationAwareDomainMapperMember extends Object implements com.broadleafcommerce.data.tracking.core.mapping.DomainMapperMember
Map newNotificationStateAware
instances with ready-to-useNotificationState
values for the TransitionRequest class of producers.- Author:
- Jeff Fischer
-
-
Constructor Summary
Constructors Constructor Description NotificationAwareDomainMapperMember(com.broadleafcommerce.common.extension.TypeFactory factory)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description <D> D
fromBusinessDomain(Object businessDomain, D repositoryDomain, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo)
String
getDataRoutePartition()
protected static String
getSANDBOX_DEPLOYMENT_JOB_TYPE()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
-
-
Method Detail
-
getDataRoutePartition
public String getDataRoutePartition()
- Specified by:
getDataRoutePartition
in interfacecom.broadleafcommerce.common.extension.data.DataRoutePartitionAware
-
fromBusinessDomain
public <D> D fromBusinessDomain(Object businessDomain, D repositoryDomain, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo)
- Specified by:
fromBusinessDomain
in interfacecom.broadleafcommerce.data.tracking.core.mapping.DomainMapperMember
-
getSANDBOX_DEPLOYMENT_JOB_TYPE
protected static String getSANDBOX_DEPLOYMENT_JOB_TYPE()
-
-