public interface CustomerAddressService
Modifier and Type | Method and Description |
---|---|
CustomerAddress |
create() |
void |
deleteCustomerAddressById(Long customerAddressId) |
CustomerAddress |
findDefaultCustomerAddress(Long customerId) |
void |
makeCustomerAddressDefault(Long customerAddressId,
Long customerId) |
List<CustomerAddress> |
readActiveCustomerAddressesByCustomerId(Long customerId) |
CustomerAddress |
readCustomerAddressById(Long customerAddressId) |
CustomerAddress |
saveCustomerAddress(CustomerAddress customerAddress) |
CustomerAddress saveCustomerAddress(CustomerAddress customerAddress)
List<CustomerAddress> readActiveCustomerAddressesByCustomerId(Long customerId)
CustomerAddress readCustomerAddressById(Long customerAddressId)
void deleteCustomerAddressById(Long customerAddressId)
CustomerAddress findDefaultCustomerAddress(Long customerId)
CustomerAddress create()
Copyright © 2014. All rights reserved.