org.broadleafcommerce.profile.core.dao
Interface CustomerAddressDao

All Known Implementing Classes:
CustomerAddressDaoImpl

public interface CustomerAddressDao


Method Summary
 CustomerAddress create()
           
 void deleteCustomerAddressById(java.lang.Long customerAddressId)
           
 CustomerAddress findDefaultCustomerAddress(java.lang.Long customerId)
           
 void makeCustomerAddressDefault(java.lang.Long customerAddressId, java.lang.Long customerId)
           
 java.util.List<CustomerAddress> readActiveCustomerAddressesByCustomerId(java.lang.Long customerId)
           
 CustomerAddress readCustomerAddressById(java.lang.Long customerAddressId)
           
 CustomerAddress save(CustomerAddress customerAddress)
           
 

Method Detail

readActiveCustomerAddressesByCustomerId

java.util.List<CustomerAddress> readActiveCustomerAddressesByCustomerId(java.lang.Long customerId)

save

CustomerAddress save(CustomerAddress customerAddress)

readCustomerAddressById

CustomerAddress readCustomerAddressById(java.lang.Long customerAddressId)

makeCustomerAddressDefault

void makeCustomerAddressDefault(java.lang.Long customerAddressId,
                                java.lang.Long customerId)

deleteCustomerAddressById

void deleteCustomerAddressById(java.lang.Long customerAddressId)

findDefaultCustomerAddress

CustomerAddress findDefaultCustomerAddress(java.lang.Long customerId)

create

CustomerAddress create()


Copyright © 2011. All Rights Reserved.