Serialized Form


Package org.broadleafcommerce.profile.core.domain

Class org.broadleafcommerce.profile.core.domain.AddressImpl extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

Long id

addressLine1

String addressLine1

addressLine2

String addressLine2

city

String city

postalCode

String postalCode

county

String county

state

State state

country

Country country

tokenizedAddress

String tokenizedAddress
This is intented to be used for address verification integrations and should not be modifiable in the admin


standardized

Boolean standardized
This is intented to be used for address verification integrations and should not be modifiable in the admin


zipFour

String zipFour

companyName

String companyName

isDefault

boolean isDefault

isActive

boolean isActive

firstName

String firstName

lastName

String lastName

primaryPhone

String primaryPhone

secondaryPhone

String secondaryPhone

fax

String fax

emailAddress

String emailAddress

isBusiness

boolean isBusiness

verificationLevel

String verificationLevel
This is intented to be used for address verification integrations and should not be modifiable in the admin

Class org.broadleafcommerce.profile.core.domain.ChallengeQuestionImpl extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

Long id

question

String question

Class org.broadleafcommerce.profile.core.domain.CountryImpl extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

abbreviation

String abbreviation

name

String name

Class org.broadleafcommerce.profile.core.domain.CustomerAddressImpl extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

Long id

addressName

String addressName

customer

Customer customer

address

Address address

Class org.broadleafcommerce.profile.core.domain.CustomerAttributeImpl extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

Long id
The id.


name

String name
The name.


value

String value
The value.


customer

Customer customer
The customer.

Class org.broadleafcommerce.profile.core.domain.CustomerForgotPasswordSecurityTokenImpl extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

token

String token

createDate

Date createDate

tokenUsedDate

Date tokenUsedDate

customerId

Long customerId

tokenUsedFlag

boolean tokenUsedFlag

Class org.broadleafcommerce.profile.core.domain.CustomerImpl extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

Long id

auditable

Auditable auditable

username

String username

password

String password

firstName

String firstName

lastName

String lastName

emailAddress

String emailAddress

challengeQuestion

ChallengeQuestion challengeQuestion

challengeAnswer

String challengeAnswer

passwordChangeRequired

Boolean passwordChangeRequired

receiveEmail

Boolean receiveEmail

registered

Boolean registered

deactivated

Boolean deactivated

customerLocale

Locale customerLocale

customerAttributes

List<E> customerAttributes

unencodedPassword

String unencodedPassword

unencodedChallengeAnswer

String unencodedChallengeAnswer

anonymous

boolean anonymous

cookied

boolean cookied

loggedIn

boolean loggedIn

Class org.broadleafcommerce.profile.core.domain.CustomerPaymentImpl extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

Long id

customer

Customer customer

billingAddress

Address billingAddress

paymentToken

String paymentToken

additionalFields

Map<K,V> additionalFields

Class org.broadleafcommerce.profile.core.domain.CustomerPhoneImpl extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

Long id

phoneName

String phoneName

customer

Customer customer

phone

Phone phone

Class org.broadleafcommerce.profile.core.domain.CustomerRoleImpl extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

Long id

customer

Customer customer

role

Role role

Class org.broadleafcommerce.profile.core.domain.IdGenerationImpl extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

type

String type

begin

Long begin

end

Long end

batchStart

Long batchStart

batchSize

Long batchSize

version

Integer version

Class org.broadleafcommerce.profile.core.domain.PhoneImpl extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

Long id

phoneNumber

String phoneNumber

isDefault

boolean isDefault

isActive

boolean isActive

Class org.broadleafcommerce.profile.core.domain.RoleImpl extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

Long id

roleName

String roleName

Class org.broadleafcommerce.profile.core.domain.StateImpl extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

abbreviation

String abbreviation

name

String name

country

Country country

Package org.broadleafcommerce.profile.core.service.type

Class org.broadleafcommerce.profile.core.service.type.CustomerAddressType extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

type

String type

friendlyType

String friendlyType

Class org.broadleafcommerce.profile.core.service.type.LocaleType extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

type

String type

friendlyType

String friendlyType

locale

Locale locale



Copyright © 2013. All Rights Reserved.