Downloads Documentation Community Contribute Demo






Show Sidebar
Login | Register
Show
Ignore:
Timestamp:
08/06/08 17:17:55 (5 months ago)
Author:
mseaton
Message:

synchronization_bidirectional_branch: merge from [4734] to [5181].

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • openmrs/branches/data_synchronization_bidirectional/src/api/org/openmrs/api/db/PersonDAO.java

    r4969 r5183  
    9595         
    9696    /** 
    97      * @see org.openmrs.api.PersonService#getAllRelationshipTypes(boolean
     97     * @see org.openmrs.api.PersonService#getAllRelationshipTypes(
    9898     */ 
    99     public List<RelationshipType> getAllRelationshipTypes(boolean includeRetired) throws DAOException; 
     99    public List<RelationshipType> getAllRelationshipTypes() throws DAOException; 
    100100 
    101101    /**