org.openxma.dsl.reference.service.impl
Class SupplierServiceImpl

java.lang.Object
  extended by org.openxma.dsl.reference.service.impl.SupplierServiceImpl
All Implemented Interfaces:
SupplierService

@Service(value="supplierService")
public class SupplierServiceImpl
extends java.lang.Object
implements SupplierService


Field Summary
protected  org.apache.commons.logging.Log logger
           
protected  org.openxma.dsl.platform.service.Mapper mapper
           
protected  SupplierDao supplierDao
           
 
Constructor Summary
SupplierServiceImpl()
           
 
Method Summary
 void deleteSupplierView(java.lang.String oid)
           
 SupplierView loadSupplierView(java.lang.String oid)
           
 SupplierView save(SupplierView supplierView)
           
 void setSupplierDao(SupplierDao supplierDao)
           
 void update(SupplierView supplierView)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

logger

protected final org.apache.commons.logging.Log logger

mapper

protected org.openxma.dsl.platform.service.Mapper mapper

supplierDao

protected SupplierDao supplierDao
Constructor Detail

SupplierServiceImpl

public SupplierServiceImpl()
Method Detail

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.