Uses of Class
org.compiere.model.MRequestCategory
-
Packages that use MRequestCategory Package Description org.compiere.model Provides for.... -
-
Uses of MRequestCategory in org.compiere.model
Methods in org.compiere.model that return MRequestCategory Modifier and Type Method Description static MRequestCategory
MRequestCategory. get(int R_Category_ID)
Get MCategory from Cache (immutable)static MRequestCategory
MRequestCategory. get(Properties ctx, int R_Category_ID)
Get MCategory from Cache (immutable)MRequestCategory
MRequest. getCategory()
Get Request Categorystatic MRequestCategory
MRequestCategory. getCopy(Properties ctx, int R_Category_ID, String trxName)
Get updateable copy of MRequestCategory from cacheMRequestCategory
MRequestCategory. markImmutable()
Constructors in org.compiere.model with parameters of type MRequestCategory Constructor Description MRequestCategory(Properties ctx, MRequestCategory copy)
MRequestCategory(Properties ctx, MRequestCategory copy, String trxName)
MRequestCategory(MRequestCategory copy)
-