Class CategoryModifiedEvent
java.lang.Object
com.broadleafcommerce.catalog.messaging.CategoryModifiedEvent
- All Implemented Interfaces:
Serializable
A message event dispatched after a category has been created or modified by the admin.
- Author:
- Jon Fleschler (jfleschler)
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe type of entity that this business type is associated withcom.broadleafcommerce.data.tracking.core.context.ContextInfo
TheContextInfo
derived from the original request containing tenant and sandbox info.void
setCategory
(Category category) The type of entity that this business type is associated withvoid
setContextInfo
(com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) TheContextInfo
derived from the original request containing tenant and sandbox info.
-
Constructor Details
-
CategoryModifiedEvent
public CategoryModifiedEvent()
-
-
Method Details
-
getCategory
The type of entity that this business type is associated with -
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
-
setCategory
The type of entity that this business type is associated with- Parameters:
entityType
-
-
setContextInfo
public void setContextInfo(@Nullable com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) TheContextInfo
derived from the original request containing tenant and sandbox info.
-