- Timestamp:
- 07/16/08 12:29:31 (6 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
openmrs/branches/1.3.x/src/api/org/openmrs/api/db/PersonDAO.java
r4358 r4947 93 93 94 94 /** 95 * @see org.openmrs.api.PersonService#getAllRelationshipTypes( boolean)95 * @see org.openmrs.api.PersonService#getAllRelationshipTypes() 96 96 */ 97 public List<RelationshipType> getAllRelationshipTypes( boolean includeRetired) throws DAOException;97 public List<RelationshipType> getAllRelationshipTypes() throws DAOException; 98 98 99 99 /**