Uses of Class
com.irisel.oms.olapi.beans.ClassVO

Packages that use ClassVO
com.irisel.omcrm.gui   
com.irisel.oms.blapi   
com.irisel.oms.ejb.browser   
com.irisel.oms.exchange   
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.panel   
com.irisel.oms.olapi   
com.irisel.oms.olapi.beans   
com.irisel.oms.olapi.internal   
com.irisel.sv.faces.mgdbeans   
com.irisel.swing   
 

Uses of ClassVO in com.irisel.omcrm.gui
 

Methods in com.irisel.omcrm.gui with parameters of type ClassVO
 void SelectFolder.init(ClassVO classvo)
           
 void HtmlEditor.init(ClassVO arg0, PropertyVO arg1, java.lang.Object arg2)
           
 

Uses of ClassVO in com.irisel.oms.blapi
 

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

Methods in com.irisel.oms.ejb.browser that return ClassVO
 ClassVO OMBrowserBean.getClassVO(java.lang.String classname)
           
 

Uses of ClassVO in com.irisel.oms.exchange
 

Methods in com.irisel.oms.exchange with parameters of type ClassVO
 void DataExchangeInstance.uncompress(ClassVO classvo)
          Restores metadata from model
 

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

Methods in com.irisel.oms.guiom.actions that return ClassVO
 ClassVO OMSAction.getClassVO()
           
 

Methods in com.irisel.oms.guiom.actions with parameters of type ClassVO
 void OMSAction.setClassVO(ClassVO clsvo)
           
 

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

Methods in com.irisel.oms.guiom.actions.data that return ClassVO
 ClassVO SetClassDescriptionAction.getC()
           
 

Methods in com.irisel.oms.guiom.actions.data with parameters of type ClassVO
 void SetClassDescriptionAction.setC(ClassVO c)
           
 

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

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

Methods in com.irisel.oms.guiom.actions.ui that return ClassVO
 ClassVO AddPropertyAction.getClassVO()
           
 

Methods in com.irisel.oms.guiom.actions.ui with parameters of type ClassVO
 void AddPropertyAction.setClassVO(ClassVO c)
           
 

Constructors in com.irisel.oms.guiom.actions.ui with parameters of type ClassVO
AddPropertyAction(ClassVO c)
           
DeleteFileAction(ClassVO classVO, Instance focusInstance, java.lang.Long attOid)
           
DeleteFileAction(ClassVO classVO, Instance focusInstance, java.lang.Long[] attOid)
           
InitAction(ClassVO classvo, Instance focus)
           
NewAction(ClassVO classvo)
           
NewAction(java.lang.String text, javax.swing.Icon icon, java.lang.String shortDesc, ClassVO classvo)
           
OpenFileAction(ClassVO classVO, Instance focusInstance, Instance attInstance)
           
SaveFileAction(ClassVO classVO, Instance focusInstance, Instance attInstance)
           
SelectAction(java.lang.String name, javax.swing.Icon icon, java.lang.String shortDesc, ClassVO classvo)
           
 

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

Methods in com.irisel.oms.guiom.comp that return ClassVO
 ClassVO AttachmentsPanel.getClassvo()
           
 

Methods in com.irisel.oms.guiom.comp with parameters of type ClassVO
 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.getComponent(ClassVO clsvo, PropertyVO propvo, java.lang.Object value)
           
 java.awt.Component ComponentFactoryBase.getComponent(ClassVO clsvo, PropertyVO prop, java.lang.Object value)
           
 javax.swing.JLabel ComponentMapper.getLabel(ClassVO clsvo, int propId)
           
 javax.swing.JLabel ComponentFactoryBase.getLabel(ClassVO clsvo, int propId)
           
 javax.swing.JLabel ComponentMapper.getLabel(ClassVO clsvo, PropertyVO prop)
           
 javax.swing.JLabel ComponentFactoryBase.getLabel(ClassVO clsvo, PropertyVO prop)
           
 java.awt.Component ComponentMapper.getTableCellComponent(ClassVO cvo, Instance inst, int col)
           
 java.awt.Component ComponentFactoryBase.getTableCellComponent(ClassVO cvo, Instance inst, int col)
           
 java.awt.Component ComponentFactoryBase.getTableCellComponent(ClassVO clsvo, PropertyVO prop, java.lang.Object value)
           
 void UIComponent.init(ClassVO c, PropertyVO p, java.lang.Object value)
           
 void TriStateCheckBox.init(ClassVO c, PropertyVO p, java.lang.Object value)
           
 void JTextPaneX.init(ClassVO c, PropertyVO p, java.lang.Object value)
           
 void JTextFieldX.init(ClassVO c, PropertyVO p, java.lang.Object value)
           
 void JListX.init(ClassVO c, PropertyVO prop, java.lang.Object value)
           
 void JComboList.init(ClassVO clsvo, PropertyVO prop, java.lang.Object value)
           
 void HtmlEditor.init(ClassVO arg0, PropertyVO arg1, java.lang.Object arg2)
           
 void AbstractTimeField.init(ClassVO c, PropertyVO p, java.lang.Object value)
           
 void AttachmentsPanel.setClassvo(ClassVO classvo)
           
 

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

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

Methods in com.irisel.oms.guiom.control with parameters of type ClassVO
 void DataAccessDelegate.addProperty(ClassVO c)
           
 void DataAccessDelegate.rename(ClassVO c)
           
 

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

Methods in com.irisel.oms.guiom.iframe that return ClassVO
 ClassVO IOpenInstanceIFrame.getClassVO()
           
 ClassVO IFOpenInstanceFlow.getClassVO()
           
 ClassVO CLJInternalFrameSelectInstances.getClassVO()
           
 ClassVO CLJInternalFrameOpenInstance.getClassVO()
           
 ClassVO CLJInternalFrameNewInstance.getClassVO()
           
 ClassVO IOpenInstanceIFrame.getRelatedClassVO()
           
 ClassVO IFOpenInstanceFlow.getRelatedClassVO()
           
 ClassVO CLJInternalFrameOpenInstance.getRelatedClassVO()
           
 

Methods in com.irisel.oms.guiom.iframe with parameters of type ClassVO
 void CLJInternalFrameSelectInstances.init(ClassVO classvo)
           
 void IOpenInstanceIFrame.setRelatedClassVO(ClassVO relatedClassVO)
           
 void IFOpenInstanceFlow.setRelatedClassVO(ClassVO relatedClassVO)
           
 void CLJInternalFrameOpenInstance.setRelatedClassVO(ClassVO relatedClassVO)
           
 

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

Methods in com.irisel.oms.guiom.interfaces with parameters of type ClassVO
 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.getComponent(ClassVO clsvo, PropertyVO propvo, java.lang.Object value)
           
 javax.swing.JLabel ComponentFactory.getLabel(ClassVO clsvo, int propId)
           
 javax.swing.JLabel ComponentFactory.getLabel(ClassVO clsvo, PropertyVO prop)
           
 java.awt.Component ComponentFactory.getTableCellComponent(ClassVO cvo, Instance inst, int col)
           
 

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

Methods in com.irisel.oms.guiom.panel that return ClassVO
 ClassVO CLJPanelInstanceEditor.getClsVO()
           
 

Methods in com.irisel.oms.guiom.panel with parameters of type ClassVO
 void CLJPanelInstanceEditor.setClsVO(ClassVO clsVO)
           
 

Constructors in com.irisel.oms.guiom.panel with parameters of type ClassVO
CLJPanelInstanceEditor(ClassVO clsvo)
           
CLJPanelInstanceEditor(ClassVO clsvo, Instance di)
           
CLJPanelInstanceEditor(ClassVO clsvo, Instance di, int formType)
          Creates new form CLJPanelSimpleInstanceEditor
CLJPanelInstanceEditor(ClassVO clsvo, int formType)
          Creates new form CLJPanelSimpleInstanceEditor formType is one of the int constants FORM_TYPE_NEW,FORM_TYPE_EDIT,FORM_TYPE_SEARCH
CLJPanelInstanceFilter(ClassVO clsvo)
           
CLJPanelResults(ClassVO classvo)
           
 

Uses of ClassVO in com.irisel.oms.olapi
 

Methods in com.irisel.oms.olapi that return ClassVO
 ClassVO CLBrowserBase.getClass(long classid)
           
 ClassVO CLBrowser.getClass(long classid)
           
 ClassVO CLEnterpriseBrowser.getClass(java.lang.String classname)
           
 ClassVO CLBrowserBase.getClass(java.lang.String classname)
           
 ClassVO CLBrowser.getClass(java.lang.String classname)
           
 ClassVO SSBrowser.getClassVO(java.lang.String classname)
           
 

Methods in com.irisel.oms.olapi with parameters of type ClassVO
 RelationVO CLBrowserBase.getRelation(ClassVO clsvo, PropertyVO propvo)
           
 RelationVO CLBrowser.getRelation(ClassVO c, PropertyVO p)
           
 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)
           
 void CLBrowserBase.setDescription(ClassVO c, DescriptionVO v)
           
 void CLBrowser.setDescription(ClassVO clsvo, DescriptionVO descvo)
           
 

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

Subclasses of ClassVO in com.irisel.oms.olapi.beans
 class ViewVO
           
 

Fields in com.irisel.oms.olapi.beans declared as ClassVO
 ClassVO RoleVO.classvo
           
 ClassVO RoleVO.destclassvo
           
 

Methods in com.irisel.oms.olapi.beans that return ClassVO
 ClassVO DataModelVO.getClassVO(java.lang.String classname)
           
 ClassVO DataModelVO.getClassVOById(long classId)
           
 ClassVO[] ModuleVO.getClassVOs()
           
 ClassVO[] DataModelVO.getClassVOs()
           
 

Methods in com.irisel.oms.olapi.beans with parameters of type ClassVO
 void ModuleVO.addClassVO(ClassVO clsvo)
           
 void ModuleVO.setClassVOs(ClassVO[] clsvos)
           
 void DataModelVO.setClassVOs(ClassVO[] classVOs)
           
 

Constructors in com.irisel.oms.olapi.beans with parameters of type ClassVO
DataInstance(ClassVO c)
           
DataInstanceSet(ClassVO c)
           
 

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

Methods in com.irisel.oms.olapi.internal that return ClassVO
 ClassVO Class.buildClassVO()
           
 ClassVO Model.getClassVO(int classId)
           
 ClassVO OMSBrowser.getClassVO(java.lang.String classname)
           
 ClassVO Model.getClassVO(java.lang.String classname)
           
 

Methods in com.irisel.oms.olapi.internal with parameters of type ClassVO
 InstanceSet OMSBrowser.executeQuery(ClassVO c, SelectQuery q)
           
 

Constructors in com.irisel.oms.olapi.internal with parameters of type ClassVO
DBInstanceSet(ClassVO c, java.sql.ResultSet rs)
           
 

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

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

Uses of ClassVO in com.irisel.swing
 

Methods in com.irisel.swing with parameters of type ClassVO
 void JLinkField.init(ClassVO c, PropertyVO p, java.lang.Object value)