|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object ecar.popup.PopUpLocalItem
public class PopUpLocalItem
Field Summary | |
---|---|
private java.util.List |
locais
|
private LocalItemLit |
localItem
|
private LocalItemDao |
localItemDao
|
private java.lang.String[] |
pesquisarEm
|
Constructor Summary | |
---|---|
PopUpLocalItem()
|
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 "Localiza��o". |
java.util.List |
pesquisar()
Retorna List com locais do item pesquisado. |
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 java.util.List locais
private LocalItemLit localItem
private LocalItemDao localItemDao
Constructor Detail |
---|
public PopUpLocalItem()
Method Detail |
---|
public Dao getDao()
getDao
in interface PopUpPesquisa
PopUpPesquisa.getDao()
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)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 |