|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.compiere.model.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.model.PO |
|---|
ACCESSLEVEL_ALL, ACCESSLEVEL_CLIENT, ACCESSLEVEL_CLIENTORG, ACCESSLEVEL_ORG, ACCESSLEVEL_SYSTEM, ACCESSLEVEL_SYSTEMCLIENT, ENTITYTYPE_Dictionary, ENTITYTYPE_UserMaintained, I_ZERO, log, p_ctx, p_info, XML_ATTRIBUTE_AD_Table_ID, XML_ATTRIBUTE_Record_ID |
| Constructor Summary | |
|---|---|
MReportSource(Properties ctx,
int PA_ReportSource_ID,
String trxName)
Constructor |
|
MReportSource(Properties ctx,
ResultSet rs,
String trxName)
Constructor |
|
| Method Summary | |
|---|---|
static MReportSource |
copy(Properties 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, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.compiere.model.I_Persistent |
|---|
save |
| Constructor Detail |
|---|
public MReportSource(Properties ctx,
int PA_ReportSource_ID,
String trxName)
ctx - contextPA_ReportSource_ID - idtrxName - transaction
public MReportSource(Properties 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(Properties 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
|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||