|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.kuali.rice.kew.actionrequest.service.impl.ActionRequestServiceImpl
public class ActionRequestServiceImpl
Default implementation of the ActionRequestService
.
Constructor Summary | |
---|---|
ActionRequestServiceImpl()
|
Method Summary | |
---|---|
void |
activateRequest(ActionRequestValue actionRequest)
|
void |
activateRequest(ActionRequestValue actionRequest,
ActivationContext activationContext)
|
void |
activateRequest(ActionRequestValue actionRequest,
boolean simulate)
|
List |
activateRequestNoNotification(ActionRequestValue actionRequest,
ActivationContext activationContext)
|
List |
activateRequestNoNotification(ActionRequestValue actionRequest,
boolean simulate)
|
void |
activateRequests(Collection actionRequests)
|
void |
activateRequests(Collection actionRequests,
ActivationContext activationContext)
|
void |
activateRequests(Collection actionRequests,
boolean simulate)
|
void |
alterActionRequested(List actionRequests,
String actionRequestCd)
|
protected boolean |
deactivateOnActionAlreadyTaken(ActionRequestValue actionRequestToActivate,
ActivationContext activationContext)
|
protected boolean |
deactivateOnEmptyGroup(ActionRequestValue actionRequestToActivate,
ActivationContext activationContext)
Checks if the action request which is being activated has a group with no members. |
void |
deactivateRequest(ActionTakenValue actionTaken,
ActionRequestValue actionRequest)
|
void |
deactivateRequest(ActionTakenValue actionTaken,
ActionRequestValue actionRequest,
ActivationContext activationContext)
|
void |
deactivateRequest(ActionTakenValue actionTaken,
ActionRequestValue actionRequest,
boolean simulate)
|
void |
deactivateRequests(ActionTakenValue actionTaken,
List actionRequests)
|
void |
deactivateRequests(ActionTakenValue actionTaken,
List actionRequests,
ActivationContext activationContext)
|
void |
deactivateRequests(ActionTakenValue actionTaken,
List actionRequests,
boolean simulate)
|
void |
deleteActionRequestGraph(ActionRequestValue actionRequest)
Deletes an action request and all of its action items following the graph down through the action request's children. |
void |
deleteByActionRequestId(Long actionRequestId)
|
void |
deleteByRouteHeaderId(Long routeHeaderId)
|
boolean |
doesPrincipalHaveRequest(String principalId,
Long documentId)
Checks if the given user has any Action Requests on the given document. |
List<ActionRequestValue> |
filterActionRequestsByCode(List<ActionRequestValue> actionRequests,
String principalId,
List<String> principalGroupIds,
String requestCode)
Filters action requests based on if they occur after the given requestCode, and if they relate to the given principal |
List |
findActivatedByGroup(String groupId)
|
List |
findAllActionRequestsByRouteHeaderId(Long routeHeaderId)
|
List<ActionRequestValue> |
findAllPendingRequests(Long routeHeaderId)
Returns all pending requests for a given routing entity |
List |
findAllRootActionRequestsByRouteHeaderId(Long routeHeaderId)
|
List |
findAllValidRequests(String principalId,
Collection actionRequests,
String requestCode)
|
List |
findAllValidRequests(String principalId,
Long routeHeaderId,
String requestCode)
|
ActionRequestValue |
findByActionRequestId(Long actionRequestId)
|
List |
findByRouteHeaderIdIgnoreCurrentInd(Long routeHeaderId)
|
List<ActionRequestValue> |
findByStatusAndDocId(String statusCd,
Long routeHeaderId)
|
Recipient |
findDelegator(ActionRequestValue actionRequest)
Returns the closest delegator for the given ActionRequest |
Recipient |
findDelegator(List actionRequests)
Returns the highest priority delegator in the list of action requests. |
ActionRequestValue |
findDelegatorRequest(ActionRequestValue actionRequest)
|
List |
findPendingByActionRequestedAndDocId(String actionRequestedCd,
Long routeHeaderId)
|
List |
findPendingByDoc(Long routeHeaderId)
|
List |
findPendingByDocIdAtOrBelowRouteLevel(Long routeHeaderId,
Integer routeLevel)
|
List |
findPendingByDocRequestCdNodeName(Long routeHeaderId,
String requestCode,
String nodeName)
|
List |
findPendingByDocRequestCdRouteLevel(Long routeHeaderId,
String requestCode,
Integer routeLevel)
|
List |
findPendingRootRequestsByDocId(Long routeHeaderId)
|
List |
findPendingRootRequestsByDocIdAtOrBelowRouteLevel(Long routeHeaderId,
Integer routeLevel)
|
List |
findPendingRootRequestsByDocIdAtRouteLevel(Long routeHeaderId,
Integer routeLevel)
|
List |
findPendingRootRequestsByDocIdAtRouteNode(Long routeHeaderId,
Long nodeInstanceId)
|
List |
findPendingRootRequestsByDocumentType(Long documentTypeId)
|
List |
findRootRequestsByDocIdAtRouteNode(Long documentId,
Long nodeInstanceId)
|
ActionRequestDAO |
getActionRequestDAO()
|
org.kuali.rice.core.xml.dto.AttributeSet |
getActionsRequested(DocumentRouteHeaderValue routeHeader,
String principalId,
boolean completeAndApproveTheSame)
|
protected org.kuali.rice.core.xml.dto.AttributeSet |
getActionsRequested(String principalId,
List<ActionRequestValue> actionRequests,
boolean completeAndApproveTheSame)
Returns a Map of actions that are requested for the given principalId in the given list of action requests. |
List |
getDelegateRequests(ActionRequestValue actionRequest)
|
List<String> |
getPrincipalIdsWithPendingActionRequestByActionRequestedAndDocId(String actionRequestedCd,
Long routeHeaderId)
This method gets a list of ids of all principals who have a pending action request for a document. |
ActionRequestValue |
getRoot(ActionRequestValue actionRequest)
|
List<ActionRequestValue> |
getRootRequests(Collection<ActionRequestValue> actionRequests)
|
List |
getTopLevelRequests(ActionRequestValue actionRequest)
If this is a role request, then this method returns a List of the action request for each recipient within the role. |
ActionRequestValue |
initializeActionRequestGraph(ActionRequestValue actionRequest,
DocumentRouteHeaderValue document,
RouteNodeInstance nodeInstance)
|
boolean |
isDuplicateRequest(ActionRequestValue actionRequest)
|
boolean |
isValidActionRequestCode(String actionRequestCode)
|
void |
saveActionRequest(ActionRequestValue actionRequest)
|
void |
setActionRequestDAO(ActionRequestDAO actionRequestDAO)
|
void |
updateActionRequestsForResponsibilityChange(Set<Long> responsibilityIds)
|
void |
validateActionRequest(ActionRequestValue actionRequest)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ActionRequestServiceImpl()
Method Detail |
---|
public ActionRequestValue findByActionRequestId(Long actionRequestId)
findByActionRequestId
in interface ActionRequestService
public org.kuali.rice.core.xml.dto.AttributeSet getActionsRequested(DocumentRouteHeaderValue routeHeader, String principalId, boolean completeAndApproveTheSame)
getActionsRequested
in interface ActionRequestService
protected org.kuali.rice.core.xml.dto.AttributeSet getActionsRequested(String principalId, List<ActionRequestValue> actionRequests, boolean completeAndApproveTheSame)
principalId
- actionRequests
- completeAndApproveTheSame
-
public ActionRequestValue initializeActionRequestGraph(ActionRequestValue actionRequest, DocumentRouteHeaderValue document, RouteNodeInstance nodeInstance)
initializeActionRequestGraph
in interface ActionRequestService
public void activateRequests(Collection actionRequests)
activateRequests
in interface ActionRequestService
public void activateRequests(Collection actionRequests, boolean simulate)
activateRequests
in interface ActionRequestService
public void activateRequests(Collection actionRequests, ActivationContext activationContext)
activateRequests
in interface ActionRequestService
public void activateRequest(ActionRequestValue actionRequest)
activateRequest
in interface ActionRequestService
public void activateRequest(ActionRequestValue actionRequest, boolean simulate)
activateRequest
in interface ActionRequestService
public void activateRequest(ActionRequestValue actionRequest, ActivationContext activationContext)
activateRequest
in interface ActionRequestService
public List activateRequestNoNotification(ActionRequestValue actionRequest, boolean simulate)
activateRequestNoNotification
in interface ActionRequestService
public List activateRequestNoNotification(ActionRequestValue actionRequest, ActivationContext activationContext)
activateRequestNoNotification
in interface ActionRequestService
protected boolean deactivateOnActionAlreadyTaken(ActionRequestValue actionRequestToActivate, ActivationContext activationContext)
protected boolean deactivateOnEmptyGroup(ActionRequestValue actionRequestToActivate, ActivationContext activationContext)
public void deactivateRequest(ActionTakenValue actionTaken, ActionRequestValue actionRequest)
deactivateRequest
in interface ActionRequestService
public void deactivateRequest(ActionTakenValue actionTaken, ActionRequestValue actionRequest, boolean simulate)
deactivateRequest
in interface ActionRequestService
public void deactivateRequest(ActionTakenValue actionTaken, ActionRequestValue actionRequest, ActivationContext activationContext)
deactivateRequest
in interface ActionRequestService
public void deactivateRequests(ActionTakenValue actionTaken, List actionRequests)
deactivateRequests
in interface ActionRequestService
public void deactivateRequests(ActionTakenValue actionTaken, List actionRequests, boolean simulate)
deactivateRequests
in interface ActionRequestService
public void deactivateRequests(ActionTakenValue actionTaken, List actionRequests, ActivationContext activationContext)
deactivateRequests
in interface ActionRequestService
public List<ActionRequestValue> getRootRequests(Collection<ActionRequestValue> actionRequests)
getRootRequests
in interface ActionRequestService
public ActionRequestValue getRoot(ActionRequestValue actionRequest)
getRoot
in interface ActionRequestService
public List<ActionRequestValue> findAllPendingRequests(Long routeHeaderId)
findAllPendingRequests
in interface ActionRequestService
routeHeaderId
- the id of the document header being routed
public List findAllValidRequests(String principalId, Long routeHeaderId, String requestCode)
findAllValidRequests
in interface ActionRequestService
public List findAllValidRequests(String principalId, Collection actionRequests, String requestCode)
findAllValidRequests
in interface ActionRequestService
public List<ActionRequestValue> filterActionRequestsByCode(List<ActionRequestValue> actionRequests, String principalId, List<String> principalGroupIds, String requestCode)
filterActionRequestsByCode
in interface ActionRequestService
actionRequests
- the List of ActionRequestValues to filterprincipalId
- the id of the principal to find active requests forprincipalGroupIds
- List of group ids that the principal belongs torequestCode
- the request code for all ActionRequestValues to be after
public void updateActionRequestsForResponsibilityChange(Set<Long> responsibilityIds)
updateActionRequestsForResponsibilityChange
in interface ActionRequestService
public void deleteActionRequestGraph(ActionRequestValue actionRequest)
deleteActionRequestGraph
in interface ActionRequestService
public List findByRouteHeaderIdIgnoreCurrentInd(Long routeHeaderId)
findByRouteHeaderIdIgnoreCurrentInd
in interface ActionRequestService
public List findAllActionRequestsByRouteHeaderId(Long routeHeaderId)
findAllActionRequestsByRouteHeaderId
in interface ActionRequestService
public List findAllRootActionRequestsByRouteHeaderId(Long routeHeaderId)
public List findPendingByActionRequestedAndDocId(String actionRequestedCd, Long routeHeaderId)
findPendingByActionRequestedAndDocId
in interface ActionRequestService
public List<String> getPrincipalIdsWithPendingActionRequestByActionRequestedAndDocId(String actionRequestedCd, Long routeHeaderId)
ActionRequestService
getPrincipalIdsWithPendingActionRequestByActionRequestedAndDocId
in interface ActionRequestService
ActionRequestService.getPrincipalIdsWithPendingActionRequestByActionRequestedAndDocId(java.lang.String, java.lang.Long)
public List findPendingByDocIdAtOrBelowRouteLevel(Long routeHeaderId, Integer routeLevel)
findPendingByDocIdAtOrBelowRouteLevel
in interface ActionRequestService
public List findPendingRootRequestsByDocId(Long routeHeaderId)
findPendingRootRequestsByDocId
in interface ActionRequestService
public List findPendingRootRequestsByDocIdAtRouteNode(Long routeHeaderId, Long nodeInstanceId)
findPendingRootRequestsByDocIdAtRouteNode
in interface ActionRequestService
public List findRootRequestsByDocIdAtRouteNode(Long documentId, Long nodeInstanceId)
findRootRequestsByDocIdAtRouteNode
in interface ActionRequestService
public List findPendingRootRequestsByDocIdAtOrBelowRouteLevel(Long routeHeaderId, Integer routeLevel)
findPendingRootRequestsByDocIdAtOrBelowRouteLevel
in interface ActionRequestService
public List findPendingRootRequestsByDocIdAtRouteLevel(Long routeHeaderId, Integer routeLevel)
findPendingRootRequestsByDocIdAtRouteLevel
in interface ActionRequestService
public List findPendingRootRequestsByDocumentType(Long documentTypeId)
findPendingRootRequestsByDocumentType
in interface ActionRequestService
public void saveActionRequest(ActionRequestValue actionRequest)
saveActionRequest
in interface ActionRequestService
public List findPendingByDoc(Long routeHeaderId)
findPendingByDoc
in interface ActionRequestService
public List findPendingByDocRequestCdRouteLevel(Long routeHeaderId, String requestCode, Integer routeLevel)
findPendingByDocRequestCdRouteLevel
in interface ActionRequestService
public List findPendingByDocRequestCdNodeName(Long routeHeaderId, String requestCode, String nodeName)
findPendingByDocRequestCdNodeName
in interface ActionRequestService
public List findActivatedByGroup(String groupId)
findActivatedByGroup
in interface ActionRequestService
public ActionRequestDAO getActionRequestDAO()
public void setActionRequestDAO(ActionRequestDAO actionRequestDAO)
public List<ActionRequestValue> findByStatusAndDocId(String statusCd, Long routeHeaderId)
findByStatusAndDocId
in interface ActionRequestService
public void alterActionRequested(List actionRequests, String actionRequestCd)
alterActionRequested
in interface ActionRequestService
public boolean isDuplicateRequest(ActionRequestValue actionRequest)
isDuplicateRequest
in interface ActionRequestService
public Recipient findDelegator(List actionRequests)
ActionRequestService
findDelegator
in interface ActionRequestService
public Recipient findDelegator(ActionRequestValue actionRequest)
ActionRequestService
findDelegator
in interface ActionRequestService
public ActionRequestValue findDelegatorRequest(ActionRequestValue actionRequest)
findDelegatorRequest
in interface ActionRequestService
public void deleteByRouteHeaderId(Long routeHeaderId)
deleteByRouteHeaderId
in interface ActionRequestService
public void deleteByActionRequestId(Long actionRequestId)
deleteByActionRequestId
in interface ActionRequestService
public void validateActionRequest(ActionRequestValue actionRequest)
validateActionRequest
in interface ActionRequestService
public List getDelegateRequests(ActionRequestValue actionRequest)
getDelegateRequests
in interface ActionRequestService
public List getTopLevelRequests(ActionRequestValue actionRequest)
ActionRequestService
getTopLevelRequests
in interface ActionRequestService
public boolean isValidActionRequestCode(String actionRequestCode)
isValidActionRequestCode
in interface ActionRequestService
public boolean doesPrincipalHaveRequest(String principalId, Long documentId)
ActionRequestService
doesPrincipalHaveRequest
in interface ActionRequestService
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |