|
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_RecentItem
org.compiere.model.MRecentItem
public class MRecentItem
Recent Item Model
| Field Summary |
|---|
| Fields inherited from class org.compiere.model.X_AD_RecentItem |
|---|
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 | |
|---|---|
MRecentItem(Ctx ctx,
int AD_RecentItem_ID,
String trxName)
Standard Constructor |
|
MRecentItem(Ctx ctx,
ResultSet rs,
String trxName)
Load Constructor |
|
MRecentItem(PO po,
String type)
PO Constructor |
|
| Method Summary | |
|---|---|
static boolean |
add(PO po,
String type)
Add PO to Recent Item |
static ArrayList<MRecentItem> |
getRecent(Ctx ctx)
Get Recent Items |
String |
toString()
String Representation |
String |
toStringX()
Extended String Representation |
| Methods inherited from class org.compiere.model.X_AD_RecentItem |
|---|
get_AccessLevel, getAD_Role_ID, getAD_Tab_ID, getAD_Table_ID, getAD_User_ID, getAD_Window_ID, getName, getRecord_ID, initPO, setAD_Role_ID, setAD_Tab_ID, setAD_Table_ID, setAD_User_ID, setAD_Window_ID, setName, setRecord_ID |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public MRecentItem(Ctx ctx,
int AD_RecentItem_ID,
String trxName)
ctx - ctxAD_RecentItem_ID - idtrxName - trx
public MRecentItem(Ctx ctx,
ResultSet rs,
String trxName)
ctx - contextrs - result settrxName - trx
public MRecentItem(PO po,
String type)
po - persistent objecttype - I=Insert, U=Update, V=View| Method Detail |
|---|
public static boolean add(PO po,
String type)
po - POtype - I=Insert, U=Update, V=View
public static ArrayList<MRecentItem> getRecent(Ctx ctx)
ctx - context with User and Role
public String toString()
toString in class X_AD_RecentItempublic 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 | |||||||||