public class PropertyPersistenceService extends org.egov.infstr.services.PersistenceService<BasicProperty,Long>
| Constructor and Description |
|---|
PropertyPersistenceService() |
PropertyPersistenceService(Class<BasicProperty> type) |
| Modifier and Type | Method and Description |
|---|---|
BasicProperty |
createBasicProperty(BasicProperty basicProperty,
HashMap meesevaParams) |
void |
createOwners(Property property,
BasicProperty basicProperty,
org.egov.infra.persistence.entity.Address ownerAddress) |
BasicProperty |
persistUponPaymentResponse(BasicProperty basicProperty) |
org.egov.infra.reporting.engine.ReportOutput |
propertyAcknowledgement(PropertyImpl property,
String cityLogo,
String cityName) |
BasicProperty |
updateBasicProperty(BasicProperty basicProperty,
HashMap<String,String> meesevaParams) |
void |
updateOwners(Property property,
BasicProperty basicProp,
org.egov.infra.persistence.entity.Address ownerAddress)
Update the owners for a property
|
String |
updateOwners(Property property,
BasicProperty basicProperty,
String doorNumber,
org.springframework.validation.BindingResult errors) |
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, validateModelpublic PropertyPersistenceService()
public PropertyPersistenceService(Class<BasicProperty> type)
public void createOwners(Property property, BasicProperty basicProperty, org.egov.infra.persistence.entity.Address ownerAddress)
public BasicProperty persistUponPaymentResponse(BasicProperty basicProperty)
public BasicProperty createBasicProperty(BasicProperty basicProperty, HashMap meesevaParams)
public org.egov.infra.reporting.engine.ReportOutput propertyAcknowledgement(PropertyImpl property, String cityLogo, String cityName)
public String updateOwners(Property property, BasicProperty basicProperty, String doorNumber, org.springframework.validation.BindingResult errors)
public void updateOwners(Property property, BasicProperty basicProp, org.egov.infra.persistence.entity.Address ownerAddress)
property - basicProp - ownerAddress - public BasicProperty updateBasicProperty(BasicProperty basicProperty, HashMap<String,String> meesevaParams)
Copyright © 2015–2017 eGovernments Foundation. All rights reserved.