Class AugmentationModifiedEvent
java.lang.Object
com.broadleafcommerce.metadata.core.service.messaging.augmentation.AugmentationModifiedEvent
- All Implemented Interfaces:
Serializable
A message event dispatched after an augmentation has been created or modified by the admin.
- Author:
- Jon Fleschler (jfleschler)
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe augmentation that has been created / modifiedcom.broadleafcommerce.data.tracking.core.context.ContextInfo
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 Details
-
AugmentationModifiedEvent
-
AugmentationModifiedEvent
public AugmentationModifiedEvent()
-
-
Method Details
-
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
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.
-