org.broadleafcommerce.profile.core.service
Class PhoneServiceImpl

java.lang.Object
  extended by org.broadleafcommerce.profile.core.service.PhoneServiceImpl
All Implemented Interfaces:
PhoneService

@Service(value="blPhoneService")
public class PhoneServiceImpl
extends Object
implements PhoneService


Field Summary
protected  PhoneDao phoneDao
           
 
Constructor Summary
PhoneServiceImpl()
           
 
Method Summary
 Phone create()
           
 Phone readPhoneById(Long phoneId)
           
 Phone savePhone(Phone phone)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

phoneDao

protected PhoneDao phoneDao
Constructor Detail

PhoneServiceImpl

public PhoneServiceImpl()
Method Detail

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 © 2012. All Rights Reserved.