Class | Description |
---|---|
ConcurrentJob<T> |
Base class for jobs that must obtain a set of work items atomically
|
KENAPIServiceImpl |
KEN API service implementation
|
NotificationAuthorizationServiceImpl |
NotificationAuthorizationService implementation - this is the default out-of-the-box implementation of the service.
|
NotificationChannelServiceImpl |
NotificationChannelService implementation - uses the businessObjectDao to get at data in the underlying database.
|
NotificationContentTypeServiceImpl |
NotificationContentTypeService implementation - uses the dataObjectService to get at the underlying data in the stock DBMS.
|
NotificationMessageContentServiceImpl |
NotificationMessageContentService implementation - uses both Xalan and XStream in various places to manage the marshalling/unmarshalling of
Notification data for processing by various components in the system.
|
NotificationMessageDeliveryAutoRemovalServiceImpl |
Auto removes expired message deliveries.
|
NotificationMessageDeliveryResolverServiceImpl |
This is the default out-of-the-box implementation that leverages the status flag on a notification (RESOLVED versus UNRESOLVED) to determine whether
the notification's message deliveries need to be resolved or not.
|
NotificationMessageDeliveryServiceImpl |
NotificationService implementation - this is the default out-of-the-box implementation of the service that uses the
businessObjectDao to get at the data via our OOTB DBMS.
|
NotificationRecipientServiceKimImpl |
NotificationRecipientService implementation
This implementation relies on KIM user and group management
|
NotificationServiceImpl |
NotificationService implementation - this is the default out-of-the-box implementation of the service.
|
NotificationWorkflowDocumentServiceImpl |
This class is responsible for interacting with KEW - this is the default implementation that
leverages the KEW client API.
|
SendNotificationServiceKewXmlImpl |
This class allows the NotificationService.sendNotification(XML) service
to be invoked as a web service generically from the bus.
|
UserPreferenceServiceImpl |
UserPreferenceService implementation - uses the businessObjectDao to get at data in the underlying database.
|
Copyright © 2005–2014 The Kuali Foundation. All rights reserved.