org.openxma.dsl.reference.service.impl
Class PrivateCustomerServiceImpl
java.lang.Object
org.openxma.dsl.reference.service.impl.PrivateCustomerServiceImpl
- All Implemented Interfaces:
- PrivateCustomerService
@Service(value="privateCustomerService")
public class PrivateCustomerServiceImpl
- extends java.lang.Object
- implements PrivateCustomerService
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
logger
protected final org.apache.commons.logging.Log logger
mapper
protected org.openxma.dsl.platform.service.Mapper mapper
privateCustomerDao
protected PrivateCustomerDao privateCustomerDao
addressDao
protected AddressDao addressDao
PrivateCustomerServiceImpl
public PrivateCustomerServiceImpl()
setPrivateCustomerDao
public void setPrivateCustomerDao(PrivateCustomerDao privateCustomerDao)
setAddressDao
public void setAddressDao(AddressDao addressDao)
save
@Transactional
public PrivateCustomerView save(PrivateCustomerView privateCustomerView)
- Specified by:
save in interface PrivateCustomerService
loadPrivateCustomerView
@Transactional(readOnly=true)
public PrivateCustomerView loadPrivateCustomerView(java.lang.String oid)
- Specified by:
loadPrivateCustomerView in interface PrivateCustomerService
update
@Transactional
public void update(PrivateCustomerView privateCustomerView)
- Specified by:
update in interface PrivateCustomerService
deletePrivateCustomerView
@Transactional
public void deletePrivateCustomerView(java.lang.String oid)
- Specified by:
deletePrivateCustomerView in interface PrivateCustomerService
Copyright © 2010. All Rights Reserved.