org.broadleafcommerce.profile.core.dao
Interface PhoneDao

All Known Implementing Classes:
PhoneDaoImpl

public interface PhoneDao


Method Summary
 Phone create()
           
 Phone readPhoneById(Long phoneId)
           
 Phone save(Phone phone)
           
 

Method Detail

save

Phone save(Phone phone)

readPhoneById

Phone readPhoneById(Long phoneId)

create

Phone create()


Copyright © 2013. All Rights Reserved.