org.broadleafcommerce.profile.core.dao
Interface CustomerPhoneDao
- All Known Implementing Classes:
- CustomerPhoneDaoImpl
public interface CustomerPhoneDao
readActiveCustomerPhonesByCustomerId
List<CustomerPhone> readActiveCustomerPhonesByCustomerId(Long customerId)
save
CustomerPhone save(CustomerPhone customerPhone)
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.