org.openxma.dsl.reference.service.impl
Class ProductServiceImpl
java.lang.Object
org.openxma.dsl.reference.service.impl.ProductServiceImpl
- All Implemented Interfaces:
- ProductService
@Service(value="productService")
public class ProductServiceImpl
- extends java.lang.Object
- implements ProductService
| 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
productDao
protected ProductDao productDao
supplierDao
protected SupplierDao supplierDao
ProductServiceImpl
public ProductServiceImpl()
setProductDao
public void setProductDao(ProductDao productDao)
setSupplierDao
public void setSupplierDao(SupplierDao supplierDao)
save
@Transactional
public ProductView save(ProductView productView)
- Specified by:
save in interface ProductService
loadProductView
@Transactional(readOnly=true)
public ProductView loadProductView(ProductId oid)
- Specified by:
loadProductView in interface ProductService
update
@Transactional
public void update(ProductView productView)
- Specified by:
update in interface ProductService
deleteProductView
@Transactional
public void deleteProductView(ProductId oid)
- Specified by:
deleteProductView in interface ProductService
Copyright © 2010. All Rights Reserved.