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