org.broadleafcommerce.profile.core.service
Interface CustomerPhoneService
- All Known Implementing Classes:
- CustomerPhoneServiceImpl
public interface CustomerPhoneService
saveCustomerPhone
CustomerPhone saveCustomerPhone(CustomerPhone customerPhone)
readActiveCustomerPhonesByCustomerId
List<CustomerPhone> readActiveCustomerPhonesByCustomerId(Long customerId)
readCustomerPhoneById
CustomerPhone readCustomerPhoneById(Long customerPhoneId)
makeCustomerPhoneDefault
void makeCustomerPhoneDefault(Long customerPhoneId,
Long customerId)
deleteCustomerPhoneById
void deleteCustomerPhoneById(Long customerPhoneId)
findDefaultCustomerPhone
CustomerPhone findDefaultCustomerPhone(Long customerId)
readAllCustomerPhonesByCustomerId
List<CustomerPhone> readAllCustomerPhonesByCustomerId(Long customerId)
create
CustomerPhone create()
Copyright © 2012. All Rights Reserved.