|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.struts.action.ActionForm
org.kuali.rice.kns.web.struts.pojo.PojoFormBase
org.kuali.rice.kns.web.struts.form.KualiForm
org.kuali.kfs.module.bc.document.web.struts.BudgetExpansionForm
org.kuali.kfs.module.bc.document.web.struts.SalarySettingBaseForm
org.kuali.kfs.module.bc.document.web.struts.DetailSalarySettingForm
org.kuali.kfs.module.bc.document.web.struts.PositionSalarySettingForm
public class PositionSalarySettingForm
| 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.pojo.PojoFormBase |
|---|
requiredNonEditableProperties |
| Fields inherited from class org.apache.struts.action.ActionForm |
|---|
multipartRequestHandler, servlet |
| Constructor Summary | |
|---|---|
PositionSalarySettingForm()
Constructs a PositionSalarySettingForm.java. |
|
| Method Summary | |
|---|---|
PendingBudgetConstructionAppointmentFunding |
createNewAppointmentFundingLine()
sets the default fields not setable by the user for added lines and any other required initialization |
List<PendingBudgetConstructionAppointmentFunding> |
getAppointmentFundings()
Gets the appointmentFundings attribute. |
BudgetConstructionPosition |
getBudgetConstructionPosition()
Gets the budgetConstructionPosition attribute. |
String |
getDocumentTitle()
Gets the documentTitle |
Map<String,Object> |
getKeyMapOfSalarySettingItem()
get the key map for the salary setting item: salary expension, position, or incumbent |
String |
getRefreshCallerName()
get the refresh caller name of the current form |
boolean |
isPendingPositionSalaryChange()
checks if at least one active edit-able appointment funding line has a sync flag set |
boolean |
isRefreshPositionBeforeSalarySetting()
Gets the refreshPositionBeforeSalarySetting attribute. |
void |
setBudgetConstructionPosition(BudgetConstructionPosition budgetConstructionPosition)
Sets the budgetConstructionPosition attribute value. |
void |
setRefreshPositionBeforeSalarySetting(boolean refreshPositionBeforeSalarySetting)
Sets the refreshPositionBeforeSalarySetting attribute value. |
| Methods inherited from class org.kuali.kfs.module.bc.document.web.struts.BudgetExpansionForm |
|---|
addMessage, getBackLocation, getCallBackErrors, getCallBackMessages, getDocumentActions, getEditingMode, getMessages, getReturnAnchor, getReturnFormKey, getUniversityFiscalYear, isEditAllowed, isLostSession, isMainWindow, isSystemViewOnly, setBackLocation, setDocumentActions, setEditingMode, setLostSession, setMainWindow, setMessages, setReturnAnchor, setReturnFormKey, setUniversityFiscalYear |
| Methods inherited from class org.kuali.rice.kns.web.struts.form.KualiForm |
|---|
addRequiredNonEditableProperties, clearEditablePropertyInformation, getActionFormUtilMap, getAnchor, getCurrentTabIndex, getDisplayedErrors, getDisplayedInfo, getDisplayedWarnings, getDocInfo, getExtraButton, getExtraButtons, getFieldNameToFocusOnAfterSubmit, getHeaderNavigationTabs, getMethodToCall, getNavigationCss, getNextArbitrarilyHighIndex, getNumColumns, getRefreshCaller, getTabState, getTabStates, incrementTabIndex, isFieldLevelHelpEnabled, populateBackLocation, populateFieldLevelHelpEnabled, reset, reset, retrieveFormValueForLookupInquiryParameters, setActionFormUtilMap, setAnchor, setCurrentTabIndex, setDerivedValuesOnForm, setDocInfo, setExtraButton, setExtraButtons, setFieldLevelHelpEnabled, setFieldNameToFocusOnAfterSubmit, setHeaderNavigationTabs, setMethodToCall, setNavigationCss, setNumColumns, setRefreshCaller, setTabStates, shouldMethodToCallParameterBeUsed |
| Methods inherited from class org.kuali.rice.kns.web.struts.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 PositionSalarySettingForm()
| Method Detail |
|---|
public PendingBudgetConstructionAppointmentFunding createNewAppointmentFundingLine()
DetailSalarySettingForm
createNewAppointmentFundingLine in class DetailSalarySettingFormDetailSalarySettingForm.createNewAppointmentFundingLine()public Map<String,Object> getKeyMapOfSalarySettingItem()
SalarySettingBaseForm
getKeyMapOfSalarySettingItem in class SalarySettingBaseFormSalarySettingBaseForm.getKeyMapOfSalarySettingItem()public String getRefreshCallerName()
SalarySettingBaseForm
getRefreshCallerName in class SalarySettingBaseFormSalarySettingBaseForm.getRefreshCallerName()public List<PendingBudgetConstructionAppointmentFunding> getAppointmentFundings()
SalarySettingBaseForm
getAppointmentFundings in class SalarySettingBaseFormorg.kuali.kfs.module.bc.document.web.struts.SalarySettingForm#getAppointmentFundings()public BudgetConstructionPosition getBudgetConstructionPosition()
public void setBudgetConstructionPosition(BudgetConstructionPosition budgetConstructionPosition)
budgetConstructionPosition - The budgetConstructionPosition to set.public boolean isPendingPositionSalaryChange()
public boolean isRefreshPositionBeforeSalarySetting()
public void setRefreshPositionBeforeSalarySetting(boolean refreshPositionBeforeSalarySetting)
refreshPositionBeforeSalarySetting - The refreshPositionBeforeSalarySetting to set.public String getDocumentTitle()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||