Uses of Class
org.compiere.model.MGroup
-
Packages that use MGroup Package Description org.compiere.model Provides for.... -
-
Uses of MGroup in org.compiere.model
Methods in org.compiere.model that return MGroup Modifier and Type Method Description static MGroup
MGroup. get(int R_Group_ID)
Get MGroup from Cache (immutable)static MGroup
MGroup. get(Properties ctx, int R_Group_ID)
Get MGroup from Cache (immutable)static MGroup
MGroup. getCopy(Properties ctx, int R_Group_ID, String trxName)
Get updateable copy of MGroup from cacheMGroup
MRequest. getGroup()
Get Request GroupMGroup
MGroup. markImmutable()
Constructors in org.compiere.model with parameters of type MGroup Constructor Description MChangeRequest(MRequest request, MGroup group)
CRM Request ConstructorMGroup(Properties ctx, MGroup copy)
MGroup(Properties ctx, MGroup copy, String trxName)
MGroup(MGroup copy)
-