|
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_PA_Hierarchy
org.compiere.model.MHierarchy
public class MHierarchy
Reporting Hierarchy Model
| Field Summary |
|---|
| 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 | |
|---|---|
MHierarchy(Ctx ctx,
int PA_Hierarchy_ID,
String trxName)
Default Constructor |
|
MHierarchy(Ctx ctx,
ResultSet rs,
String trxName)
Load Constructor |
|
| Method Summary | |
|---|---|
static MHierarchy |
get(Ctx ctx,
int PA_Hierarchy_ID)
Get MHierarchy from Cache |
int |
getAD_Tree_ID(String TreeType)
Get AD_Tree_ID based on tree type |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public MHierarchy(Ctx ctx,
int PA_Hierarchy_ID,
String trxName)
ctx - contextPA_Hierarchy_ID - idtrxName - trx
public MHierarchy(Ctx ctx,
ResultSet rs,
String trxName)
ctx - contextrs - result settrxName - trx| Method Detail |
|---|
public static MHierarchy get(Ctx ctx,
int PA_Hierarchy_ID)
ctx - contextPA_Hierarchy_ID - id
public int getAD_Tree_ID(String TreeType)
TreeType - Tree Type
|
Compiere 3.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||