From 0f3097175b37f184901db1f714e0bb25c2d27b39 Mon Sep 17 00:00:00 2001 From: emerson Date: Wed, 31 Oct 2018 18:48:59 +0000 Subject: [PATCH] fixes bug#0011951 dev: thiago qua: wallysson MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Implementação efetuada conforme evidência. git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Model/trunk/modelWeb@86666 d1611594-4594-4d17-8e1d-87c2c4800839 --- .../rjconsultores/ventaboletos/service/CategoriaService.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/com/rjconsultores/ventaboletos/service/CategoriaService.java b/src/com/rjconsultores/ventaboletos/service/CategoriaService.java index 1a5d28485..53b49ceea 100644 --- a/src/com/rjconsultores/ventaboletos/service/CategoriaService.java +++ b/src/com/rjconsultores/ventaboletos/service/CategoriaService.java @@ -15,6 +15,8 @@ import com.rjconsultores.ventaboletos.entidad.Categoria; public interface CategoriaService extends GenericService { public List buscar(String desccategoria); + + public List buscarCategoriaPesquisada(String desccategoria); /** * Hance una búsqueda de todas las categorias que son visibles al usuario Ejemplo de categorias que no son vis