|
|
@ -35,13 +35,13 @@ public class PerifericoService { |
|
|
|
return result; |
|
|
|
} |
|
|
|
|
|
|
|
public Collection<Periferico> findByAnyGenre(String... tipo) { |
|
|
|
public Collection<Periferico> findByAnyTipo(String... tipo) { |
|
|
|
|
|
|
|
return queryService.anyTipo(tipo).exec(); |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
public Collection<Periferico> findByAllGenres(String... tipo) { |
|
|
|
public Collection<Periferico> findByAllTipo(String... tipo) { |
|
|
|
return queryService.allTipo(tipo).exec(); |
|
|
|
} |
|
|
|
|
|
|
|