Changeset 1700 for trunk/grails-app
- Timestamp:
- Apr 4, 2011, 3:22:58 PM (10 years ago)
- Location:
- trunk/grails-app
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/controllers/StudyXMLController.groovy
r1698 r1700 16 16 /** This class is for testing and developing the StudyXML service. 17 17 * It should be merged into the service as soon as the service is operating. 18 * Currently, this controller contains the methods required for importing. 18 19 * 19 20 * @author Jahn -
trunk/grails-app/services/dbnp/studyXML/StudyXMLService.groovy
r1698 r1700 102 102 * written out in order to get an XML representation of a Study object. 103 103 * 104 * This is achievedby recursion. The recursion stops at objects whose104 * This is done by recursion. The recursion stops at objects whose 105 105 * class is member of IgnoredClasses or TerminalClasses. 106 106 * … … 172 172 } 173 173 } 174 175 174 } 176 175 return objects.unique()
Note: See TracChangeset
for help on using the changeset viewer.