@Repository(value="searchPropertyDAO") @Transactional(readOnly=true) public class SearchPropertyHibernateDAO extends Object implements SearchPropertyDAO
| Constructor and Description |
|---|
SearchPropertyHibernateDAO() |
| Modifier and Type | Method and Description |
|---|---|
SearchResult |
getBasicPropertyByRegNum(String regNum) |
List |
getInActivePropertyByBoundary(List lstboundaries)
This API is used to get List of InActive Properties from
EGPT_BASIC_PROPERTY table and set it to SearchResult obj and return it
|
List |
getPropertiesById(List lstboundaries,
String OwnerName,
String phoneNumber) |
List |
getPropertyByBillNumber(String billNumber)
This method called getPropertyByBillNumber gets List of Property Objects
|
List |
getPropertyByBoundry(Integer zoneID,
Integer wardID,
Integer colonyID) |
SearchResult |
getPropertyByBoundryAndMunNo(Integer zoneID,
Integer wardID,
Integer colonyID,
Integer munNo) |
List |
getPropertyByBoundryAndOwnerName(Integer boundryID,
String ownerName,
String phNumber) |
List |
getPropertyByBoundryAndOwnerNameAndHouseNo(Integer boundryID,
String ownerName,
String newHouseNo,
String oldHouseNo)
This method called getPropertyByBoundryAndOwnerNameAndHouseNo gets List
of Property Objects
|
List |
getPropertyByBoundryAndQueryParamMap(Map<String,Object> queryParamMap) |
List |
getPropertyByDmdAmout(Integer boundaryID,
Character DmdSel,
Character DmdChoice,
String lowVal,
String HighVal) |
SearchResult |
getPropertyByKhataNumber(String khataNumber) |
List |
getPropertyByMobileNumber(String mobileNum)
This method called getPropertyByMobileNumber gets List of Property
Objects
|
List<Property> |
getPropertyByObjectionDetails(Long propertyTypeMasterId,
String objectionNumber,
Date fromObjection,
Date toObjection)
either objectionNumber or any of the date fields are mandatory
|
List |
getPropertyByOldMuncipalNo(String oldMuncipalNo) |
SearchResult |
getPropertyByPropertyId(String propertyId) |
List |
getPropertyByRvAmout(Integer boundaryID,
Character RvSel,
String lowVal,
String HighVal) |
List |
getPropertyIDByBoundryForWardBlockStreet(Integer wardID,
Integer blockID,
Integer streetID) |
List |
getSearchResultList(List propertyList) |
public SearchResult getBasicPropertyByRegNum(String regNum) throws PropertyNotFoundException
getBasicPropertyByRegNum in interface SearchPropertyDAOPropertyNotFoundExceptionpublic SearchResult getPropertyByPropertyId(String propertyId) throws PropertyNotFoundException
getPropertyByPropertyId in interface SearchPropertyDAOPropertyNotFoundExceptionpublic List getPropertyByBoundry(Integer zoneID, Integer wardID, Integer colonyID) throws PropertyNotFoundException
getPropertyByBoundry in interface SearchPropertyDAOPropertyNotFoundExceptionpublic List getPropertyIDByBoundryForWardBlockStreet(Integer wardID, Integer blockID, Integer streetID) throws PropertyNotFoundException
getPropertyIDByBoundryForWardBlockStreet in interface SearchPropertyDAOPropertyNotFoundExceptionpublic SearchResult getPropertyByBoundryAndMunNo(Integer zoneID, Integer wardID, Integer colonyID, Integer munNo) throws PropertyNotFoundException
getPropertyByBoundryAndMunNo in interface SearchPropertyDAOPropertyNotFoundExceptionpublic List getPropertyByBoundryAndOwnerName(Integer boundryID, String ownerName, String phNumber) throws PropertyNotFoundException
getPropertyByBoundryAndOwnerName in interface SearchPropertyDAOPropertyNotFoundExceptionpublic List getPropertyByOldMuncipalNo(String oldMuncipalNo) throws PropertyNotFoundException
getPropertyByOldMuncipalNo in interface SearchPropertyDAOPropertyNotFoundExceptionpublic List getPropertiesById(List lstboundaries, String OwnerName, String phoneNumber) throws PropertyNotFoundException
getPropertiesById in interface SearchPropertyDAOPropertyNotFoundExceptionpublic SearchResult getPropertyByKhataNumber(String khataNumber) throws PropertyNotFoundException
getPropertyByKhataNumber in interface SearchPropertyDAOPropertyNotFoundExceptionpublic List getPropertyByRvAmout(Integer boundaryID, Character RvSel, String lowVal, String HighVal) throws PropertyNotFoundException
getPropertyByRvAmout in interface SearchPropertyDAOPropertyNotFoundExceptionpublic List getPropertyByDmdAmout(Integer boundaryID, Character DmdSel, Character DmdChoice, String lowVal, String HighVal) throws PropertyNotFoundException
getPropertyByDmdAmout in interface SearchPropertyDAOPropertyNotFoundExceptionpublic List getInActivePropertyByBoundary(List lstboundaries) throws PropertyNotFoundException
getInActivePropertyByBoundary in interface SearchPropertyDAOlstBoundaries - List - lstBoundariesPropertyNotFoundExceptionpublic List getPropertyByMobileNumber(String mobileNum) throws PropertyNotFoundException
This method returns List of Property Objects for given mobile Number.
getPropertyByMobileNumber in interface SearchPropertyDAOjava - .lang.String mobileNumorg.egov.ptis.PropertyNotFoundException.PropertyNotFoundExceptionpublic List getPropertyByBillNumber(String billNumber) throws PropertyNotFoundException
This method returns List of Property Objects for given billNumber.
getPropertyByBillNumber in interface SearchPropertyDAOjava - .lang.String billNumberorg.egov.ptis.PropertyNotFoundException.PropertyNotFoundExceptionpublic List getPropertyByBoundryAndOwnerNameAndHouseNo(Integer boundryID, String ownerName, String newHouseNo, String oldHouseNo) throws PropertyNotFoundException
This method returns List of Property Objects for given boundaryId,ownerName,newHouseNo.,oldHouseNo. .
getPropertyByBoundryAndOwnerNameAndHouseNo in interface SearchPropertyDAOjava - .lang.Integer boundryIDjava - .lang.String ownerNamejava - .lang.String houseNojava - .lang.String oldHouseNoorg.egov.ptis.PropertyNotFoundException.PropertyNotFoundExceptionpublic List<Property> getPropertyByObjectionDetails(Long propertyTypeMasterId, String objectionNumber, Date fromObjection, Date toObjection) throws org.egov.infra.validation.exception.ValidationException
getPropertyByObjectionDetails in interface SearchPropertyDAOpropertyTypeMasterId - objectionNumber - fromObjection - toObjection - org.egov.infra.validation.exception.ValidationException - when mandatory fields not passedpublic List getPropertyByBoundryAndQueryParamMap(Map<String,Object> queryParamMap) throws PropertyNotFoundException
PropertyNotFoundExceptionCopyright © 2015–2017 eGovernments Foundation. All rights reserved.