org.broadleafcommerce.profile.core.dao
Interface CustomerPhoneDao

All Known Implementing Classes:
CustomerPhoneDaoImpl

public interface CustomerPhoneDao


Method Summary
 CustomerPhone create()
           
 void deleteCustomerPhoneById(java.lang.Long customerPhoneId)
           
 CustomerPhone findDefaultCustomerPhone(java.lang.Long customerId)
           
 void makeCustomerPhoneDefault(java.lang.Long customerPhoneId, java.lang.Long customerId)
           
 java.util.List<CustomerPhone> readActiveCustomerPhonesByCustomerId(java.lang.Long customerId)
           
 java.util.List<CustomerPhone> readAllCustomerPhonesByCustomerId(java.lang.Long customerId)
           
 CustomerPhone readCustomerPhoneById(java.lang.Long customerPhoneId)
           
 CustomerPhone save(CustomerPhone customerPhone)
           
 

Method Detail

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.