Package ecar.dao

Examples of ecar.dao.SegmentoCategoriaDao


     * @throws ECARException
     */
  public CapaGlossario(UsuarioUsu usuario, HttpServletRequest request) throws ECARException {
    super(request);

    this.segmentoCategoriaDao= new SegmentoCategoriaDao(null);
   
    this.carregarListaSegmentoGlossario(usuario);
   
  }   
View Full Code Here


     * @throws ECARException
     */
  public CapaDuvidas(UsuarioUsu usuario, HttpServletRequest request) throws ECARException {
    super(request);

    this.segmentoCategoriaDao= new SegmentoCategoriaDao(null);
   
    this.carregarComboSegmentoCategoria(usuario);
   
  }   
View Full Code Here

     * @throws ECARException
     */
  public CapaDuvidas(HttpServletRequest request) throws ECARException {
    super(request);

    this.segmentoCategoriaDao= new SegmentoCategoriaDao(null);
   
    this.carregarComboSegmentoCategoriaAcessoPublico();
   
  }   
View Full Code Here

TOP

Related Classes of ecar.dao.SegmentoCategoriaDao

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.