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

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

@Service(value="vODataService")
public class VODataServiceImpl
extends java.lang.Object
implements VODataService


Field Summary
protected  org.apache.commons.logging.Log logger
           
protected  org.openxma.dsl.platform.service.Mapper mapper
           
protected  VODataDao vODataDao
           
 
Constructor Summary
VODataServiceImpl()
           
 
Method Summary
 void deleteVODataView(java.lang.String oid)
           
 VODataView loadVODataView(java.lang.String oid)
           
 VODataView save(VODataView vODataView)
           
 void setVODataDao(VODataDao vODataDao)
           
 void update(VODataView vODataView)
           
 
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

vODataDao

protected VODataDao vODataDao
Constructor Detail

VODataServiceImpl

public VODataServiceImpl()
Method Detail

setVODataDao

public void setVODataDao(VODataDao vODataDao)

save

@Transactional
public VODataView save(VODataView vODataView)
Specified by:
save in interface VODataService

loadVODataView

@Transactional(readOnly=true)
public VODataView loadVODataView(java.lang.String oid)
Specified by:
loadVODataView in interface VODataService

update

@Transactional
public void update(VODataView vODataView)
Specified by:
update in interface VODataService

deleteVODataView

@Transactional
public void deleteVODataView(java.lang.String oid)
Specified by:
deleteVODataView in interface VODataService


Copyright © 2010. All Rights Reserved.