|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.compiere.model.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 |
|---|
ENTITYTYPE_AD_Reference_ID |
| Fields inherited from class org.compiere.model.PO |
|---|
ACCESSLEVEL_ALL, ACCESSLEVEL_CLIENT, ACCESSLEVEL_CLIENTORG, ACCESSLEVEL_ORG, ACCESSLEVEL_SYSTEM, ACCESSLEVEL_SYSTEMCLIENT, ENTITYTYPE_Dictionary, ENTITYTYPE_UserMaintained, I_ZERO, log, p_ctx, p_info, XML_ATTRIBUTE_AD_Table_ID, XML_ATTRIBUTE_Record_ID |
| Fields inherited from interface org.compiere.model.I_AD_Ref_List |
|---|
accessLevel, COLUMNNAME_AD_Ref_List_ID, COLUMNNAME_AD_Reference_ID, COLUMNNAME_Description, COLUMNNAME_EntityType, COLUMNNAME_Name, COLUMNNAME_ValidFrom, COLUMNNAME_ValidTo, COLUMNNAME_Value, Model, Table_ID, Table_Name |
| Constructor Summary | |
|---|---|
MRefList(Properties ctx,
int AD_Ref_List_ID,
String trxName)
Persistency Constructor |
|
MRefList(Properties ctx,
ResultSet rs,
String trxName)
Load Contructor |
|
| Method Summary | |
|---|---|
static MRefList |
get(Properties ctx,
int AD_Reference_ID,
String Value,
String trxName)
Get Reference List |
static ValueNamePair[] |
getList(Properties ctx,
int AD_Reference_ID,
boolean optional)
Get Reference List (translated) |
static String |
getListName(Properties ctx,
int AD_Reference_ID,
String Value)
Get Reference List Value Name (cached) |
String |
toString()
String Representation |
| Methods inherited from class org.compiere.model.X_AD_Ref_List |
|---|
get_AccessLevel, getAD_Ref_List_ID, getAD_Reference_ID, getAD_Reference, 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, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.compiere.model.I_Persistent |
|---|
save |
| Constructor Detail |
|---|
public MRefList(Properties ctx,
int AD_Ref_List_ID,
String trxName)
ctx - contextAD_Ref_List_ID - idtrxName - transaction
public MRefList(Properties ctx,
ResultSet rs,
String trxName)
ctx - contextrs - resulttrxName - transaction| Method Detail |
|---|
public static MRefList get(Properties ctx,
int AD_Reference_ID,
String Value,
String trxName)
ctx - contextAD_Reference_ID - referenceValue - valuetrxName - transaction
public static String getListName(Properties ctx,
int AD_Reference_ID,
String Value)
ctx - contextAD_Reference_ID - referenceValue - value
public static ValueNamePair[] getList(Properties ctx,
int AD_Reference_ID,
boolean optional)
ctx - contextAD_Reference_ID - referenceoptional - if true add "",""
public String toString()
toString in class X_AD_Ref_List
|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||