Project

General

Profile

« Previous | Next » 

Revision 49828

1. Change log4j properties file.
2. Add method to create researcher from bulk import csv
3. Change csv handling on bulk import
4. Modify request unit test.

View differences:

RequestManager.java
113 113

  
114 114
	public List<CommentTemplate> getCommentTemplates(Request.RequestStatus requestStatus);
115 115

  
116
	public void importCSV(String csv) throws PersonManagerException, ManagerException, IOException, ParseException;
116
	public void importCSV(String csv) throws PersonManagerException, ManagerException, IOException, ParseException, OrganizationManagerException;
117 117
}

Also available in: Unified diff