|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object ecar.popup.PopUpBeneficiario
public class PopUpBeneficiario
Field Summary | |
---|---|
private BeneficiarioBnf |
bnf
|
private BeneficiarioDao |
bnfDao
|
private java.lang.String[] |
pesquisarEm
|
Constructor Summary | |
---|---|
PopUpBeneficiario()
|
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 Beneficiario. |
java.util.List |
pesquisar()
Retorna List do nome dos beneficiarios pesquisados. |
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 BeneficiarioBnf bnf
private BeneficiarioDao bnfDao
Constructor Detail |
---|
public PopUpBeneficiario()
Method Detail |
---|
public Dao getDao()
getDao
in interface PopUpPesquisa
PopUpPesquisa.getDao()
public void setArgPesquisa(javax.servlet.http.HttpServletRequest request) throws ECARException
String arg - a string do argumento d pesquisa.
String[] pesquisarEm - um array de string com os nomes dos campos que devem ser pesquisados.
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)public java.lang.String getTitulo()
getTitulo
in interface PopUpPesquisa
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |