29303132333435363738
* @throws ECARException */ public CapaGlossario(UsuarioUsu usuario, HttpServletRequest request) throws ECARException { super(request); this.segmentoCategoriaDao= new SegmentoCategoriaDao(null); this.carregarListaSegmentoGlossario(usuario); }
* @throws ECARException */ public CapaDuvidas(UsuarioUsu usuario, HttpServletRequest request) throws ECARException { super(request); this.segmentoCategoriaDao= new SegmentoCategoriaDao(null); this.carregarComboSegmentoCategoria(usuario); }
47484950515253545556
* @throws ECARException */ public CapaDuvidas(HttpServletRequest request) throws ECARException { super(request); this.segmentoCategoriaDao= new SegmentoCategoriaDao(null); this.carregarComboSegmentoCategoriaAcessoPublico(); }