Class CatalogAccessPolicyModifiedEvent
java.lang.Object
com.broadleafcommerce.catalog.messaging.CatalogAccessPolicyModifiedEvent
- All Implemented Interfaces:
Serializable
A message event dispatched after a CatalogAccessPolicy is created, updated, or deleted by an
admin.
- Author:
- Susana Cruz
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanThe augmentation that has been created / modifiedcom.broadleafcommerce.data.tracking.core.context.ContextInfoTheContextInfoderived from the original request containing tenant and sandbox info.The type of operation that has occurred ("CREATE", "UPDATE" or "DELETE")inthashCode()voidsetCatalogAccessPolicy(CatalogAccessPolicy catalogAccessPolicy) The augmentation that has been created / modifiedvoidsetContextInfo(com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) TheContextInfoderived from the original request containing tenant and sandbox info.voidsetOperationType(String operationType) The type of operation that has occurred ("CREATE", "UPDATE" or "DELETE")toString()
-
Constructor Details
-
CatalogAccessPolicyModifiedEvent
public CatalogAccessPolicyModifiedEvent()
-
-
Method Details
-
getCatalogAccessPolicy
The augmentation that has been created / modified -
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
-
setCatalogAccessPolicy
The augmentation that has been created / modified- 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
-