Uses of Class
org.openxma.dsl.reference.dto.VODataView

Packages that use VODataView
org.openxma.dsl.reference.service   
org.openxma.dsl.reference.service.impl   
org.openxma.dsl.reference.xma.customeredit.server   
 

Uses of VODataView in org.openxma.dsl.reference.service
 

Methods in org.openxma.dsl.reference.service that return VODataView
 VODataView VODataService.loadVODataView(java.lang.String oid)
           
 VODataView VODataService.save(VODataView vODataView)
           
 

Methods in org.openxma.dsl.reference.service with parameters of type VODataView
 VODataView VODataService.save(VODataView vODataView)
           
 void VODataService.update(VODataView vODataView)
           
 

Uses of VODataView in org.openxma.dsl.reference.service.impl
 

Methods in org.openxma.dsl.reference.service.impl that return VODataView
 VODataView VODataServiceImpl.loadVODataView(java.lang.String oid)
           
 VODataView VODataServiceImpl.save(VODataView vODataView)
           
 

Methods in org.openxma.dsl.reference.service.impl with parameters of type VODataView
 VODataView VODataServiceImpl.save(VODataView vODataView)
           
 void VODataServiceImpl.update(VODataView vODataView)
           
 

Uses of VODataView in org.openxma.dsl.reference.xma.customeredit.server
 

Methods in org.openxma.dsl.reference.xma.customeredit.server that return VODataView
 VODataView CustomerEditGen.getVodata()
          returns the vodata
 

Methods in org.openxma.dsl.reference.xma.customeredit.server with parameters of type VODataView
 void Page3Gen.atomicWMToBusinessData(VODataView vodata)
          Copies values of widget models to attributes of the provided BusinessData objects.
 void Page3Gen.businessDataToAtomicWM(VODataView vodata)
          Copies attribute values of the provided BusinessDatas into widget models.
 void CustomerEditGen.setVodata(VODataView vodata)
          sets the vodata
 



Copyright © 2010. All Rights Reserved.