@Service(value="blPhoneService") public class PhoneServiceImpl extends Object implements PhoneService
| Constructor and Description |
|---|
PhoneServiceImpl() |
protected PhoneDao phoneDao
@Transactional(value="blTransactionManager") public Phone savePhone(Phone phone)
savePhone in interface PhoneServicepublic Phone readPhoneById(Long phoneId)
readPhoneById in interface PhoneServicepublic Phone create()
create in interface PhoneServicepublic Phone copyPhone(Phone orig)
copyPhone in interface PhoneServicepublic Phone copyPhone(Phone dest, Phone orig)
copyPhone in interface PhoneServiceCopyright © 2019. All rights reserved.