Serialized Form
-
Package com.broadleafcommerce.metadata.core.domain
-
Class com.broadleafcommerce.metadata.core.domain.Augmentation extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
changeType
AugmentationChangeType changeType
The type of change this represents.- See Also:
for the enumerated options
-
componentClassifier
String componentClassifier
The classifier of the component. -
componentType
String componentType
The type of the component. -
containerKey
String containerKey
Reference to the top-levelComponent.getAugmentationKey()
in the root-level component -
id
String id
-
jsonPayload
String jsonPayload
The json representation of the component for this augmentation operation. Only non-null whenAugmentation.changeType
isAugmentationChangeType.INSERT
orAugmentationChangeType.PATCH
-
targetKey
String targetKey
The augmentation key of the child within the container that is the target of the augment -
targetLabel
com.broadleafcommerce.metadata.i18n.InternationalizedMessage targetLabel
This is the label of the target component and is NOT persisted with the augmentation. It is defined at augmentation time. -
timestamp
Instant timestamp
The timestamp of when this was created. Used for determining the order of operations when applying augmentations.
-
-
-
Package com.broadleafcommerce.metadata.core.service.messaging.augmentation
-
Class com.broadleafcommerce.metadata.core.service.messaging.augmentation.AugmentationModifiedEvent extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
augmentation
Augmentation augmentation
The augmentation that has been created / modified -
contextInfo
com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo
TheContextInfo
derived from the original request containing tenant and sandbox info.
-
-
-
Package com.broadleafcommerce.metadata.core.service.processor
-
Class com.broadleafcommerce.metadata.core.service.processor.ProcessAugmentationException extends RuntimeException implements Serializable
-
-
Package com.broadleafcommerce.metadata.provider.jpa.domain
-
Class com.broadleafcommerce.metadata.provider.jpa.domain.JpaAugmentation extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
changeType
String changeType
-
componentClassifier
String componentClassifier
-
componentType
String componentType
-
containerKey
String containerKey
-
contextId
String contextId
-
jsonPayload
String jsonPayload
-
targetKey
String targetKey
-
timestamp
Instant timestamp
-
tracking
com.broadleafcommerce.data.tracking.jpa.filtering.domain.ApplicationJpaTracking tracking
- See Also:
ApplicationJpaTracking
-
-
-
Package com.broadleafcommerce.metadata.route
-
Class com.broadleafcommerce.metadata.route.ComponentRoute extends Object implements Serializable
- serialVersionUID:
- 1L
-
-
Package com.broadleafcommerce.metadata.web.endpoint.exception
-
Class com.broadleafcommerce.metadata.web.endpoint.exception.MetadataMissingException extends RuntimeException implements Serializable
-
-
Package com.broadleafcommerce.metadata.web.mapping
-
Class com.broadleafcommerce.metadata.web.mapping.UnwrappingBeanSerializerWithTypeInformation extends com.fasterxml.jackson.databind.ser.impl.UnwrappingBeanSerializer implements Serializable
- serialVersionUID:
- 1L
-
Class com.broadleafcommerce.metadata.web.mapping.UnwrappingBeanSerializerWithTypeInformationModule extends com.fasterxml.jackson.databind.module.SimpleModule implements Serializable
- serialVersionUID:
- 1L
-