java.lang.Object
org.exoplatform.commons.api.notification.model.WebNotificationFilter
org.exoplatform.commons.notification.impl.service.storage.cache.model.ListWebNotificationsKey
All Implemented Interfaces:
Serializable, CacheKey

public class ListWebNotificationsKey extends org.exoplatform.commons.api.notification.model.WebNotificationFilter implements CacheKey
See Also:
  • Constructor Summary

    Constructors
    Constructor
    Description
    ListWebNotificationsKey(org.exoplatform.commons.api.notification.model.WebNotificationFilter filter, int offset, int limit)
     
  • Method Summary

    Methods inherited from class org.exoplatform.commons.api.notification.model.WebNotificationFilter

    canEqual, equals, getIsRead, getLimitDay, getParameter, getPluginKeys, getUserId, hashCode, isOnPopover, setIsRead, setLimitDay, setOnPopover, setParameter, setPluginKey, setPluginKeys

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ListWebNotificationsKey

      public ListWebNotificationsKey(org.exoplatform.commons.api.notification.model.WebNotificationFilter filter, int offset, int limit)