|
Compiere 3.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.compiere.framework.ZoomTarget
public class ZoomTarget
Zoom Target identifier. Used in Zoom across (Where used) and Zoom into
| Constructor Summary | |
|---|---|
ZoomTarget()
|
|
| Method Summary | |
|---|---|
static boolean |
evaluateWhereClause(ArrayList<ValueNamePair> columnValues,
String whereClause)
Evaluate where clause |
static int |
getZoomAD_Window_ID(String targetTableName,
int curWindow_ID,
String targetWhereClause,
boolean isSOTrx)
Get the Zoom Into Target for a table. |
static ArrayList<KeyNamePair> |
getZoomTargets(String targetTableName,
int curWindow_ID,
String targetWhereClause)
Get the Zoom Across Targets for a table. |
static ArrayList<KeyNamePair> |
getZoomTargets(String targetTableName,
int curWindow_ID,
String targetWhereClause,
Object[] params)
Get the Zoom Across Targets for a table. |
static void |
parseColumns(ArrayList<String> list,
String parseString)
Parse String and add columnNames to the list. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ZoomTarget()
| Method Detail |
|---|
public static void parseColumns(ArrayList<String> list,
String parseString)
list - list to be added toparseString - string to parse for variables
public static boolean evaluateWhereClause(ArrayList<ValueNamePair> columnValues,
String whereClause)
columnValues - columns with the valueswhereClause - where clause
public static int getZoomAD_Window_ID(String targetTableName,
int curWindow_ID,
String targetWhereClause,
boolean isSOTrx)
targetTableName - for Target Table for zoomcurWindow_ID - Window from where zoom is invokedtargetWhereClause - Where Clause in the format "Record_ID=isSOTrx - Sales contex of window from where zoom is invoked
public static ArrayList<KeyNamePair> getZoomTargets(String targetTableName,
int curWindow_ID,
String targetWhereClause,
Object[] params)
targetTableName - for Target Table for zoomcurWindow_ID - Window from where zoom is invokedtargetWhereClause - Where Clause in the format "WHERE Record_ID=?"params[] - parameter to whereClause. Should be the Record_ID
public static ArrayList<KeyNamePair> getZoomTargets(String targetTableName,
int curWindow_ID,
String targetWhereClause)
targetTableName - for Target Table for zoomcurWindow_ID - Window from where zoom is invokedtargetWhereClause - Where Clause in the format "Record_ID=
|
Compiere 3.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||