Class CustomerModifiedEvent
java.lang.Object
com.broadleafcommerce.customer.messaging.domain.CustomerModifiedEvent
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
com.broadleafcommerce.data.tracking.core.context.ContextInfo
TheContextInfo
derived 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")int
hashCode()
void
setContextInfo
(com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) TheContextInfo
derived from the original request containing tenant and sandbox info.void
setCustomers
(List<Customer> customers) The customers that have been created / modified / deletedvoid
setOperationType
(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()TheContextInfo
derived from the original request containing tenant and sandbox info.- Returns:
- The
ContextInfo
derived 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) TheContextInfo
derived from the original request containing tenant and sandbox info. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-