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

firstName

String firstName

lastName

String lastName

emailAddress

String emailAddress

companyName

String companyName

addressLine1

String addressLine1

addressLine2

String addressLine2

addressLine3

String addressLine3

city

String city

state

State state

county

String county

country

Country country

postalCode

String postalCode

zipFour

String zipFour

phonePrimary

Phone phonePrimary

phoneSecondary

Phone phoneSecondary

phoneFax

Phone phoneFax

isDefault

boolean isDefault

isActive

boolean isActive

isBusiness

boolean isBusiness

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


verificationLevel

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


primaryPhone

String primaryPhone
Deprecated. 

secondaryPhone

String secondaryPhone
Deprecated. 

fax

String fax
Deprecated. 

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

emailAddress

String emailAddress

firstName

String firstName

lastName

String lastName

challengeQuestion

ChallengeQuestion challengeQuestion

challengeAnswer

String challengeAnswer

passwordChangeRequired

Boolean passwordChangeRequired

receiveEmail

Boolean receiveEmail

registered

Boolean registered

deactivated

Boolean deactivated

customerLocale

Locale customerLocale

customerAttributes

Map<K,V> customerAttributes

customerAddresses

List<E> customerAddresses

customerPhones

List<E> customerPhones

customerPayments

List<E> customerPayments

taxExemptionCode

String taxExemptionCode

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

isDefault

boolean isDefault

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

Class org.broadleafcommerce.profile.core.service.exception.AddressVerificationException extends Exception implements Serializable

serialVersionUID: 1L


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.