| Package | Description |
|---|---|
| org.egov.ptis.domain.dao.property | |
| org.egov.ptis.domain.entity.property |
| Modifier and Type | Method and Description |
|---|---|
PropertySource |
PropertySourceDAO.create(PropertySource propertySource) |
PropertySource |
PropertySourceHibernateDAO.create(PropertySource propertySource) |
PropertySource |
PropertySourceDAO.findById(Integer id,
boolean lock) |
PropertySource |
PropertySourceHibernateDAO.findById(Integer id,
boolean lock) |
PropertySource |
PropertySourceDAO.getPropertySourceByCode(String propSrcCode) |
PropertySource |
PropertySourceHibernateDAO.getPropertySourceByCode(String propSrcCode) |
PropertySource |
PropertySourceDAO.update(PropertySource propertySource) |
PropertySource |
PropertySourceHibernateDAO.update(PropertySource propertySource) |
| Modifier and Type | Method and Description |
|---|---|
List<PropertySource> |
PropertySourceDAO.findAll() |
List<PropertySource> |
PropertySourceHibernateDAO.findAll() |
| Modifier and Type | Method and Description |
|---|---|
PropertySource |
PropertySourceDAO.create(PropertySource propertySource) |
PropertySource |
PropertySourceHibernateDAO.create(PropertySource propertySource) |
void |
PropertySourceDAO.delete(PropertySource propertySource) |
void |
PropertySourceHibernateDAO.delete(PropertySource propertySource) |
List |
PropertyDAO.getAllHistories(BasicProperty basicProp,
PropertySource src) |
List |
PropertyHibernateDAO.getAllHistories(BasicProperty bp,
PropertySource src) |
List |
PropertyDAO.getAllNonHistoryPropertiesForSrc(BasicProperty basicProperty,
PropertySource src) |
List |
PropertyHibernateDAO.getAllNonHistoryPropertiesForSrc(BasicProperty basicProperty,
PropertySource src) |
Property |
PropertyDAO.getPropertyBySrcAndBp(BasicProperty basicProperty,
PropertySource src) |
Property |
PropertyHibernateDAO.getPropertyBySrcAndBp(BasicProperty basicProperty,
PropertySource src) |
Property |
PropertyDAO.getPropertyForInstallment(BasicProperty basicProp,
org.egov.commons.Installment insatllment,
PropertySource src) |
Property |
PropertyHibernateDAO.getPropertyForInstallment(BasicProperty basicProperty,
org.egov.commons.Installment insatllment,
PropertySource src)
This is used to get a unique property based on 3 parameters
BasicProperty,assessmentYearand ProeprtySource, may throw exception in
case of multiple resultset.
|
PropertySource |
PropertySourceDAO.update(PropertySource propertySource) |
PropertySource |
PropertySourceHibernateDAO.update(PropertySource propertySource) |
| Modifier and Type | Method and Description |
|---|---|
PropertySource |
PropertyImpl.getPropertySource() |
PropertySource |
Property.getPropertySource() |
PropertySource |
PropertyOwnerInfo.getSource() |
| Modifier and Type | Method and Description |
|---|---|
void |
PropertyImpl.setPropertySource(PropertySource propertySource) |
void |
Property.setPropertySource(PropertySource propertySource) |
void |
PropertyOwnerInfo.setSource(PropertySource source) |
| Constructor and Description |
|---|
PropertyOwnerInfo(BasicProperty basicProperty,
PropertySource propSource,
org.egov.infra.admin.master.entity.User owner,
Integer orderNo) |
Copyright © 2015–2017 eGovernments Foundation. All rights reserved.