public class RevisionPetitionService extends org.egov.infstr.services.PersistenceService<RevisionPetition,Long>
| Modifier and Type | Field and Description |
|---|---|
protected org.egov.eis.service.AssignmentService |
assignmentService |
protected org.egov.infra.workflow.service.SimpleWorkflowService<RevisionPetition> |
revisionPetitionWorkFlowService |
| Constructor and Description |
|---|
RevisionPetitionService() |
RevisionPetitionService(Class<RevisionPetition> type) |
| Modifier and Type | Method and Description |
|---|---|
org.egov.infra.reporting.engine.ReportOutput |
createEndoresement(org.egov.infra.reporting.engine.ReportOutput reportOutput,
RevisionPetition objection) |
org.egov.infra.reporting.engine.ReportOutput |
createHearingNoticeReport(org.egov.infra.reporting.engine.ReportOutput reportOutput,
RevisionPetition objection,
String noticeNo) |
RevisionPetition |
createRevisionPetition(RevisionPetition objection)
Create revision petition
|
RevisionPetition |
createRevisionPetition(RevisionPetition objection,
HashMap<String,String> meesevaParams) |
RevisionPetition |
createRevisionPetitionForRest(RevisionPetition objection)
Api to save revision petition using rest api's.
|
RevisionPetition |
getExistingObjections(BasicProperty basicProperty) |
RevisionPetition |
getRevisionPetitionByApplicationNumber(String applicationNumber)
Get revision petition by application number
|
SMSEmailService |
getsMSEmailService() |
org.egov.eis.entity.Assignment |
getWorkflowInitiator(RevisionPetition objection) |
void |
sendEmailandSms(RevisionPetition objection,
String applicationType)
Api to send EMAIL and SMS.
|
void |
setsMSEmailService(SMSEmailService sMSEmailService) |
RevisionPetition |
updateRevisionPetition(RevisionPetition objection)
Api to update revision petition.
|
addFilterCriteriaForObject, addIndexparams, applyAuditing, applyAuditing, create, delete, find, find, findAll, findAll, findAllBy, findAllByNamedQuery, findByExample, findById, findById, findByIdWithJoinFetch, findByNamedQuery, findPageBy, findPageByNamedQuery, getNamedQuery, getSession, getType, load, merge, persist, update, validate, validateModel@Autowired protected org.egov.eis.service.AssignmentService assignmentService
@Autowired @Qualifier(value="workflowService") protected org.egov.infra.workflow.service.SimpleWorkflowService<RevisionPetition> revisionPetitionWorkFlowService
public RevisionPetitionService()
public RevisionPetitionService(Class<RevisionPetition> type)
@Transactional public RevisionPetition createRevisionPetition(RevisionPetition objection)
objection - @Transactional public RevisionPetition createRevisionPetitionForRest(RevisionPetition objection)
objection - @Transactional public RevisionPetition updateRevisionPetition(RevisionPetition objection)
objection - public RevisionPetition getRevisionPetitionByApplicationNumber(String applicationNumber)
applicationNumber - public void sendEmailandSms(RevisionPetition objection, String applicationType)
objection - applicationType - public SMSEmailService getsMSEmailService()
public void setsMSEmailService(SMSEmailService sMSEmailService)
public RevisionPetition createRevisionPetition(RevisionPetition objection, HashMap<String,String> meesevaParams)
public org.egov.eis.entity.Assignment getWorkflowInitiator(RevisionPetition objection)
public RevisionPetition getExistingObjections(BasicProperty basicProperty)
public org.egov.infra.reporting.engine.ReportOutput createHearingNoticeReport(org.egov.infra.reporting.engine.ReportOutput reportOutput,
RevisionPetition objection,
String noticeNo)
reportOutput - objection - public org.egov.infra.reporting.engine.ReportOutput createEndoresement(org.egov.infra.reporting.engine.ReportOutput reportOutput,
RevisionPetition objection)
reportOutput - objection - Copyright © 2015–2017 eGovernments Foundation. All rights reserved.