|
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_Ref_List
org.compiere.model.MRefList
public class MRefList
Reference List Value
| Field Summary |
|---|
| Fields inherited from class org.compiere.model.X_AD_Ref_List |
|---|
accessLevel, ENTITYTYPE_AD_Reference_ID, 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 | |
|---|---|
MRefList(Ctx ctx,
int AD_Ref_List_ID,
String trxName)
Persistency Constructor |
|
MRefList(Ctx ctx,
ResultSet rs,
String trxName)
Load Contructor |
|
| Method Summary | |
|---|---|
static MRefList |
get(Ctx ctx,
int AD_Reference_ID,
String Value,
String trxName)
Get Reference List |
static ValueNamePair[] |
getList(int AD_Reference_ID,
boolean optional)
Get Reference List |
static String |
getListName(Ctx ctx,
int AD_Reference_ID,
String Value)
Get Reference List Value Name (cached) |
String |
toString()
String Representation |
String |
toStringX()
String Info |
| Methods inherited from class org.compiere.model.X_AD_Ref_List |
|---|
get_AccessLevel, getAD_Ref_List_ID, getAD_Reference_ID, getDescription, getEntityType, getKeyNamePair, getName, getValidFrom, getValidTo, getValue, initPO, setAD_Ref_List_ID, setAD_Reference_ID, setDescription, setEntityType, setName, setValidFrom, setValidTo, setValue |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public MRefList(Ctx ctx,
int AD_Ref_List_ID,
String trxName)
ctx - contextAD_Ref_List_ID - idtrxName - transaction
public MRefList(Ctx ctx,
ResultSet rs,
String trxName)
ctx - contextrs - resulttrxName - transaction| Method Detail |
|---|
public static MRefList get(Ctx ctx,
int AD_Reference_ID,
String Value,
String trxName)
ctx - contextAD_Reference_ID - referenceValue - valuetrxName - transaction
public static String getListName(Ctx ctx,
int AD_Reference_ID,
String Value)
ctx - contextAD_Reference_ID - referenceValue - value
public static ValueNamePair[] getList(int AD_Reference_ID,
boolean optional)
AD_Reference_ID - referenceoptional - if true add "",""
public String toString()
toString in class X_AD_Ref_Listpublic 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 | |||||||||