| Package | Description |
|---|---|
| org.egov.ptis.domain.entity.objection | |
| org.egov.ptis.domain.entity.property | |
| org.egov.ptis.domain.service.revisionPetition |
| Modifier and Type | Field and Description |
|---|---|
protected RevisionPetition |
Hearing.objection |
| Modifier and Type | Method and Description |
|---|---|
RevisionPetition |
Inspection.getObjection() |
RevisionPetition |
Hearing.getObjection() |
| Modifier and Type | Method and Description |
|---|---|
void |
Inspection.setObjection(RevisionPetition objection) |
void |
Hearing.setObjection(RevisionPetition objection) |
| Modifier and Type | Method and Description |
|---|---|
Set<RevisionPetition> |
BasicPropertyImpl.getObjections() |
Set<RevisionPetition> |
BasicProperty.getObjections() |
| Modifier and Type | Method and Description |
|---|---|
void |
BasicPropertyImpl.addObjection(RevisionPetition objection) |
void |
BasicProperty.addObjection(RevisionPetition objection) |
void |
BasicPropertyImpl.removeObjection(RevisionPetition objection) |
void |
BasicProperty.removeObjection(RevisionPetition objection) |
| Modifier and Type | Method and Description |
|---|---|
void |
BasicPropertyImpl.setObjections(Set<RevisionPetition> objections) |
void |
BasicProperty.setObjections(Set<RevisionPetition> objections) |
| Modifier and Type | Field and Description |
|---|---|
protected org.egov.infra.workflow.service.SimpleWorkflowService<RevisionPetition> |
RevisionPetitionService.revisionPetitionWorkFlowService |
| Modifier and Type | Method and Description |
|---|---|
RevisionPetition |
RevisionPetitionService.createRevisionPetition(RevisionPetition objection)
Create revision petition
|
RevisionPetition |
RevisionPetitionService.createRevisionPetition(RevisionPetition objection,
HashMap<String,String> meesevaParams) |
RevisionPetition |
RevisionPetitionService.createRevisionPetitionForRest(RevisionPetition objection)
Api to save revision petition using rest api's.
|
RevisionPetition |
RevisionPetitionService.getExistingObjections(BasicProperty basicProperty) |
RevisionPetition |
RevisionPetitionService.getRevisionPetitionByApplicationNumber(String applicationNumber)
Get revision petition by application number
|
RevisionPetition |
RevisionPetitionService.updateRevisionPetition(RevisionPetition objection)
Api to update revision petition.
|
| Modifier and Type | Method and Description |
|---|---|
org.egov.infra.reporting.engine.ReportOutput |
RevisionPetitionService.createEndoresement(org.egov.infra.reporting.engine.ReportOutput reportOutput,
RevisionPetition objection) |
org.egov.infra.reporting.engine.ReportOutput |
RevisionPetitionService.createHearingNoticeReport(org.egov.infra.reporting.engine.ReportOutput reportOutput,
RevisionPetition objection,
String noticeNo) |
RevisionPetition |
RevisionPetitionService.createRevisionPetition(RevisionPetition objection)
Create revision petition
|
RevisionPetition |
RevisionPetitionService.createRevisionPetition(RevisionPetition objection,
HashMap<String,String> meesevaParams) |
RevisionPetition |
RevisionPetitionService.createRevisionPetitionForRest(RevisionPetition objection)
Api to save revision petition using rest api's.
|
org.egov.eis.entity.Assignment |
RevisionPetitionService.getWorkflowInitiator(RevisionPetition objection) |
void |
RevisionPetitionService.sendEmailandSms(RevisionPetition objection,
String applicationType)
Api to send EMAIL and SMS.
|
RevisionPetition |
RevisionPetitionService.updateRevisionPetition(RevisionPetition objection)
Api to update revision petition.
|
| Constructor and Description |
|---|
RevisionPetitionService(Class<RevisionPetition> type) |
Copyright © 2015–2017 eGovernments Foundation. All rights reserved.