Interface CustomerPhoneService
- All Known Implementing Classes:
CustomerPhoneServiceImpl
public interface CustomerPhoneService
-
Method Summary
Modifier and TypeMethodDescriptioncreate()
void
deleteCustomerPhoneById
(Long customerPhoneId) findDefaultCustomerPhone
(Long customerId) void
makeCustomerPhoneDefault
(Long customerPhoneId, Long customerId) readActiveCustomerPhonesByCustomerId
(Long customerId) readAllCustomerPhonesByCustomerId
(Long customerId) readCustomerPhoneById
(Long customerPhoneId) saveCustomerPhone
(CustomerPhone customerPhone)
-
Method Details
-
saveCustomerPhone
-
readActiveCustomerPhonesByCustomerId
-
readCustomerPhoneById
-
makeCustomerPhoneDefault
-
deleteCustomerPhoneById
-
findDefaultCustomerPhone
-
readAllCustomerPhonesByCustomerId
-
create
CustomerPhone create()
-