|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object ecar.popup.PopUpFonteRecurso
public class PopUpFonteRecurso
Field Summary | |
---|---|
private FonteRecursoDao |
dao
|
private java.lang.String[] |
pesquisarEm
|
private FonteRecursoFonr |
pojo
|
Constructor Summary | |
---|---|
PopUpFonteRecurso()
|
Method Summary | |
---|---|
java.lang.String |
getCodigo()
Devolve para o template o codigo do radio button. |
Dao |
getDao()
Devolve para o template jsp o Dao. |
java.lang.String |
getDescricao()
Devolve para o template a descricao. |
java.lang.String[] |
getPesquisarEm()
Retorna para o template um array com os nomes para montar os checkbox. |
java.lang.String |
getTitulo()
Retorna String "Categoria Econ�mica". |
java.lang.String |
getTitulo(javax.servlet.http.HttpServletRequest request)
Retorna String do label de Fonte de Recurso. |
java.util.List |
pesquisar()
Retorna List com os pojos procurados. |
void |
setArgPesquisa(javax.servlet.http.HttpServletRequest request)
Recebe o argumento de pesquisa do template jsp e seta nos respectivos campos. |
private void |
setPesquisarEm(java.lang.String[] pesquisarEm)
Atribui internamente um array com os campos possiveis para a pesquisa. |
void |
setPojo(java.lang.Object o)
Recebe um objeto do template. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private java.lang.String[] pesquisarEm
private FonteRecursoFonr pojo
private FonteRecursoDao dao
Constructor Detail |
---|
public PopUpFonteRecurso()
Method Detail |
---|
public Dao getDao()
getDao
in interface PopUpPesquisa
PopUpPesquisa.getDao()
public java.lang.String getTitulo()
getTitulo
in interface PopUpPesquisa
public java.lang.String getTitulo(javax.servlet.http.HttpServletRequest request) throws ECARException
ECARException
public void setArgPesquisa(javax.servlet.http.HttpServletRequest request) throws ECARException
setArgPesquisa
in interface PopUpPesquisa
HttpServletRequest
- request
ECARException
public java.util.List pesquisar() throws ECARException
pesquisar
in interface PopUpPesquisa
ECARException
public java.lang.String getCodigo()
getCodigo
in interface PopUpPesquisa
public java.lang.String getDescricao()
getDescricao
in interface PopUpPesquisa
public void setPojo(java.lang.Object o)
setPojo
in interface PopUpPesquisa
Object
- opublic java.lang.String[] getPesquisarEm()
getPesquisarEm
in interface PopUpPesquisa
private void setPesquisarEm(java.lang.String[] pesquisarEm)
String[]
- pesquisarEm - (The pesquisarEm to set)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |