Changeset 1561 for trunk/grails-app/services/dbnp
- Timestamp:
- Feb 25, 2011, 10:33:49 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/services/dbnp/studyexport/ExportService.groovy
r1560 r1561 14 14 import dbnp.studycapturing.* 15 15 import grails.converters.XML 16 import groovy.util.*17 16 import groovy.util.slurpersupport.* 18 import groovy.util.slurpersupport.Node as Node19 import java.util.ArrayList20 import org.codehaus.groovy.grails.web.converters.configuration.ConvertersConfigurationHolder21 import org.dbnp.bgdt.*22 17 import org.dbnp.gdt.* 23 import org.exolab.castor.xml.Unmarshaller24 25 18 26 19 class ExportService … … 62 55 'SessionAuthenticatedUser':dbnp.authentication.SessionAuthenticatedUser, 63 56 'Assay':dbnp.studycapturing.Assay, 64 'Book':dbnp.studycapturing.Book,65 57 'Event':dbnp.studycapturing.Event, 'EventGroup':dbnp.studycapturing.EventGroup, 66 58 'PersonAffiliation':dbnp.studycapturing.PersonAffiliation,
Note: See TracChangeset
for help on using the changeset viewer.