public class RevisionPetitionAction extends PropertyTaxBaseAction
| Modifier and Type | Field and Description |
|---|---|
protected static String |
COMMON_FORM |
protected static String |
DIGITAL_SIGNATURE_REDIRECTION |
static String |
MEESEVA_ERROR |
static String |
MEESEVA_RESULT_ACK |
static String |
NOTICE |
protected org.egov.infra.workflow.service.WorkflowService<org.egov.ptis.domain.entity.objection.RevisionPetition> |
objectionWorkflowService |
protected org.egov.infra.workflow.service.SimpleWorkflowService<org.egov.ptis.domain.entity.objection.RevisionPetition> |
revisionPetitionWorkFlowService |
static String |
STRUTS_RESULT_MESSAGE |
ackMessage, applicationType, assignmentService, fileStoreService, indexNumber, isApprPageReq, modelId, propertyByEmployee, propertyTaxDetailsMap, propertyTaxUtil, userDesgn, userDesignationList, userRole, wfErrorMsg, workflowBeanadditionalRule, amountRule, approverComments, approverDepartment, approverDesignation, approverName, approverPositionId, currentDesignation, currentState, customizedWorkFlowService, pendingActions, workFlowAction, workFlowDepartment| Constructor and Description |
|---|
RevisionPetitionAction() |
| Modifier and Type | Method and Description |
|---|---|
String |
addHearingDate()
Method to add hearing date
|
String |
create()
Create revision petition.
|
String |
generateEnodresementNotice() |
String |
generateHearingNotice()
Generate Hearing notice
|
String |
generateSpecialNotice() |
void |
generateSpecialNotice(org.egov.ptis.domain.entity.property.PropertyImpl property,
org.egov.ptis.domain.entity.property.BasicPropertyImpl basicProperty) |
String |
getActionType() |
String |
getAreaOfPlot() |
Map<String,String> |
getDeviationPercentageMap() |
List<org.egov.ptis.domain.entity.property.DocumentType> |
getDocumentTypes() |
String |
getEastBoundary() |
String |
getFileStoreIds() |
List<org.egov.ptis.domain.entity.property.Floor> |
getFloorDetails() |
TreeMap<Integer,String> |
getFloorNoMap() |
String[] |
getFloorNoStr() |
LinkedHashMap<String,String> |
getHearingTimingMap() |
List<Hashtable<String,Object>> |
getHistoryMap() |
boolean |
getIsShowAckMessage() |
Boolean |
getLoggedUserIsEmployee() |
String |
getMeesevaApplicationNumber() |
org.egov.ptis.domain.entity.objection.RevisionPetition |
getModel() |
String |
getNorthBoundary() |
org.egov.ptis.domain.entity.objection.RevisionPetition |
getObjection() |
String |
getOwnerName() |
String |
getPropertyAddress() |
String |
getPropertyId() |
org.egov.infstr.services.PersistenceService<org.egov.ptis.domain.entity.property.Property,Long> |
getPropertyImplService() |
org.egov.ptis.client.util.PropertyTaxNumberGenerator |
getPropertyTaxNumberGenerator() |
org.egov.ptis.domain.entity.property.PropertyStatusValues |
getPropStatVal() |
Map<String,String> |
getPropTypeCategoryMap() |
String |
getPropTypeObjId() |
String |
getReasonForModify() |
String |
getReportId() |
org.egov.ptis.domain.service.revisionPetition.RevisionPetitionService |
getRevisionPetitionService() |
org.egov.infra.workflow.service.SimpleWorkflowService<org.egov.ptis.domain.entity.objection.RevisionPetition> |
getRevisionPetitionWorkFlowService() |
org.egov.ptis.domain.service.property.SMSEmailService |
getsMSEmailService() |
String |
getSouthBoundary() |
Long |
getTaxExemptedReason() |
String |
getUlbCode() |
Map<String,Object> |
getViewMap() |
String |
getWestBoundary() |
Map<String,Object> |
getWfPropTaxDetailsMap() |
boolean |
isDigitalSignEnabled() |
String |
newForm()
Method to create new revision petition.
|
void |
prepare() |
String |
printEnodresementNotice() |
String |
printHearingNotice() |
String |
recordHearingDetails() |
String |
recordInspectionDetails() |
String |
recordObjectionOutcome()
Allows the user to record whether the objection is accepted or rejected.
|
String |
rejectInspectionDetails() |
String |
rejectRevisionPetition() |
void |
sendEmailandSms(org.egov.ptis.domain.entity.objection.RevisionPetition objection,
String applicationType) |
void |
setActionType(String actionType) |
void |
setAreaOfPlot(String areaOfPlot) |
void |
setBasicPropertyDAO(org.egov.ptis.domain.dao.property.BasicPropertyDAO basicPropertyDAO) |
void |
setDeviationPercentageMap(Map<String,String> deviationPercentageMap) |
void |
setDigitalSignEnabled(boolean digitalSignEnabled) |
void |
setDocumentTypes(List<org.egov.ptis.domain.entity.property.DocumentType> documentTypes) |
void |
setEastBoundary(String eastBoundary) |
void |
setFileStoreIds(String fileStoreIds) |
void |
setFloorNoMap(TreeMap<Integer,String> floorNoMap) |
void |
setFloorNoStr(String[] floorNoStr) |
void |
setHearingTimingMap(LinkedHashMap<String,String> hearingTimingMap) |
void |
setHistoryMap(List<Hashtable<String,Object>> historyMap) |
void |
setIsShowAckMessage(boolean isShowAckMessage) |
void |
setLoggedUserIsEmployee(Boolean loggedUserIsEmployee) |
void |
setMeesevaApplicationNumber(String meesevaApplicationNumber) |
void |
setNorthBoundary(String northBoundary) |
void |
setObjection(org.egov.ptis.domain.entity.objection.RevisionPetition objection) |
void |
setObjectionWorkflowService(org.egov.infra.workflow.service.WorkflowService<org.egov.ptis.domain.entity.objection.RevisionPetition> objectionWorkflowService) |
void |
setOwnerName(org.egov.ptis.domain.entity.property.Property property) |
void |
setPropertyAddress(org.egov.infra.persistence.entity.Address address) |
void |
setPropertyId(String propertyId) |
void |
setPropertyImplService(org.egov.infstr.services.PersistenceService<org.egov.ptis.domain.entity.property.Property,Long> propertyImplService) |
void |
setPropertyTaxNumberGenerator(org.egov.ptis.client.util.PropertyTaxNumberGenerator propertyTaxNumberGenerator) |
void |
setPropService(org.egov.ptis.domain.service.property.PropertyService propService) |
void |
setPropStatVal(org.egov.ptis.domain.entity.property.PropertyStatusValues propStatVal) |
void |
setPropTypeCategoryMap(Map<String,String> propTypeCategoryMap) |
void |
setPropTypeObjId(String propTypeObjId) |
void |
setReasonForModify(String reasonForModify) |
void |
setRevisionPetitionService(org.egov.ptis.domain.service.revisionPetition.RevisionPetitionService revisionPetitionService) |
void |
setRevisionPetitionWorkFlowService(org.egov.infra.workflow.service.SimpleWorkflowService<org.egov.ptis.domain.entity.objection.RevisionPetition> revisionPetitionWorkFlowService) |
void |
setsMSEmailService(org.egov.ptis.domain.service.property.SMSEmailService sMSEmailService) |
void |
setSouthBoundary(String southBoundary) |
void |
setTaxExemptedReason(Long taxExemptedReason) |
void |
setUlbCode(String ulbCode) |
void |
setUserService(org.egov.infra.admin.master.service.UserService userService) |
void |
setViewPropertyAction(ViewPropertyAction viewPropertyAction) |
void |
setWestBoundary(String westBoundary) |
String |
updateRecordObjection() |
void |
vaidatePropertyDetails() |
String |
validateInspectionDetails() |
String |
view() |
String |
viewObjectionDetails() |
void |
workFlowTransition(org.egov.ptis.domain.entity.objection.RevisionPetition objection,
String workFlowAction,
String comments,
org.egov.infra.workflow.matrix.entity.WorkFlowMatrix wfmatrix,
org.egov.pims.commons.Position position,
org.egov.infra.admin.master.entity.User loggedInUser) |
buildEmailandSms, getApplicationType, getApproverName, getAssignmentService, getIndexNumber, getIsApprPageReq, getModelId, getProperty, getPropertyByEmployee, getPropertyWorkflowService, getUpload, getUploadContentType, getUploadFileName, getUserDesgn, getUserDesignationList, getUserRole, getWfErrorMsg, getWorkflowBean, preparePropertyTaxDetails, processAndStoreDocumentsWithReason, setApplicationType, setApproverName, setAssignmentService, setIndexNumber, setIsApprPageReq, setModelId, setProperty, setPropertyByEmployee, setPropertyTaxUtil, setPropertyWorkflowService, setUpload, setUploadContentType, setUploadFileName, setupWorkflowDetails, setUpWorkFlowHistory, setUserDesgn, setUserDesignationList, setUserDesignations, setUserInfo, setUserRole, setWfErrorMsg, setWorkflowBean, transitionWorkFlow, validate, validateApproverDetails, validateHouseNumber, validatePropertygetAdditionalRule, getAmountRule, getApproverComments, getApproverDepartment, getApproverDesignation, getApproverPositionId, getCurrentDesignation, getCurrentState, getNextAction, getPendingActions, getValidActions, getWorkFlowAction, getWorkFlowDepartment, setAdditionalRule, setAmountRule, setApproverComments, setApproverDepartment, setApproverDesignation, 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, 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 DIGITAL_SIGNATURE_REDIRECTION
protected static final String COMMON_FORM
public static final String STRUTS_RESULT_MESSAGE
public static final String NOTICE
public static final String MEESEVA_ERROR
public static final String MEESEVA_RESULT_ACK
protected org.egov.infra.workflow.service.WorkflowService<org.egov.ptis.domain.entity.objection.RevisionPetition> objectionWorkflowService
@Autowired @Qualifier(value="workflowService") protected org.egov.infra.workflow.service.SimpleWorkflowService<org.egov.ptis.domain.entity.objection.RevisionPetition> revisionPetitionWorkFlowService
public org.egov.ptis.domain.entity.objection.RevisionPetition getModel()
getModel in interface com.opensymphony.xwork2.ModelDriven<Object>getModel in class org.egov.eis.web.actions.workflow.GenericWorkFlowActionpublic void prepare()
prepare in interface com.opensymphony.xwork2.Preparableprepare in class org.egov.eis.web.actions.workflow.GenericWorkFlowActionpublic String newForm()
public String create()
public String addHearingDate()
public String generateHearingNotice()
public String printHearingNotice()
public String recordHearingDetails() throws org.egov.ptis.exceptions.TaxCalculatorExeption
org.egov.ptis.exceptions.TaxCalculatorExeptionpublic String recordInspectionDetails() throws org.egov.ptis.exceptions.TaxCalculatorExeption
org.egov.ptis.exceptions.TaxCalculatorExeptionpublic String validateInspectionDetails()
public String rejectInspectionDetails()
public String recordObjectionOutcome()
public void generateSpecialNotice(org.egov.ptis.domain.entity.property.PropertyImpl property,
org.egov.ptis.domain.entity.property.BasicPropertyImpl basicProperty)
property - basicProperty - public String printEnodresementNotice()
public String generateEnodresementNotice()
public String generateSpecialNotice()
public void sendEmailandSms(org.egov.ptis.domain.entity.objection.RevisionPetition objection,
String applicationType)
objection - applicationType - public String view()
public String viewObjectionDetails()
public String rejectRevisionPetition()
public String updateRecordObjection()
public void workFlowTransition(org.egov.ptis.domain.entity.objection.RevisionPetition objection,
String workFlowAction,
String comments,
org.egov.infra.workflow.matrix.entity.WorkFlowMatrix wfmatrix,
org.egov.pims.commons.Position position,
org.egov.infra.admin.master.entity.User loggedInUser)
objection - workFlowAction - comments - wfmatrix - position - loggedInUser - public void vaidatePropertyDetails()
public List<org.egov.ptis.domain.entity.property.Floor> getFloorDetails()
public org.egov.ptis.domain.entity.objection.RevisionPetition getObjection()
public void setObjection(org.egov.ptis.domain.entity.objection.RevisionPetition objection)
public String getPropertyId()
public void setPropertyId(String propertyId)
public org.egov.ptis.domain.service.revisionPetition.RevisionPetitionService getRevisionPetitionService()
public void setRevisionPetitionService(org.egov.ptis.domain.service.revisionPetition.RevisionPetitionService revisionPetitionService)
public org.egov.infstr.services.PersistenceService<org.egov.ptis.domain.entity.property.Property,Long> getPropertyImplService()
public void setPropertyImplService(org.egov.infstr.services.PersistenceService<org.egov.ptis.domain.entity.property.Property,Long> propertyImplService)
public void setViewPropertyAction(ViewPropertyAction viewPropertyAction)
public void setObjectionWorkflowService(org.egov.infra.workflow.service.WorkflowService<org.egov.ptis.domain.entity.objection.RevisionPetition> objectionWorkflowService)
public String getOwnerName()
public void setOwnerName(org.egov.ptis.domain.entity.property.Property property)
public String getPropertyAddress()
public void setPropertyAddress(org.egov.infra.persistence.entity.Address address)
public void setPropService(org.egov.ptis.domain.service.property.PropertyService propService)
public boolean getIsShowAckMessage()
public void setIsShowAckMessage(boolean isShowAckMessage)
public void setBasicPropertyDAO(org.egov.ptis.domain.dao.property.BasicPropertyDAO basicPropertyDAO)
public void setUserService(org.egov.infra.admin.master.service.UserService userService)
public org.egov.ptis.domain.entity.property.PropertyStatusValues getPropStatVal()
public void setPropStatVal(org.egov.ptis.domain.entity.property.PropertyStatusValues propStatVal)
public String getReasonForModify()
public void setReasonForModify(String reasonForModify)
public String getPropTypeObjId()
public void setPropTypeObjId(String propTypeObjId)
public String getReportId()
public void setDeviationPercentageMap(Map<String,String> deviationPercentageMap)
public String[] getFloorNoStr()
public void setFloorNoStr(String[] floorNoStr)
public List<org.egov.ptis.domain.entity.property.DocumentType> getDocumentTypes()
public void setDocumentTypes(List<org.egov.ptis.domain.entity.property.DocumentType> documentTypes)
public LinkedHashMap<String,String> getHearingTimingMap()
public void setHearingTimingMap(LinkedHashMap<String,String> hearingTimingMap)
public String getNorthBoundary()
public void setNorthBoundary(String northBoundary)
public String getSouthBoundary()
public void setSouthBoundary(String southBoundary)
public String getEastBoundary()
public void setEastBoundary(String eastBoundary)
public String getWestBoundary()
public void setWestBoundary(String westBoundary)
public org.egov.infra.workflow.service.SimpleWorkflowService<org.egov.ptis.domain.entity.objection.RevisionPetition> getRevisionPetitionWorkFlowService()
public void setRevisionPetitionWorkFlowService(org.egov.infra.workflow.service.SimpleWorkflowService<org.egov.ptis.domain.entity.objection.RevisionPetition> revisionPetitionWorkFlowService)
public org.egov.ptis.client.util.PropertyTaxNumberGenerator getPropertyTaxNumberGenerator()
public void setPropertyTaxNumberGenerator(org.egov.ptis.client.util.PropertyTaxNumberGenerator propertyTaxNumberGenerator)
public org.egov.ptis.domain.service.property.SMSEmailService getsMSEmailService()
getsMSEmailService in class PropertyTaxBaseActionpublic void setsMSEmailService(org.egov.ptis.domain.service.property.SMSEmailService sMSEmailService)
setsMSEmailService in class PropertyTaxBaseActionpublic Long getTaxExemptedReason()
public void setTaxExemptedReason(Long taxExemptedReason)
public Boolean getLoggedUserIsEmployee()
public void setLoggedUserIsEmployee(Boolean loggedUserIsEmployee)
public String getAreaOfPlot()
public void setAreaOfPlot(String areaOfPlot)
public String getActionType()
public void setActionType(String actionType)
public String getFileStoreIds()
public void setFileStoreIds(String fileStoreIds)
public String getUlbCode()
public void setUlbCode(String ulbCode)
public List<Hashtable<String,Object>> getHistoryMap()
getHistoryMap in class PropertyTaxBaseActionpublic void setHistoryMap(List<Hashtable<String,Object>> historyMap)
setHistoryMap in class PropertyTaxBaseActionpublic boolean isDigitalSignEnabled()
public void setDigitalSignEnabled(boolean digitalSignEnabled)
public String getMeesevaApplicationNumber()
public void setMeesevaApplicationNumber(String meesevaApplicationNumber)
Copyright © 2015–2016 eGovernments Foundation. All rights reserved.