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

Packages that use Instance
com.irisel.omcrm.olapi   
com.irisel.oms.auth   
com.irisel.oms.auth.internal   
com.irisel.oms.blapi   
com.irisel.oms.blapi.helpers   
com.irisel.oms.ejb.browser   
com.irisel.oms.ejb.interfaces   
com.irisel.oms.exchange   
com.irisel.oms.guiom   
com.irisel.oms.guiom.actions   
com.irisel.oms.guiom.actions.data   
com.irisel.oms.guiom.actions.ui   
com.irisel.oms.guiom.comp   
com.irisel.oms.guiom.control   
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.omweb.tags   
com.irisel.pm   
com.irisel.pm.internal   
com.irisel.sv.faces.mgdbeans   
 

Uses of Instance in com.irisel.omcrm.olapi
 

Methods in com.irisel.omcrm.olapi with parameters of type Instance
 InstanceSet BrowserHelper.getWorkflowObjects(Instance fq, RelationVO[] rels)
           
 InstanceSet BrowserHelper.getWorkflowObjectsQueueOld(Instance queue, RelationVO[] rel_ids)
           
 

Uses of Instance in com.irisel.oms.auth
 

Methods in com.irisel.oms.auth that return Instance
 Instance Session.getUserInstance()
           
 

Methods in com.irisel.oms.auth with parameters of type Instance
 boolean SecurityManager.exec(Session s, java.lang.String method, Instance focus, java.lang.String[] args)
           
 

Constructors in com.irisel.oms.auth with parameters of type Instance
PermVO(Instance inst)
           
Session(CLBrowser browser, Instance userInstance)
           
 

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

Methods in com.irisel.oms.auth.internal with parameters of type Instance
 boolean SecurityManagerImpl.evalExpression(PermVO perm, Instance focus, Session s)
           
 boolean SecurityManagerImpl.exec(Session s, java.lang.String method, Instance focus, java.lang.String[] args)
           
 

Uses of Instance in com.irisel.oms.blapi
 

Methods in com.irisel.oms.blapi that return Instance
static Instance ActivityHelper.getActivityInstance(CLBrowser browser, Instance aUser, SvcContext context, Instance focus)
           
 

Methods in com.irisel.oms.blapi with parameters of type Instance
 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)
           
static Instance ActivityHelper.getActivityInstance(CLBrowser browser, Instance aUser, SvcContext context, Instance focus)
           
 SvcContext Svc_reject.reject(ClassVO clsvo, Instance focus, Instance user, SvcContext arg0)
           
static void SvcSendMail.scheduleEmail(CLBrowser clbrowser, java.util.Date activationTime, java.util.Date expirationTime, Instance focus, java.lang.String fromAddr, java.lang.String toAddr, java.lang.String ccAddr, java.lang.String subject, java.lang.String body)
          Static method to schedule an e-mail to be sent in a future time
static void SvcSendMail.scheduleEmail(CLBrowser clbrowser, java.util.Date activationTime, java.util.Date expirationTime, SvcContext sc, Instance focus)
           
 

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

Methods in com.irisel.oms.blapi.helpers that return Instance
 Instance OMSActionHelper.getActionById(long actionid)
           
 Instance OMSActionHelper.newActionItem(java.lang.String actionName)
           
 

Methods in com.irisel.oms.blapi.helpers with parameters of type Instance
 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 Instance in com.irisel.oms.ejb.browser
 

Methods in com.irisel.oms.ejb.browser with parameters of type Instance
 long OMBrowserBean.create(Instance i)
          Business method
 int OMBrowserBean.delete(Instance i)
           
 int OMBrowserBean.update(Instance i)
          Business method
 

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

Methods in com.irisel.oms.ejb.interfaces with parameters of type Instance
 long OMBrowserEJB.create(Instance i)
          Business method
 int OMBrowserEJB.update(Instance i)
          Business method
 

Uses of Instance in com.irisel.oms.exchange
 

Classes in com.irisel.oms.exchange that implement Instance
 class DataExchangeInstance
           
 

Uses of Instance in com.irisel.oms.guiom
 

Methods in com.irisel.oms.guiom that return Instance
 Instance CLGuiomBase.getEmployee()
           
 Instance CLGuiomBase.getEmployeeGroup()
           
 Instance CLGuiomBase.getUserInstance()
           
 

Methods in com.irisel.oms.guiom with parameters of type Instance
 void CLGuiomBase.addToolbar(Instance menuitem)
          Creates a toolbar button, based on a menu item definition, and places it in a toolbar.
 

Uses of Instance in com.irisel.oms.guiom.actions
 

Methods in com.irisel.oms.guiom.actions that return Instance
 Instance OMSAction.getFocus()
           
 Instance[] OMSAction.getInstance()
           
 

Methods in com.irisel.oms.guiom.actions with parameters of type Instance
static javax.swing.JButton[] MethodActionHelper.createButtons(CLBrowser browser, JPanelToolBar panelToolBar, Instance instance, Session userSession, int formKey, int panelKey)
           
 void OMSAction.setFocus(Instance focus)
           
 void OMSAction.setInstance(Instance[] focus)
           
 void OMSAction.setUser(Instance user)
           
 

Uses of Instance in com.irisel.oms.guiom.actions.data
 

Methods in com.irisel.oms.guiom.actions.data with parameters of type Instance
static void SaveAction.setAutomaticFields(Instance instance)
           
 

Constructors in com.irisel.oms.guiom.actions.data with parameters of type Instance
UploadFileAction(int cliid, ClassVO classVO, Instance instance)
           
 

Uses of Instance in com.irisel.oms.guiom.actions.ui
 

Methods in com.irisel.oms.guiom.actions.ui with parameters of type Instance
 void OpenInstanceAction.setFocus(Instance focus)
           
 

Constructors in com.irisel.oms.guiom.actions.ui with parameters of type Instance
DeleteFileAction(ClassVO classVO, Instance focusInstance, java.lang.Long attOid)
           
DeleteFileAction(ClassVO classVO, Instance focusInstance, java.lang.Long[] attOid)
           
InitAction(ClassVO classvo, Instance focus)
           
OpenFileAction(ClassVO classVO, Instance focusInstance, Instance attInstance)
           
SaveFileAction(ClassVO classVO, Instance focusInstance, Instance attInstance)
           
 

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

Methods in com.irisel.oms.guiom.comp that return Instance
 Instance AttachmentsPanel.getFocus()
           
 

Methods in com.irisel.oms.guiom.comp with parameters of type Instance
 void AttachmentsPanel.addAttachment(Instance i)
           
 void AttachmentsPanel.delAttachment(Instance i)
           
 java.awt.Component ComponentMapper.getComponent(ClassVO clsvo, Instance instance, int propId)
          It returns a JComponent object used as input control for a OMS Property.
 java.awt.Component ComponentFactoryBase.getComponent(ClassVO clsvo, Instance instance, int propId)
           
 java.awt.Component ComponentMapper.getTableCellComponent(ClassVO cvo, Instance inst, int col)
           
 java.awt.Component ComponentFactoryBase.getTableCellComponent(ClassVO cvo, Instance inst, int col)
           
 void AttachmentsPanel.setFocus(Instance focus)
           
 

Constructors in com.irisel.oms.guiom.comp with parameters of type Instance
AttachmentsPanel(int frameKey, ClassVO classvo, Instance focus)
          Constructor
 

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

Methods in com.irisel.oms.guiom.control with parameters of type Instance
 void DataAccessDelegate.delete(Instance[] instances)
           
 void DataAccessDelegate.relate(RelationVO relationVO, Instance instance, Instance instance2)
           
 

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

Methods in com.irisel.oms.guiom.iframe that return Instance
 Instance IOpenInstanceIFrame.getInstance()
           
 Instance IFOpenInstanceFlow.getInstance()
           
 Instance CLJInternalFrameOpenInstance.getInstance()
           
 Instance CLJInternalFrameNewInstance.getInstance()
          Returns the DataInstance, the "model" in MVC paradigm, represented by this frame.
 Instance IFOpenInstanceFlow.getUser()
           
 Instance CLJInternalFrameOpenInstance.getUser()
           
 Instance CLJInternalFrameNewInstance.getUser()
           
 

Methods in com.irisel.oms.guiom.iframe with parameters of type Instance
 void IOpenInstanceIFrame.setValues(Instance di)
           
 void IFOpenInstanceFlow.setValues(Instance di)
           
 void CLJInternalFrameOpenInstance.setValues(Instance di)
           
 

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

Methods in com.irisel.oms.guiom.interfaces that return Instance
 Instance CLDesktop.getEmployee()
           
 Instance CLDesktop.getEmployeeGroup()
           
 Instance CLDesktop.getUserInstance()
           
 

Methods in com.irisel.oms.guiom.interfaces with parameters of type Instance
 void CLDesktop.addToolbar(Instance menu)
           
 void Browser.create(Instance i)
           
 java.awt.Component ComponentFactory.getComponent(ClassVO clsvo, Instance instance, int propId)
          It returns a JComponent object used as input control for a OMS Property.
 java.awt.Component ComponentFactory.getTableCellComponent(ClassVO cvo, Instance inst, int col)
           
 void Browser.update(Instance i)
           
 

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

Methods in com.irisel.oms.guiom.internal.tools with parameters of type Instance
static DescriptionVO MenuHelper.getMenuDescription(Instance guiCtrlMenuInstance)
           
static void MenuHelper.loadMenu(Instance guiCtrlMenuInstance, javax.swing.JMenuBar parentMenuBar)
           
static void MenuHelper.loadMenu(Instance guiCtrlMenuInstance, javax.swing.JPopupMenu parentMenuOrMenuBar)
           
static void MenuHelper.loadMenuItem(Instance guiCtrlMenuItemInstance, java.awt.Component parentMenuOrMenuBar, java.awt.event.ActionListener actionListener, java.awt.event.MouseListener mouseListener)
           
 

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

Methods in com.irisel.oms.guiom.panel that return Instance
 Instance CLJPanelInstanceEditor.getInstance()
          Getter for property clsVO.
 Instance CLJPanelInstanceEditor.getRefreshedInstance()
           
 Instance[] CLJPanelResults.getSelectedResultInstances()
           
 

Methods in com.irisel.oms.guiom.panel with parameters of type Instance
 void CLJPanelInstanceEditor.setInstance(Instance instance)
          Setter for property instance.
 

Constructors in com.irisel.oms.guiom.panel with parameters of type Instance
CLJPanelInstanceEditor(ClassVO clsvo, Instance di)
           
CLJPanelInstanceEditor(ClassVO clsvo, Instance di, int formType)
          Creates new form CLJPanelSimpleInstanceEditor
 

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

Methods in com.irisel.oms.guiom.tablemodel that return Instance
 Instance InstanceSetTableModel.getInstance(int row)
           
 Instance InstanceSetTable.getInstanceByModelRow(int modelrow)
           
 Instance InstanceSetTable.getInstanceByViewRow(int viewrow)
           
 Instance[] InstanceSetTable.getInstanceSelected()
           
 Instance[] InstanceSetTableModel.getInstanceSelected(int[] modelSelectedRows)
           
 

Uses of Instance in com.irisel.oms.helper
 

Methods in com.irisel.oms.helper that return Instance
 Instance QuoteBO.generate(Instance project, InstanceSet lineitems)
           
 Instance OrderBO.generate(Instance project, InstanceSet lineitems)
           
 Instance InvoiceBO.generate(Instance project, InstanceSet lineitems)
           
 Instance ProjectBO.generateInvoice()
           
 Instance ProjectBO.generatePurchaseOrder()
           
 Instance ProjectBO.generateSalesQuote()
           
 

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

Constructors in com.irisel.oms.helper with parameters of type Instance
ProjectBO(CLBrowser browser, Instance focus)
           
 

Uses of Instance in com.irisel.oms.olapi
 

Methods in com.irisel.oms.olapi that return Instance
 Instance CLBrowserBase.getInstance(Instance i)
           
 Instance CLBrowser.getInstance(Instance instance)
           
 Instance CLBrowserBase.getInstance(long classid, long oid)
           
 Instance CLBrowser.getInstance(long classid, long oid)
           
 Instance CLBrowserBase.getInstance(long classid, java.lang.String filter, java.lang.String value)
           
 Instance CLBrowser.getInstance(long classid, java.lang.String propertyname, java.lang.String value)
           
 Instance CLBrowserBase.getInstance(java.lang.String classname, long oid)
           
 Instance CLBrowser.getInstance(java.lang.String classname, long oid)
           
 Instance CLBrowserBase.getInstance(java.lang.String classname, java.lang.String filter, java.lang.String value)
          Returns the record set from classname table/view where filter=value.
 Instance CLBrowser.getInstance(java.lang.String classname, java.lang.String propertyname, java.lang.String value)
           
 Instance CLBrowserBase.newInstance(java.lang.String classname)
           
 Instance CLBrowser.newInstance(java.lang.String classname)
           
 

Methods in com.irisel.oms.olapi with parameters of type Instance
 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.
 long SSBrowser.create(Instance i)
           
 long CLEnterpriseBrowser.create(Instance i)
           
 long CLBrowserImpl.create(Instance i)
           
abstract  long CLBrowserBase.create(Instance i)
           
 long CLBrowser.create(Instance i)
           
 int SSBrowser.delete(Instance i)
           
 int CLEnterpriseBrowser.delete(Instance i)
           
 int CLBrowserImpl.delete(Instance i)
           
 int CLBrowser.delete(Instance i)
           
 Instance CLBrowserBase.getInstance(Instance i)
           
 Instance CLBrowser.getInstance(Instance instance)
           
 ListVO CLBrowserBase.getSelectedListVO(Instance inst, int col)
          Returns the ListVO matching a property field of an instance record.
 ListType CLBrowser.getSelectedListVO(Instance inst, int col)
          Returns the ListVO associated with a list value in a given data 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)
           
 void CLBrowserBase.setAutomaticFields(Instance instance)
           
 void CLBrowser.setAutomaticFields(Instance instance)
           
 void QueryTree.setRoot(int branchIndex, Instance record)
           
 int SSBrowser.update(Instance i)
           
 int CLEnterpriseBrowser.update(Instance i)
           
 int CLBrowserImpl.update(Instance i)
           
abstract  int CLBrowserBase.update(Instance i)
           
 int CLBrowser.update(Instance i)
           
 ValidationVO CLBrowserBase.validate(Instance instance)
           
 ValidationVO CLBrowser.validate(Instance instance)
           
 int CLBrowserBase.verifyMandatory(Instance inst)
          Deprecated. use validate() instead
 int CLBrowser.verifyMandatory(Instance i)
           
 

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

Classes in com.irisel.oms.olapi.beans that implement Instance
 class DataInstance
           
 

Methods in com.irisel.oms.olapi.beans that return Instance
 Instance InstanceSet.getCurrentInstance()
           
 Instance DataInstanceSet.getCurrentInstance()
           
 Instance InstanceSet.getInstance(int row)
          Returns row by index.
 Instance DataInstanceSet.getInstance(int index)
           
 Instance[] InstanceSet.getInstances()
           
 Instance[] DataInstanceSet.getInstances()
           
 

Methods in com.irisel.oms.olapi.beans with parameters of type Instance
 void DataInstanceSet.addInstance(Instance newInstance)
           
 void DataInstanceSet.addInstance(Instance[] iset)
           
 void Instance.clone(Instance bean)
           
 void DataInstance.clone(Instance bean)
           
 void DataInstanceSet.setInstanceAt(int index, Instance newInstance)
           
 void XMLBean.updateFromInstance(Instance di)
           
 void PropertyVO.updateFromInstance(Instance di)
           
 

Constructors in com.irisel.oms.olapi.beans with parameters of type Instance
DescriptionVO(Instance i)
           
 

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

Methods in com.irisel.oms.olapi.internal that return Instance
 Instance DBInstanceSet.getCurrentInstance()
           
 Instance DBInstanceSet.getInstance(int index)
           
 Instance[] DBInstanceSet.getInstances()
           
 Instance Class.getNewInstance()
           
 Instance Model.getNewInstance(java.lang.String classname)
          Rebuilds the model from the database
 

Methods in com.irisel.oms.olapi.internal with parameters of type Instance
 long OMSBrowser.create(Instance newInstance)
           
 long Browser.create(Instance i)
          Deprecated.  
 long OMSBrowser.create1(Instance newInstance)
          Deprecated.  
 int OMSBrowser.delete(Instance theInstance)
           
 int Browser.delete(Instance i)
          Deprecated.  
 int OMSBrowser.update(Instance newInstance)
           
 int Browser.update(Instance i)
          Deprecated.  
 int OMSBrowser.update1(Instance newInstance)
          Deprecated.  
 

Uses of Instance in com.irisel.omweb.tags
 

Methods in com.irisel.omweb.tags with parameters of type Instance
 void SaveInstance.relate(RelationVO relationVO, Instance instance, Instance instance2)
          save and relate record into the database.set browser,add instance to which given instance is to be related and add new given instance.
 

Uses of Instance in com.irisel.pm
 

Methods in com.irisel.pm that return Instance
 Instance Group.getGrp()
           
 Instance Group.getGrpInst()
           
 Instance Process.getProc()
           
 Instance Process.getProcInst()
           
 

Uses of Instance in com.irisel.pm.internal
 

Methods in com.irisel.pm.internal that return Instance
 Instance GroupImpl.getGrp()
           
 Instance GroupImpl.getGrpInst()
           
 Instance ProcessImpl.getProc()
           
 Instance ProcessImpl.getProcess()
           
static Instance ProcessImpl.getProcess(long procid)
           
 Instance ProcessImpl.getProcessRootGroup(Instance iProc)
           
 Instance ProcessImpl.getProcInst()
           
 

Methods in com.irisel.pm.internal with parameters of type Instance
 Instance ProcessImpl.getProcessRootGroup(Instance iProc)
           
 void GroupImpl.setGrp(Instance model)
           
 void GroupImpl.setGrpInst(Instance instance)
           
 

Constructors in com.irisel.pm.internal with parameters of type Instance
GroupImpl(Instance grpInst)
           
GroupImpl(Instance group, Instance procInst, Instance parentGroupInst)
           
ProcessImpl(Instance procInst)
           
 

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

Methods in com.irisel.sv.faces.mgdbeans that return Instance
 Instance TimeReportVO.getInstance()
           
 Instance BaseMB.getInstance()
           
 

Methods in com.irisel.sv.faces.mgdbeans with parameters of type Instance
static void TimeReportMB.setAutomaticFields(Instance instance, long userid)
           
 void UserMB.setInstance(Instance instance)
           
 void BaseMB.setInstance(Instance inst)
           
 

Constructors in com.irisel.sv.faces.mgdbeans with parameters of type Instance
TimeReportVO(java.util.Calendar c, ClassVO trclass, Instance inst)