Class AugmentationModifiedEvent

  • All Implemented Interfaces:
    Serializable

    public class AugmentationModifiedEvent
    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:
    Serialized Form
    • Constructor Detail

      • AugmentationModifiedEvent

        public AugmentationModifiedEvent​(Augmentation augmentation)
      • AugmentationModifiedEvent

        public AugmentationModifiedEvent()
    • Method Detail

      • getAugmentation

        public Augmentation getAugmentation()
        The augmentation that has been created / modified
      • 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
      • setAugmentation

        public void setAugmentation​(Augmentation augmentation)
        The augmentation that has been created / modified
        Parameters:
        augmentation -
      • 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.