|
Compiere 3.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.compiere.framework.PO
org.compiere.model.X_GL_Category
org.compiere.model.MGLCategory
public class MGLCategory
GL Category
| Field Summary |
|---|
| Fields inherited from class org.compiere.model.X_GL_Category |
|---|
accessLevel, CATEGORYTYPE_AD_Reference_ID, CATEGORYTYPE_Document, CATEGORYTYPE_Import, CATEGORYTYPE_Manual, CATEGORYTYPE_SystemGenerated, Model, Table_ID, Table_Name, updatedMS |
| Fields inherited from class org.compiere.framework.PO |
|---|
ACCESSLEVEL_ALL, ACCESSLEVEL_CLIENT, ACCESSLEVEL_CLIENTORG, ACCESSLEVEL_ORG, ACCESSLEVEL_SYSTEM, ACCESSLEVEL_SYSTEMCLIENT, ENTITYTYPE_Dictionary, ENTITYTYPE_UserMaintained, I_ZERO, log, p_changeVO, p_info, XML_ATTRIBUTE_AD_Table_ID, XML_ATTRIBUTE_Record_ID |
| Constructor Summary | |
|---|---|
MGLCategory(Ctx ctx,
int GL_Category_ID,
String trxName)
Standard Constructor |
|
MGLCategory(Ctx ctx,
ResultSet rs,
String trxName)
Load Constructor |
|
| Method Summary | |
|---|---|
static MGLCategory |
get(Ctx ctx,
int GL_Category_ID)
Get MGLCategory from Cache |
static MGLCategory |
getDefault(Ctx ctx,
String CategoryType)
Get Default Category |
static MGLCategory |
getDefaultSystem(Ctx ctx)
Get Default System Category |
| Methods inherited from class org.compiere.model.X_GL_Category |
|---|
get_AccessLevel, getCategoryType, getDescription, getGL_Category_ID, getKeyNamePair, getName, initPO, isCategoryTypeValid, isDefault, setCategoryType, setDescription, setGL_Category_ID, setIsDefault, setName, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public MGLCategory(Ctx ctx,
int GL_Category_ID,
String trxName)
ctx - contextGL_Category_ID - idtrxName - transaction
public MGLCategory(Ctx ctx,
ResultSet rs,
String trxName)
ctx - contextrs - result settrxName - transaction| Method Detail |
|---|
public static MGLCategory get(Ctx ctx,
int GL_Category_ID)
ctx - contextGL_Category_ID - id
public static MGLCategory getDefault(Ctx ctx,
String CategoryType)
ctx - contextCategoryType - optional CategoryType (ignored, if not exists)
public static MGLCategory getDefaultSystem(Ctx ctx)
ctx - context
|
Compiere 3.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||