Uses of Class
org.exoplatform.commons.notification.impl.service.storage.cache.model.ListWebNotificationsKey
-
Packages that use ListWebNotificationsKey Package Description org.exoplatform.commons.notification.impl.service.storage.cache org.exoplatform.commons.notification.impl.service.storage.cache.model -
-
Uses of ListWebNotificationsKey in org.exoplatform.commons.notification.impl.service.storage.cache
Methods in org.exoplatform.commons.notification.impl.service.storage.cache with parameters of type ListWebNotificationsKey Modifier and Type Method Description voidWebNotificationInfosSelector. onSelect(org.exoplatform.services.cache.ExoCache<? extends ListWebNotificationsKey,? extends Object> cache, ListWebNotificationsKey key, org.exoplatform.services.cache.ObjectCacheInfo<? extends Object> ocinfo)booleanWebNotificationInfosSelector. select(ListWebNotificationsKey key, org.exoplatform.services.cache.ObjectCacheInfo<? extends Object> ocinfo)Method parameters in org.exoplatform.commons.notification.impl.service.storage.cache with type arguments of type ListWebNotificationsKey Modifier and Type Method Description voidWebNotificationInfosSelector. onSelect(org.exoplatform.services.cache.ExoCache<? extends ListWebNotificationsKey,? extends Object> cache, ListWebNotificationsKey key, org.exoplatform.services.cache.ObjectCacheInfo<? extends Object> ocinfo) -
Uses of ListWebNotificationsKey in org.exoplatform.commons.notification.impl.service.storage.cache.model
Methods in org.exoplatform.commons.notification.impl.service.storage.cache.model that return ListWebNotificationsKey Modifier and Type Method Description static ListWebNotificationsKeyListWebNotificationsKey. key(String userId, boolean isOnPopover, int offset, int limit)Constructors in org.exoplatform.commons.notification.impl.service.storage.cache.model with parameters of type ListWebNotificationsKey Constructor Description ListWebNotificationsData(ListWebNotificationsKey listWebNotifInfosKey)ListWebNotificationsData(ListWebNotificationsKey listWebNotifInfosKey, List<String> list)
-