org.broadleafcommerce.profile.core.service
Interface PhoneService

All Known Implementing Classes:
PhoneServiceImpl

public interface PhoneService


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

Method Detail

savePhone

Phone savePhone(Phone phone)

readPhoneById

Phone readPhoneById(Long phoneId)

create

Phone create()


Copyright © 2013. All Rights Reserved.