| Modifier and Type | Method and Description |
|---|---|
PropertyMutation |
PropertyMutationDAO.create(PropertyMutation propertyMutation) |
PropertyMutation |
PropertyMutationHibDAO.create(PropertyMutation propertyMutation) |
PropertyMutation |
PropertyMutationDAO.findById(Integer id,
boolean lock) |
PropertyMutation |
PropertyMutationHibDAO.findById(Integer id,
boolean lock) |
PropertyMutation |
PropertyMutationDAO.getPropertyLatestMutationForAssessmentNo(String assessmentNo)
Fetch the PropertyMutation for the given assessmentNo
|
PropertyMutation |
PropertyMutationHibDAO.getPropertyLatestMutationForAssessmentNo(String assessmentNo) |
PropertyMutation |
PropertyMutationDAO.getPropertyMutationForAssessmentNoAndApplicationNumber(String assessmentNo,
String applicationNo)
Fetch the PropertyMutation for the given assessmentNo and applicationNo
|
PropertyMutation |
PropertyMutationHibDAO.getPropertyMutationForAssessmentNoAndApplicationNumber(String assessmentNo,
String applicationNo)
Fetch the PropertyMutation for the given assessmentNo and applicationNo
|
PropertyMutation |
PropertyMutationDAO.update(PropertyMutation propertyMutation) |
PropertyMutation |
PropertyMutationHibDAO.update(PropertyMutation propertyMutation) |
| Modifier and Type | Method and Description |
|---|---|
List<PropertyMutation> |
PropertyMutationDAO.findAll() |
List<PropertyMutation> |
PropertyMutationHibDAO.findAll() |
| Modifier and Type | Method and Description |
|---|---|
PropertyMutation |
PropertyMutationDAO.create(PropertyMutation propertyMutation) |
PropertyMutation |
PropertyMutationHibDAO.create(PropertyMutation propertyMutation) |
void |
PropertyMutationDAO.delete(PropertyMutation propertyMutation) |
void |
PropertyMutationHibDAO.delete(PropertyMutation propertyMutation) |
PropertyMutation |
PropertyMutationDAO.update(PropertyMutation propertyMutation) |
PropertyMutation |
PropertyMutationHibDAO.update(PropertyMutation propertyMutation) |
| Modifier and Type | Method and Description |
|---|---|
PropertyMutation |
PropertyMutationTransferee.getPropertyMutation() |
| Modifier and Type | Method and Description |
|---|---|
Set<PropertyMutation> |
BasicPropertyImpl.getPropertyMutations() |
Set<PropertyMutation> |
BasicProperty.getPropertyMutations() |
| Modifier and Type | Method and Description |
|---|---|
void |
PropertyMutationTransferee.setPropertyMutation(PropertyMutation propertyMutation) |
| Modifier and Type | Method and Description |
|---|---|
void |
BasicPropertyImpl.setPropertyMutations(Set<PropertyMutation> propertyMutations) |
void |
BasicProperty.setPropertyMutations(Set<PropertyMutation> propMutationSet) |
| Constructor and Description |
|---|
PropertyMutationTransferee(PropertyMutation propertyMutation,
org.egov.infra.admin.master.entity.User transferee,
Integer orderNo) |
| Modifier and Type | Method and Description |
|---|---|
List<PropertyMutation> |
NoticeService.getListofMutations(String indexNumber) |
| Modifier and Type | Method and Description |
|---|---|
PropertyMutation |
PropertyExternalService.getLatestPropertyMutationByAssesmentNo(String assessmentNo)
Fetch PropertyMutation for given assessmentNo
|
PropertyMutation |
PropertyExternalService.getPropertyMutationByAssesmentNoAndApplicationNo(String assessmentNo,
String applicationNo)
Fetch PropertyMutation for given assessmentNo and applicationNo
|
| Modifier and Type | Method and Description |
|---|---|
PropertyMutation |
PropertyTransferService.getCurrentPropertyMutationByAssessmentNo(String assessmentNo) |
PropertyMutation |
PropertyTransferService.getPropertyMutationByApplicationNo(String applicationNo) |
PropertyMutation |
PropertyTransferService.initiatePropertyTransfer(BasicProperty basicproperty,
PropertyMutation propertyMutation,
HashMap<String,String> meesevaParams) |
PropertyMutation |
PropertyTransferService.transitionWorkFlow(PropertyMutation propertyMutation)
Used in REST API for initiating property transfer
|
| Modifier and Type | Method and Description |
|---|---|
void |
PropertyTransferService.approvePropertyTransfer(BasicProperty basicProperty,
PropertyMutation propertyMutation) |
double |
PropertyTransferService.calculateMutationFee(double marketValue,
String transferReason,
PropertyMutation propertyMutation) |
void |
PropertyTransferService.defineDocumentValue(PropertyMutation propertyMutation)
API to set Document Value (Market Value)
|
void |
PropertyTransferService.deleteTransferee(PropertyMutation propertyMutation,
Long transfereeId) |
org.egov.infra.reporting.engine.ReportOutput |
PropertyTransferService.generateAcknowledgement(BasicProperty basicProperty,
PropertyMutation propertyMutation,
String cityName,
String cityLogo) |
String |
PropertyTransferService.generateReceipt(PropertyMutation propertyMutation) |
org.egov.infra.reporting.engine.ReportOutput |
PropertyTransferService.generateTransferNotice(BasicProperty basicProperty,
PropertyMutation propertyMutation,
String cityName,
String cityLogo,
String actionType,
boolean isCorporation) |
org.egov.eis.entity.Assignment |
PropertyTransferService.getWorkflowInitiator(PropertyMutation propertyMutation) |
void |
PropertyTransferService.initiatePropertyTransfer(BasicProperty basicProperty,
PropertyMutation propertyMutation) |
PropertyMutation |
PropertyTransferService.initiatePropertyTransfer(BasicProperty basicproperty,
PropertyMutation propertyMutation,
HashMap<String,String> meesevaParams) |
PropertyMutation |
PropertyTransferService.transitionWorkFlow(PropertyMutation propertyMutation)
Used in REST API for initiating property transfer
|
void |
PropertyTransferService.updateMutationCollection(PropertyMutation propertyMutation) |
void |
PropertyTransferService.updateMutationFee(PropertyMutation propertyMutation) |
void |
PropertyTransferService.updatePropertyTransfer(BasicProperty basicProperty,
PropertyMutation propertyMutation) |
void |
PropertyTransferService.viewPropertyTransfer(BasicProperty basicProperty,
PropertyMutation propertyMutation) |
Copyright © 2015–2017 eGovernments Foundation. All rights reserved.