|
Compiere 3.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.compiere.acct.AcctViewerData
public class AcctViewerData
Account Viewer State - maintaines State information for the Account Viewer
| Field Summary | |
|---|---|
int |
AD_Client_ID
Client |
int |
AD_Org_ID
Organization |
int |
AD_Table_ID
Table ID |
MAcctSchema |
ASchema
This Acct Schema |
MAcctSchema[] |
ASchemas
All Acct Schema |
int |
C_AcctSchema_ID
Acct Schema |
Timestamp |
DateFrom
Date From |
Timestamp |
DateTo
Date To |
boolean |
displayDocumentInfo
Display Document info |
boolean |
displayQty
Display Qty |
boolean |
displaySourceAmt
Display Source Surrency |
boolean |
documentQuery
Document Query |
boolean[] |
group
|
String |
PostingType
Posting Type |
int |
Record_ID
Record |
static int |
s_numSortByFields
Number of Sort By Fields |
String[] |
sortBy
|
HashMap<String,Integer> |
tableInfo
Containing TableName and AD_Table_ID |
HashMap<String,String> |
whereInfo
Containing Column and Query |
int |
WindowNo
Window |
| Constructor Summary | |
|---|---|
AcctViewerData(Ctx ctx,
int windowNo,
int ad_Client_ID,
int ad_Table_ID)
Constructor |
|
| Method Summary | |
|---|---|
void |
dispose()
Dispose |
ListBoxVO |
getAcctSchema()
Get Accounting Schema |
protected String |
getButtonText(String tableName,
String columnName,
String selectSQL)
Get Button Text |
ListBoxVO |
getOrg()
Get Org |
ListBoxVO |
getPostingType()
Get Posting Type |
RModel |
getRModel(Ctx ctx)
Create Report Model (Columns) |
ListBoxVO |
getTable(Ctx ctx)
Get Table with ValueNamePair (TableName, translatedKeyColumnName) and tableInfo with (TableName, AD_Table_ID) and select the entry for AD_Table_ID |
RModel |
query(Ctx ctx)
/** Create Query and submit |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public int WindowNo
public int AD_Client_ID
public MAcctSchema[] ASchemas
public MAcctSchema ASchema
public boolean documentQuery
public int C_AcctSchema_ID
public String PostingType
public int AD_Org_ID
public Timestamp DateFrom
public Timestamp DateTo
public int AD_Table_ID
public int Record_ID
public HashMap<String,String> whereInfo
public HashMap<String,Integer> tableInfo
public boolean displayQty
public boolean displaySourceAmt
public boolean displayDocumentInfo
public static final int s_numSortByFields
public String[] sortBy
public boolean[] group
| Constructor Detail |
|---|
public AcctViewerData(Ctx ctx,
int windowNo,
int ad_Client_ID,
int ad_Table_ID)
ctx - contextwindowNo - window noad_Client_ID - clientad_Table_ID - table| Method Detail |
|---|
public void dispose()
public ListBoxVO getAcctSchema()
public ListBoxVO getPostingType()
public ListBoxVO getTable(Ctx ctx)
public ListBoxVO getOrg()
cb - JComboBox to be filled
protected String getButtonText(String tableName,
String columnName,
String selectSQL)
tableName - tablecolumnName - columnselectSQL - sql
public RModel query(Ctx ctx)
public RModel getRModel(Ctx ctx)
|
Compiere 3.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||