Constant Field Values
Contents
com.broadleafcommerce.*
-
com.broadleafcommerce.metadata.core.service.DefaultAugmentationProvider Modifier and Type Constant Field Value public static final String
TARGET_KEY_REGEX
"(?:components\\[field:)(.*)(?:\\])$"
-
com.broadleafcommerce.metadata.core.service.DefaultComponentService Modifier and Type Constant Field Value public static final String
METADATA_COMPONENT_CACHE
"metadataComponentCacheByComponentIdTenantIdApplicationId"
-
com.broadleafcommerce.metadata.core.service.messaging.augmentation.AugmentationModifiedEventProducer Modifier and Type Constant Field Value public static final String
CHANNEL
"augmentationModifiedOutput"
-
com.broadleafcommerce.metadata.core.service.validation.AugmentationValidator Modifier and Type Constant Field Value public static final String
INVALID_FIELD_PAYLOAD
"Failed to parse json payload for field augmentation"
public static final String
INVALID_GROUP_PAYLOAD
"Failed to parse json payload for group augmentation"
-
com.broadleafcommerce.metadata.core.util.AugmentationUtils Modifier and Type Constant Field Value public static final String
ACTION_COMPONENT_AUGMENTATION_KEY_FORMAT
"%s.actions[%s].components[%s]"
public static final String
COMPONENT_AUGMENTATION_KEY_FORMAT
"%s.components[%s]"
-
com.broadleafcommerce.metadata.provider.RouteConstants.Persistence Modifier and Type Constant Field Value public static final String
METADATA_ROUTE_KEY
"metadata"
public static final String
METADATA_ROUTE_PACKAGE
"com.broadleafcommerce.metadata"
-
com.broadleafcommerce.metadata.provider.jpa.JpaRouteConstants.Persistence Modifier and Type Constant Field Value public static final String
METADATA_ENTITY_MANAGER_FACTORY
"metadataEntityManagerFactory"
public static final String
METADATA_TRANSACTION_MANAGER
"metadataTransactionManager"
public static final String
METADATA_TRANSACTION_TEMPLATE
"metadataTransactionTemplate"
-
com.broadleafcommerce.metadata.web.endpoint.AugmentationEndpoint Modifier and Type Constant Field Value public static final String
BASE_URI
"/augmentation"