org.openxma.dsl.reference.service.impl
Class VODataServiceImpl
java.lang.Object
org.openxma.dsl.reference.service.impl.VODataServiceImpl
- All Implemented Interfaces:
- VODataService
@Service(value="vODataService")
public class VODataServiceImpl
- extends java.lang.Object
- implements VODataService
| 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
vODataDao
protected VODataDao vODataDao
VODataServiceImpl
public VODataServiceImpl()
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.