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

standardized

Boolean standardized

zipFour

String zipFour

companyName

String companyName

isDefault

boolean isDefault

isActive

boolean isActive

firstName

String firstName

lastName

String lastName

primaryPhone

String primaryPhone

secondaryPhone

String secondaryPhone

isBusiness

boolean isBusiness

verificationLevel

String verificationLevel

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.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

customerLocale

Locale customerLocale

unencodedPassword

String unencodedPassword

unencodedChallengeAnswer

String unencodedChallengeAnswer

anonymous

boolean anonymous

cookied

boolean cookied

loggedIn

boolean loggedIn

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

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

serialVersionUID: 1L

Serialized Fields

id

Long id

username

String username

password

String password

firstName

String firstName

lastName

String lastName

emailAddress

String emailAddress

challengeQuestion

String challengeQuestion

challengeAnswer

String challengeAnswer

userRoles

Set<E> userRoles

passwordChangeRequired

boolean passwordChangeRequired

unencodedPassword

String unencodedPassword

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

serialVersionUID: 1L

Serialized Fields

id

Long id

user

User user

role

Role role

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 © 2012. All Rights Reserved.