|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use NotificationWorkflowDocument | |
|---|---|
| org.kuali.rice.ken.service | |
| org.kuali.rice.ken.service.impl | |
| org.kuali.rice.ken.web.spring | |
| Uses of NotificationWorkflowDocument in org.kuali.rice.ken.service |
|---|
| Methods in org.kuali.rice.ken.service that return NotificationWorkflowDocument | |
|---|---|
NotificationWorkflowDocument |
NotificationWorkflowDocumentService.getNotificationWorkflowDocumentByDocumentId(String initiatorUserId,
Long workflowDocumentId)
This service method is responsible for retrieving a NotificationWorkflowDocument from KEW. |
| Methods in org.kuali.rice.ken.service with parameters of type NotificationWorkflowDocument | |
|---|---|
void |
NotificationWorkflowDocumentService.clearAllFyisAndAcknowledgeNotificationWorkflowDocument(String initiatorUserId,
NotificationWorkflowDocument workflowDocument,
String annotation)
This method is responsible for canceling a workflow document; which in turn simulates the "checking-off" of a notification in the notification list by the system through an auto-removal. |
| Uses of NotificationWorkflowDocument in org.kuali.rice.ken.service.impl |
|---|
| Methods in org.kuali.rice.ken.service.impl that return NotificationWorkflowDocument | |
|---|---|
NotificationWorkflowDocument |
NotificationWorkflowDocumentServiceImpl.getNotificationWorkflowDocumentByDocumentId(String initiatorUserId,
Long workflowDocumentId)
This service method is implemented by constructing a NotificationWorkflowDocument using the pre-existing document Id that is passed in. |
| Methods in org.kuali.rice.ken.service.impl with parameters of type NotificationWorkflowDocument | |
|---|---|
void |
NotificationWorkflowDocumentServiceImpl.clearAllFyisAndAcknowledgeNotificationWorkflowDocument(String initiatorUserId,
NotificationWorkflowDocument workflowDocument,
String annotation)
|
| Uses of NotificationWorkflowDocument in org.kuali.rice.ken.web.spring |
|---|
| Methods in org.kuali.rice.ken.web.spring that return NotificationWorkflowDocument | |
|---|---|
NotificationWorkflowDocument |
AdministerNotificationRequestController.AdministerNotificationRequestCommand.getDocument()
|
| Methods in org.kuali.rice.ken.web.spring with parameters of type NotificationWorkflowDocument | |
|---|---|
void |
AdministerNotificationRequestController.AdministerNotificationRequestCommand.setDocument(NotificationWorkflowDocument document)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||