Constant Field Values
Contents
com.broadleafcommerce.*
-
com.broadleafcommerce.promotion.campaign.dataexport.specification.CampaignCodeExportSpecification.Fields Modifier and Type Constant Field Value public static final String
ACTIVE_END_DATE
"activeEndDate"
public static final String
ACTIVE_START_DATE
"activeStartDate"
public static final String
CODE
"code"
public static final String
EMAIL_REG_EX
"emailRegEx"
public static final String
MAX_USES
"maxUses"
-
com.broadleafcommerce.promotion.campaign.dataexport.specification.CampaignCodeExportSpecification.Headers Modifier and Type Constant Field Value public static final String
ACTIVE_END_DATE
"Active end date"
public static final String
ACTIVE_START_DATE
"Active start date "
public static final String
CODE
"Campaign code"
public static final String
EMAIL_REG_EX
"Email regex"
public static final String
MAX_USES
"Max uses"
-
com.broadleafcommerce.promotion.campaign.dataimport.CampaignCodeImportBatchHandler.ImportTypes Modifier and Type Constant Field Value public static final String
CAMPAIGN_CODES
"CAMPAIGN_CODES"
-
com.broadleafcommerce.promotion.campaign.provider.RouteConstants.Persistence Modifier and Type Constant Field Value public static final String
CAMPAIGN_ROUTE_KEY
"campaign"
public static final String
CAMPAIGN_ROUTE_PACKAGE
"com.broadleafcommerce.promotion.campaign"
-
com.broadleafcommerce.promotion.campaign.provider.jpa.JpaRouteConstants.Persistence Modifier and Type Constant Field Value public static final String
CAMPAIGN_ENTITY_MANAGER_FACTORY
"campaignEntityManagerFactory"
public static final String
CAMPAIGN_TRANSACTION_MANAGER
"campaignTransactionManager"
public static final String
CAMPAIGN_TRANSACTION_TEMPLATE
"campaignTransactionTemplate"
-
com.broadleafcommerce.promotion.campaign.service.helper.CodeFormatAvailableCharHelper Modifier and Type Constant Field Value public static final String
CODE_FRIENDLY_ALL
"ABCDEFGHJKMNPQRTUVWXYZ2346789"
public static final String
CODE_FRIENDLY_LETTERS
"ABCDEFGHJKMNPQRTUVWXYZ"
public static final String
CODE_FRIENDLY_NUMBERS
"2346789"
-
com.broadleafcommerce.promotion.campaign.service.messaging.checkout.CampaignCheckoutCompletionConsumer Modifier and Type Constant Field Value public static final String
CHANNEL
"checkoutCompletionInputCampaign"
-
com.broadleafcommerce.promotion.campaign.service.messaging.checkout.RecordCampaignCodeUsageEventListener Modifier and Type Constant Field Value protected static final String
ADJUSTMENTS_PATH
"$.cart..adjustments[?(@.codeUsed)]"
protected static final String
APPLICATION_ID_PATH
"$.contextInfo.contextRequest.applicationId"
protected static final String
CAMPAIGN_REFS_PATH
"$.cart.campaignRefs"
protected static final String
CUSTOMER_EMAIL_PATH
"$.cart.emailAddress"
protected static final String
CUSTOMER_ID_PATH
"$.cart.customerRef.customerId"
protected static final String
FULFILLMENT_ITEM_ADJUSTMENTS_PATH
"$.cart..fulfillmentAdjustments[?(@.codeUsed)]"
protected static final String
ORDER_ITEM_ADJUSTMENTS_PATH
"$.cart..itemAdjustments[?(@.codeUsed)]"
protected static final String
ORDER_STATUS_PATH
"$.cart.status"
protected static final String
SUBMITTED
"SUBMITTED"
protected static final String
TENANT_ID_PATH
"$.contextInfo.contextRequest.tenantId"
-
com.broadleafcommerce.promotion.campaign.service.persistence.CodeGenerationPersistenceConsumer Modifier and Type Constant Field Value public static final String
CHANNEL
"persistenceInputCodeGeneration"
-
com.broadleafcommerce.promotion.campaign.web.endpoint.CampaignCodeAuditDetailEndpoint Modifier and Type Constant Field Value public static final String
BASE_URI
"/campaign-code-audit-details"
-
com.broadleafcommerce.promotion.campaign.web.endpoint.CampaignEndpoint Modifier and Type Constant Field Value public static final String
BASE_URI
"/campaigns"
-
com.broadleafcommerce.promotion.campaign.web.endpoint.CodeGeneratorEndpoint Modifier and Type Constant Field Value public static final String
BASE_URI
"/code-generators"