Changeset 5302 for openmrs-modules/addresshierarchy/web/src/org/openmrs/module/addresshierarchy/web/dwr/DWRAddressHierarchyService.java
- Timestamp:
- 08/18/08 12:05:28 (5 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
openmrs-modules/addresshierarchy/web/src/org/openmrs/module/addresshierarchy/web/dwr/DWRAddressHierarchyService.java
r5238 r5302 136 136 return arr; 137 137 } 138 139 public Integer getSizeOfPersonTable(){ 140 return getService().getSizeOfPersonTable(); 141 } 142 143 144 public String[] getLocation(Integer id){ 145 return getService().getLocation(id); 146 } 147 148 138 149 139 150 }