@Repository(value="propertyMutationDAO") @Transactional(readOnly=true) public class PropertyMutationHibDAO extends Object implements PropertyMutationDAO
| Constructor and Description |
|---|
PropertyMutationHibDAO() |
| Modifier and Type | Method and Description |
|---|---|
PropertyMutation |
create(PropertyMutation propertyMutation) |
void |
delete(PropertyMutation propertyMutation) |
List<PropertyMutation> |
findAll() |
PropertyMutation |
findById(Integer id,
boolean lock) |
PropertyMutation |
getPropertyLatestMutationForAssessmentNo(String assessmentNo)
Fetch the PropertyMutation for the given assessmentNo
|
PropertyMutation |
getPropertyMutationForAssessmentNoAndApplicationNumber(String assessmentNo,
String applicationNo)
Fetch the PropertyMutation for the given assessmentNo and applicationNo
|
PropertyMutation |
update(PropertyMutation propertyMutation) |
public PropertyMutation findById(Integer id, boolean lock)
findById in interface PropertyMutationDAOpublic List<PropertyMutation> findAll()
findAll in interface PropertyMutationDAOpublic PropertyMutation create(PropertyMutation propertyMutation)
create in interface PropertyMutationDAOpublic void delete(PropertyMutation propertyMutation)
delete in interface PropertyMutationDAOpublic PropertyMutation update(PropertyMutation propertyMutation)
update in interface PropertyMutationDAOpublic PropertyMutation getPropertyMutationForAssessmentNoAndApplicationNumber(String assessmentNo, String applicationNo)
getPropertyMutationForAssessmentNoAndApplicationNumber in interface PropertyMutationDAOassessmentNo - applicationNo - public PropertyMutation getPropertyLatestMutationForAssessmentNo(String assessmentNo)
PropertyMutationDAOgetPropertyLatestMutationForAssessmentNo in interface PropertyMutationDAOCopyright © 2015–2017 eGovernments Foundation. All rights reserved.