public class LeaveCalendarAction extends CalendarFormAction
| Constructor and Description |
|---|
LeaveCalendarAction() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.struts.action.ActionForward |
addLeaveBlock(org.apache.struts.action.ActionMapping mapping,
org.apache.struts.action.ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
protected void |
checkTKAuthorization(org.apache.struts.action.ActionForm form,
String methodToCall) |
org.apache.struts.action.ActionForward |
deleteLeaveBlock(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) |
org.apache.struts.action.ActionForward |
execute(org.apache.struts.action.ActionMapping mapping,
org.apache.struts.action.ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
protected List<CalendarEntry> |
getCalendarEntries(CalendarEntry currentCalendarEntry) |
protected List<LeaveBlock> |
getLeaveBlocks(String principalId,
CalendarEntry calendarEntry,
LeaveCalendarDocument leaveCalendarDocument,
List<String> assignmentKeys) |
protected void |
runAccrualService(LeaveCalendarForm leaveCalendarForm) |
protected void |
setLeaveBlocks(LeaveCalendarForm leaveCalendarForm,
String principalId,
List<LeaveBlock> leaveBlocks,
List<String> assignmentKeys) |
protected void |
setLeaveSummary(LeaveCalendarForm leaveCalendarForm) |
protected void |
setMessages(LeaveCalendarForm leaveCalendarForm,
List<LeaveBlock> leaveBlocks) |
org.apache.struts.action.ActionForward |
updateLeaveBlock(org.apache.struts.action.ActionMapping mapping,
org.apache.struts.action.ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
setCalendarFieldsuserLogoutaddMethodToCallToUncheckedList, checkAuthorization, defaultDispatch, dispatchMethod, doProcessingAfterPost, findMethodToCall, getApplicationBaseUrl, getBusinessObjectAuthorizationService, getEncryptionService, getHeaderTabDispatch, getHeaderTabNavigateTo, getImageContext, getKualiModuleService, getLineToDelete, getLineToEdit, getReturnLocation, getRoleQualification, getSelectedLine, getTabToToggle, headerTab, hideAllTabs, isModuleLocked, performInquiry, performLookup, performQuestionWithInput, performQuestionWithInputAgainBecauseOfErrors, performQuestionWithoutInput, performWorkgroupLookup, postTextAreaToParent, refresh, retrieveLookupParameterValue, showAllTabs, toggleTab, 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 LeaveCalendarAction()
protected void checkTKAuthorization(org.apache.struts.action.ActionForm form, String methodToCall) throws org.kuali.rice.krad.exception.AuthorizationException
checkTKAuthorization in class KPMEActionorg.kuali.rice.krad.exception.AuthorizationExceptionpublic 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
Exceptionpublic org.apache.struts.action.ActionForward execute(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws Exception
execute in class KPMEActionExceptionpublic org.apache.struts.action.ActionForward addLeaveBlock(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 deleteLeaveBlock(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws Exception
Exceptionprotected List<CalendarEntry> getCalendarEntries(CalendarEntry currentCalendarEntry)
getCalendarEntries in class CalendarFormActionprotected void runAccrualService(LeaveCalendarForm leaveCalendarForm)
protected List<LeaveBlock> getLeaveBlocks(String principalId, CalendarEntry calendarEntry, LeaveCalendarDocument leaveCalendarDocument, List<String> assignmentKeys)
protected void setLeaveBlocks(LeaveCalendarForm leaveCalendarForm, String principalId, List<LeaveBlock> leaveBlocks, List<String> assignmentKeys)
protected void setLeaveSummary(LeaveCalendarForm leaveCalendarForm) throws Exception
Exceptionprotected void setMessages(LeaveCalendarForm leaveCalendarForm, List<LeaveBlock> leaveBlocks)
public org.apache.struts.action.ActionForward updateLeaveBlock(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws Exception
ExceptionCopyright © 2004–2014 The Kuali Foundation. All rights reserved.