org.broadleafcommerce.profile.core.service
Class PhoneServiceImpl
java.lang.Object
org.broadleafcommerce.profile.core.service.PhoneServiceImpl
- All Implemented Interfaces:
- PhoneService
@Service(value="blPhoneService")
public class PhoneServiceImpl
- extends Object
- implements PhoneService
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
phoneDao
protected PhoneDao phoneDao
PhoneServiceImpl
public PhoneServiceImpl()
savePhone
public Phone savePhone(Phone phone)
- Specified by:
savePhone in interface PhoneService
readPhoneById
public Phone readPhoneById(Long phoneId)
- Specified by:
readPhoneById in interface PhoneService
create
public Phone create()
- Specified by:
create in interface PhoneService
Copyright © 2013. All Rights Reserved.