|
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_ReportSource
org.compiere.report.MReportSource
public class MReportSource
Report Line Source 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 | |
|---|---|
MReportSource(Ctx ctx,
int PA_ReportSource_ID,
String trxName)
Constructor |
|
MReportSource(Ctx ctx,
ResultSet rs,
String trxName)
Constructor |
|
| Method Summary | |
|---|---|
static MReportSource |
copy(Ctx ctx,
int AD_Client_ID,
int AD_Org_ID,
int PA_ReportLine_ID,
MReportSource source,
String trxName)
Copy Constructor |
String |
getWhereClause(int PA_Hierarchy_ID)
Get SQL where clause |
String |
toString()
String Representation |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public MReportSource(Ctx ctx,
int PA_ReportSource_ID,
String trxName)
ctx - contextPA_ReportSource_ID - idtrxName - transaction
public MReportSource(Ctx ctx,
ResultSet rs,
String trxName)
ctx - contextrs - ResultSet to load fromtrxName - transaction| Method Detail |
|---|
public String getWhereClause(int PA_Hierarchy_ID)
PA_Hierarchy_ID - hierarchy
public String toString()
toString in class X_PA_ReportSource
public static MReportSource copy(Ctx ctx,
int AD_Client_ID,
int AD_Org_ID,
int PA_ReportLine_ID,
MReportSource source,
String trxName)
ctx - contextAD_Client_ID - parentAD_Org_ID - parentPA_ReportLine_ID - parentsource - copy sourcetrxName - transaction
|
Compiere 3.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||