Class AugmentationModifiedEvent
- java.lang.Object
-
- com.broadleafcommerce.metadata.core.service.messaging.augmentation.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 Summary
Constructors Constructor Description AugmentationModifiedEvent()
AugmentationModifiedEvent(Augmentation augmentation)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Augmentation
getAugmentation()
The augmentation that has been created / modifiedcom.broadleafcommerce.data.tracking.core.context.ContextInfo
getContextInfo()
TheContextInfo
derived from the original request containing tenant and sandbox info.void
setAugmentation(Augmentation augmentation)
The augmentation 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 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()
TheContextInfo
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)
TheContextInfo
derived from the original request containing tenant and sandbox info.
-
-