Changeset 5238 for openmrs-modules/addresshierarchy/metadata/config.xml
- Timestamp:
- 08/11/08 16:11:10 (5 months ago)
- Files:
-
- openmrs-modules/addresshierarchy (modified) (1 prop)
- openmrs-modules/addresshierarchy/metadata/config.xml (modified) (3 diffs)
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/metadata/config.xml
r4834 r5238 70 70 <include method="deleteLocation" /> 71 71 <include method="editLocation" /> 72 <include method="getLocationType" /> 73 <include method="getLocationTypeTable" /> 74 <include method="updateLocationTypeTable" /> 75 <include method="getAddressHierarchyTypeList" /> 72 76 </create> 73 77 </allow> … … 85 89 DWRAddressHierarchy.deleteLocation(Integer parentId, String childName); 86 90 DWRAddressHierarchy.editLocation(Integer parentLocationId,String oldName,String newName); 91 DWRAddressHierarchy.getLocationType(); 92 DWRAddressHierarchy.getLocationTypeTable(); 93 DWRAddressHierarchy.updateLocationTypeTable(String[] arr); 94 DWRAddressHierarchy.getAddressHierarchyTypeList(Integer typeid); 87 95 ]]> 88 96 </signatures> … … 118 126 <mappingFiles> 119 127 AddressHierarchy.hbm.xml 128 AddressHierarchyType.hbm.xml 120 129 </mappingFiles> 121 130