|
Compiere 3.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.compiere.framework.PO
org.compiere.model.X_AD_UserDef_Win
org.compiere.model.MUserDefWin
public class MUserDefWin
User Defined Window model
| Field Summary | |
|---|---|
static String |
SYSTEMDEFAULT
System Default Window |
| Fields inherited from class org.compiere.model.X_AD_UserDef_Win |
|---|
accessLevel, AD_LANGUAGE_AD_Reference_ID, ENTITYTYPE_AD_Reference_ID, ISDEFAULT_AD_Reference_ID, ISDEFAULT_No, ISDEFAULT_Yes, ISREADONLY_AD_Reference_ID, ISREADONLY_No, ISREADONLY_Yes, Model, Table_ID, Table_Name, updatedMS |
| Fields inherited from class org.compiere.framework.PO |
|---|
ACCESSLEVEL_ALL, ACCESSLEVEL_CLIENT, ACCESSLEVEL_CLIENTORG, ACCESSLEVEL_ORG, ACCESSLEVEL_SYSTEM, ACCESSLEVEL_SYSTEMCLIENT, ENTITYTYPE_Dictionary, ENTITYTYPE_UserMaintained, I_ZERO, log, p_changeVO, p_info, XML_ATTRIBUTE_AD_Table_ID, XML_ATTRIBUTE_Record_ID |
| Constructor Summary | |
|---|---|
MUserDefWin(Ctx ctx,
int AD_UserDef_Win_ID,
String trxName)
Standard Constructor |
|
MUserDefWin(Ctx ctx,
ResultSet rs,
String trxName)
Standard Constructor |
|
| Method Summary | |
|---|---|
protected boolean |
beforeSave(boolean newRecord)
Before Save |
static MUserDefWin |
create(Ctx ctx,
int AD_Client_ID,
int AD_Window_ID,
String prefix,
int AD_Role_ID,
int AD_User_ID)
Create new User Defined Window |
static MUserDefWin[] |
get(Ctx ctx,
int AD_Window_ID,
int AD_Client_ID,
int AD_Role_ID,
int AD_User_ID)
Get existing User Defined Window for Role or User |
static MUserDefWin |
getSystemDefault(Ctx ctx,
int AD_Window_ID)
Get System Default record |
MUserDefTab |
getTab(int AD_Tab_ID)
Get Tab |
MUserDefTab[] |
getTabs(boolean reload)
Get Lines |
void |
setWindowSize(Dimension size)
Set Window Size |
String |
toString()
String Representation |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final String SYSTEMDEFAULT
| Constructor Detail |
|---|
public MUserDefWin(Ctx ctx,
int AD_UserDef_Win_ID,
String trxName)
ctx - contextAD_UserDef_Win_ID - idtrxName - trx
public MUserDefWin(Ctx ctx,
ResultSet rs,
String trxName)
ctx - contextrs - result settrxName - trx| Method Detail |
|---|
public static MUserDefWin[] get(Ctx ctx,
int AD_Window_ID,
int AD_Client_ID,
int AD_Role_ID,
int AD_User_ID)
ctx - contextAD_Window_ID - windowAD_Role_ID - roleAD_User_ID - user
public static MUserDefWin create(Ctx ctx,
int AD_Client_ID,
int AD_Window_ID,
String prefix,
int AD_Role_ID,
int AD_User_ID)
ctx - contextAD_Window_ID - windowAD_Role_ID - roleAD_User_ID - user
public static MUserDefWin getSystemDefault(Ctx ctx,
int AD_Window_ID)
ctx - contextAD_Window_ID - window
public MUserDefTab[] getTabs(boolean reload)
reload - reload data
public MUserDefTab getTab(int AD_Tab_ID)
AD_Tab_ID - tab
public void setWindowSize(Dimension size)
size - sizeprotected boolean beforeSave(boolean newRecord)
beforeSave in class POnewRecord - new
public String toString()
toString in class X_AD_UserDef_Win
|
Compiere 3.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||