Uses of Interface
org.broadleafcommerce.profile.core.domain.CustomerAttribute

Packages that use CustomerAttribute
org.broadleafcommerce.profile.core.domain   
 

Uses of CustomerAttribute in org.broadleafcommerce.profile.core.domain
 

Classes in org.broadleafcommerce.profile.core.domain that implement CustomerAttribute
 class CustomerAttributeImpl
           
 

Fields in org.broadleafcommerce.profile.core.domain with type parameters of type CustomerAttribute
protected  List<CustomerAttribute> CustomerImpl.customerAttributes
           
 

Methods in org.broadleafcommerce.profile.core.domain that return CustomerAttribute
 CustomerAttribute Customer.getCustomerAttributeByName(String name)
          Looks at all CustomerAttributes for this product and returns the attribute that matches the given name
 CustomerAttribute CustomerImpl.getCustomerAttributeByName(String name)
           
 

Methods in org.broadleafcommerce.profile.core.domain that return types with arguments of type CustomerAttribute
 List<CustomerAttribute> Customer.getCustomerAttributes()
           
 List<CustomerAttribute> CustomerImpl.getCustomerAttributes()
           
 

Method parameters in org.broadleafcommerce.profile.core.domain with type arguments of type CustomerAttribute
 void Customer.setCustomerAttributes(List<CustomerAttribute> customerAttributes)
           
 void CustomerImpl.setCustomerAttributes(List<CustomerAttribute> customerAttributes)
           
 



Copyright © 2013. All Rights Reserved.