|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.adempiere.webui.acct.WAcctViewerData
public class WAcctViewerData
Account Viewer State - maintains State information for the Account Viewer Based on class AcctViewerData
| 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 |
documentQuery
Document Query |
String |
PostingType
Posting Type |
int |
Record_ID
Record |
HashMap<String,Integer> |
tableInfo
Containing TableName and AD_Table_ID |
HashMap<String,String> |
whereInfo
Containing Column and Query |
int |
WindowNo
Window |
| Constructor Summary | |
|---|---|
WAcctViewerData(Properties ctx,
int windowNo,
int ad_Client_ID,
int ad_Table_ID)
Constructor |
|
| Method Summary | |
|---|---|
void |
dispose()
Dispose |
protected void |
fillAcctSchema(Listbox cb)
Fill Accounting Schema |
protected void |
fillOrg(Listbox cb)
Fill Org |
protected void |
fillPostingType(Listbox cb)
Fill Posting Type |
protected void |
fillTable(Listbox cb)
Fill Table with ValueNamePair (TableName, translatedKeyColumnName) and tableInfo with (TableName, AD_Table_ID) and select the entry for AD_Table_ID |
protected String |
getButtonText(String tableName,
String columnName,
String selectSQL)
Get Button Text |
protected RModel |
query()
/** 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
| Constructor Detail |
|---|
public WAcctViewerData(Properties 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()
protected void fillAcctSchema(Listbox cb)
cb - Listbox to be filledprotected void fillPostingType(Listbox cb)
cb - Listox to be filledprotected void fillTable(Listbox cb)
cb - Listbox to be filledprotected void fillOrg(Listbox cb)
cb - Listbox to be filled
protected String getButtonText(String tableName,
String columnName,
String selectSQL)
tableName - tablecolumnName - columnselectSQL - sql
protected RModel query()
|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||