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

Packages that use DataException
com.irisel.oms.blapi.helpers   
com.irisel.oms.ejb.browser   
com.irisel.oms.guiom.control   
com.irisel.oms.olapi   
com.irisel.oms.olapi.beans   
com.irisel.oms.olapi.internal   
com.irisel.sv.faces.mgdbeans   
 

Uses of DataException in com.irisel.oms.blapi.helpers
 

Methods in com.irisel.oms.blapi.helpers that throw DataException
 void OMSActionHelper.insertActionItem(Instance actionItem, SvcContext sc, Instance focus)
           
 void OMSActionHelper.insertOrUpdateActionItem(Instance ai, SvcContext sc, Instance focus)
          Query for an action item for a focus.
 

Uses of DataException in com.irisel.oms.ejb.browser
 

Methods in com.irisel.oms.ejb.browser that throw DataException
 int OMBrowserBean.saveAttachment(java.lang.String name, byte[] data, long oid, long focusType, long focusId)
           
 

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

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

Uses of DataException in com.irisel.oms.olapi
 

Methods in com.irisel.oms.olapi that throw DataException
 long CLBrowserImpl.create(DataInstance i)
           
 long SSBrowser.create(Instance i)
           
 long CLBrowserImpl.create(Instance i)
           
abstract  long CLBrowserBase.create(Instance i)
           
 long CLBrowser.create(Instance i)
           
 int CLBrowserImpl.delete(DataInstance i)
           
 int SSBrowser.delete(Instance i)
           
 int CLBrowserImpl.delete(Instance i)
           
 int CLBrowser.delete(Instance i)
           
 InstanceSet SSBrowser.executeText(java.lang.String text)
           
 void SSBrowser.executeTextNoReturn(java.lang.String text)
           
 int SSBrowser.saveAttachment(java.lang.String name, byte[] data, long oid, long focusType, long focusId)
           
 int CLBrowserImpl.saveFile(java.lang.String filename, java.lang.String scontent, ClassVO classvo, DataInstance 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)
           
 void CLBrowserBase.setDescription(ClassVO c, DescriptionVO v)
           
 void CLBrowser.setDescription(ClassVO clsvo, DescriptionVO descvo)
           
 void CLBrowserBase.setDescription(PropertyVO p, DescriptionVO v)
           
 void CLBrowser.setDescription(PropertyVO propvo, DescriptionVO descvo)
           
 void CLBrowserBase.setDescription(RelationVO r, DescriptionVO v)
           
 void CLBrowser.setDescription(RelationVO propvo, DescriptionVO descvo)
           
static void OLTest.testLists()
           
 int CLBrowserImpl.update(DataInstance i)
           
 int SSBrowser.update(Instance i)
           
 int CLBrowserImpl.update(Instance i)
           
abstract  int CLBrowserBase.update(Instance i)
           
 int CLBrowser.update(Instance i)
           
 

Uses of DataException in com.irisel.oms.olapi.beans
 

Methods in com.irisel.oms.olapi.beans that throw DataException
 PropertyVO ClassVO.getDependentProperty(PropertyVO p)
          For multilevel lists, several properties in a class are associated with the same list, with different levels.
 int PropertyVO.getListLevel()
          If property type1 is list, returns the list level.
 java.lang.String PropertyVO.getListName()
          If property type1 is list, returns the list name.
 

Uses of DataException in com.irisel.oms.olapi.internal
 

Methods in com.irisel.oms.olapi.internal that throw DataException
 long OMSBrowser.create(Instance newInstance)
           
 long Browser.create(Instance i)
          Deprecated.  
 int OMSBrowser.delete(Instance theInstance)
           
 int Browser.delete(Instance i)
          Deprecated.  
 java.lang.Object OMSBrowser.executeBatch(java.lang.String sql, ResultsHandler processor)
           
 java.lang.Object Browser.executeBatch(java.lang.String sql, ResultsHandler processor)
          Deprecated.  
 InstanceSet OMSBrowser.executeText(java.lang.String text)
           
 void OMSBrowser.executeTextNoReturn(java.lang.String text)
           
 int OMSBrowser.saveAttachment(java.lang.String name, byte[] data, long oid, long focusType, long focusId)
           
 int OMSBrowser.update(Instance newInstance)
           
 int Browser.update(Instance i)
          Deprecated.  
 

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

Methods in com.irisel.sv.faces.mgdbeans that throw DataException
 void UserMB.delete(boolean soft)
           
 void BaseMB.delete(boolean soft)
          Deletes this instance from the database
 void UserMB.load(long oid)
           
 void BaseMB.load(long oid)
          Loads the instance from database into this object, uses the classname associated to the object which is implemented by the abstract getClassname().
 void BaseMB.load(java.lang.String name)
          Loads from the database to this object, the record given by "name" for the class given by getClassname()
 void UserMB.save()
           
 void BaseMB.save()
          Saves this object to database.
 

Constructors in com.irisel.sv.faces.mgdbeans that throw DataException
TimeReportVO(java.util.Calendar c, ClassVO trclass, Instance inst)