public interface CoiDisclosureActionService
| Modifier and Type | Method and Description |
|---|---|
org.apache.struts.action.ActionForward |
addCoiUserRole(org.apache.struts.action.ActionMapping mapping,
org.apache.struts.action.ActionForm form,
CoiDisclosure coiDisclosure,
CoiUserRole coiUserRole)
This method adds a coi reviewer to the disclosure
|
void |
approveDisclosure(CoiDisclosure coiDisclosure,
String coiDispositionCode)
This method implements the business logic for approving disclosure
|
void |
completeCoiReview(CoiDisclosure disclosure) |
org.apache.struts.action.ActionForward |
deleteCoiUserRole(org.apache.struts.action.ActionMapping mapping,
org.apache.struts.action.ActionForm form,
CoiDisclosure coiDisclosure,
int index)
This method removes a coi reviewer from the disclosure
|
void |
disapproveDisclosure(CoiDisclosure coiDisclosure,
String coiDispositionCode) |
boolean |
isDisclosureReviewComplete(List<CoiUserRole> completeUserRoles)
This method is to check whether all reviewers have completed their review
|
org.apache.struts.action.ActionForward |
sendCertificationNotifications(CoiDisclosureDocument coiDisclosureDocument,
CoiDisclosureForm coiDisclosureForm,
SubmitDisclosureAction submitDisclosureAction,
org.apache.struts.action.ActionMapping mapping) |
void |
submitToWorkflow(CoiDisclosureDocument coiDisclosureDocument,
CoiDisclosureForm coiDisclosureForm,
SubmitDisclosureAction submitDisclosureAction)
This method submits a disclosure to workflow
|
void |
tagUserRolesToCompleteReview(List<CoiUserRole> completeUserRoles) |
void |
updateCoiDisclProjectDisposition(CoiDisclosure coiDisclosure,
String dispositionStatus) |
void |
updateCoiDisclProjectStatus(CoiDisclosure coiDisclosure,
String disclosureStatus) |
void |
updateDisclosureReviewStatus(CoiDisclosure coiDisclosure) |
void approveDisclosure(CoiDisclosure coiDisclosure, String coiDispositionCode) throws org.kuali.rice.kew.api.exception.WorkflowException
coiDisclosure - coiDisclosureStatusCode - org.kuali.rice.kew.api.exception.WorkflowExceptionorg.apache.struts.action.ActionForward addCoiUserRole(org.apache.struts.action.ActionMapping mapping,
org.apache.struts.action.ActionForm form,
CoiDisclosure coiDisclosure,
CoiUserRole coiUserRole)
mapping - form - coiDisclosure - coiUserRole - org.apache.struts.action.ActionForward deleteCoiUserRole(org.apache.struts.action.ActionMapping mapping,
org.apache.struts.action.ActionForm form,
CoiDisclosure coiDisclosure,
int index)
mapping - form - coiDisclosure - index - void submitToWorkflow(CoiDisclosureDocument coiDisclosureDocument, CoiDisclosureForm coiDisclosureForm, SubmitDisclosureAction submitDisclosureAction)
coiDisclosure - submitDisclosureAction - org.apache.struts.action.ActionForward sendCertificationNotifications(CoiDisclosureDocument coiDisclosureDocument, CoiDisclosureForm coiDisclosureForm, SubmitDisclosureAction submitDisclosureAction, org.apache.struts.action.ActionMapping mapping)
void disapproveDisclosure(CoiDisclosure coiDisclosure, String coiDispositionCode) throws org.kuali.rice.kew.api.exception.WorkflowException, Exception
org.kuali.rice.kew.api.exception.WorkflowExceptionExceptionvoid tagUserRolesToCompleteReview(List<CoiUserRole> completeUserRoles)
void completeCoiReview(CoiDisclosure disclosure)
void updateDisclosureReviewStatus(CoiDisclosure coiDisclosure)
boolean isDisclosureReviewComplete(List<CoiUserRole> completeUserRoles)
completeUserRoles - void updateCoiDisclProjectStatus(CoiDisclosure coiDisclosure, String disclosureStatus)
void updateCoiDisclProjectDisposition(CoiDisclosure coiDisclosure, String dispositionStatus)
Copyright © 2013 The Kuali Foundation. All Rights Reserved.