Constant Field Values
Contents
com.broadleafcommerce.*
-
com.broadleafcommerce.customer.dataexport.specification.CustomerExportSpecification.Fields Modifier and Type Constant Field Value public static final String
ATTRIBUTES
"attributes"
public static final String
EMAIL
"email"
public static final String
EXTERNAL_ID
"externalId"
public static final String
FULL_NAME
"fullName"
public static final String
PHONE_COUNTRY_CODE
"countryCode"
public static final String
PHONE_EXTENSION
"extension"
public static final String
PHONE_NUMBER
"phoneNumber"
-
com.broadleafcommerce.customer.dataexport.specification.CustomerExportSpecification.Headers Modifier and Type Constant Field Value public static final String
ATTRIBUTES
"Customer Attributes"
public static final String
EMAIL
"Email"
public static final String
EXTERNAL_ID
"Customer External Id"
public static final String
FULL_NAME
"Full Name"
public static final String
PHONE_COUNTRY_CODE
"Phone Country Code"
public static final String
PHONE_EXTENSION
"Phone Extension"
public static final String
PHONE_NUMBER
"Phone Number"
-
com.broadleafcommerce.customer.dataimport.CustomerImportBatchHandler.ImportTypes Modifier and Type Constant Field Value public static final String
CUSTOMER
"CUSTOMER"
-
com.broadleafcommerce.customer.dataimport.CustomerSegmentMemberImportBatchHandler.ImportTypes Modifier and Type Constant Field Value public static final String
CUSTOMER_SEGMENT_MEMBER
"CUSTOMER_SEGMENT_MEMBER"
-
com.broadleafcommerce.customer.dataimport.converter.CustomerAddressColumnConverter Modifier and Type Constant Field Value public static final String
BATCH_CONTEXT_PREFETCHED_CUSTOMER_ADDRESSES_BY_CUSTOMER_ID_MAP
"PREFETCHED_CUSTOMER_ADDRESSES_BY_CUSTOMER_ID"
-
com.broadleafcommerce.customer.domain.SegmentCustomerSource Modifier and Type Constant Field Value public static final String
IMPORT
"IMPORT"
public static final String
MANUAL
"MANUAL"
-
com.broadleafcommerce.customer.domain.SegmentMemberSource Modifier and Type Constant Field Value public static final String
IMPORT
"IMPORT"
public static final String
MANUAL
"MANUAL"
public static final String
RULE_BASED_SEGMENT
"RULE_BASED_SEGMENT"
-
com.broadleafcommerce.customer.domain.SegmentStatus Modifier and Type Constant Field Value public static final String
INITIALIZATION_REQUIRED
"INITIALIZATION_REQUIRED"
public static final String
PROCESSING
"PROCESSING"
public static final String
READY
"READY"
public static final String
UPDATE_REQUIRED
"UPDATE_REQUIRED"
-
com.broadleafcommerce.customer.messaging.AccountInviteAcceptanceProducer Modifier and Type Constant Field Value public static final String
CHANNEL
"accountInvitationAcceptanceOutputCustomer"
-
com.broadleafcommerce.customer.messaging.AccountInviteProducer Modifier and Type Constant Field Value public static final String
CHANNEL
"accountInvitationOutputCustomer"
-
com.broadleafcommerce.customer.messaging.CreatePaymentAccountEventListener Modifier and Type Constant Field Value public static final String
APPLICATION_ID_PATH
"$.contextInfo.contextRequest.applicationId"
public static final String
CART_ID_PATH
"$.cart.id"
public static final String
CART_STATUS_PATH
"$.cart.status"
public static final String
CUSTOMER_CONTEXT_ID_PATH
"$.contextInfo.contextRequest.customerContextId"
public static final String
CUSTOMER_ID_PATH
"$.cart.customerRef.customerId"
protected static final String
SUBMITTED
"SUBMITTED"
protected static final String
SUCCESS
"SUCCESS"
public static final String
TENANT_ID_PATH
"$.contextInfo.contextRequest.tenantId"
-
com.broadleafcommerce.customer.messaging.CustomerCheckoutCompletionConsumer Modifier and Type Constant Field Value public static final String
CHANNEL
"checkoutCompletionInputCustomer"
-
com.broadleafcommerce.customer.messaging.UserCreationConsumer Modifier and Type Constant Field Value public static final String
CHANNEL
"userCreationInput"
-
com.broadleafcommerce.customer.messaging.UserCreationListener Modifier and Type Constant Field Value public static final String
USER_ID_ATTR_KEY
"user_id"
-
com.broadleafcommerce.customer.messaging.UserRegistrationConsumer Modifier and Type Constant Field Value public static final String
CHANNEL
"userRegistrationInput"
-
com.broadleafcommerce.customer.messaging.UserRegistrationListener Modifier and Type Constant Field Value public static final String
USER_ID_KEY
"user_id"
-
com.broadleafcommerce.customer.messaging.UserUpdateConsumer Modifier and Type Constant Field Value public static final String
CHANNEL
"userUpdateCustomerInput"
-
com.broadleafcommerce.customer.provider.RouteConstants.Persistence Modifier and Type Constant Field Value public static final String
CUSTOMER_ROUTE_KEY
"customer"
public static final String
CUSTOMER_ROUTE_PACKAGE
"com.broadleafcommerce.customer"
-
com.broadleafcommerce.customer.provider.jpa.JpaRouteConstants.Persistence Modifier and Type Constant Field Value public static final String
CUSTOMER_ENTITY_MANAGER_FACTORY
"customerEntityManagerFactory"
public static final String
CUSTOMER_TRANSACTION_MANAGER
"customerTransactionManager"
public static final String
CUSTOMER_TRANSACTION_TEMPLATE
"customerTransactionTemplate"
-
com.broadleafcommerce.customer.provider.jpa.domain.JpaAccount Modifier and Type Constant Field Value public static final long
serialVersionUID
1L
-
com.broadleafcommerce.customer.provider.jpa.domain.JpaAccountInvite Modifier and Type Constant Field Value public static final long
serialVersionUID
1L
-
com.broadleafcommerce.customer.provider.jpa.domain.JpaCustomer Modifier and Type Constant Field Value public static final long
serialVersionUID
1L
-
com.broadleafcommerce.customer.provider.jpa.domain.JpaCustomerNote Modifier and Type Constant Field Value public static final long
serialVersionUID
1L
-
com.broadleafcommerce.customer.segments.dataexport.specification.SegmentMemberExportSpecification.Fields Modifier and Type Constant Field Value public static final String
EMAIL
"email"
-
com.broadleafcommerce.customer.segments.dataexport.specification.SegmentMemberExportSpecification.Headers Modifier and Type Constant Field Value public static final String
EMAIL
"Customer Email"
-
com.broadleafcommerce.customer.service.DefaultAccountInviteService<P extends AccountInvite> Modifier and Type Constant Field Value public static final String
ACCOUNT_ID_FILTER
"accountId==\"%s\""
public static final String
CUSTOMER_REF
"CUSTOMER_REF"
public static final String
EMAIL_FILTER
"email==\"%s\""
public static final String
INVITATION_EXPIRY_DATE_FILTER
"inviteExpirationDate>\"%s\""
public static final String
INVITE_ID
"INVITE_ID"
-
com.broadleafcommerce.customer.service.DefaultAccountMemberService<M extends AccountMember> Modifier and Type Constant Field Value public static final String
USER_ID_ATTRIBUTE
"user_id"
-
com.broadleafcommerce.customer.service.DefaultAccountService<P extends Account> Modifier and Type Constant Field Value public static final String
ACCOUNT_STATUS_DELETED
"DELETED"
-
com.broadleafcommerce.customer.service.bulk.BulkUpdateTarget Modifier and Type Constant Field Value public static final String
CUSTOMER
"CUSTOMER"
public static final String
CUSTOMER_SEGMENT
"CUSTOMER_SEGMENT"
-
com.broadleafcommerce.customer.service.bulk.BulkUpdateType Modifier and Type Constant Field Value public static final String
CUSTOMER_SET_IMPORT
"CUSTOMER_SET_IMPORT"
public static final String
RULE_BASED_SEGMENT
"RULE_BASED_SEGMENT"
-
com.broadleafcommerce.customer.service.bulk.DefaultRuleBasedSegmentBulkProcessor<P extends Customer> Modifier and Type Constant Field Value public static final String
CUSTOMER_SEGMENT_CLAIM_ATTR_KEY
"customer_segment_ids"
-
com.broadleafcommerce.customer.service.bulk.messaging.AccountMemberRoleChangeProducer Modifier and Type Constant Field Value public static final String
CHANNEL
"accountMemberRoleChangeOutput"
public static final String
TYPE
"ACCOUNT_MEMBER_ROLE_CHANGE"
-
com.broadleafcommerce.customer.service.bulk.messaging.AccountUpdateEventProducer Modifier and Type Constant Field Value public static final String
CHANNEL
"accountUpdateOutput"
public static final String
TYPE
"ACCOUNT_UPDATE"
-
com.broadleafcommerce.customer.service.bulk.messaging.ClearCustomerSegmentEventProducer Modifier and Type Constant Field Value public static final String
CHANNEL
"clearCustomerSegmentOutput"
public static final String
TYPE
"CLEAR_CUSTOMER_SEGMENT"
-
com.broadleafcommerce.customer.service.provider.external.AbstractExternalProvider Modifier and Type Constant Field Value public static final String
ENTITY_NOT_FOUND
"ENTITY_NOT_FOUND"
-
com.broadleafcommerce.customer.service.validation.DefaultCustomerValidator<P extends Customer> Modifier and Type Constant Field Value public static final String
EMAIL_IN_USE
"customer.emailAlreadyInUse"
public static final String
EMAIL_INVALID
"customer.emailInvalid"
public static final String
USERNAME_IN_USE
"customer.usernameAlreadyInUse"
-
com.broadleafcommerce.customer.web.endpoint.AccountAddressEndpoint Modifier and Type Constant Field Value public static final String
BASE_URI
"/accounts/{accountId}/addresses"
-
com.broadleafcommerce.customer.web.endpoint.AccountEndpoint Modifier and Type Constant Field Value public static final String
BASE_URI
"/accounts"
-
com.broadleafcommerce.customer.web.endpoint.AccountMemberEndpoint Modifier and Type Constant Field Value public static final String
BASE_URI
"/accounts/{accountId}/members"
-
com.broadleafcommerce.customer.web.endpoint.CountryEndpoint Modifier and Type Constant Field Value public static final String
BASE_URI
"/countries"
-
com.broadleafcommerce.customer.web.endpoint.CustomerAccountEndpoint Modifier and Type Constant Field Value public static final String
BASE_URI
"/accounts/customer-accounts"
-
com.broadleafcommerce.customer.web.endpoint.CustomerEndpoint Modifier and Type Constant Field Value public static final String
BASE_URI
"/customers"
-
com.broadleafcommerce.customer.web.endpoint.CustomerNoteEndpoint Modifier and Type Constant Field Value public static final String
BASE_URI
"/customers/{customerId}/customer-notes"
-
com.broadleafcommerce.customer.web.endpoint.CustomerSegmentEndpoint Modifier and Type Constant Field Value public static final String
BASE_URI
"/segments"
-
com.broadleafcommerce.customer.web.endpoint.SensitiveCustomerPaymentAccountEndpoint Modifier and Type Constant Field Value public static final String
BASE_URI
"/payment-accounts"