Downloads Documentation Community Contribute Demo






Show Sidebar
Login | Register
Show
Ignore:
Timestamp:
08/11/08 16:11:10 (5 months ago)
Author:
machosry
Message:

address hierarchy: completed few enhancements suggested in the dev call. still the portlet overriding is not solved yet.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • openmrs-modules/addresshierarchy

    • Property svn:ignore set to
      dist
      build
  • openmrs-modules/addresshierarchy/metadata/config.xml

    r4834 r5238  
    7070                                <include method="deleteLocation" /> 
    7171                                <include method="editLocation" /> 
     72                                <include method="getLocationType" /> 
     73                                <include method="getLocationTypeTable" /> 
     74                                <include method="updateLocationTypeTable" /> 
     75                                <include method="getAddressHierarchyTypeList" /> 
    7276                        </create> 
    7377                </allow> 
     
    8589                        DWRAddressHierarchy.deleteLocation(Integer parentId, String childName); 
    8690                        DWRAddressHierarchy.editLocation(Integer parentLocationId,String oldName,String newName); 
     91                        DWRAddressHierarchy.getLocationType(); 
     92                        DWRAddressHierarchy.getLocationTypeTable(); 
     93                        DWRAddressHierarchy.updateLocationTypeTable(String[] arr); 
     94                        DWRAddressHierarchy.getAddressHierarchyTypeList(Integer typeid); 
    8795                        ]]> 
    8896                </signatures>    
     
    118126        <mappingFiles> 
    119127                AddressHierarchy.hbm.xml 
     128                AddressHierarchyType.hbm.xml 
    120129        </mappingFiles> 
    121130