Merge branch 'develop' into springtest

This commit is contained in:
Fredrik Friis 2012-03-29 17:04:22 +09:00
commit 268519caad

@ -8,7 +8,7 @@ import se.su.dsv.scipro.match.dataobject.ProjectIdea;
* @author: fred-fri
* date: 2012 03 26
*/
public interface ProjectIdeaService extends CrudService<ProjectIdea, Long> {
public interface ProjectIdeaService extends CrudService<ProjectIdea,Long>, QueryService<ProjectIdea, Long> {
public Long countProjectIdeaByMatchStatus(Match.Status status);