Class CategoryModifiedEvent

java.lang.Object
com.broadleafcommerce.catalog.messaging.CategoryModifiedEvent
All Implemented Interfaces:
Serializable

public class CategoryModifiedEvent extends Object implements 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
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    The type of entity that this business type is associated with
    com.broadleafcommerce.data.tracking.core.context.ContextInfo
    The ContextInfo derived from the original request containing tenant and sandbox info.
    void
    The type of entity that this business type is associated with
    void
    setContextInfo(com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo)
    The ContextInfo derived from the original request containing tenant and sandbox info.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • CategoryModifiedEvent

      public CategoryModifiedEvent()
  • Method Details

    • getCategory

      public Category getCategory()
      The type of entity that this business type is associated with
    • getContextInfo

      @Nullable public com.broadleafcommerce.data.tracking.core.context.ContextInfo getContextInfo()
      The ContextInfo derived from the original request containing tenant and sandbox info.
      Returns:
      The ContextInfo derived from the original request
    • setCategory

      public void setCategory(Category category)
      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)
      The ContextInfo derived from the original request containing tenant and sandbox info.