Interface CustomerAddressDao
- All Known Implementing Classes:
CustomerAddressDaoImpl
public interface CustomerAddressDao
-
Method Summary
Modifier and TypeMethodDescriptioncreate()voiddeleteCustomerAddressById(Long customerAddressId) findDefaultCustomerAddress(Long customerId) voidhardDeleteCustomerAddressesForCustomer(Long customerId) voidmakeCustomerAddressDefault(Long customerAddressId, Long customerId) readActiveCustomerAddressesByCustomerId(Long customerId) readBatchCustomerAddresses(int start, int pageSize) readCustomerAddressById(Long customerAddressId) readCustomerAddressByIdAndCustomerId(Long customerAddressId, Long customerId) save(CustomerAddress customerAddress)
-
Method Details
-
readActiveCustomerAddressesByCustomerId
-
save
-
readCustomerAddressById
-
readCustomerAddressByIdAndCustomerId
-
makeCustomerAddressDefault
-
deleteCustomerAddressById
-
findDefaultCustomerAddress
-
create
CustomerAddress create() -
readBatchCustomerAddresses
-
readNumberOfAddresses
Long readNumberOfAddresses() -
hardDeleteCustomerAddressesForCustomer
-