org.broadleafcommerce.profile.core.service
Interface PhoneService

All Known Implementing Classes:
PhoneServiceImpl

public interface PhoneService


Method Summary
 Phone create()
           
 Phone readPhoneById(java.lang.Long phoneId)
           
 Phone savePhone(Phone phone)
           
 

Method Detail

savePhone

Phone savePhone(Phone phone)

readPhoneById

Phone readPhoneById(java.lang.Long phoneId)

create

Phone create()


Copyright © 2011. All Rights Reserved.