Merge branch 'develop' into springtest
This commit is contained in:
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);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user