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