Class BusinessTypeModifiedEvent

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

public class BusinessTypeModifiedEvent extends Object implements Serializable
A message event dispatched after an augmentation has been created or modified by the admin.
Author:
Jon Fleschler (jfleschler)
See Also:
  • Constructor Details

    • BusinessTypeModifiedEvent

      public BusinessTypeModifiedEvent(BusinessType businessType)
    • BusinessTypeModifiedEvent

      public BusinessTypeModifiedEvent()
  • Method Details

    • getEntityType

      public String getEntityType()
      The type of entity that this business type is associated with
    • getBusinessType

      public BusinessType getBusinessType()
      The augmentation that has been created / modified
    • getModificationType

      public String getModificationType()
      The type of modification that has occurred ("CREATE", "UPDATE" or "DELETE")
    • 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
    • setEntityType

      public void setEntityType(String entityType)
      The type of entity that this business type is associated with
      Parameters:
      entityType -
    • setBusinessType

      public void setBusinessType(BusinessType businessType)
      The augmentation that has been created / modified
      Parameters:
      augmentation -
    • setModificationType

      public void setModificationType(String modificationType)
      The type of modification that has occurred ("CREATE", "UPDATE" or "DELETE")
      Parameters:
      modificationType -
    • 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.