public interface PropertyMutationDAO
| 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) |
PropertyMutation findById(Integer id, boolean lock)
List<PropertyMutation> findAll()
PropertyMutation create(PropertyMutation propertyMutation)
void delete(PropertyMutation propertyMutation)
PropertyMutation update(PropertyMutation propertyMutation)
PropertyMutation getPropertyMutationForAssessmentNoAndApplicationNumber(String assessmentNo, String applicationNo)
assessmentNo - applicationNo - PropertyMutation getPropertyLatestMutationForAssessmentNo(String assessmentNo)
assessmentNo - Copyright © 2015–2017 eGovernments Foundation. All rights reserved.