public class BudgetProposalDetailAction extends BaseBudgetDetailAction
| Modifier and Type | Field and Description |
|---|---|
static String |
BUDGETGROUP |
List<org.egov.model.budget.BudgetGroup> |
budgetGroupList |
static String |
BUDGETS |
static String |
FUNCTION |
List<org.egov.commons.CFunction> |
functionList |
static String |
NEWDETAIL |
static String |
NEWRE |
addNewDetails, asOnDate, beAmounts, budgetAmountView, budgetDetail, budgetDetailConfig, budgetDetailHelper, budgetDetailList, budgetDetailService, budgetDetailWorkflowService, budgetDocumentNumber, budgetList, budgetService, budgetWorkflowService, currentYearRange, gridFields, headerDisabled, headerFields, lastButOneYearRange, mandatoryFields, previousYearRange, re, savedbudgetDetailList, schemeId, searchbudgetGroupid, searchfunctionid, showDetails, showRe, subSchemes, workflowBeanadditionalRule, amountRule, approverComments, approverDepartment, approverDesignation, approverName, approverPositionId, currentDesignation, currentState, customizedWorkFlowService, pendingActions, workFlowAction, workFlowDepartment| Constructor and Description |
|---|
BudgetProposalDetailAction() |
| Modifier and Type | Method and Description |
|---|---|
String |
addNewDetails() |
String |
ajaxLoadBudgetDetailList() |
String |
ajaxLoadBudgetGroups() |
String |
ajaxLoadBudgets() |
String |
ajaxLoadFunctions() |
void |
approve() |
String |
getActionMessage() |
Map<Long,BigDecimal> |
getBeNextYearAmounts() |
List |
getBudgetGroupList() |
Long |
getBudgetGroups() |
Long |
getFunction() |
List |
getFunctionList() |
protected String |
getMessage(String key) |
org.egov.infra.workflow.entity.StateAware |
getModel() |
InputStream |
getReturnStream() |
org.egov.model.budget.Budget |
getTopBudget() |
List<String> |
getValidActions() |
org.egov.eis.entity.Assignment |
getWorkflowInitiator(org.egov.model.budget.BudgetDetail budgetDetail) |
protected void |
handleDuplicateBudgetDetailError(org.egov.infra.validation.exception.ValidationException e) |
boolean |
isShowMessage() |
boolean |
isShowRe() |
String |
loadActualsForBudgetDetailRe() |
String |
loadActualsForRe() |
String |
loadBudgetDetailList() |
String |
loadNewBudgetDetailList() |
String |
newDetailRe() |
String |
newRe() |
void |
populateSavedbudgetDetailListFor(org.egov.model.budget.Budget budget) |
void |
populateSavedbudgetDetailListForDetail(org.egov.model.budget.BudgetDetail bd) |
void |
prepare() |
String |
saveAndNewRe() |
protected void |
saveAndStartWorkFlow(org.egov.model.budget.BudgetDetail detail,
org.egov.model.voucher.WorkflowBean workflowBean) |
protected void |
saveAndStartWorkFlowForRe(org.egov.model.budget.BudgetDetail detail,
int index,
org.egov.commons.CFinancialYear finYear,
org.egov.model.budget.Budget refBudget,
org.egov.model.voucher.WorkflowBean workflowBean) |
void |
setBeNextYearAmounts(Map<Long,BigDecimal> beNextYearAmounts) |
void |
setBudgetGroupList(List budgetGroupList) |
void |
setBudgetGroups(Long budgetGroups) |
void |
setFunction(Long function) |
void |
setFunctionList(List functionList) |
void |
setShowRe(boolean showRe) |
void |
setTopBudget(org.egov.model.budget.Budget topBudget) |
add, addYearRange, ajaxLoadSubSchemes, checkGridMandatoryField, checkHeaderMandatoryField, compareDetails, compareREandBEDetails, computeNextYearRange, computePreviousYearRange, computeYearRange, createRe, execute, getAsOnDate, getBeAmounts, getBudgetAmountView, getBudgetDetail, getBudgetDetailList, getBudgetDocumentNumber, getBudgetList, getCurrentYearRange, getDetailsFilterdBy, getFinancialYear, getGridFields, getHeaderFields, getLastButOneYearRange, getMandatoryFields, getNextYearRange, getPosition, getPositionByUserId, getPreviousYearFor, getPreviousYearRange, getReferenceBudget, getSavedbudgetDetailList, getSchemeId, getSearchbudgetGroupid, getSearchfunctionid, getSubSchemes, getUser, getValueStack, getWorkflowBean, isAddNewDetails, isFieldMandatory, isHeaderDisabled, isRe, isShowDetails, loadActuals, loadBeAmounts, loadBudgets, populateAmountData, populateBudgetList, populateFinancialYear, populateWorkflowBean, removeEmptyBudgetDetails, setAddNewDetails, setAsOnDate, setBeAmounts, setBudgetDetail, setBudgetDetailHelper, setBudgetDetailList, setBudgetDetailService, setBudgetDetailWorkflowService, setBudgetDocumentNumber, setBudgetDropDown, setBudgetList, setBudgetService, setBudgetWorkflowService, setEisCommonService, setFinancialYear, setNextYearRange, setReferenceBudget, setSchemeId, setSearchbudgetGroupid, setSearchfunctionid, setShowDetails, setShowMessage, setWorkflowBean, shouldShowField, shouldShowGridField, shouldShowHeaderField, subtract, validateMandatoryFieldsgetAdditionalRule, getAmountRule, getApproverComments, getApproverDepartment, getApproverDesignation, getApproverName, getApproverPositionId, getCurrentDesignation, getCurrentState, getNextAction, getPendingActions, getWorkFlowAction, getWorkFlowDepartment, setAdditionalRule, setAmountRule, setApproverComments, setApproverDepartment, setApproverDesignation, setApproverName, setApproverPositionId, setCurrentDesignation, setCurrentState, setCustomizedWorkFlowService, setPendingActions, setWorkFlowAction, setWorkFlowDepartmentacceptableParameterName, 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, isValidLocale, isValidLocaleString, pause, setActionErrors, setActionMessages, setContainer, setFieldErrors, validatepublic static final String NEWDETAIL
public static final String NEWRE
public static final String BUDGETS
public static final String FUNCTION
public static final String BUDGETGROUP
public List<org.egov.commons.CFunction> functionList
public List<org.egov.model.budget.BudgetGroup> budgetGroupList
public void setBudgetGroupList(List budgetGroupList)
public org.egov.infra.workflow.entity.StateAware getModel()
getModel in interface com.opensymphony.xwork2.ModelDriven<Object>getModel in class BaseBudgetDetailActionpublic InputStream getReturnStream()
protected void saveAndStartWorkFlow(org.egov.model.budget.BudgetDetail detail,
org.egov.model.voucher.WorkflowBean workflowBean)
saveAndStartWorkFlow in class BaseBudgetDetailActionprotected void handleDuplicateBudgetDetailError(org.egov.infra.validation.exception.ValidationException e)
public void populateSavedbudgetDetailListFor(org.egov.model.budget.Budget budget)
populateSavedbudgetDetailListFor in class BaseBudgetDetailActionpublic void populateSavedbudgetDetailListForDetail(org.egov.model.budget.BudgetDetail bd)
populateSavedbudgetDetailListForDetail in class BaseBudgetDetailActionpublic String ajaxLoadBudgetDetailList()
public String loadBudgetDetailList()
public String loadNewBudgetDetailList()
public String addNewDetails()
public String ajaxLoadBudgets()
public String ajaxLoadFunctions()
public String ajaxLoadBudgetGroups()
public String saveAndNewRe()
public void prepare()
prepare in interface com.opensymphony.xwork2.Preparableprepare in class BaseBudgetDetailActionpublic boolean isShowMessage()
isShowMessage in class BaseBudgetDetailActionpublic String getActionMessage()
protected void saveAndStartWorkFlowForRe(org.egov.model.budget.BudgetDetail detail,
int index,
org.egov.commons.CFinancialYear finYear,
org.egov.model.budget.Budget refBudget,
org.egov.model.voucher.WorkflowBean workflowBean)
saveAndStartWorkFlowForRe in class BaseBudgetDetailActionpublic org.egov.eis.entity.Assignment getWorkflowInitiator(org.egov.model.budget.BudgetDetail budgetDetail)
public List<String> getValidActions()
getValidActions in class org.egov.eis.web.actions.workflow.GenericWorkFlowActionpublic void approve()
approve in class BaseBudgetDetailActionpublic String newRe()
public String newDetailRe()
public String loadActualsForRe()
public String loadActualsForBudgetDetailRe()
public void setShowRe(boolean showRe)
public boolean isShowRe()
public org.egov.model.budget.Budget getTopBudget()
public void setTopBudget(org.egov.model.budget.Budget topBudget)
public void setBeNextYearAmounts(Map<Long,BigDecimal> beNextYearAmounts)
public Map<Long,BigDecimal> getBeNextYearAmounts()
public List getFunctionList()
public void setFunctionList(List functionList)
public List getBudgetGroupList()
public Long getFunction()
public void setFunction(Long function)
public Long getBudgetGroups()
public void setBudgetGroups(Long budgetGroups)
Copyright © 2015–2017 eGovernments Foundation. All rights reserved.