Compiere 3.1

org.compiere.controller
Class UIWindowVOFactory

java.lang.Object
  extended by org.compiere.util.VOFactory<UIWindowVO>
      extended by org.compiere.controller.UIWindowVOFT
          extended by org.compiere.controller.UIWindowVOFactory

public class UIWindowVOFactory
extends UIWindowVOFT

User Interface Window VO Factory

Version:
$Id$
Author:
Jorg Janke

Field Summary
 
Fields inherited from class org.compiere.util.VOFactory
log
 
Constructor Summary
UIWindowVOFactory()
           
 
Method Summary
protected  UIWindowVO get(Ctx ctx, int AD_Window_ID)
          Get Window VO for role
 UIWindowVO get(Ctx ctx, int AD_Window_ID, int AD_Menu_ID)
          Create Window Value Object for role
 
Methods inherited from class org.compiere.controller.UIWindowVOFT
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

UIWindowVOFactory

public UIWindowVOFactory()
Method Detail

get

public UIWindowVO get(Ctx ctx,
                      int AD_Window_ID,
                      int AD_Menu_ID)
Create Window Value Object for role

Parameters:
AD_Window_ID - window id
AD_Menu_ID - menu id
Returns:
MWindowVO

get

protected UIWindowVO get(Ctx ctx,
                         int AD_Window_ID)
Get Window VO for role

Parameters:
ctx - context
AD_Window_ID - window
Returns:
VO or null

Compiere 3.1

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