public class AjaxFinancialDetailAction
extends org.egov.infra.web.struts.actions.BaseFormAction
| Constructor and Description |
|---|
AjaxFinancialDetailAction() |
| Modifier and Type | Method and Description |
|---|---|
org.egov.dao.budget.BudgetGroupDAO |
getBudgetGroupDAO() |
List<org.egov.model.budget.BudgetGroup> |
getBudgetGroups() |
Date |
getEstimateDate() |
Long |
getFunctionId() |
Integer |
getFundId() |
String |
getLoadBudgetGroupsValidationError() |
Object |
getModel() |
Integer |
getSchemeId() |
List<org.egov.commons.Scheme> |
getSchemes() |
List<org.egov.commons.SubScheme> |
getSubSchemes() |
String |
loadBudgetGroups() |
String |
loadSchemes() |
String |
loadSubSchemes() |
void |
setBudgetGroupDAO(org.egov.dao.budget.BudgetGroupDAO budgetGroupDAO) |
void |
setBudgetGroups(List<org.egov.model.budget.BudgetGroup> budgetGroups) |
void |
setEstimateDate(Date estimateDate) |
void |
setFunctionId(Long functionId) |
void |
setFundId(Integer fundId) |
void |
setLoadBudgetGroupsValidationError(String loadBudgetGroupsValidationError) |
void |
setSchemeId(Integer schemeId) |
void |
setSchemes(List<org.egov.commons.Scheme> schemes) |
void |
setSubSchemes(List<org.egov.commons.SubScheme> subSchemes) |
acceptableParameterName, addDropdownData, addRelatedEntity, addRelatedEntity, getDropdownData, getOrdering, getPersistenceService, getRelationships, getSession, prepare, session, setParameters, setPersistenceService, setRequest, setSession, setupDropdownDataExcluding, setValue, tokenNameaddActionError, addActionMessage, addFieldError, clearActionErrors, clearErrors, clearErrorsAndMessages, clearFieldErrors, clearMessages, clone, execute, getActionErrors, getActionMessages, getFieldErrors, getFormatted, getLocale, getText, getText, getText, getText, getText, getText, getText, getText, getText, getTexts, getTexts, hasActionErrors, hasActionMessages, hasErrors, hasFieldErrors, hasKey, input, pause, setActionErrors, setActionMessages, setContainer, setFieldErrors, validatepublic Date getEstimateDate()
public void setEstimateDate(Date estimateDate)
public String loadSchemes()
public String loadSubSchemes()
public String loadBudgetGroups()
public Integer getSchemeId()
public void setSchemeId(Integer schemeId)
public Integer getFundId()
public void setFundId(Integer fundId)
public Long getFunctionId()
public void setFunctionId(Long functionId)
public List<org.egov.commons.SubScheme> getSubSchemes()
public void setSubSchemes(List<org.egov.commons.SubScheme> subSchemes)
public List<org.egov.commons.Scheme> getSchemes()
public void setSchemes(List<org.egov.commons.Scheme> schemes)
public List<org.egov.model.budget.BudgetGroup> getBudgetGroups()
public void setBudgetGroups(List<org.egov.model.budget.BudgetGroup> budgetGroups)
public void setBudgetGroupDAO(org.egov.dao.budget.BudgetGroupDAO budgetGroupDAO)
public org.egov.dao.budget.BudgetGroupDAO getBudgetGroupDAO()
public Object getModel()
public String getLoadBudgetGroupsValidationError()
public void setLoadBudgetGroupsValidationError(String loadBudgetGroupsValidationError)
Copyright © 2015–2016 eGovernments Foundation. All rights reserved.