|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcomum.database.Dao
ecar.dao.UfDao
public class UfDao
| Field Summary |
|---|
| Fields inherited from class comum.database.Dao |
|---|
logBean, logger, loggerAuditoria, ORDEM_ASC, ORDEM_DESC, request, session |
| Constructor Summary | |
|---|---|
UfDao(javax.servlet.http.HttpServletRequest request)
Construtor. |
|
| Method Summary | |
|---|---|
void |
alterar(Uf uf)
Verifica duplica��o depois altera |
void |
excluir(Uf uf)
Verifica as regras de negocio de UF antes de excluir |
java.lang.String |
getUfJS()
|
void |
salvar(Uf uf)
Salvar sobrescrito. |
| Methods inherited from class comum.database.Dao |
|---|
alterar, alterar, alterar, buscar, contar, contarLong, excluir, excluir, getSession, inicializarLogBean, listar, ordenaSet, pesquisar, pesquisarDuplos, salvar, salvar, salvarOuAlterar, salvarOuAlterar, setSession |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public UfDao(javax.servlet.http.HttpServletRequest request)
| Method Detail |
|---|
public void salvar(Uf uf)
throws ECARException
uf -
ECARException
public void excluir(Uf uf)
throws ECARException
uf -
ECARException
public void alterar(Uf uf)
throws ECARException
uf -
ECARException
public java.lang.String getUfJS()
throws ECARException
ECARException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||