Uses of Class
org.compiere.model.MRecentItem
-
Packages that use MRecentItem Package Description org.compiere.model Provides for.... -
-
Uses of MRecentItem in org.compiere.model
Methods in org.compiere.model that return MRecentItem Modifier and Type Method Description static MRecentItem
MRecentItem. get(Properties ctx, int AD_RecentItem_ID)
Get from Cache using ID (immutable)static MRecentItem
MRecentItem. get(Properties ctx, int AD_Table_ID, int Record_ID, int AD_User_ID)
Get Recent Item from Cache using table+recordID (immutable)static MRecentItem
MRecentItem. getCopy(Properties ctx, int AD_RecentItem_ID, String trxName)
Get updateable copy of MRecentItem from cacheMRecentItem
MRecentItem. markImmutable()
Methods in org.compiere.model that return types with arguments of type MRecentItem Modifier and Type Method Description static List<MRecentItem>
MRecentItem. getFromUser(Properties ctx, int AD_User_ID)
Constructors in org.compiere.model with parameters of type MRecentItem Constructor Description MRecentItem(Properties ctx, MRecentItem copy)
MRecentItem(Properties ctx, MRecentItem copy, String trxName)
MRecentItem(MRecentItem copy)
-