public abstract class IdentityManagementDocumentActionBase extends KualiTransactionalDocumentActionBase
Modifier and Type | Field and Description |
---|---|
protected static String |
CHANGE_MEMBER_TYPE_CODE_METHOD_TO_CALL |
protected static String |
CHANGE_NAMESPACE_METHOD_TO_CALL |
protected IdentityService |
identityService |
protected ResponsibilityService |
responsibilityService |
protected UiDocumentService |
uiDocumentService |
DOCUMENT_LOAD_COMMANDS
FORM_ACTION, FORWARD_NEXT, FORWARD_TEXT_AREA_UPDATE, METHOD_TO_CALL, POST_TEXT_AREA_TO_PARENT, TEXT_AREA_FIELD_ANCHOR, TEXT_AREA_FIELD_LABEL, TEXT_AREA_FIELD_NAME, TEXT_AREA_MAX_LENGTH, TEXT_AREA_READ_ONLY
Constructor and Description |
---|
IdentityManagementDocumentActionBase() |
Modifier and Type | Method and Description |
---|---|
protected void |
applyPagingAndSortingFromPreviousPageView(IdentityManagementDocumentFormBase idmForm) |
org.apache.struts.action.ActionForward |
changeNamespace(org.apache.struts.action.ActionMapping mapping,
org.apache.struts.action.ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
protected abstract String |
getActionName() |
protected org.apache.struts.action.ActionForward |
getBasePathForward(javax.servlet.http.HttpServletRequest request,
org.apache.struts.action.ActionForward forward) |
protected IdentityService |
getIdentityService() |
protected KimTypeService |
getKimTypeService(KimType typeInfo) |
protected ResponsibilityService |
getResponsibilityService() |
protected String |
getReturnLocation(javax.servlet.http.HttpServletRequest request,
org.apache.struts.action.ActionMapping mapping) |
protected UiDocumentService |
getUiDocumentService() |
org.apache.struts.action.ActionForward |
performLookup(org.apache.struts.action.ActionMapping mapping,
org.apache.struts.action.ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Takes care of storing the action form in the User session and forwarding to the lookup action.
|
protected org.apache.struts.action.ActionForward |
returnToSender(javax.servlet.http.HttpServletRequest request,
org.apache.struts.action.ActionMapping mapping,
KualiDocumentFormBase form)
If the given form has returnToActionList set to true, this method returns an ActionForward that should take the user back to
their action list; otherwise, it returns them to the portal.
|
org.apache.struts.action.ActionForward |
switchToPage(org.apache.struts.action.ActionMapping mapping,
org.apache.struts.action.ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
protected boolean |
validateRole(String roleId,
Role role,
String propertyName,
String message) |
copy, populateAuthorizationFields
acknowledge, approve, attemptLockRelease, blanketApprove, buildAuthorizationException, cancel, cancelBOAttachment, canSave, checkAndWarnAboutSensitiveData, checkAuthorization, close, combineAdHocRecipients, complete, convertSetToMap, createDocument, delete, deleteAdHocRoutePerson, deleteAdHocRouteWorkgroup, deleteBONote, determineNoteWorkflowNotificationAction, disapprove, docHandler, doProcessingAfterPost, downloadBOAttachment, execute, exitingDocument, fyi, generatePessimisticLockMessage, getAttachmentService, getBusinessObjectAuthorizationService, getBusinessObjectMetaDataService, getBusinessObjectService, getDataDictionaryService, getDocumentHelperService, getDocumentService, getEntityManagerFactory, getGroupService, getKualiConfigurationService, getKualiRuleService, getNoteService, getParameterService, getPessimisticLockService, getQuestion, hasPendingAdhocForCompletion, hideAllTabs, insertAdHocRoutePerson, insertAdHocRouteWorkgroup, insertBONote, isFormRepresentingLockObject, loadDocument, performRouteReport, populateAdHocActionRequestCodes, promptBeforeValidation, promptBeforeValidation, recall, refresh, refreshAdHocRoutingWorkgroupLookups, releaseLocks, reload, route, save, selectedAttachmentIndex, sendAdHocRequests, sendNoteWorkflowNotification, setupDocumentExit, setupPessimisticLockMessages, showAllTabs, streamToResponse, superUserApprove, superUserDisapprove, supervisorFunctions, takeSuperUserActions, toggleTab
addMethodToCallToUncheckedList, defaultDispatch, dispatchMethod, findMethodToCall, getApplicationBaseUrl, getEncryptionService, getHeaderTabDispatch, getHeaderTabNavigateTo, getImageContext, getKualiModuleService, getLineToDelete, getLineToEdit, getRoleQualification, getSelectedLine, getTabToToggle, headerTab, isModuleLocked, performInquiry, performQuestionWithInput, performQuestionWithInputAgainBecauseOfErrors, performQuestionWithoutInput, performWorkgroupLookup, postTextAreaToParent, retrieveLookupParameterValue, updateTextArea, validateLookupInquiryFullParameter
cancelled, getMethod, getMethodName, getParameter, unspecified
addErrors, addMessages, execute, generateToken, getErrors, getLocale, getMessages, getResources, getResources, getServlet, isCancelled, isTokenValid, isTokenValid, resetToken, saveErrors, saveErrors, saveMessages, saveMessages, saveToken, setLocale, setServlet
protected static final String CHANGE_MEMBER_TYPE_CODE_METHOD_TO_CALL
protected static final String CHANGE_NAMESPACE_METHOD_TO_CALL
protected IdentityService identityService
protected ResponsibilityService responsibilityService
protected UiDocumentService uiDocumentService
public IdentityManagementDocumentActionBase()
public org.apache.struts.action.ActionForward performLookup(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws Exception
KualiAction
performLookup
in class KualiAction
Exception
protected abstract String getActionName()
protected IdentityService getIdentityService()
protected ResponsibilityService getResponsibilityService()
protected UiDocumentService getUiDocumentService()
protected String getReturnLocation(javax.servlet.http.HttpServletRequest request, org.apache.struts.action.ActionMapping mapping)
getReturnLocation
in class KualiAction
protected org.apache.struts.action.ActionForward returnToSender(javax.servlet.http.HttpServletRequest request, org.apache.struts.action.ActionMapping mapping, KualiDocumentFormBase form)
KualiDocumentActionBase
returnToSender
in class KualiDocumentActionBase
protected org.apache.struts.action.ActionForward getBasePathForward(javax.servlet.http.HttpServletRequest request, org.apache.struts.action.ActionForward forward)
public org.apache.struts.action.ActionForward switchToPage(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws Exception
Exception
protected void applyPagingAndSortingFromPreviousPageView(IdentityManagementDocumentFormBase idmForm)
protected boolean validateRole(String roleId, Role role, String propertyName, String message)
public org.apache.struts.action.ActionForward changeNamespace(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws Exception
Exception
protected KimTypeService getKimTypeService(KimType typeInfo)
Copyright © 2005–2014 The Kuali Foundation. All rights reserved.