Changeset 5238 for openmrs-modules/addresshierarchy/src/org/openmrs/module/addresshierarchy/AddressHierarchyService.java
- Timestamp:
- 08/11/08 16:11:10 (5 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
openmrs-modules/addresshierarchy
- Property svn:ignore set to
dist
build
- Property svn:ignore set to
openmrs-modules/addresshierarchy/src/org/openmrs/module/addresshierarchy/AddressHierarchyService.java
r4787 r5238 20 20 public List locationsLoader(Integer id,String str); 21 21 public String getCompleteLocations(); 22 22 public String[] getLocationType(); 23 public String[] getLocationTypeTable(); 24 public void updateLocationTypeTable(AddressHierarchyType aht); 25 public void loadTable(); 26 public void unloadTable(); 27 public String[] getAddressHierarchyTypeList(Integer typeid); 23 28 }