public interface CustomerAddressService
| Modifier and Type | Method and Description |
|---|---|
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 |
saveCustomerAddress(CustomerAddress customerAddress) |
CustomerAddress saveCustomerAddress(CustomerAddress customerAddress)
java.util.List<CustomerAddress> readActiveCustomerAddressesByCustomerId(java.lang.Long customerId)
CustomerAddress readCustomerAddressById(java.lang.Long customerAddressId)
void makeCustomerAddressDefault(java.lang.Long customerAddressId,
java.lang.Long customerId)
void deleteCustomerAddressById(java.lang.Long customerAddressId)
CustomerAddress findDefaultCustomerAddress(java.lang.Long customerId)
CustomerAddress create()
Copyright © 2018. All Rights Reserved.