Compiere 3.1

org.compiere.controller
Class UITabVOFactory

java.lang.Object
  extended by org.compiere.util.VOFactory<UITabVO>
      extended by org.compiere.controller.UITabVOFT
          extended by org.compiere.controller.UITabVOFactory

public class UITabVOFactory
extends UITabVOFT

Tab VO Factory

Version:
$Id$
Author:
Jorg Janke

Field Summary
 
Fields inherited from class org.compiere.util.VOFactory
log
 
Constructor Summary
UITabVOFactory()
           
 
Method Summary
 UITabVO get(Ctx ctx, int AD_Tab_ID)
          Get Tab VO
 ArrayList<UITabVO> getAll(Ctx ctx, int AD_Window_ID, int AD_UserDef_Win_ID)
          Get all Tab VOs for window
 
Methods inherited from class org.compiere.controller.UITabVOFT
load, toString
 
Methods inherited from class org.compiere.util.VOFactory
get, get, getAll
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UITabVOFactory

public UITabVOFactory()
Method Detail

getAll

public ArrayList<UITabVO> getAll(Ctx ctx,
                                 int AD_Window_ID,
                                 int AD_UserDef_Win_ID)
Get all Tab VOs for window

Parameters:
ctx - context (to get Language)
AD_Window_ID - window
Returns:
Tab VOs

get

public UITabVO get(Ctx ctx,
                   int AD_Tab_ID)
Get Tab VO

Parameters:
ctx - context
AD_Tab_ID - tab
Returns:
Tab VO

Compiere 3.1

Compiere® is a registered trademark of ComPiere, Inc. ©2004-2008 HumanFlash.com All rights reserved.