| org.kuali.core.web.struts.action.KualiAction org.kuali.kfs.web.struts.action.KualiBatchJobModifyAction
KualiBatchJobModifyAction | public class KualiBatchJobModifyAction extends KualiAction (Code) | | |
Method Summary | |
protected void | checkJobAuthorization(BatchJobStatus job, String actionType) Performs the actual authorization check for a given job and action against the current user. | public static ParameterService | getParameterService() | public ActionForward | runJob(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) | public ActionForward | schedule(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) | public ActionForward | start(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) | public ActionForward | stopJob(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) | public ActionForward | unschedule(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) |
checkJobAuthorization | protected void checkJobAuthorization(BatchJobStatus job, String actionType) throws AuthorizationException(Code) | | Performs the actual authorization check for a given job and action against the current user. This method can be overridden by
sub-classes if more granular controls are desired.
Parameters: job - Parameters: actionType - throws: AuthorizationException - |
Methods inherited from org.kuali.core.web.struts.action.KualiAction | protected void checkAuthorization(ActionForm form, String methodToCall) throws AuthorizationException(Code)(Java Doc) public ActionForward execute(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) throws Exception(Code)(Java Doc) protected String getBasePath(HttpServletRequest request)(Code)(Java Doc) protected String getHeaderTabDispatch(HttpServletRequest request)(Code)(Java Doc) protected String getHeaderTabNavigateTo(HttpServletRequest request)(Code)(Java Doc) protected String getImageContext(HttpServletRequest request, String contextKey)(Code)(Java Doc) protected static KualiModuleService getKualiModuleService()(Code)(Java Doc) protected int getLineToDelete(HttpServletRequest request)(Code)(Java Doc) protected String getReturnLocation(HttpServletRequest request, ActionMapping mapping)(Code)(Java Doc) protected int getSelectedLine(HttpServletRequest request)(Code)(Java Doc) protected String getTabToToggle(HttpServletRequest request)(Code)(Java Doc) public ActionForward headerTab(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) throws Exception(Code)(Java Doc) public ActionForward hideAllTabs(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) throws Exception(Code)(Java Doc) public ActionForward performLookup(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) throws Exception(Code)(Java Doc) protected ActionForward performQuestionWithInput(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response, String questionId, String questionText, String questionType, String caller, String context) throws Exception(Code)(Java Doc) protected ActionForward performQuestionWithInputAgainBecauseOfErrors(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response, String questionId, String questionText, String questionType, String caller, String context, String reason, String errorKey, String errorPropertyName, String errorParameter) throws Exception(Code)(Java Doc) protected ActionForward performQuestionWithoutInput(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response, String questionId, String questionText, String questionType, String caller, String context) throws Exception(Code)(Java Doc) public ActionForward performWorkgroupLookup(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) throws Exception(Code)(Java Doc) public ActionForward refresh(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) throws Exception(Code)(Java Doc) public ActionForward showAllTabs(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) throws Exception(Code)(Java Doc) public ActionForward toggleTab(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) throws Exception(Code)(Java Doc)
|
|
|