Uses of Class
org.compiere.model.MGroup
Packages that use MGroup
Package
Description
This is the package that contains the majority of iDempiere's generated model class and interface.
Provide majority of iDempiere's extended model class (M*).
Provide majority of iDempiere's extended model class (M*).
-
Uses of MGroup in org.compiere.model
Methods in org.compiere.model that return MGroupModifier and TypeMethodDescriptionstatic 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 cacheMRequest.getGroup()
Get Request GroupMGroup.markImmutable()
Constructors in org.compiere.model with parameters of type MGroupModifierConstructorDescriptionMChangeRequest
(MRequest request, MGroup group) CRM Request ConstructorMGroup
(Properties ctx, MGroup copy) Copy constructorMGroup
(Properties ctx, MGroup copy, String trxName) Copy constructorCopy constructor