public class SalaryBillRegisterViewAction
extends org.egov.infra.web.struts.actions.BaseFormAction
| Constructor and Description |
|---|
SalaryBillRegisterViewAction() |
| Modifier and Type | Method and Description |
|---|---|
String |
ajaxSearch() |
String |
execute() |
List<org.egov.model.bills.EgBillregister> |
getBillRegisterList() |
org.egov.infra.admin.master.entity.Department |
getDepartment() |
Date |
getFromDate() |
Object |
getModel() |
BigDecimal |
getMonth() |
Date |
getToDate() |
void |
prepare() |
void |
setBillRegisterList(List<org.egov.model.bills.EgBillregister> billRegisterList) |
void |
setDepartment(org.egov.infra.admin.master.entity.Department department) |
void |
setFromDate(Date fromDate) |
void |
setMonth(BigDecimal month) |
void |
setToDate(Date toDate) |
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, validatepublic void prepare()
prepare in interface com.opensymphony.xwork2.Preparableprepare in class org.egov.infra.web.struts.actions.BaseFormActionpublic String execute() throws Exception
execute in interface com.opensymphony.xwork2.Actionexecute in class com.opensymphony.xwork2.ActionSupportExceptionpublic String ajaxSearch()
public Object getModel()
public void setFromDate(Date fromDate)
public Date getFromDate()
public void setToDate(Date toDate)
public Date getToDate()
public void setMonth(BigDecimal month)
public BigDecimal getMonth()
public void setDepartment(org.egov.infra.admin.master.entity.Department department)
public org.egov.infra.admin.master.entity.Department getDepartment()
public void setBillRegisterList(List<org.egov.model.bills.EgBillregister> billRegisterList)
public List<org.egov.model.bills.EgBillregister> getBillRegisterList()
Copyright © 2015–2016 eGovernments Foundation. All rights reserved.