Uses of Class
com.jalios.jcms.recenthistory.RecentHistoryEntry
-
Packages that use RecentHistoryEntry Package Description com.jalios.jcms.recenthistory -
-
Uses of RecentHistoryEntry in com.jalios.jcms.recenthistory
Methods in com.jalios.jcms.recenthistory that return types with arguments of type RecentHistoryEntry Modifier and Type Method Description java.util.Map<java.lang.String,java.util.Set<RecentHistoryEntry>>
RecentHistoryManager. getRecentHistoryMap(Member mbr)
Get the map of recent browsed data.Method parameters in com.jalios.jcms.recenthistory with type arguments of type RecentHistoryEntry Modifier and Type Method Description boolean
RecentHistoryManager. removeEntry(java.lang.String heId, java.util.Set<RecentHistoryEntry> set)
Removes the specified history entry from this set by id if it is present.
-