public interface CustomerPhoneService
| Modifier and Type | Method and Description |
|---|---|
CustomerPhone |
create() |
void |
deleteCustomerPhoneById(java.lang.Long customerPhoneId) |
CustomerPhone |
findDefaultCustomerPhone(java.lang.Long customerId) |
void |
makeCustomerPhoneDefault(java.lang.Long customerPhoneId,
java.lang.Long customerId) |
java.util.List<CustomerPhone> |
readActiveCustomerPhonesByCustomerId(java.lang.Long customerId) |
java.util.List<CustomerPhone> |
readAllCustomerPhonesByCustomerId(java.lang.Long customerId) |
CustomerPhone |
readCustomerPhoneById(java.lang.Long customerPhoneId) |
CustomerPhone |
saveCustomerPhone(CustomerPhone customerPhone) |
CustomerPhone saveCustomerPhone(CustomerPhone customerPhone)
java.util.List<CustomerPhone> readActiveCustomerPhonesByCustomerId(java.lang.Long customerId)
CustomerPhone readCustomerPhoneById(java.lang.Long customerPhoneId)
void makeCustomerPhoneDefault(java.lang.Long customerPhoneId,
java.lang.Long customerId)
void deleteCustomerPhoneById(java.lang.Long customerPhoneId)
CustomerPhone findDefaultCustomerPhone(java.lang.Long customerId)
java.util.List<CustomerPhone> readAllCustomerPhonesByCustomerId(java.lang.Long customerId)
CustomerPhone create()
Copyright © 2018. All Rights Reserved.