|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.struts.action.ActionForm org.kuali.rice.kns.web.struts.form.pojo.PojoFormBase org.kuali.rice.kns.web.struts.form.KualiForm org.kuali.hr.time.base.web.TkForm org.kuali.hr.time.base.web.TkCommonCalendarForm org.kuali.hr.time.timesheet.web.TimesheetActionForm org.kuali.hr.time.detail.web.TimeDetailActionFormBase
public class TimeDetailActionFormBase
Base form for both WS and Regular TimeDetail action.
Field Summary |
---|
Fields inherited from class org.kuali.rice.kns.web.struts.form.KualiForm |
---|
extraButtons |
Fields inherited from class org.kuali.rice.kns.web.struts.form.pojo.PojoFormBase |
---|
requiredNonEditableProperties |
Fields inherited from class org.apache.struts.action.ActionForm |
---|
multipartRequestHandler, servlet |
Constructor Summary | |
---|---|
TimeDetailActionFormBase()
|
Method Summary | |
---|---|
String |
getAcrossDays()
|
BigDecimal |
getAmount()
|
String |
getEndDate()
|
String |
getEndTime()
|
BigDecimal |
getHours()
|
String |
getOutputString()
|
String |
getOvertimePref()
|
String |
getSpanningWeeks()
|
String |
getStartDate()
|
String |
getStartTime()
|
String |
getTkTimeBlockId()
|
List<String> |
getWarnings()
|
void |
setAcrossDays(String acrossDays)
|
void |
setAmount(BigDecimal amount)
|
void |
setEndDate(String endDate)
|
void |
setEndTime(String endTime)
|
void |
setHours(BigDecimal hours)
|
void |
setOutputString(String outputString)
|
void |
setOvertimePref(String overtimePref)
|
void |
setSpanningWeeks(String spanningWeeks)
|
void |
setStartDate(String startDate)
|
void |
setStartTime(String startTime)
|
void |
setTkTimeBlockId(String tkTimeBlockId)
|
void |
setWarnings(List<String> warnings)
|
Methods inherited from class org.kuali.hr.time.base.web.TkCommonCalendarForm |
---|
getCalendarYears, getPayPeriodsMap, getSelectedCalendarYear, getSelectedPayPeriod, isOnCurrentPeriod, setCalendarYears, setOnCurrentPeriod, setPayPeriodsMap, setSelectedCalendarYear, setSelectedPayPeriod |
Methods inherited from class org.kuali.hr.time.base.web.TkForm |
---|
getDocumentIdFromContext, getDocumentStatus, getMethodToCall, getPrincipalId, getTimeEnabled, getUser, getWorkflowUrl, setMethodToCall, setPrincipalId |
Methods inherited from class org.kuali.rice.kns.web.struts.form.KualiForm |
---|
addRequiredNonEditableProperties, clearEditablePropertyInformation, getActionFormUtilMap, getAnchor, getBackLocation, getCurrentTabIndex, getDisplayedErrors, getDisplayedInfo, getDisplayedWarnings, getDocInfo, getExtraButton, getExtraButtons, getFieldNameToFocusOnAfterSubmit, getHeaderNavigationTabs, getNavigationCss, getNextArbitrarilyHighIndex, getNumColumns, getRefreshCaller, getTabState, getTabStates, incrementTabIndex, isFieldLevelHelpEnabled, populate, populateBackLocation, populateFieldLevelHelpEnabled, reset, retrieveFormValueForLookupInquiryParameters, setActionFormUtilMap, setAnchor, setBackLocation, setCurrentTabIndex, setDerivedValuesOnForm, setDocInfo, setExtraButton, setExtraButtons, setFieldLevelHelpEnabled, setFieldNameToFocusOnAfterSubmit, setHeaderNavigationTabs, setNavigationCss, setNumColumns, setRefreshCaller, setTabStates, shouldMethodToCallParameterBeUsed, shouldPropertyBePopulatedInForm |
Methods inherited from class org.kuali.rice.kns.web.struts.form.pojo.PojoFormBase |
---|
addMaxUploadSize, cacheUnconvertedValue, copyPopulateEditablePropertiesToActionEditableProperties, customInitMaxUploadSizes, formatterClassForKeypath, formatValue, getActionEditablePropertiesGuid, getEditableProperties, getFormatter, getFormatterTypes, getIsNewForm, getMaxUploadSizes, getMethodToCallsToBypassSessionRetrievalForGETRequests, getParameter, getParameterValues, getPopulateEditableProperties, getPopulateEditablePropertiesGuid, getPropertyType, getRequiredNonEditableProperties, getStrutsActionMappingScope, getUnconvertedValues, getUnknownKeys, initMaxUploadSizes, isPropertyEditable, isPropertyNonEditableButRequired, populateForProperty, postprocessRequestParameters, processValidationFail, registerEditableProperty, registerIsNewForm, registerRequiredNonEditableProperty, registerStrutsActionMappingScope, setActionEditablePropertiesGuid, setFormatterType, setFormatterTypes, setPopulateEditablePropertiesGuid, setUnconvertedValues |
Methods inherited from class org.apache.struts.action.ActionForm |
---|
getMultipartRequestHandler, getServlet, getServletWrapper, setMultipartRequestHandler, setServlet, validate, validate |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TimeDetailActionFormBase()
Method Detail |
---|
public String getSpanningWeeks()
public void setSpanningWeeks(String spanningWeeks)
public String getTkTimeBlockId()
public void setTkTimeBlockId(String tkTimeBlockId)
public BigDecimal getHours()
public void setHours(BigDecimal hours)
public BigDecimal getAmount()
public void setAmount(BigDecimal amount)
public String getStartDate()
public void setStartDate(String startDate)
public String getEndDate()
public void setEndDate(String endDate)
public String getEndTime()
public void setEndTime(String endTime)
public String getAcrossDays()
public void setAcrossDays(String acrossDays)
public String getStartTime()
public void setStartTime(String startTime)
public String getOutputString()
public void setOutputString(String outputString)
public List<String> getWarnings()
public void setWarnings(List<String> warnings)
public String getOvertimePref()
public void setOvertimePref(String overtimePref)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |