|
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_Menu
org.compiere.model.MMenu
public class MMenu
Menu Model
| Field Summary |
|---|
| Fields inherited from class org.compiere.model.X_AD_Menu |
|---|
accessLevel, ACTION_AD_Reference_ID, ACTION_Form, ACTION_Process, ACTION_Report, ACTION_Task, ACTION_Window, ACTION_Workbench, ACTION_WorkFlow, ENTITYTYPE_AD_Reference_ID, 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 | |
|---|---|
MMenu(Ctx ctx,
int AD_Menu_ID,
String trxName)
Standard Constructor |
|
MMenu(Ctx ctx,
ResultSet rs,
String trxName)
Load Contrusctor |
|
| Method Summary | |
|---|---|
protected boolean |
beforeSave(boolean newRecord)
Before Save |
static MMenu[] |
get(Ctx ctx,
String whereClause)
Get menus with where clause |
String |
toString()
String Info |
| Methods inherited from class org.compiere.model.X_AD_Menu |
|---|
get_AccessLevel, getAction, getAD_Form_ID, getAD_Menu_ID, getAD_Process_ID, getAD_Task_ID, getAD_Window_ID, getAD_Workbench_ID, getAD_Workflow_ID, getDescription, getEntityType, getKeyNamePair, getName, initPO, isActionValid, isReadOnly, isSummary, setAction, setAD_Form_ID, setAD_Menu_ID, setAD_Process_ID, setAD_Task_ID, setAD_Window_ID, setAD_Workbench_ID, setAD_Workflow_ID, setDescription, setEntityType, setIsReadOnly, setIsSummary, setName |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public MMenu(Ctx ctx,
int AD_Menu_ID,
String trxName)
ctx - contextAD_Menu_ID - idtrxName - transaction
public MMenu(Ctx ctx,
ResultSet rs,
String trxName)
ctx - contextrs - result settrxName - transaction| Method Detail |
|---|
public static MMenu[] get(Ctx ctx,
String whereClause)
ctx - contextwhereClause - where clause w/o the actual WHERE
protected boolean beforeSave(boolean newRecord)
beforeSave in class POnewRecord - new
public String toString()
toString in class X_AD_Menu
|
Compiere 3.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||