Changeset 5302 for openmrs-modules/addresshierarchy/src/org/openmrs/module/addresshierarchy/impl/AddressHierarchyServiceImpl.java
- Timestamp:
- 08/18/08 12:05:28 (5 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
openmrs-modules/addresshierarchy/src/org/openmrs/module/addresshierarchy/impl/AddressHierarchyServiceImpl.java
r5238 r5302 72 72 return dao.getAddressHierarchyTypeList(typeid); 73 73 } 74 74 public Integer getSizeOfPersonTable(){ 75 return dao.getSizeOfPersonTable(); 76 } 77 public List getLastRow(){ 78 return dao.getLastRow(); 79 } 80 public String[] getLocation(Integer id){ 81 return dao.getLocation(id); 82 } 75 83 76 84 }