return project.getProjectId();
}
public long saveOverview(ProjectOverview overview) throws IOException {
User user = securityManager.getUserByLoginName(SecurityContextHolder.getContext().getAuthentication().getName());
MapSqlParameterSource params = new MapSqlParameterSource();
params.addValue("principalInvestigator", overview.getPrincipalInvestigator())
.addValue("startDate", overview.getStartDate())
.addValue("endDate", overview.getEndDate())