org.openxma.dsl.reference.service.impl
Class SupplierServiceImpl
java.lang.Object
org.openxma.dsl.reference.service.impl.SupplierServiceImpl
- All Implemented Interfaces:
- SupplierService
@Service(value="supplierService")
public class SupplierServiceImpl
- extends java.lang.Object
- implements SupplierService
| 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
supplierDao
protected SupplierDao supplierDao
SupplierServiceImpl
public SupplierServiceImpl()
setSupplierDao
public void setSupplierDao(SupplierDao supplierDao)
save
@Transactional
public SupplierView save(SupplierView supplierView)
- Specified by:
save in interface SupplierService
loadSupplierView
@Transactional(readOnly=true)
public SupplierView loadSupplierView(java.lang.String oid)
- Specified by:
loadSupplierView in interface SupplierService
update
@Transactional
public void update(SupplierView supplierView)
- Specified by:
update in interface SupplierService
deleteSupplierView
@Transactional
public void deleteSupplierView(java.lang.String oid)
- Specified by:
deleteSupplierView in interface SupplierService
Copyright © 2010. All Rights Reserved.