public abstract class ProtocolAction extends ProtocolActionBase
| Modifier and Type | Field and Description |
|---|---|
static String |
PROTOCOL_ACTIONS_HOOK |
static String |
PROTOCOL_CUSTOM_DATA_HOOK |
static String |
PROTOCOL_MEDUSA |
static String |
PROTOCOL_NAME_HOOK |
static String |
PROTOCOL_NOTE_ATTACHMENT_HOOK |
static String |
PROTOCOL_ONLINE_REVIEW_HOOK |
static String |
PROTOCOL_PERMISSIONS_HOOK |
static String |
PROTOCOL_PERSONNEL_HOOK |
static String |
PROTOCOL_QUESTIONNAIRE_HOOK |
static String |
PROTOCOL_SPECIAL_REVIEW_HOOK |
DOCUMENT_LOAD_COMMANDS| Constructor and Description |
|---|
ProtocolAction() |
| Modifier and Type | Method and Description |
|---|---|
protected ProtocolTaskBase |
createNewModifyProtocolTaskInstanceHook(ProtocolBase protocol) |
org.apache.struts.action.ActionForward |
customData(org.apache.struts.action.ActionMapping mapping,
org.apache.struts.action.ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
org.apache.struts.action.ActionForward |
docHandler(org.apache.struts.action.ActionMapping mapping,
org.apache.struts.action.ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
protected String |
getCustomDataForwardNameHook() |
protected String |
getNoteAndAttachmentForwardNameHook() |
protected String |
getPersonnelForwardNameHook() |
protected String |
getProtocolActionsForwardNameHook() |
protected String |
getProtocolActionsMappingNameHoook() |
protected String |
getProtocolForwardNameHook() |
protected ProtocolNotificationContextBase |
getProtocolInitialSaveNotificationContextHook(ProtocolBase protocol) |
protected String |
getProtocolNotificationEditorHook() |
protected ProtocolNotification |
getProtocolNotificationHook() |
protected String |
getProtocolOnlineReviewForwardNameHook() |
protected String |
getProtocolOnlineReviewMappingNameHoook() |
protected ProtocolOnlineReviewService |
getProtocolOnlineReviewService() |
protected String |
getProtocolPermissionsForwardNameHook() |
protected ProtocolPersonnelService |
getProtocolPersonnelService()
This method is to get protocol personnel service
|
protected ProtocolPersonTrainingService |
getProtocolPersonTrainingService()
This method is to get protocol personnel training service
|
protected String |
getQuestionnaireForwardNameHook() |
protected QuestionnairePrintingService |
getQuestionnairePrintingService() |
protected String |
getSpecialReviewForwardNameHook() |
protected ProtocolSubmissionBeanBase |
getSubmissionBean(org.apache.struts.action.ActionForm form,
String submissionActionType) |
protected void |
initialDocumentSaveAddRolesHook(String userId,
ProtocolBase protocol)
This method is used in conjunction with initialDocumentSave to populuate the
appropriate roles for the given protocl (iacuc or irb).
|
org.apache.struts.action.ActionForward |
medusa(org.apache.struts.action.ActionMapping mapping,
org.apache.struts.action.ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
org.apache.struts.action.ActionForward |
printSubmissionQuestionnaireAnswer(org.apache.struts.action.ActionMapping mapping,
org.apache.struts.action.ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
This method is to print submission questionnaire answer
|
protected void |
sendNotification(ProtocolFormBase protocolForm) |
applyRules, applyRules, branchToPanelOrNotificationEditor, buildForwardUrl, execute, getKraAuthorizationService, getKualiRuleService, getNotificationService, getSubmitActionType, getUnitAclLoadService, getUnitRulesMessages, initialDocumentSave, isInitialSave, noteAndAttachment, onlineReview, permissions, personnel, postSave, preSave, printQuestionnaireAnswer, processMultipleLookupResults, protocol, protocolActions, questionnaire, recall, refresh, save, saveOnClose, specialReview, updateAnswerToNewVersionbuildActionUrl, buildParameterizedConfirmationQuestion, close, confirm, createSuccessfulSubmitRedirect, dispatchMethod, generatePessimisticLockMessage, getValidHeaderString, headerTab, isAuthorized, loadDocument, performQuestionWithoutInput, populateAuthorizationFields, postDocumentSave, preDocumentSave, processAuthorizationViolation, releaseLocks, reload, reloadWithoutWarning, returnToSender, route, routeToHoldingPage, routeToHoldingPage, sendAdHocRequests, setupPessimisticLockMessages, streamToResponsecopyacknowledge, approve, attemptLockRelease, blanketApprove, buildAuthorizationException, cancel, cancelBOAttachment, canSave, checkAndWarnAboutSensitiveData, checkAuthorization, combineAdHocRecipients, complete, convertSetToMap, createDocument, delete, deleteAdHocRoutePerson, deleteAdHocRouteWorkgroup, deleteBONote, determineNoteWorkflowNotificationAction, disapprove, doProcessingAfterPost, downloadBOAttachment, exitingDocument, fyi, getAttachmentService, getBusinessObjectAuthorizationService, getBusinessObjectMetaDataService, getBusinessObjectService, getDataDictionaryService, getDocumentHelperService, getDocumentService, getEntityManagerFactory, getGroupService, getKualiConfigurationService, getNoteService, getParameterService, getPessimisticLockService, getQuestion, hasPendingAdhocForCompletion, hideAllTabs, insertAdHocRoutePerson, insertAdHocRouteWorkgroup, insertBONote, isFormRepresentingLockObject, performRouteReport, populateAdHocActionRequestCodes, promptBeforeValidation, promptBeforeValidation, refreshAdHocRoutingWorkgroupLookups, selectedAttachmentIndex, sendNoteWorkflowNotification, setupDocumentExit, showAllTabs, streamToResponse, superUserApprove, superUserDisapprove, supervisorFunctions, takeSuperUserActions, toggleTabaddMethodToCallToUncheckedList, defaultDispatch, findMethodToCall, getApplicationBaseUrl, getEncryptionService, getHeaderTabDispatch, getHeaderTabNavigateTo, getImageContext, getKualiModuleService, getLineToDelete, getLineToEdit, getReturnLocation, getRoleQualification, getSelectedLine, getTabToToggle, isModuleLocked, performInquiry, performLookup, performQuestionWithInput, performQuestionWithInputAgainBecauseOfErrors, performQuestionWithoutInput, performWorkgroupLookup, postTextAreaToParent, retrieveLookupParameterValue, updateTextArea, validateLookupInquiryFullParametercancelled, getMethod, getMethodName, getParameter, unspecifiedaddErrors, addMessages, execute, generateToken, getErrors, getLocale, getMessages, getResources, getResources, getServlet, isCancelled, isTokenValid, isTokenValid, resetToken, saveErrors, saveErrors, saveMessages, saveMessages, saveToken, setLocale, setServletpublic static final String PROTOCOL_NAME_HOOK
public static final String PROTOCOL_QUESTIONNAIRE_HOOK
public static final String PROTOCOL_PERSONNEL_HOOK
public static final String PROTOCOL_SPECIAL_REVIEW_HOOK
public static final String PROTOCOL_NOTE_ATTACHMENT_HOOK
public static final String PROTOCOL_ACTIONS_HOOK
public static final String PROTOCOL_ONLINE_REVIEW_HOOK
public static final String PROTOCOL_PERMISSIONS_HOOK
public static final String PROTOCOL_CUSTOM_DATA_HOOK
public static final String PROTOCOL_MEDUSA
protected ProtocolSubmissionBeanBase getSubmissionBean(org.apache.struts.action.ActionForm form, String submissionActionType)
getSubmissionBean in class ProtocolActionBasepublic org.apache.struts.action.ActionForward customData(org.apache.struts.action.ActionMapping mapping,
org.apache.struts.action.ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
customData in class ProtocolActionBasepublic org.apache.struts.action.ActionForward medusa(org.apache.struts.action.ActionMapping mapping,
org.apache.struts.action.ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws Exception
Exceptionpublic org.apache.struts.action.ActionForward docHandler(org.apache.struts.action.ActionMapping mapping,
org.apache.struts.action.ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws Exception
docHandler in class ProtocolActionBaseExceptionorg.kuali.core.web.struts.action.KualiDocumentActionBase#docHandler(org.apache.struts.action.ActionMapping,
org.apache.struts.action.ActionForm, javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse)protected ProtocolPersonTrainingService getProtocolPersonTrainingService()
getProtocolPersonTrainingService in class ProtocolActionBaseprotected ProtocolPersonnelService getProtocolPersonnelService()
getProtocolPersonnelService in class ProtocolActionBaseprotected ProtocolOnlineReviewService getProtocolOnlineReviewService()
public org.apache.struts.action.ActionForward printSubmissionQuestionnaireAnswer(org.apache.struts.action.ActionMapping mapping,
org.apache.struts.action.ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws Exception
mapping - form - request - response - Exceptionprotected QuestionnairePrintingService getQuestionnairePrintingService()
getQuestionnairePrintingService in class ProtocolActionBaseprotected void sendNotification(ProtocolFormBase protocolForm)
sendNotification in class ProtocolActionBaseprotected String getProtocolForwardNameHook()
getProtocolForwardNameHook in class ProtocolActionBaseprotected String getQuestionnaireForwardNameHook()
getQuestionnaireForwardNameHook in class ProtocolActionBaseprotected String getPersonnelForwardNameHook()
getPersonnelForwardNameHook in class ProtocolActionBaseprotected String getNoteAndAttachmentForwardNameHook()
getNoteAndAttachmentForwardNameHook in class ProtocolActionBaseprotected String getProtocolActionsForwardNameHook()
getProtocolActionsForwardNameHook in class ProtocolActionBaseprotected String getProtocolOnlineReviewForwardNameHook()
getProtocolOnlineReviewForwardNameHook in class ProtocolActionBaseprotected String getProtocolPermissionsForwardNameHook()
getProtocolPermissionsForwardNameHook in class ProtocolActionBaseprotected String getSpecialReviewForwardNameHook()
getSpecialReviewForwardNameHook in class ProtocolActionBaseprotected String getCustomDataForwardNameHook()
getCustomDataForwardNameHook in class ProtocolActionBaseprotected ProtocolNotification getProtocolNotificationHook()
getProtocolNotificationHook in class ProtocolActionBaseprotected ProtocolTaskBase createNewModifyProtocolTaskInstanceHook(ProtocolBase protocol)
createNewModifyProtocolTaskInstanceHook in class ProtocolActionBaseprotected void initialDocumentSaveAddRolesHook(String userId, ProtocolBase protocol)
ProtocolActionBaseinitialDocumentSaveAddRolesHook in class ProtocolActionBaseprotected String getProtocolOnlineReviewMappingNameHoook()
getProtocolOnlineReviewMappingNameHoook in class ProtocolActionBaseprotected String getProtocolActionsMappingNameHoook()
getProtocolActionsMappingNameHoook in class ProtocolActionBaseprotected String getProtocolNotificationEditorHook()
getProtocolNotificationEditorHook in class ProtocolActionBaseprotected ProtocolNotificationContextBase getProtocolInitialSaveNotificationContextHook(ProtocolBase protocol)
getProtocolInitialSaveNotificationContextHook in class ProtocolActionBaseCopyright © 2013 The Kuali Foundation. All Rights Reserved.