Uses of Class
org.compiere.model.MGLCategory
-
Packages that use MGLCategory Package Description org.compiere.model Provides for.... -
-
Uses of MGLCategory in org.compiere.model
Methods in org.compiere.model that return MGLCategory Modifier and Type Method Description static MGLCategoryMGLCategory. get(int GL_Category_ID)Get MGLCategory from Cache (immutable)static MGLCategoryMGLCategory. get(Properties ctx, int GL_Category_ID)Get MGLCategory from Cache (immutable)static MGLCategoryMGLCategory. getDefault(Properties ctx, String CategoryType)Get Default Categorystatic MGLCategoryMGLCategory. getDefaultSystem(Properties ctx)Get Default System CategoryMGLCategoryMGLCategory. markImmutable()Constructors in org.compiere.model with parameters of type MGLCategory Constructor Description MGLCategory(Properties ctx, MGLCategory copy)MGLCategory(Properties ctx, MGLCategory copy, String trxName)MGLCategory(MGLCategory copy)
-