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:
-
Field Summary
Fields inherited from class org.exoplatform.commons.notification.impl.service.storage.cache.AbstractWebNotifListData
key -
Constructor Summary
ConstructorsConstructorDescriptionListWebNotificationsData(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 Details
-
ListWebNotificationsData
-
ListWebNotificationsData
-