Uses of Class
org.compiere.model.MMenu
-
Packages that use MMenu Package Description org.compiere.model Provides for.... -
-
Uses of MMenu in org.compiere.model
Methods in org.compiere.model that return MMenu Modifier and Type Method Description static MMenu
MMenu. get(int AD_Menu_ID)
Get Menu method from cachestatic MMenu
MMenu. get(Properties ctx, int AD_Menu_ID)
Get Menu method from cachestatic MMenu[]
MMenu. get(Properties ctx, String whereClause)
Deprecated.static MMenu[]
MMenu. get(Properties ctx, String whereClause, String trxName)
Get menues with where clauseConstructors in org.compiere.model with parameters of type MMenu Constructor Description MMenu(Properties ctx, MMenu copy)
MMenu(Properties ctx, MMenu copy, String trxName)
-