org.broadleafcommerce.profile.core.dao
Interface CustomerAddressDao
- All Known Implementing Classes:
- CustomerAddressDaoImpl
public interface CustomerAddressDao
readActiveCustomerAddressesByCustomerId
List<CustomerAddress> readActiveCustomerAddressesByCustomerId(Long customerId)
save
CustomerAddress save(CustomerAddress customerAddress)
readCustomerAddressById
CustomerAddress readCustomerAddressById(Long customerAddressId)
makeCustomerAddressDefault
void makeCustomerAddressDefault(Long customerAddressId,
Long customerId)
deleteCustomerAddressById
void deleteCustomerAddressById(Long customerAddressId)
findDefaultCustomerAddress
CustomerAddress findDefaultCustomerAddress(Long customerId)
create
CustomerAddress create()
Copyright © 2013. All Rights Reserved.