Constant Field Values
Contents
com.broadleafcommerce.*
- 
com.broadleafcommerce.customer.dataexport.specification.CustomerExportSpecification.Fields Modifier and Type Constant Field Value public static final StringATTRIBUTES"attributes"public static final StringEMAIL"email"public static final StringEXTERNAL_ID"externalId"public static final StringFULL_NAME"fullName"public static final StringPHONE_COUNTRY_CODE"countryCode"public static final StringPHONE_EXTENSION"extension"public static final StringPHONE_NUMBER"phoneNumber" - 
com.broadleafcommerce.customer.dataexport.specification.CustomerExportSpecification.Headers Modifier and Type Constant Field Value public static final StringATTRIBUTES"Customer Attributes"public static final StringEMAIL"Email"public static final StringEXTERNAL_ID"Customer External Id"public static final StringFULL_NAME"Full Name"public static final StringPHONE_COUNTRY_CODE"Phone Country Code"public static final StringPHONE_EXTENSION"Phone Extension"public static final StringPHONE_NUMBER"Phone Number" 
- 
com.broadleafcommerce.customer.dataimport.CustomerImportBatchHandler.ImportTypes Modifier and Type Constant Field Value public static final StringCUSTOMER"CUSTOMER" - 
com.broadleafcommerce.customer.dataimport.CustomerSegmentMemberImportBatchHandler.ImportTypes Modifier and Type Constant Field Value public static final StringCUSTOMER_SEGMENT_MEMBER"CUSTOMER_SEGMENT_MEMBER" 
- 
com.broadleafcommerce.customer.domain.SegmentCustomerSource Modifier and Type Constant Field Value public static final StringIMPORT"IMPORT"public static final StringMANUAL"MANUAL" - 
com.broadleafcommerce.customer.domain.SegmentMemberSource Modifier and Type Constant Field Value public static final StringIMPORT"IMPORT"public static final StringMANUAL"MANUAL"public static final StringRULE_BASED_SEGMENT"RULE_BASED_SEGMENT" - 
com.broadleafcommerce.customer.domain.SegmentStatus Modifier and Type Constant Field Value public static final StringINITIALIZATION_REQUIRED"INITIALIZATION_REQUIRED"public static final StringPROCESSING"PROCESSING"public static final StringREADY"READY"public static final StringUPDATE_REQUIRED"UPDATE_REQUIRED" 
- 
com.broadleafcommerce.customer.messaging.CreatePaymentAccountEventListener Modifier and Type Constant Field Value public static final StringAPPLICATION_ID_PATH"$.contextInfo.contextRequest.applicationId"public static final StringCART_ID_PATH"$.cart.id"public static final StringCART_STATUS_PATH"$.cart.status"public static final StringCUSTOMER_CONTEXT_ID_PATH"$.contextInfo.contextRequest.customerContextId"public static final StringCUSTOMER_ID_PATH"$.cart.customerRef.customerId"protected static final StringSUBMITTED"SUBMITTED"protected static final StringSUCCESS"SUCCESS"public static final StringTENANT_ID_PATH"$.contextInfo.contextRequest.tenantId" - 
com.broadleafcommerce.customer.messaging.CustomerCheckoutCompletionConsumer Modifier and Type Constant Field Value public static final StringCHANNEL"checkoutCompletionInputCustomer" - 
com.broadleafcommerce.customer.messaging.UserCreationConsumer Modifier and Type Constant Field Value public static final StringCHANNEL"userCreationInput" - 
com.broadleafcommerce.customer.messaging.UserCreationListener Modifier and Type Constant Field Value public static final StringUSER_ID_ATTR_KEY"user_id" - 
com.broadleafcommerce.customer.messaging.UserRegistrationConsumer Modifier and Type Constant Field Value public static final StringCHANNEL"userRegistrationInput" - 
com.broadleafcommerce.customer.messaging.UserRegistrationListener Modifier and Type Constant Field Value public static final StringUSER_ID_KEY"user_id" - 
com.broadleafcommerce.customer.messaging.UserUpdateConsumer Modifier and Type Constant Field Value public static final StringCHANNEL"userUpdateCustomerInput" 
- 
com.broadleafcommerce.customer.provider.RouteConstants.Persistence Modifier and Type Constant Field Value public static final StringCUSTOMER_ROUTE_KEY"customer"public static final StringCUSTOMER_ROUTE_PACKAGE"com.broadleafcommerce.customer" 
- 
com.broadleafcommerce.customer.provider.jpa.JpaRouteConstants.Persistence Modifier and Type Constant Field Value public static final StringCUSTOMER_ENTITY_MANAGER_FACTORY"customerEntityManagerFactory"public static final StringCUSTOMER_TRANSACTION_MANAGER"customerTransactionManager"public static final StringCUSTOMER_TRANSACTION_TEMPLATE"customerTransactionTemplate" 
- 
com.broadleafcommerce.customer.provider.jpa.domain.JpaAccount Modifier and Type Constant Field Value public static final longserialVersionUID1L - 
com.broadleafcommerce.customer.provider.jpa.domain.JpaCustomer Modifier and Type Constant Field Value public static final longserialVersionUID1L - 
com.broadleafcommerce.customer.provider.jpa.domain.JpaCustomerNote Modifier and Type Constant Field Value public static final longserialVersionUID1L 
- 
com.broadleafcommerce.customer.segments.dataexport.specification.SegmentMemberExportSpecification.Fields Modifier and Type Constant Field Value public static final StringEMAIL"email" - 
com.broadleafcommerce.customer.segments.dataexport.specification.SegmentMemberExportSpecification.Headers Modifier and Type Constant Field Value public static final StringEMAIL"Customer Email" 
- 
com.broadleafcommerce.customer.service.bulk.BulkUpdateTarget Modifier and Type Constant Field Value public static final StringCUSTOMER"CUSTOMER"public static final StringCUSTOMER_SEGMENT"CUSTOMER_SEGMENT" - 
com.broadleafcommerce.customer.service.bulk.BulkUpdateType Modifier and Type Constant Field Value public static final StringCUSTOMER_SET_IMPORT"CUSTOMER_SET_IMPORT"public static final StringRULE_BASED_SEGMENT"RULE_BASED_SEGMENT" - 
com.broadleafcommerce.customer.service.bulk.DefaultRuleBasedSegmentBulkProcessor<P extends Customer> Modifier and Type Constant Field Value public static final StringCUSTOMER_SEGMENT_CLAIM_ATTR_KEY"customer_segment_ids" 
- 
com.broadleafcommerce.customer.service.bulk.messaging.ClearCustomerSegmentEventProducer Modifier and Type Constant Field Value public static final StringCHANNEL"clearCustomerSegmentOutput"public static final StringTYPE"CLEAR_CUSTOMER_SEGMENT" 
- 
com.broadleafcommerce.customer.service.validation.DefaultCustomerValidator<P extends Customer> Modifier and Type Constant Field Value public static final StringEMAIL_IN_USE"customer.emailAlreadyInUse"public static final StringEMAIL_INVALID"customer.emailInvalid"public static final StringUSERNAME_IN_USE"customer.usernameAlreadyInUse" 
- 
com.broadleafcommerce.customer.web.endpoint.AccountAddressEndpoint Modifier and Type Constant Field Value public static final StringBASE_URI"/accounts/{accountId}/addresses" - 
com.broadleafcommerce.customer.web.endpoint.AccountEndpoint Modifier and Type Constant Field Value public static final StringBASE_URI"/accounts" - 
com.broadleafcommerce.customer.web.endpoint.AccountMemberEndpoint Modifier and Type Constant Field Value public static final StringBASE_URI"/accounts/{accountId}/members" - 
com.broadleafcommerce.customer.web.endpoint.AccountPermissionEndpoint Modifier and Type Constant Field Value public static final StringBASE_URI"/account-permissions" - 
com.broadleafcommerce.customer.web.endpoint.AccountRoleEndpoint Modifier and Type Constant Field Value public static final StringBASE_URI"/account-roles" - 
com.broadleafcommerce.customer.web.endpoint.CountryEndpoint Modifier and Type Constant Field Value public static final StringBASE_URI"/countries" - 
com.broadleafcommerce.customer.web.endpoint.CustomerEndpoint Modifier and Type Constant Field Value public static final StringBASE_URI"/customers" - 
com.broadleafcommerce.customer.web.endpoint.CustomerNoteEndpoint Modifier and Type Constant Field Value public static final StringBASE_URI"/customers/{customerId}/customer-notes" - 
com.broadleafcommerce.customer.web.endpoint.CustomerSegmentEndpoint Modifier and Type Constant Field Value public static final StringBASE_URI"/segments" - 
com.broadleafcommerce.customer.web.endpoint.SensitiveCustomerPaymentAccountEndpoint Modifier and Type Constant Field Value public static final StringBASE_URI"/payment-accounts"