public class AddDemandAction
extends org.egov.infra.web.struts.actions.BaseFormAction
Action to edit the installment wise Taxes
Audit log format for this action, demand/collection edits
Remarks : <remarks>
Demand-
Installment1 : Tax Name | Old Tax | New Tax
Installment2 : Tax Name | Old Tax | New Tax
... ...
Installmentn : Tax Name | Old Tax | New Tax
Collection -
Installment1 : Tax Name | Old Tax | New Tax
Installment2 : Tax Name | Old Tax | New Tax
... ...
Installmentn : Tax Name | Old Tax | New Tax
| Modifier and Type | Field and Description |
|---|---|
protected static String |
RESULT_ACK |
protected static String |
RESULT_ERROR |
protected static String |
RESULT_NEW |
| Constructor and Description |
|---|
AddDemandAction() |
| Modifier and Type | Method and Description |
|---|---|
List<org.egov.commons.Installment> |
getAllInstallments() |
Map<org.egov.commons.Installment,Map<String,Boolean>> |
getCollectionDetails() |
List<DemandDetail> |
getDemandDetailBeanList() |
List<org.egov.demand.model.EgDemandDetails> |
getDemandDetails() |
Map<String,String> |
getDemandReasonMap() |
Map<org.egov.commons.Installment,Set<org.egov.demand.model.EgDemandDetails>> |
getEgDemandDetailsSetByInstallment(List<org.egov.demand.model.EgDemandDetails> demandDtls) |
String |
getErrorMessage() |
Object |
getModel() |
String |
getOwnerName() |
String |
getPropertyAddress() |
String |
getPropertyId() |
org.egov.ptis.client.util.PropertyTaxUtil |
getPropertyTaxUtil() |
org.egov.ptis.domain.service.property.PropertyService |
getPropService() |
String |
getRemarks() |
String |
newAddForm() |
void |
prepare() |
void |
setAllInstallments(List<org.egov.commons.Installment> allInstallments) |
void |
setCollectionDetails(Map<org.egov.commons.Installment,Map<String,Boolean>> collectionDetails) |
void |
setDemandDetailBeanList(List<DemandDetail> demandDetailBeanList) |
void |
setDemandDetails(List<org.egov.demand.model.EgDemandDetails> demandDetails) |
void |
setDemandReasonMap(Map<String,String> demandReasonMap) |
void |
setErrorMessage(String errorMessage) |
void |
setOwnerName(String ownerName) |
void |
setPropertyAddress(String propertyAddress) |
void |
setPropertyId(String propertyId) |
void |
setPropertyTaxUtil(org.egov.ptis.client.util.PropertyTaxUtil propertyTaxUtil) |
void |
setPropService(org.egov.ptis.domain.service.property.PropertyService propService) |
void |
setRemarks(String remarks) |
String |
update() |
void |
validate() |
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, 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, setFieldErrorsprotected static final String RESULT_NEW
protected static final String RESULT_ERROR
protected static final String RESULT_ACK
public Object getModel()
public void prepare()
prepare in interface com.opensymphony.xwork2.Preparableprepare in class org.egov.infra.web.struts.actions.BaseFormActionpublic void validate()
validate in interface com.opensymphony.xwork2.Validateablevalidate in class com.opensymphony.xwork2.ActionSupportpublic String newAddForm()
public String update()
public Map<org.egov.commons.Installment,Set<org.egov.demand.model.EgDemandDetails>> getEgDemandDetailsSetByInstallment(List<org.egov.demand.model.EgDemandDetails> demandDtls)
public String getPropertyId()
public void setPropertyId(String propertyId)
public List<org.egov.demand.model.EgDemandDetails> getDemandDetails()
public void setDemandDetails(List<org.egov.demand.model.EgDemandDetails> demandDetails)
public String getOwnerName()
public void setOwnerName(String ownerName)
public String getPropertyAddress()
public void setPropertyAddress(String propertyAddress)
public String getRemarks()
public void setRemarks(String remarks)
public String getErrorMessage()
public void setErrorMessage(String errorMessage)
public org.egov.ptis.client.util.PropertyTaxUtil getPropertyTaxUtil()
public void setPropertyTaxUtil(org.egov.ptis.client.util.PropertyTaxUtil propertyTaxUtil)
public org.egov.ptis.domain.service.property.PropertyService getPropService()
public void setPropService(org.egov.ptis.domain.service.property.PropertyService propService)
public Map<org.egov.commons.Installment,Map<String,Boolean>> getCollectionDetails()
public void setCollectionDetails(Map<org.egov.commons.Installment,Map<String,Boolean>> collectionDetails)
public List<DemandDetail> getDemandDetailBeanList()
public void setDemandDetailBeanList(List<DemandDetail> demandDetailBeanList)
public List<org.egov.commons.Installment> getAllInstallments()
public void setAllInstallments(List<org.egov.commons.Installment> allInstallments)
Copyright © 2015–2016 eGovernments Foundation. All rights reserved.