public interface SimpleNotifServiceStorage
| Modifier and Type | Method and Description |
|---|---|
void |
createSimpleNotification(String userId,
String summary,
String type,
int number) |
void |
deleteSimpleNotification(String notifId) |
org.chromattic.api.ChromatticSession |
getSession() |
List<SimpleNotification> |
getSimpleNotificationsByUserId(String userId,
long offset,
long limit) |
org.chromattic.api.ChromatticSession getSession()
void createSimpleNotification(String userId, String summary, String type, int number) throws Exception
Exceptionvoid deleteSimpleNotification(String notifId) throws Exception
ExceptionList<SimpleNotification> getSimpleNotificationsByUserId(String userId, long offset, long limit) throws Exception
ExceptionCopyright © 2003–2019 eXo Platform SAS. All rights reserved.