| Modifier and Type | Class and Description |
|---|---|
class |
FavoriteNotificationServiceDecorator
This class can be used to add a "favorite" or "snooze" feature to notifications
that have an id attribute.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FavoriteNotificationServiceDecorator.setEnclosedNotificationService(INotificationService enclosedNotificationService) |
| Modifier and Type | Class and Description |
|---|---|
class |
HideNotificationServiceDecorator
This class can be used to add a "hide" or "snooze" feature to notifications
that have an id attribute.
|
| Modifier and Type | Method and Description |
|---|---|
void |
HideNotificationServiceDecorator.setEnclosedNotificationService(INotificationService enclosedNotificationService) |
| Modifier and Type | Class and Description |
|---|---|
class |
ReadNotificationServiceDecorator |
| Modifier and Type | Method and Description |
|---|---|
void |
ReadNotificationServiceDecorator.setEnclosedNotificationService(INotificationService enclosedNotificationService) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractNotificationService |
class |
CacheNotificationService
This class contains all the notification service providers.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CacheNotificationService.setEmbeddedServices(List<INotificationService> services) |
| Modifier and Type | Class and Description |
|---|---|
class |
ClassLoaderResourceNotificationService
This is a simple service provider that reads notifications from one or more
files in the classpath.
|
class |
DemoNotificationService
This is a simple demo service provider that reads notifications from a file.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PortletEventNotificationService |
| Modifier and Type | Class and Description |
|---|---|
class |
FilteringNotificationServiceDecorator
This
INotificationService reduces the number of notices shown based on filtering rules. |
| Modifier and Type | Method and Description |
|---|---|
void |
FilteringNotificationServiceDecorator.setEnclosedNotificationService(INotificationService enclosedNotificationService) |
| Modifier and Type | Class and Description |
|---|---|
class |
JpaNotificationService
Implementation of
INotificationService backed by a Spring-/JPA-managed
relational database schema. |
| Modifier and Type | Class and Description |
|---|---|
class |
RestfulJsonNotificationService |
| Modifier and Type | Class and Description |
|---|---|
class |
RomeNotificationService |
| Modifier and Type | Class and Description |
|---|---|
class |
SSPTaskNotificationService
Read the list of user task from SSP.
|
Copyright © 2017 Jasig. All Rights Reserved.