Interface CustomerPhoneService
- All Known Implementing Classes:
CustomerPhoneServiceImpl
public interface CustomerPhoneService
-
Method Summary
Modifier and TypeMethodDescriptioncreate()voiddeleteCustomerPhoneById(Long customerPhoneId) findDefaultCustomerPhone(Long customerId) voidmakeCustomerPhoneDefault(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()
-