org.syncope.console.rest
Class NotificationRestClient
java.lang.Object
org.syncope.console.rest.AbstractBaseRestClient
org.syncope.console.rest.NotificationRestClient
@Component
public class NotificationRestClient
- extends AbstractBaseRestClient
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NotificationRestClient
public NotificationRestClient()
getAllNotifications
public List<NotificationTO> getAllNotifications()
throws SyncopeClientCompositeErrorException
- Throws:
SyncopeClientCompositeErrorException
readNotification
public NotificationTO readNotification(Long id)
throws SyncopeClientCompositeErrorException
- Throws:
SyncopeClientCompositeErrorException
createNotification
public void createNotification(NotificationTO notificationTO)
throws SyncopeClientCompositeErrorException
- Throws:
SyncopeClientCompositeErrorException
updateNotification
public void updateNotification(NotificationTO notificationTO)
throws SyncopeClientCompositeErrorException
- Throws:
SyncopeClientCompositeErrorException
deleteNotification
public void deleteNotification(Long id)
throws SyncopeClientCompositeErrorException
- Throws:
SyncopeClientCompositeErrorException
getMailTemplates
public List<String> getMailTemplates()
throws SyncopeClientCompositeErrorException
- Throws:
SyncopeClientCompositeErrorException
getEvents
public List<String> getEvents()
throws SyncopeClientCompositeErrorException
- Throws:
SyncopeClientCompositeErrorException
Copyright © 2011. All Rights Reserved.