Uses of Class
org.compiere.model.MRequestCategory
Packages that use MRequestCategory
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 MRequestCategory in org.compiere.model
Methods in org.compiere.model that return MRequestCategoryModifier and TypeMethodDescriptionstatic MRequestCategory
MRequestCategory.get
(int R_Category_ID) Get MRequestCategory from Cache (immutable)static MRequestCategory
MRequestCategory.get
(Properties ctx, int R_Category_ID) Get MRequestCategory from Cache (immutable)MRequest.getCategory()
Get Request Categorystatic MRequestCategory
MRequestCategory.getCopy
(Properties ctx, int R_Category_ID, String trxName) Get updateable copy of MRequestCategory from cacheMRequestCategory.markImmutable()
Constructors in org.compiere.model with parameters of type MRequestCategoryModifierConstructorDescriptionMRequestCategory
(Properties ctx, MRequestCategory copy) Copy constructorMRequestCategory
(Properties ctx, MRequestCategory copy, String trxName) Copy constructorCopy constructor