@Repository public class ConhecimentoDao extends br.inf.thema.erp.infra.dao.impl.ManutencaoFiltroDaoImpl<ConhecimentoVo>
Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID |
Constructor and Description |
---|
ConhecimentoDao(com.ibatis.sqlmap.client.SqlMapClient sqlMapClient) |
Modifier and Type | Method and Description |
---|---|
void |
abreFechaConhecimento(java.lang.Long conhecimento,
java.lang.String situacao) |
void |
alterarDataTransporte(java.lang.Long sequencia,
java.sql.Date dataTransporte) |
void |
alterarSituacao(java.lang.Long sequencia,
java.lang.String situacao) |
java.util.Map<java.lang.String,java.lang.Object> |
definirGrupoConhecimento(java.util.List<ConhecimentoVo> conhecimento,
java.lang.String exercicio,
java.lang.Long numero,
java.lang.String documentoGrupo) |
void |
entregarConhecimento(java.lang.Long conhecimento,
java.sql.Date dataRecebimento,
java.lang.String situacaoRedebimento,
java.lang.String tipoMotivoRedebimento,
java.lang.String observacaoRedebimento) |
java.lang.Long |
recuperaNumeroGrupo(java.lang.String exercicioCorrente) |
filtrar, filtrar
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 ConhecimentoDao(@Qualifier(value="materiaisSqlMapClient") com.ibatis.sqlmap.client.SqlMapClient sqlMapClient)
public void abreFechaConhecimento(java.lang.Long conhecimento, java.lang.String situacao) throws br.inf.thema.erp.infra.dao.exception.ErpDaoException
br.inf.thema.erp.infra.dao.exception.ErpDaoException
public java.util.Map<java.lang.String,java.lang.Object> definirGrupoConhecimento(java.util.List<ConhecimentoVo> conhecimento, java.lang.String exercicio, java.lang.Long numero, java.lang.String documentoGrupo) throws br.inf.thema.erp.infra.dao.exception.ErpDaoException
br.inf.thema.erp.infra.dao.exception.ErpDaoException
public void entregarConhecimento(java.lang.Long conhecimento, java.sql.Date dataRecebimento, java.lang.String situacaoRedebimento, java.lang.String tipoMotivoRedebimento, java.lang.String observacaoRedebimento) throws br.inf.thema.erp.infra.dao.exception.ErpDaoException
br.inf.thema.erp.infra.dao.exception.ErpDaoException
public java.lang.Long recuperaNumeroGrupo(java.lang.String exercicioCorrente) throws br.inf.thema.erp.infra.dao.exception.ErpDaoException
br.inf.thema.erp.infra.dao.exception.ErpDaoException
public void alterarSituacao(java.lang.Long sequencia, java.lang.String situacao) throws br.inf.thema.erp.infra.dao.exception.ErpDaoException
br.inf.thema.erp.infra.dao.exception.ErpDaoException
public void alterarDataTransporte(java.lang.Long sequencia, java.sql.Date dataTransporte) throws br.inf.thema.erp.infra.dao.exception.ErpDaoException
br.inf.thema.erp.infra.dao.exception.ErpDaoException