@Repository public class ContratoGestorDao extends br.inf.thema.erp.infra.dao.impl.ManutencaoFiltroDaoImpl<ContratoGestorVo>
Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID |
Constructor and Description |
---|
ContratoGestorDao(com.ibatis.sqlmap.client.SqlMapClient sqlMapClient) |
Modifier and Type | Method and Description |
---|---|
java.util.List<ContratoGestorVo> |
filtrar(java.util.Map<java.lang.String,java.lang.Object> parametros) |
java.util.List<ContratoGestorVo> |
localizarGestoresContrato(java.util.Map<java.lang.String,java.lang.Object> where) |
java.util.List<ContratoGestorVo> |
recuperarGestoresContrato(java.util.Map<java.lang.String,java.lang.Object> parametros) |
void |
validarGestorContrato(ContratoGestorVo entidade) |
apagar, ativarControleRegistro, desativarControleRegistro, inserir, localizar, localizar, recuperar, recuperar, reSeleciona, retornarTodos, salvar, setVariaveisDeSessao
delete, delete, executeProcedure, executeProcedure, getTransactionManager, insert, insert, queryForList, queryForList, queryForList, queryForList, queryForObject, queryForObject, queryForObject, setTransactionManager, update, update
private static final long serialVersionUID
@Autowired public ContratoGestorDao(@Qualifier(value="materiaisSqlMapClient") com.ibatis.sqlmap.client.SqlMapClient sqlMapClient)
public void validarGestorContrato(ContratoGestorVo entidade) throws br.inf.thema.erp.infra.dao.exception.ErpDaoException
br.inf.thema.erp.infra.dao.exception.ErpDaoException
public java.util.List<ContratoGestorVo> filtrar(java.util.Map<java.lang.String,java.lang.Object> parametros) throws br.inf.thema.erp.infra.dao.exception.ErpDaoException
filtrar
in interface br.inf.thema.erp.infra.Filtro<ContratoGestorVo>
filtrar
in class br.inf.thema.erp.infra.dao.impl.ManutencaoFiltroDaoImpl<ContratoGestorVo>
br.inf.thema.erp.infra.dao.exception.ErpDaoException
public java.util.List<ContratoGestorVo> recuperarGestoresContrato(java.util.Map<java.lang.String,java.lang.Object> parametros) throws br.inf.thema.erp.infra.dao.exception.ErpDaoException
br.inf.thema.erp.infra.dao.exception.ErpDaoException
public java.util.List<ContratoGestorVo> localizarGestoresContrato(java.util.Map<java.lang.String,java.lang.Object> where) throws br.inf.thema.erp.infra.dao.exception.ErpDaoException
br.inf.thema.erp.infra.dao.exception.ErpDaoException