@Repository public class PostoFuncionarioDao extends br.inf.thema.erp.infra.dao.impl.ManutencaoDaoImpl<PostoFuncionarioVo>
Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID |
Constructor and Description |
---|
PostoFuncionarioDao(com.ibatis.sqlmap.client.SqlMapClient sqlMapClient) |
Modifier and Type | Method and Description |
---|---|
java.util.List<PostoFuncionarioVo> |
autocomplete(java.lang.String nomeFuncionario,
java.lang.Long posto) |
java.util.List<PostoFuncionarioVo> |
recuperarFuncionariosPorPosto(java.lang.Long posto,
java.lang.Long jornada) |
java.util.List<PostoFuncionarioVo> |
recuperarFuncionariosPorPostoJornada(java.lang.Long posto) |
java.util.List<PostoFuncionarioVo> |
recuperarPostoPorCompetenciaContrato(java.lang.Long contrato,
java.lang.Long local,
java.lang.String competencia) |
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 PostoFuncionarioDao(@Qualifier(value="materiaisSqlMapClient") com.ibatis.sqlmap.client.SqlMapClient sqlMapClient)
public java.util.List<PostoFuncionarioVo> recuperarPostoPorCompetenciaContrato(java.lang.Long contrato, java.lang.Long local, java.lang.String competencia) throws br.inf.thema.erp.infra.dao.exception.ErpDaoException
br.inf.thema.erp.infra.dao.exception.ErpDaoException
public java.util.List<PostoFuncionarioVo> recuperarFuncionariosPorPosto(java.lang.Long posto, java.lang.Long jornada) throws br.inf.thema.erp.infra.dao.exception.ErpDaoException
br.inf.thema.erp.infra.dao.exception.ErpDaoException
public java.util.List<PostoFuncionarioVo> autocomplete(java.lang.String nomeFuncionario, java.lang.Long posto) throws br.inf.thema.erp.infra.dao.exception.ErpDaoException
br.inf.thema.erp.infra.dao.exception.ErpDaoException
public java.util.List<PostoFuncionarioVo> recuperarFuncionariosPorPostoJornada(java.lang.Long posto) throws br.inf.thema.erp.infra.dao.exception.ErpDaoException
br.inf.thema.erp.infra.dao.exception.ErpDaoException