Class ExportNotificationStateMapperMember
- java.lang.Object
-
- com.broadleafcommerce.common.dataexport.messaging.mapping.ExportNotificationStateMapperMember
-
- 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 ExportNotificationStateMapperMember extends Object implements com.broadleafcommerce.data.tracking.core.mapping.DomainMapperMember
Creates theNotificationStateAware.getNotificationStates()for the persistent counterpart ofExport.- Author:
- Samarth Dhruva (samarthd)
-
-
Constructor Summary
Constructors Constructor Description ExportNotificationStateMapperMember(com.broadleafcommerce.common.messaging.notification.NotificationStateService notificationStateService)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <D> DfromBusinessDomain(Object businessDomain, D repositoryDomain, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo)StringgetDataRoutePartition()protected com.broadleafcommerce.common.messaging.notification.NotificationStateServicegetNotificationStateService()-
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:
getDataRoutePartitionin 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:
fromBusinessDomainin interfacecom.broadleafcommerce.data.tracking.core.mapping.DomainMapperMember
-
getNotificationStateService
@NonNull protected com.broadleafcommerce.common.messaging.notification.NotificationStateService getNotificationStateService()
-
-