Uses of Class
org.compiere.model.MRecentItem
Package
Description
This is the package that contains the majority of iDempiere's generated model class and interface.
Provide majority of iDempiere's extended model class (M*).
Provide majority of iDempiere's extended model class (M*).
-
Uses of MRecentItem in org.compiere.model
Modifier and TypeMethodDescriptionstatic 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, String Record_UU, 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.markImmutable()
Modifier and TypeMethodDescriptionstatic List<MRecentItem>
MRecentItem.getFromUser
(Properties ctx, int AD_User_ID) Get the recent items from user - for performance obtain the ids and then get the MRecentItem from cacheModifierConstructorDescriptionMRecentItem
(Properties ctx, MRecentItem copy) Copy constructorMRecentItem
(Properties ctx, MRecentItem copy, String trxName) Copy constructorMRecentItem
(MRecentItem copy) Copy constructor