public class BudgetReAppropriationAction
extends org.egov.infra.web.struts.actions.BaseFormAction
| Modifier and Type | Field and Description |
|---|---|
protected org.egov.model.budget.Budget |
budget |
protected org.egov.utils.BudgetDetailConfig |
budgetDetailConfig |
protected List<String> |
gridFields |
protected List<String> |
headerFields |
protected List<String> |
mandatoryFields |
| Constructor and Description |
|---|
BudgetReAppropriationAction() |
| Modifier and Type | Method and Description |
|---|---|
String |
ajaxLoadBeRe() |
String |
beforeSearch() |
String |
create() |
String |
createAndForward() |
protected org.egov.model.budget.BudgetReAppropriationMisc |
createBudgetReAppropriationMisc(String actionName) |
String |
execute() |
org.egov.model.budget.BudgetReAppropriationMisc |
getAppropriationMisc() |
protected List |
getApprovedBudgetsForFY(Long id,
String finalStatus) |
String |
getBeRe() |
org.egov.model.budget.Budget |
getBudget() |
org.egov.model.budget.BudgetDetail |
getBudgetDetail() |
org.egov.dao.budget.BudgetDetailsDAO |
getBudgetDetailsDAO() |
List<org.egov.egf.model.BudgetReAppropriationView> |
getBudgetReAppropriationList() |
protected String |
getFinalStatus() |
org.egov.commons.CFinancialYear |
getFinancialYear() |
List<String> |
getGridFields() |
List<String> |
getHeaderFields() |
List<String> |
getMandatoryFields() |
String |
getMessage() |
Object |
getModel() |
List<org.egov.egf.model.BudgetReAppropriationView> |
getNewBudgetReAppropriationList() |
protected org.egov.pims.commons.Position |
getPosition() |
List<org.egov.model.budget.BudgetReAppropriation> |
getReAppropriationList() |
String |
getType() |
protected com.opensymphony.xwork2.util.ValueStack |
getValueStack() |
boolean |
isFieldMandatory(String field) |
String |
loadActuals() |
void |
prepare() |
void |
removeEmptyReAppropriation(List<org.egov.egf.model.BudgetReAppropriationView> reAppropriationList) |
String |
search() |
void |
setAppropriationMisc(org.egov.model.budget.BudgetReAppropriationMisc appropriationMisc) |
void |
setBeRe(String beRe) |
void |
setBudgetDetail(org.egov.model.budget.BudgetDetail budgetDetail) |
void |
setBudgetDetailHelper(org.egov.utils.BudgetDetailHelper budgetDetailHelper) |
void |
setBudgetDetailsDAO(org.egov.dao.budget.BudgetDetailsDAO budgetDetailsDAO) |
void |
setBudgetDetailService(org.egov.services.budget.BudgetDetailService budgetDetailService) |
void |
setBudgetReAppropriationService(org.egov.services.budget.BudgetReAppropriationService budgetReAppropriationService) |
void |
setBudgetReAppropriationWorkflowService(org.egov.infra.workflow.service.WorkflowService<org.egov.model.budget.BudgetReAppropriation> budgetReAppropriationWorkflowService) |
void |
setBudgetService(org.egov.services.budget.BudgetService budgetService) |
void |
setEisCommonService(org.egov.eis.service.EisCommonService eisCommonService) |
void |
setFinancialYear(org.egov.commons.CFinancialYear financialYear) |
void |
setMessage(String message) |
void |
setReAppropriationList(List<org.egov.model.budget.BudgetReAppropriation> reAppropriationList) |
void |
setType(String type) |
protected void |
setupDropdownsInHeader() |
boolean |
shouldShowField(String fieldName) |
boolean |
shouldShowGridField(String fieldName) |
boolean |
shouldShowHeaderField(String fieldName) |
void |
transition(String actionName,
org.egov.model.budget.BudgetReAppropriation detail,
String comment) |
acceptableParameterName, addDropdownData, addRelatedEntity, addRelatedEntity, getDropdownData, getOrdering, getPersistenceService, getRelationships, getSession, session, setParameters, setPersistenceService, setRequest, setSession, setupDropdownDataExcluding, setValue, tokenNameaddActionError, addActionMessage, addFieldError, clearActionErrors, clearErrors, clearErrorsAndMessages, clearFieldErrors, clearMessages, clone, 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, validate@Autowired protected org.egov.utils.BudgetDetailConfig budgetDetailConfig
protected org.egov.model.budget.Budget budget
public org.egov.model.budget.BudgetReAppropriationMisc getAppropriationMisc()
public void setAppropriationMisc(org.egov.model.budget.BudgetReAppropriationMisc appropriationMisc)
public String getBeRe()
public void setBudgetReAppropriationService(org.egov.services.budget.BudgetReAppropriationService budgetReAppropriationService)
public void setBeRe(String beRe)
public void setBudgetService(org.egov.services.budget.BudgetService budgetService)
public void setBudgetDetailHelper(org.egov.utils.BudgetDetailHelper budgetDetailHelper)
public List<org.egov.egf.model.BudgetReAppropriationView> getNewBudgetReAppropriationList()
public void setFinancialYear(org.egov.commons.CFinancialYear financialYear)
public org.egov.model.budget.BudgetDetail getBudgetDetail()
public void setBudgetDetail(org.egov.model.budget.BudgetDetail budgetDetail)
public void setEisCommonService(org.egov.eis.service.EisCommonService eisCommonService)
public org.egov.commons.CFinancialYear getFinancialYear()
public List<org.egov.egf.model.BudgetReAppropriationView> getBudgetReAppropriationList()
public org.egov.model.budget.Budget getBudget()
protected void setupDropdownsInHeader()
public final boolean shouldShowField(String fieldName)
public boolean shouldShowHeaderField(String fieldName)
public boolean shouldShowGridField(String fieldName)
public String execute() throws Exception
execute in interface com.opensymphony.xwork2.Actionexecute in class com.opensymphony.xwork2.ActionSupportExceptionpublic void prepare()
prepare in interface com.opensymphony.xwork2.Preparableprepare in class org.egov.infra.web.struts.actions.BaseFormActionpublic Object getModel()
public String create()
public String createAndForward()
protected org.egov.model.budget.BudgetReAppropriationMisc createBudgetReAppropriationMisc(String actionName)
public void setBudgetDetailService(org.egov.services.budget.BudgetDetailService budgetDetailService)
protected org.egov.pims.commons.Position getPosition()
public void removeEmptyReAppropriation(List<org.egov.egf.model.BudgetReAppropriationView> reAppropriationList)
protected String getFinalStatus()
public String loadActuals()
public String ajaxLoadBeRe()
protected com.opensymphony.xwork2.util.ValueStack getValueStack()
public boolean isFieldMandatory(String field)
public String beforeSearch()
public String search()
public void transition(String actionName, org.egov.model.budget.BudgetReAppropriation detail, String comment)
public List<org.egov.model.budget.BudgetReAppropriation> getReAppropriationList()
public String getType()
public void setType(String type)
public void setReAppropriationList(List<org.egov.model.budget.BudgetReAppropriation> reAppropriationList)
public void setMessage(String message)
public String getMessage()
public void setBudgetReAppropriationWorkflowService(org.egov.infra.workflow.service.WorkflowService<org.egov.model.budget.BudgetReAppropriation> budgetReAppropriationWorkflowService)
public org.egov.dao.budget.BudgetDetailsDAO getBudgetDetailsDAO()
public void setBudgetDetailsDAO(org.egov.dao.budget.BudgetDetailsDAO budgetDetailsDAO)
Copyright © 2015–2016 eGovernments Foundation. All rights reserved.