Uses of Interface
com.irisel.oms.olapi.beans.InstanceSet

Packages that use InstanceSet
com.irisel.omcrm.gui   
com.irisel.omcrm.olapi   
com.irisel.oms.auth   
com.irisel.oms.auth.internal   
com.irisel.oms.blapi.helpers   
com.irisel.oms.ejb.browser   
com.irisel.oms.ejb.interfaces   
com.irisel.oms.guiom.comp   
com.irisel.oms.guiom.iframe   
com.irisel.oms.guiom.interfaces   
com.irisel.oms.guiom.internal.tools   
com.irisel.oms.guiom.panel   
com.irisel.oms.guiom.tablemodel TableModel support classes. 
com.irisel.oms.helper   
com.irisel.oms.olapi   
com.irisel.oms.olapi.beans   
com.irisel.oms.olapi.internal   
com.irisel.pm.daemon   
 

Uses of InstanceSet in com.irisel.omcrm.gui
 

Methods in com.irisel.omcrm.gui with parameters of type InstanceSet
 void Console.setResults(InstanceSet is)
           
 

Uses of InstanceSet in com.irisel.omcrm.olapi
 

Methods in com.irisel.omcrm.olapi that return InstanceSet
 InstanceSet BrowserHelper.getWorkflowObjects(Instance fq, RelationVO[] rels)
           
 InstanceSet BrowserHelper.getWorkflowObjectsQueueOld(Instance queue, RelationVO[] rel_ids)
           
 

Uses of InstanceSet in com.irisel.oms.auth
 

Methods in com.irisel.oms.auth that return InstanceSet
 InstanceSet SecurityManager.filter(Session s, InstanceSet is, java.lang.String permType)
           
 

Methods in com.irisel.oms.auth with parameters of type InstanceSet
 InstanceSet SecurityManager.filter(Session s, InstanceSet is, java.lang.String permType)
           
 

Uses of InstanceSet in com.irisel.oms.auth.internal
 

Methods in com.irisel.oms.auth.internal that return InstanceSet
 InstanceSet SecurityManagerImpl.filter(Session thisSession, InstanceSet is, java.lang.String permType)
           
 InstanceSet SecurityManagerImpl.getPerms(long roleid)
           
 InstanceSet SecurityManagerImpl.getPerms(java.lang.Object[] roles)
           
 InstanceSet SecurityManagerImpl.getPerms(java.lang.String rolename)
           
 

Methods in com.irisel.oms.auth.internal with parameters of type InstanceSet
 InstanceSet SecurityManagerImpl.filter(Session thisSession, InstanceSet is, java.lang.String permType)
           
 

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

Methods in com.irisel.oms.blapi.helpers that return InstanceSet
 InstanceSet OMSActionHelper.getActionItemArguments(long actionItemId)
           
 InstanceSet OMSActionHelper.getPending()
           
 

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

Methods in com.irisel.oms.ejb.browser that return InstanceSet
 InstanceSet OMBrowserBean.executeQuery(java.lang.String classname, SelectQuery q)
          Business method
 InstanceSet OMBrowserBean.getInstances(java.lang.String classname, java.lang.String field, java.lang.String value)
          Business method
 

Uses of InstanceSet in com.irisel.oms.ejb.interfaces
 

Methods in com.irisel.oms.ejb.interfaces that return InstanceSet
 InstanceSet OMBrowserEJB.executeQuery(java.lang.String classname, SelectQuery q)
          Business method
 InstanceSet OMBrowserEJB.getInstances(java.lang.String classname, java.lang.String field, java.lang.String value)
          Business method
 

Uses of InstanceSet in com.irisel.oms.guiom.comp
 

Methods in com.irisel.oms.guiom.comp that return InstanceSet
 InstanceSet PopUpMenu.getMenus(java.lang.String type)
          Method to retrieve menus from table OMS_GUI_CONTROL Filters by "type" Ordered by field "ord"
 

Methods in com.irisel.oms.guiom.comp with parameters of type InstanceSet
 void AttachmentsPanel.addAttachments(InstanceSet is)
          Adds new attachment records to the panel
 

Uses of InstanceSet in com.irisel.oms.guiom.iframe
 

Methods in com.irisel.oms.guiom.iframe with parameters of type InstanceSet
 void ConsoleImpl.setResults(InstanceSet is)
           
 

Uses of InstanceSet in com.irisel.oms.guiom.interfaces
 

Methods in com.irisel.oms.guiom.interfaces that return InstanceSet
 InstanceSet Browser.executeQuery(java.lang.String classname, SelectQuery q)
           
 

Uses of InstanceSet in com.irisel.oms.guiom.internal.tools
 

Methods in com.irisel.oms.guiom.internal.tools with parameters of type InstanceSet
 void Console.setResults(InstanceSet is)
          A console is expected to have a grid with results.
 

Uses of InstanceSet in com.irisel.oms.guiom.panel
 

Methods in com.irisel.oms.guiom.panel that return InstanceSet
 InstanceSet CLJPanelResults.getResultSet()
           
 

Methods in com.irisel.oms.guiom.panel with parameters of type InstanceSet
 void CLJPanelResults.setResultSet(InstanceSet rs)
           
 

Uses of InstanceSet in com.irisel.oms.guiom.tablemodel
 

Methods in com.irisel.oms.guiom.tablemodel that return InstanceSet
 InstanceSet InstanceSetTableModel.getInstanceSet()
           
 

Methods in com.irisel.oms.guiom.tablemodel with parameters of type InstanceSet
 InstanceSetTableModel InstanceSetTableModelFactory.createTableModel(InstanceSet rs)
          Creates a table model by using the given InstanceSet.
 InstanceSetTableModel InstanceSetTableModelFactory.generateDefaultTableModel(InstanceSet is)
          Generates a TableModel that gets its contents filled from a InstanceSet.
 void InstanceSetTable.refresh(InstanceSet rs)
           
 void InstanceSetTable.setResults(InstanceSet rs)
           
 

Constructors in com.irisel.oms.guiom.tablemodel with parameters of type InstanceSet
InstanceSetTableModel(InstanceSet is)
           
InstanceSetTableModel(InstanceSet is, boolean enableLeftMarginColumn)
           
 

Uses of InstanceSet in com.irisel.oms.helper
 

Methods in com.irisel.oms.helper that return InstanceSet
 InstanceSet ProjectBO.qryFinancialDetails()
           
 InstanceSet ProjectBO.qryProducts()
           
 InstanceSet ProjectBO.qrySite()
           
 

Methods in com.irisel.oms.helper with parameters of type InstanceSet
 Instance QuoteBO.generate(Instance project, InstanceSet lineitems)
           
 Instance OrderBO.generate(Instance project, InstanceSet lineitems)
           
 Instance InvoiceBO.generate(Instance project, InstanceSet lineitems)
           
 

Uses of InstanceSet in com.irisel.oms.olapi
 

Methods in com.irisel.oms.olapi that return InstanceSet
 InstanceSet SSBrowser.executeQuery(java.lang.String classname, SelectQuery q)
           
 InstanceSet SSBrowser.executeText(java.lang.String text)
           
 InstanceSet CLEnterpriseBrowser.executeText(java.lang.String sqltext)
           
 InstanceSet CLBrowserImpl.executeText(java.lang.String sqlText)
           
 InstanceSet CLBrowser.executeText(java.lang.String text)
          Executes any SQL command, use when data results are expected.
 InstanceSet CLBrowserBase.getConfigItems(java.lang.String configSet, java.lang.String configItem)
           
 InstanceSet CLBrowser.getConfigItems(java.lang.String configSet, java.lang.String configItem)
           
 InstanceSet QueryTree.getInstanceIds(int id)
           
 InstanceSet CLBrowserBase.getInstances(java.lang.String string)
           
 InstanceSet CLBrowser.getInstances(java.lang.String string)
           
 InstanceSet SSBrowser.getInstances(java.lang.String classname, java.lang.String field, java.lang.String value)
           
 InstanceSet QueryTree.getInstanceSet(int id)
           
 InstanceSet CLBrowserBase.getInstanceSet(long classid, java.lang.String filter, java.lang.String value)
           
 InstanceSet CLBrowser.getInstanceSet(long classid, java.lang.String propertyname, java.lang.String value)
           
 InstanceSet CLBrowserBase.getInstanceSet(java.lang.String classname, java.lang.String filter, int operator, java.lang.Object value)
          Selects instances by filter and with valid status (positive, not null)
 InstanceSet CLBrowser.getInstanceSet(java.lang.String classname, java.lang.String filter, int operator, java.lang.Object val)
           
 InstanceSet CLBrowserBase.getInstanceSet(java.lang.String classname, java.lang.String filter, java.lang.String value)
           
 InstanceSet CLBrowser.getInstanceSet(java.lang.String classname, java.lang.String propertyname, java.lang.String value)
           
 InstanceSet CLBrowserBase.getInstanceSetValidStatus(java.lang.String classname, java.lang.String filter, int operator, java.lang.Object value, boolean bValidStatus)
          Selects instances by filter and with valid status (positive, not null)
 InstanceSet CLBrowser.getInstanceSetValidStatus(java.lang.String classname, java.lang.String propertyname, int operator, java.lang.Object value, boolean bValidStatus)
           
 InstanceSet CLBrowserBase.getInstanceSetValidStatus(java.lang.String classname, java.lang.String filter, java.lang.String value, boolean bValidStatus)
           
 InstanceSet CLBrowser.getInstanceSetValidStatus(java.lang.String classname, java.lang.String filter, java.lang.String value, boolean bValidStatus)
           
 

Methods in com.irisel.oms.olapi with parameters of type InstanceSet
 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.
 

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

Classes in com.irisel.oms.olapi.beans that implement InstanceSet
 class DataInstanceSet
           
 

Constructors in com.irisel.oms.olapi.beans with parameters of type InstanceSet
DataInstanceSet(InstanceSet is)
           
DataInstanceSet(InstanceSet is, boolean copyData)
          Constructor of a DataInstanceSet from a InstanceSet (e.g.
 

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

Classes in com.irisel.oms.olapi.internal that implement InstanceSet
 class DBInstanceSet
           
 

Methods in com.irisel.oms.olapi.internal that return InstanceSet
 InstanceSet OMSBrowser.executeQuery(ClassVO c, SelectQuery q)
           
 InstanceSet OMSBrowser.executeQuery(java.lang.String instanceType, SelectQuery q)
           
 InstanceSet OMSBrowser.executeText(java.lang.String text)
           
 InstanceSet OMSBrowser.getInstances(java.lang.String classname, java.lang.String[] fields, java.lang.String[] values)
           
 InstanceSet OMSBrowser.getInstances(java.lang.String classname, java.lang.String field, java.lang.String value)
           
 InstanceSet Browser.getInstances(java.lang.String classname, java.lang.String filter, java.lang.String value)
          Deprecated.  
 

Uses of InstanceSet in com.irisel.pm.daemon
 

Methods in com.irisel.pm.daemon that return InstanceSet
 InstanceSet ProcessManager.getProcessesByStatus(int status)