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 MRequestCategoryMRequestCategory. get(int R_Category_ID)Get MCategory from Cache (immutable)static MRequestCategoryMRequestCategory. get(Properties ctx, int R_Category_ID)Get MCategory from Cache (immutable)MRequestCategoryMRequest. getCategory()Get Request Categorystatic MRequestCategoryMRequestCategory. getCopy(Properties ctx, int R_Category_ID, String trxName)Get updateable copy of MRequestCategory from cacheMRequestCategoryMRequestCategory. 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)
-