@Repository public class AtendimentoMateriaisDao extends br.inf.thema.erp.infra.dao.impl.ManutencaoFiltroDaoImpl<AtendimentoVo>
Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID |
Constructor and Description |
---|
AtendimentoMateriaisDao(com.ibatis.sqlmap.client.SqlMapClient sqlMapClient) |
Modifier and Type | Method and Description |
---|---|
void |
atualizarGuiaImpressa(AtendimentoVo atendimento) |
java.util.Map<java.lang.String,java.lang.Object> |
gerarTot(java.util.List<AtendimentoVo> entidades,
java.lang.String tipoEntrega) |
java.lang.String |
incluirFaixaTombo(java.lang.String tomboInicial,
java.lang.String tomboFinal,
java.lang.Long sequenciaItem) |
void |
insereAtdEmAtd(java.lang.Long atendimento,
java.lang.Long sequencia) |
java.util.List<AtendimentoVo> |
localizar(java.util.Map<java.lang.String,java.lang.Object> where) |
java.util.List<AtendimentoVo> |
recuperar(java.util.Map<java.lang.String,java.lang.Object> parametros) |
java.util.List<AtendimentoVo> |
retornarAtendimento(java.lang.Long atendimento) |
java.util.Map<java.lang.String,java.lang.Object> |
verificarBem(java.lang.String codigoBem,
java.lang.String tipoBem) |
void |
verificarItemAtendimento(java.lang.Long sequencia,
java.lang.String codigoBem) |
filtrar, filtrar
apagar, ativarControleRegistro, desativarControleRegistro, inserir, localizar, 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 AtendimentoMateriaisDao(@Qualifier(value="materiaisSqlMapClient") com.ibatis.sqlmap.client.SqlMapClient sqlMapClient)
public java.util.List<AtendimentoVo> localizar(java.util.Map<java.lang.String,java.lang.Object> where) throws br.inf.thema.erp.infra.dao.exception.ErpDaoException
localizar
in interface br.inf.thema.erp.infra.Manutencao<AtendimentoVo>
localizar
in class br.inf.thema.erp.infra.dao.impl.ManutencaoDaoImpl<AtendimentoVo>
br.inf.thema.erp.infra.dao.exception.ErpDaoException
public java.util.List<AtendimentoVo> recuperar(java.util.Map<java.lang.String,java.lang.Object> parametros) throws br.inf.thema.erp.infra.dao.exception.ErpDaoException
recuperar
in interface br.inf.thema.erp.infra.Manutencao<AtendimentoVo>
recuperar
in class br.inf.thema.erp.infra.dao.impl.ManutencaoDaoImpl<AtendimentoVo>
br.inf.thema.erp.infra.dao.exception.ErpDaoException
public java.util.List<AtendimentoVo> retornarAtendimento(java.lang.Long atendimento) throws br.inf.thema.erp.infra.dao.exception.ErpDaoException
br.inf.thema.erp.infra.dao.exception.ErpDaoException
public void insereAtdEmAtd(java.lang.Long atendimento, java.lang.Long sequencia) throws br.inf.thema.erp.infra.dao.exception.ErpDaoException
br.inf.thema.erp.infra.dao.exception.ErpDaoException
public java.lang.String incluirFaixaTombo(java.lang.String tomboInicial, java.lang.String tomboFinal, java.lang.Long sequenciaItem) throws br.inf.thema.erp.infra.dao.exception.ErpDaoException
br.inf.thema.erp.infra.dao.exception.ErpDaoException
public void verificarItemAtendimento(java.lang.Long sequencia, java.lang.String codigoBem) 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> verificarBem(java.lang.String codigoBem, java.lang.String tipoBem) 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> gerarTot(java.util.List<AtendimentoVo> entidades, java.lang.String tipoEntrega) throws br.inf.thema.erp.infra.dao.exception.ErpDaoException
br.inf.thema.erp.infra.dao.exception.ErpDaoException
public void atualizarGuiaImpressa(AtendimentoVo atendimento) throws br.inf.thema.erp.infra.dao.exception.ErpDaoException
br.inf.thema.erp.infra.dao.exception.ErpDaoException