Class ListWebNotificationsKey
- java.lang.Object
-
- org.exoplatform.commons.notification.impl.service.storage.cache.model.ListWebNotificationsKey
-
- All Implemented Interfaces:
Serializable,CacheKey
public class ListWebNotificationsKey extends Object implements CacheKey, Serializable
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)intgetLimit()intgetOffset()StringgetUserId()inthashCode()booleanisOnPopover()static ListWebNotificationsKeykey(String userId, boolean isOnPopover, int offset, int limit)
-
-
-
Method Detail
-
key
public static ListWebNotificationsKey key(String userId, boolean isOnPopover, int offset, int limit)
-
isOnPopover
public boolean isOnPopover()
-
getUserId
public String getUserId()
-
getOffset
public int getOffset()
-
getLimit
public int getLimit()
-
-