Package com.broadleafcommerce.customer.domain.type
-
Interface Summary Interface Description AccountAddressType Used to categorizeAccountAddresses
& enforce business logic based on the type.AccountStatus Describes the status of anAccount
AccountType Simple interface to describe the categorization options that can be used to group accounts or enforce business logicCustomerSpecialType Denotes fundamentally special types of customers. -
Enum Summary Enum Description DefaultAccountAddressChildrenVisibilityType The DefaultAccountAddressChildrenVisibilityType is used to represent the types of visibility to child accounts forAccountAddress
This is typically for B2B use cases where theAccountAddress.getType()
isDefaultB2BAccountAddressTypes.SHIP_TO
orDefaultB2BAccountAddressTypes.BILL_TO
DefaultAccountStatuses Describes the default statuses of anAccount
DefaultB2BAccountAddressTypes Describes the defaultAccountAddress
types that are used in a B2B context.DefaultCustomerSpecialTypes Enumerates the kinds of unusual circumstances which could be represented by a customer'sCustomer.getSpecialType()
.