|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AdHocRouteRecipient | |
---|---|
org.kuali.rice.kns.web.struts.action | Copyright 2005-2014 The Kuali Foundation Licensed under the Educational Community License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. |
org.kuali.rice.krad.bo | Core business objects including business object bases. |
org.kuali.rice.krad.rules | |
org.kuali.rice.krad.service | Core service interfaces. |
org.kuali.rice.krad.service.impl | Core service implementations. |
org.kuali.rice.krad.web.controller | |
org.kuali.rice.krad.workflow.service | Workflow service interfaces. |
org.kuali.rice.krad.workflow.service.impl | Workflow service implementations. |
Uses of AdHocRouteRecipient in org.kuali.rice.kns.web.struts.action |
---|
Methods in org.kuali.rice.kns.web.struts.action that return types with arguments of type AdHocRouteRecipient | |
---|---|
protected List<AdHocRouteRecipient> |
KualiDocumentActionBase.combineAdHocRecipients(KualiDocumentFormBase kualiDocumentFormBase)
Convenience method to combine the two lists of ad hoc recipients into one which should be done before calling any of the document service methods that expect a list of ad hoc recipients |
Uses of AdHocRouteRecipient in org.kuali.rice.krad.bo |
---|
Subclasses of AdHocRouteRecipient in org.kuali.rice.krad.bo | |
---|---|
class |
AdHocRoutePerson
Ad Hoc Route Person Business Object |
class |
AdHocRouteWorkgroup
Ad Hoc Route Workgroup Business Object |
Methods in org.kuali.rice.krad.bo that return AdHocRouteRecipient | |
---|---|
AdHocRouteRecipient |
Note.getAdHocRouteRecipient()
|
Methods in org.kuali.rice.krad.bo with parameters of type AdHocRouteRecipient | |
---|---|
void |
Note.setAdHocRouteRecipient(AdHocRouteRecipient adHocRouteRecipient)
|
Uses of AdHocRouteRecipient in org.kuali.rice.krad.rules |
---|
Methods in org.kuali.rice.krad.rules with parameters of type AdHocRouteRecipient | |
---|---|
protected boolean |
DocumentRuleBase.hasAdHocRouteCompletion(Document document,
AdHocRouteRecipient adHocRouteRecipient)
KULRICE-8760: check whether there is any other complete adhoc request on the given document |
Uses of AdHocRouteRecipient in org.kuali.rice.krad.service |
---|
Method parameters in org.kuali.rice.krad.service with type arguments of type AdHocRouteRecipient | |
---|---|
Document |
DocumentService.acknowledgeDocument(Document document,
String annotation,
List<AdHocRouteRecipient> adHocRecipients)
acknowledge this document, optionally providing an annotation for the acknowledgement which will show up in the route log for the document for this acknowledgement, additionally optionally provide a list of ad hoc recipients that should recieve this document. |
Document |
DocumentService.approveDocument(Document document,
String annotation,
List<AdHocRouteRecipient> adHocRoutingRecipients)
approve this document, optionally providing an annotation which will show up in the route log for this document for this action taken, and optionally providing a list of ad hoc recipients for the document |
Document |
DocumentService.blanketApproveDocument(Document document,
String annotation,
List<AdHocRouteRecipient> adHocRecipients)
blanket approve this document which will approve the document and stand in for an approve for all typically generated approval actions requested for this document. |
Document |
DocumentService.clearDocumentFyi(Document document,
List<AdHocRouteRecipient> adHocRecipients)
clear the fyi request for this document, optionally providing a list of ad hoc recipients for this document, which should be restricted to action requested of fyi as all other actions requested will be discarded |
Document |
DocumentService.routeDocument(Document document,
String annotation,
List<AdHocRouteRecipient> adHocRoutingRecipients)
start the route the document for approval, optionally providing a list of ad hoc recipients, and additionally provideing a annotation to show up in the route log for the document |
void |
DocumentService.sendAdHocRequests(Document document,
String annotation,
List<AdHocRouteRecipient> adHocRecipients)
|
Uses of AdHocRouteRecipient in org.kuali.rice.krad.service.impl |
---|
Method parameters in org.kuali.rice.krad.service.impl with type arguments of type AdHocRouteRecipient | |
---|---|
Document |
DocumentServiceImpl.acknowledgeDocument(Document document,
String annotation,
List<AdHocRouteRecipient> adHocRecipients)
|
Document |
DocumentServiceImpl.approveDocument(Document document,
String annotation,
List<AdHocRouteRecipient> adHocRecipients)
|
Document |
DocumentServiceImpl.blanketApproveDocument(Document document,
String annotation,
List<AdHocRouteRecipient> adHocRecipients)
|
Document |
DocumentServiceImpl.clearDocumentFyi(Document document,
List<AdHocRouteRecipient> adHocRecipients)
|
Document |
DocumentServiceImpl.routeDocument(Document document,
String annotation,
List<AdHocRouteRecipient> adHocRecipients)
|
void |
DocumentServiceImpl.sendAdHocRequests(Document document,
String annotation,
List<AdHocRouteRecipient> adHocRecipients)
|
Uses of AdHocRouteRecipient in org.kuali.rice.krad.web.controller |
---|
Methods in org.kuali.rice.krad.web.controller that return types with arguments of type AdHocRouteRecipient | |
---|---|
protected List<AdHocRouteRecipient> |
DocumentControllerBase.combineAdHocRecipients(DocumentFormBase form)
Convenience method to combine the two lists of ad hoc recipients into one which should be done before calling any of the document service methods that expect a list of ad hoc recipients |
Uses of AdHocRouteRecipient in org.kuali.rice.krad.workflow.service |
---|
Method parameters in org.kuali.rice.krad.workflow.service with type arguments of type AdHocRouteRecipient | |
---|---|
void |
WorkflowDocumentService.acknowledge(WorkflowDocument workflowDocument,
String annotation,
List<AdHocRouteRecipient> adHocRecipients)
acknowledge this workflowDocument optionally providing an annotation for this action taken which will show up in the route log for this document corresponding to this action taken, additionally optionally providing a list of ad hoc recipients for this document which should be restricted to actions requested of acknowledge or fyi as all other action request types will be discarded |
void |
WorkflowDocumentService.approve(WorkflowDocument workflowDocument,
String annotation,
List<AdHocRouteRecipient> adHocRecipients)
approve this workflowDocument optionally providing an annotation for this action taken which will show up in the route log for this document corresponding to this action taken, and additionally optionally providing a list of ad hoc recipients for the document |
void |
WorkflowDocumentService.blanketApprove(WorkflowDocument workflowDocument,
String annotation,
List<AdHocRouteRecipient> adHocRecipients)
blanket approve this document optionally providing an annotation for this action taken which will show up in the route log for this document corresponding to this action taken, and additionally optionally providing a list of ad hoc recipients for this document which should be restricted to actions requested of acknowledge or fyi as all other action request types will be discarded. |
void |
WorkflowDocumentService.clearFyi(WorkflowDocument workflowDocument,
List<AdHocRouteRecipient> adHocRecipients)
clear the fyi request for this document, optinoally providing a list of ad hoc recipients for this document which should be restricted to actions requested of fyi as all other action request types will be discarded |
void |
WorkflowDocumentService.route(WorkflowDocument workflowDocument,
String annotation,
List<AdHocRouteRecipient> adHocRecipients)
route this workflowDocument optionally providing an annotation for this action taken which will show up in the route log for this document corresponding to this action taken, and additionally optionally providing a list of ad hoc recipients for the document |
void |
WorkflowDocumentService.sendWorkflowNotification(WorkflowDocument workflowDocument,
String annotation,
List<AdHocRouteRecipient> adHocRecipients)
Sends workflow notification to the list of ad hoc recipients. |
void |
WorkflowDocumentService.sendWorkflowNotification(WorkflowDocument workflowDocument,
String annotation,
List<AdHocRouteRecipient> adHocRecipients,
String notificationLabel)
Sends workflow notification to the list of ad hoc recipients. |
Uses of AdHocRouteRecipient in org.kuali.rice.krad.workflow.service.impl |
---|
Method parameters in org.kuali.rice.krad.workflow.service.impl with type arguments of type AdHocRouteRecipient | |
---|---|
void |
WorkflowDocumentServiceImpl.acknowledge(WorkflowDocument workflowDocument,
String annotation,
List<AdHocRouteRecipient> adHocRecipients)
|
void |
WorkflowDocumentServiceImpl.approve(WorkflowDocument workflowDocument,
String annotation,
List<AdHocRouteRecipient> adHocRecipients)
|
void |
WorkflowDocumentServiceImpl.blanketApprove(WorkflowDocument workflowDocument,
String annotation,
List<AdHocRouteRecipient> adHocRecipients)
|
void |
WorkflowDocumentServiceImpl.clearFyi(WorkflowDocument workflowDocument,
List<AdHocRouteRecipient> adHocRecipients)
|
void |
WorkflowDocumentServiceImpl.route(WorkflowDocument workflowDocument,
String annotation,
List<AdHocRouteRecipient> adHocRecipients)
|
void |
WorkflowDocumentServiceImpl.sendWorkflowNotification(WorkflowDocument workflowDocument,
String annotation,
List<AdHocRouteRecipient> adHocRecipients)
|
void |
WorkflowDocumentServiceImpl.sendWorkflowNotification(WorkflowDocument workflowDocument,
String annotation,
List<AdHocRouteRecipient> adHocRecipients,
String notificationLabel)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |