public class TimeDetailAction extends TimesheetAction
toLeaveBlockBuilder, toTimeBlockBuilder
Constructor and Description |
---|
TimeDetailAction() |
Modifier and Type | Method and Description |
---|---|
org.apache.struts.action.ActionForward |
actualTimeInquiry(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 |
addTimeBlock(org.apache.struts.action.ActionMapping mapping,
org.apache.struts.action.ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
This method involves creating an object-copy of every TimeBlock on the
time sheet for overtime re-calculation.
|
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 |
deleteLunchDeduction(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 |
deleteTimeBlock(org.apache.struts.action.ActionMapping mapping,
org.apache.struts.action.ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
This method involves creating an object-copy of every TimeBlock on the
time sheet for overtime re-calculation.
|
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 void |
generateTimesheetChangedNotification(String principalId,
String targetPrincipalId,
String documentId) |
protected String |
generateToken(javax.servlet.http.HttpServletRequest request) |
protected boolean |
isTokenValid(javax.servlet.http.HttpServletRequest request,
boolean reset) |
protected void |
resetToken(javax.servlet.http.HttpServletRequest request) |
protected void |
saveToken(javax.servlet.http.HttpServletRequest request) |
protected void |
setMessages(TimeDetailActionForm timeDetailActionForm) |
org.apache.struts.action.ActionForward |
updateTimeBlock(org.apache.struts.action.ActionMapping mapping,
org.apache.struts.action.ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
docHandler, getCalendarEntries, setMessages
setCalendarFields
userLogout
addMethodToCallToUncheckedList, 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, validateLookupInquiryFullParameter
cancelled, getMethod, getMethodName, getParameter, unspecified
public TimeDetailAction()
protected void checkTKAuthorization(org.apache.struts.action.ActionForm form, String methodToCall) throws org.kuali.rice.krad.exception.AuthorizationException
checkTKAuthorization
in class TimesheetAction
org.kuali.rice.krad.exception.AuthorizationException
public 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 TimesheetAction
Exception
protected void setMessages(TimeDetailActionForm timeDetailActionForm)
public org.apache.struts.action.ActionForward deleteTimeBlock(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
public org.apache.struts.action.ActionForward addTimeBlock(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
public org.apache.struts.action.ActionForward updateTimeBlock(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
public org.apache.struts.action.ActionForward actualTimeInquiry(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
public org.apache.struts.action.ActionForward deleteLunchDeduction(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
public 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
Exception
protected void generateTimesheetChangedNotification(String principalId, String targetPrincipalId, String documentId)
protected String generateToken(javax.servlet.http.HttpServletRequest request)
generateToken
in class org.apache.struts.action.Action
protected boolean isTokenValid(javax.servlet.http.HttpServletRequest request, boolean reset)
isTokenValid
in class org.apache.struts.action.Action
protected void resetToken(javax.servlet.http.HttpServletRequest request)
resetToken
in class org.apache.struts.action.Action
protected void saveToken(javax.servlet.http.HttpServletRequest request)
saveToken
in class org.apache.struts.action.Action
Copyright © 2004–2014 The Kuali Foundation. All rights reserved.