Class ListWebNotificationsKey
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
ConstructorsConstructorDescriptionListWebNotificationsKey(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
-
Constructor Details
-
ListWebNotificationsKey
public ListWebNotificationsKey(org.exoplatform.commons.api.notification.model.WebNotificationFilter filter, int offset, int limit)
-