ecar.portal
Class CapaGlossario

java.lang.Object
  extended by ecar.portal.Portal
      extended by ecar.portal.CapaGlossario

public class CapaGlossario
extends Portal


Field Summary
private  java.util.List listSegmentoCategorias
           
private  SegmentoCategoriaDao segmentoCategoriaDao
           
private  java.lang.String segmentoCategoriaSelecionada
           
 
Fields inherited from class ecar.portal.Portal
portalBean
 
Constructor Summary
CapaGlossario(UsuarioUsu usuario, javax.servlet.http.HttpServletRequest request)
          Construtor.
 
Method Summary
private  void carregarListaSegmentoGlossario(UsuarioUsu usuario)
          M�todo para selecionar categorias de gloss�rio.
 java.util.List getListSegmentoCategorias()
          Retorna List listSegmentoCategorias.
private  SegmentoCategoriaDao getSegmentoCategoriaDao()
          M�todo para retornar o DAO da tabela SegmentoCategoriaDao.
 java.lang.String getSegmentoCategoriaSelecionada()
          Retorna String segmentoCategoriaSelecionada.
private  void setListSegmentoCategorias(java.util.List listSegmentoCategorias)
          Atribui valor especificado para List listSegmentoCategorias.
 void setSegmentoCategoriaSelecionada(java.lang.String segmentoCategoriaSelecionada)
          Atribui valor especificado para String segmentoCategoriaSelecionada.
 
Methods inherited from class ecar.portal.Portal
getMensagem, getPaginaAreaSiteDao, getPortalBean, getRequest
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

segmentoCategoriaDao

private SegmentoCategoriaDao segmentoCategoriaDao

listSegmentoCategorias

private java.util.List listSegmentoCategorias

segmentoCategoriaSelecionada

private java.lang.String segmentoCategoriaSelecionada
Constructor Detail

CapaGlossario

public CapaGlossario(UsuarioUsu usuario,
                     javax.servlet.http.HttpServletRequest request)
              throws ECARException
Construtor.

Parameters:
UsuarioUsu - usuario
HttpServletRequest - request
Throws:
ECARException
Since:
N/C
Method Detail

getSegmentoCategoriaDao

private SegmentoCategoriaDao getSegmentoCategoriaDao()
M�todo para retornar o DAO da tabela SegmentoCategoriaDao.

Returns:
SegmentoCategoriaDao
Since:
N/C

carregarListaSegmentoGlossario

private void carregarListaSegmentoGlossario(UsuarioUsu usuario)
                                     throws ECARException
M�todo para selecionar categorias de gloss�rio.

Parameters:
UsuarioUsu - usuario
Throws:
ECARException
Since:
N/C

getListSegmentoCategorias

public java.util.List getListSegmentoCategorias()
Retorna List listSegmentoCategorias.

Returns:
List
Since:
N/C

setListSegmentoCategorias

private void setListSegmentoCategorias(java.util.List listSegmentoCategorias)
Atribui valor especificado para List listSegmentoCategorias.

Parameters:
List - listSegmentoCategorias
Since:
N/C

getSegmentoCategoriaSelecionada

public java.lang.String getSegmentoCategoriaSelecionada()
Retorna String segmentoCategoriaSelecionada.

Returns:
String
Since:
N/C

setSegmentoCategoriaSelecionada

public void setSegmentoCategoriaSelecionada(java.lang.String segmentoCategoriaSelecionada)
Atribui valor especificado para String segmentoCategoriaSelecionada.

Parameters:
String - segmentoCategoriaSelecionada
Since:
N/C


Copyright © 2007, PRODEPA - Processamento de Dados do Pará