|
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_AD_UserQuery
org.compiere.model.MUserQuery
public class MUserQuery
User Query Model. User maintained for future use, Table for validation
| Field Summary |
|---|
| Fields inherited from class org.compiere.model.X_AD_UserQuery |
|---|
accessLevel, Model, Table_ID, Table_Name, updatedMS |
| 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 | |
|---|---|
MUserQuery(Ctx ctx,
int AD_UserQuery_ID,
String trxName)
Standard Constructor |
|
MUserQuery(Ctx ctx,
ResultSet rs,
String trxName)
Load Constructor |
|
| Method Summary | |
|---|---|
boolean |
deleteLines()
Delete all Lines |
static MUserQuery[] |
get(Ctx ctx,
int AD_Tab_ID,
int AD_Table_ID)
Get all active queries of client for Tab |
static MUserQuery |
get(Ctx ctx,
int AD_Tab_ID,
String name)
Get Specific Tab Query |
static MUserQuery |
getForUser(Ctx ctx,
int AD_Tab_ID,
String name)
Get Specific Tab Query |
MUserQueryLine[] |
getLines(boolean reload)
Get Lines |
static ArrayList<String> |
getSavedQueryNames(int AD_Client_ID,
int AD_Tab_ID)
Get Saved Query Names |
static ArrayList<String> |
getSavedQueryNamesForUser(int AD_User_ID,
int AD_Tab_ID)
Get Saved Query Names |
String |
toString()
String Info |
String |
toStringX()
String Representation |
| Methods inherited from class org.compiere.model.X_AD_UserQuery |
|---|
get_AccessLevel, getAD_Tab_ID, getAD_Table_ID, getAD_User_ID, getAD_UserQuery_ID, getCode, getDescription, getKeyNamePair, getName, initPO, setAD_Tab_ID, setAD_Table_ID, setAD_User_ID, setAD_UserQuery_ID, setCode, setDescription, setName |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public MUserQuery(Ctx ctx,
int AD_UserQuery_ID,
String trxName)
ctx - contextAD_UserQuery_ID - idtrxName - trx
public MUserQuery(Ctx ctx,
ResultSet rs,
String trxName)
ctx - contextrs - result settrxName - trx| Method Detail |
|---|
public static MUserQuery[] get(Ctx ctx,
int AD_Tab_ID,
int AD_Table_ID)
ctx - contextAD_Tab_ID - tab
public static ArrayList<String> getSavedQueryNames(int AD_Client_ID,
int AD_Tab_ID)
AD_Client_ID - clientAD_Tab_ID - tab
public static ArrayList<String> getSavedQueryNamesForUser(int AD_User_ID,
int AD_Tab_ID)
AD_User_ID - userAD_Tab_ID - tab
public static MUserQuery get(Ctx ctx,
int AD_Tab_ID,
String name)
ctx - contextAD_Tab_ID - tabname - name
public static MUserQuery getForUser(Ctx ctx,
int AD_Tab_ID,
String name)
ctx - contextAD_Tab_ID - tabname - name
public MUserQueryLine[] getLines(boolean reload)
reload - reload data
public boolean deleteLines()
public String toString()
toString in class X_AD_UserQuerypublic String toStringX()
toStringX in class PO
|
Compiere 3.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||