Uses of Interface
com.elasticpath.domain.customer.CustomerProfile

Packages that use CustomerProfile
com.elasticpath.domain.customer   
com.elasticpath.domain.customer.impl   
 

Uses of CustomerProfile in com.elasticpath.domain.customer
 

Methods in com.elasticpath.domain.customer that return CustomerProfile
 CustomerProfile Customer.getCustomerProfile()
          Get the customer profile.
 

Methods in com.elasticpath.domain.customer with parameters of type CustomerProfile
 void Customer.setCustomerProfile(CustomerProfile customerProfile)
          Set the customer profile.
 

Uses of CustomerProfile in com.elasticpath.domain.customer.impl
 

Classes in com.elasticpath.domain.customer.impl that implement CustomerProfile
 class CustomerProfileImpl
          This is a default implementation of CustomerProfile.
 

Methods in com.elasticpath.domain.customer.impl that return CustomerProfile
 CustomerProfile CustomerImpl.getCustomerProfile()
          Get the customer profile.
 

Methods in com.elasticpath.domain.customer.impl with parameters of type CustomerProfile
 void CustomerImpl.setCustomerProfile(CustomerProfile customerProfile)
          Set the customer profile.