|
@ -8,7 +8,7 @@ public interface LolQueryService { |
|
|
public Collection<Lol> exec(); |
|
|
public Collection<Lol> exec(); |
|
|
public LolQueryService anyGenre(String... genres); |
|
|
public LolQueryService anyGenre(String... genres); |
|
|
public LolQueryService allGenres(String... genres); |
|
|
public LolQueryService allGenres(String... genres); |
|
|
public LolQueryService year(String year); |
|
|
|
|
|
|
|
|
public LolQueryService year(String name); |
|
|
public LolQueryService betweenYears(String from, String to); |
|
|
public LolQueryService betweenYears(String from, String to); |
|
|
public LolQueryService titleContains(String title); |
|
|
public LolQueryService titleContains(String title); |
|
|
} |
|
|
} |