Class ListWebNotificationsData
- java.lang.Object
-
- org.exoplatform.commons.notification.impl.service.storage.cache.AbstractWebNotifListData<ListWebNotificationsKey,String>
-
- org.exoplatform.commons.notification.impl.service.storage.cache.model.ListWebNotificationsData
-
- All Implemented Interfaces:
Serializable
public class ListWebNotificationsData extends AbstractWebNotifListData<ListWebNotificationsKey,String> implements Serializable
Cached data list.- Version:
- $Revision$
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.exoplatform.commons.notification.impl.service.storage.cache.AbstractWebNotifListData
key
-
-
Constructor Summary
Constructors Constructor Description ListWebNotificationsData(ListWebNotificationsKey listWebNotifInfosKey)ListWebNotificationsData(ListWebNotificationsKey listWebNotifInfosKey, List<String> list)
-
Method Summary
-
Methods inherited from class org.exoplatform.commons.notification.impl.service.storage.cache.AbstractWebNotifListData
afterMove, afterPut, afterPutRef, afterRemove, beforeMove, beforePut, beforePutRef, beforeRemove, clear, contains, equals, getList, hashCode, insertLast, move, moveTop, put, putAtTop, remove, removeByValue, size, subList
-
-
-
-
Constructor Detail
-
ListWebNotificationsData
public ListWebNotificationsData(ListWebNotificationsKey listWebNotifInfosKey, List<String> list)
-
ListWebNotificationsData
public ListWebNotificationsData(ListWebNotificationsKey listWebNotifInfosKey)
-
-