Class CategoryModifiedEvent
java.lang.Object
com.broadleafcommerce.bulkoperations.messaging.CategoryModifiedEvent
- All Implemented Interfaces:
Serializable
A message event dispatched after a category has been created or modified by the admin.
- Since:
- Bulk Operations Service 1.0.2, Release Train 2.1.4, Release Train 2.2.0
- Author:
- Jon Fleschler (jfleschler)
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe id of the category that has been created / modifiedcom.broadleafcommerce.data.tracking.core.context.ContextInfo
TheContextInfo
derived from the original request containing tenant and sandbox info.void
setCategory
(Category category) The id of the category that has been created / modifiedvoid
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 id of the category that has been created / modified -
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 id of the category that has been created / modified- Parameters:
category
-
-
setContextInfo
public void setContextInfo(@Nullable com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) TheContextInfo
derived from the original request containing tenant and sandbox info.
-