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

Packages that use ListVO
com.irisel.oms.guiom.comp   
com.irisel.oms.olapi   
com.irisel.oms.olapi.beans   
 

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

Methods in com.irisel.oms.guiom.comp that return ListVO
 ListVO JListX.getListVO()
           
 ListVO JComboList.getListVO()
           
 

Methods in com.irisel.oms.guiom.comp with parameters of type ListVO
 void JListX.setListVO(ListVO lvo)
           
 void JComboList.setListVO(ListVO lvo)
           
 

Constructors in com.irisel.oms.guiom.comp with parameters of type ListVO
JComboList(ListVO lvo)
           
JListX(ListVO lvo)
           
 

Uses of ListVO in com.irisel.oms.olapi
 

Methods in com.irisel.oms.olapi that return ListVO
 ListVO CLBrowserBase.getListById(long listId)
           
 ListVO CLBrowserBase.getListByName(java.lang.String listName)
           
 ListVO CLBrowser.getListByName(java.lang.String listName)
           
 ListVO CLBrowserBase.getListByParent(ListElmVO listElmVO)
           
 ListVO CLBrowser.getListByParent(ListElmVO listElmVO)
           
 ListVO[] CLBrowserBase.getLists()
           
 ListVO[] CLBrowser.getLists()
           
 ListVO CLBrowserBase.getSelectedListVO(Instance inst, int col)
          Returns the ListVO matching a property field of an instance record.
 

Methods in com.irisel.oms.olapi with parameters of type ListVO
 boolean CLBrowserBase.saveList(ListVO listvo)
           
 boolean CLBrowser.saveList(ListVO list)
           
 

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

Methods in com.irisel.oms.olapi.beans that return ListVO
static ListVO ListVO.getListById(ListVO[] lists, long listId)
           
static ListVO ListVO.getListByName(ListVO[] lists, java.lang.String listName)
           
 ListVO[] DataModelVO.getListVOs()
           
 

Methods in com.irisel.oms.olapi.beans with parameters of type ListVO
static ListVO ListVO.getListById(ListVO[] lists, long listId)
           
static ListVO ListVO.getListByName(ListVO[] lists, java.lang.String listName)
           
 void DataModelVO.setListVOs(ListVO[] listVOs)