| Interface | Description |
|---|---|
| DeviceService |
Interface for managing
Device instances. |
| PreferenceService |
Interface for retrieving and persisting
Preference for the purpose of sending
Push messages to Device. |
| PurgePushNotificationService |
PurgePushNotificationDao interface provides a method namely purgePushNotification to purge push data from the database based on the status provided.
|
| PushDeviceTupleService |
Interface for managing
PushDeviceTuple instances. |
| PushMessageService |
A class representing a default Push Message.
|
| PushService |
Interface for sending and persisting
Push messages to
Device. |
| SenderService |
Interface for retrieving and persisting
Sender for the purpose of sending
Push messages to Device. |
| SendService |
This is an interface for an service that can send Push messages to devices.
|
| Class | Description |
|---|---|
| CXFDeviceService |
Implementation of the CXF Device Service
|
| CXFPushService |
Implementation of the CXF Device Service
|
| CXFSenderService |
Implementation of the CXF Sender Service
|
| DeviceServiceImpl |
Implementation of the Device Service
|
| PreferenceServiceImpl |
Implementation of the Sender Service
|
| PurgePushNotificationServiceImpl |
PurgePushNotificationServiceImpl class is implementation of PurgePushNotificationService interface and it provides
a method namely purgePushNotification to purge push data from the database based on the status provided.
|
| PushDeviceTupleServiceImpl |
Implementation of the
PushDeviceTupleService |
| PushMessageServiceImpl |
Implementation of the
PushMessageService |
| PushServiceImpl |
Implementation of the
PushService |
| SenderServiceImpl |
Implementation of the Device Service
|
Copyright © 2011–2014 The Kuali Foundation. All rights reserved.