Added QueryService to extends clause.

This commit is contained in:
Niklas Herder 2012-03-29 09:42:13 +02:00
parent 1ccfb582b8
commit 8092ae8f1a

@ -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);