Class CustomerModifiedEvent
java.lang.Object
com.broadleafcommerce.recommendationengine.service.messaging.domain.CustomerModifiedEvent
- All Implemented Interfaces:
 Serializable
- See Also:
 
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleancom.broadleafcommerce.data.tracking.core.context.ContextInfoTheContextInfoderived from the original request containing tenant and sandbox info.The customers that have been created / modified / deletedThe type of operation that has occurred ("CREATE", "UPDATE" or "DELETE")inthashCode()voidsetContextInfo(com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) TheContextInfoderived from the original request containing tenant and sandbox info.voidsetCustomers(List<Customer> customers) The customers that have been created / modified / deletedvoidsetOperationType(String operationType) The type of operation that has occurred ("CREATE", "UPDATE" or "DELETE")toString() 
- 
Constructor Details
- 
CustomerModifiedEvent
public CustomerModifiedEvent() 
 - 
 - 
Method Details
- 
getCustomers
The customers that have been created / modified / deleted - 
getOperationType
The type of operation that has occurred ("CREATE", "UPDATE" or "DELETE") - 
getContextInfo
@Nullable public com.broadleafcommerce.data.tracking.core.context.ContextInfo getContextInfo()TheContextInfoderived from the original request containing tenant and sandbox info.- Returns:
 - The 
ContextInfoderived from the original request 
 - 
setCustomers
The customers that have been created / modified / deleted- Parameters:
 augmentation-
 - 
setOperationType
The type of operation that has occurred ("CREATE", "UPDATE" or "DELETE")- Parameters:
 operationType-
 - 
setContextInfo
public void setContextInfo(@Nullable com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) TheContextInfoderived from the original request containing tenant and sandbox info. - 
equals
 - 
canEqual
 - 
hashCode
public int hashCode() - 
toString
 
 -