Uses of Class
com.irisel.oms.olapi.QuerySaveException

Packages that use QuerySaveException
com.irisel.oms.blapi   
com.irisel.oms.guiom.control   
com.irisel.oms.helper   
com.irisel.oms.olapi   
com.irisel.sv.faces.mgdbeans   
 

Uses of QuerySaveException in com.irisel.oms.blapi
 

Methods in com.irisel.oms.blapi that throw QuerySaveException
 SvcContext Svc_accept.accept(ClassVO clsvo, Instance focus, Instance user, SvcContext arg0)
           
 SvcContext Svc_close.close(ClassVO clsvo, Instance focus, Instance user, SvcContext arg0)
           
 SvcContext Svc_dispatch.dispatch(ClassVO clsvo, Instance focus, Instance user, java.lang.String targetQueueName, SvcContext arg0)
           
 SvcContext Svc_reject.reject(ClassVO clsvo, Instance focus, Instance user, SvcContext arg0)
           
 

Uses of QuerySaveException in com.irisel.oms.guiom.control
 

Methods in com.irisel.oms.guiom.control that throw QuerySaveException
 int DataAccessDelegate.deleteFile(OMSAction action)
           
 java.lang.String DataAccessDelegate.onEvent(OMSEvent e)
           
 boolean DataAccessDelegate.saveFile(OMSAction action)
           
 

Uses of QuerySaveException in com.irisel.oms.helper
 

Methods in com.irisel.oms.helper that throw QuerySaveException
 void ProjectBO.validate()
           
 

Uses of QuerySaveException in com.irisel.oms.olapi
 

Methods in com.irisel.oms.olapi that throw QuerySaveException
 void QuerySave.addInstance(int id, Instance i)
          Adds a new instance to be created or updated.
 void QuerySave.addInstanceRO(int id, Instance i)
          Adds an instance to be referenced by other instances.
 void QuerySave.addInstanceSet(int id, InstanceSet is)
          Adds a new InstanceSet to be created or updated The instances will be created or updated in a case-per-case basis, depending on whether the instance's primary key is null or not.
 void QuerySave.addInstanceSetRO(int id, InstanceSet iii)
          Adds an instance set to be referenced by other instances.
 void QuerySave.prepareStatements()
          Set up the instance set to be saved.
 int QuerySave.save()
           
 int CLBrowserImpl.saveFile(java.lang.String filename, java.lang.String scontent, ClassVO classvo, DataInstance instance)
           
 int CLEnterpriseBrowser.saveFile(java.lang.String filename, java.lang.String scontent, ClassVO classvo, Instance instance)
           
 int CLBrowserImpl.saveFile(java.lang.String filename, java.lang.String scontent, ClassVO classvo, Instance instance)
           
 int CLBrowser.saveFile(java.lang.String filename, java.lang.String scontent, ClassVO classvo, Instance instance)
           
 boolean CLBrowserBase.saveList(ListVO listvo)
           
 boolean CLBrowser.saveList(ListVO list)
           
 int CLBrowserBase.updateModelVersion()
           
 int CLBrowser.updateModelVersion()
           
 

Constructors in com.irisel.oms.olapi that throw QuerySaveException
QuerySave()
           
QuerySave(CLBrowser clb)
           
 

Uses of QuerySaveException in com.irisel.sv.faces.mgdbeans
 

Methods in com.irisel.sv.faces.mgdbeans that throw QuerySaveException
 void UserMB.save()
           
 void BaseMB.save()
          Saves this object to database.
 void TimeReportMB.submitTR()