@Repository public class AtendimentoAlmoxarifadoDao extends br.inf.thema.erp.infra.dao.impl.ManutencaoDaoImpl<AtendimentoVo>
Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID |
Constructor and Description |
---|
AtendimentoAlmoxarifadoDao(com.ibatis.sqlmap.client.SqlMapClient sqlMapClient) |
Modifier and Type | Method and Description |
---|---|
void |
alterarSituacao(java.lang.Long sequencia,
java.lang.String situacao) |
void |
alterarUrgencia(java.lang.Long sequencia) |
java.util.List<AtendimentoVo> |
atendimentoRequisicao(java.util.Map<java.lang.String,java.lang.Object> parametros) |
void |
cancelaAtendEstoqueExterno(java.lang.Long sequencia) |
void |
classificaAtendimento(ParametrosAtendimento parametrosAtendimento)
Método responsável pela classificação dos atendimentos não entregues
|
void |
confirmaEntregaAtendimento(ParametrosAtendimento parametrosAtendimento)
Método responsável pela confirmação da entrega do material.
|
java.lang.String |
confirmaEntregaAtendItem(java.util.List<ItemAtendimentoVo> itens,
java.lang.Long atendimento) |
void |
confirmarRecebimento(java.lang.Long atendimento,
java.sql.Date dataRecebimento,
java.lang.String situacaoRecebimento,
java.lang.String tipoMotivoRecebimento,
java.lang.String observacaoRecebimento) |
java.util.Map<java.lang.String,java.lang.Object> |
definirInfoTransporteLote(java.util.List<AtendimentoVo> atendimento) |
void |
estornaAtendimento(java.lang.Long sequencia,
java.sql.Date data) |
void |
liberarTots(java.lang.Long sequencia) |
java.util.Map<java.lang.String,java.lang.Object> |
liberarTotsLote(java.util.List<AtendimentoVo> atendimento) |
java.util.List<AtendimentoVo> |
localizarAtendimentoMateriais(java.util.Map<java.lang.String,java.lang.Object> where) |
java.util.List<AtendimentoVo> |
recuperarAtendimentoMateriais(java.util.Map<java.lang.String,java.lang.Object> parametros) |
java.util.List<AtendimentoVo> |
recuperarRemessasPendentesEntrega()
Método que recupera os atendimentos remetidos que estão com pendencia de entrega para o usuário
|
AtendimentoVo |
recuperarSituacaoAtendimento(java.lang.Long sequencia) |
void |
remessaAtendimento(java.lang.Long sequencia,
java.sql.Date data,
java.lang.Long usuario) |
java.lang.Long |
retornarTipoProcessoPorAtendimento(java.lang.Long atendimento) |
void |
verificarLoteServico(java.lang.Long sequencia,
java.lang.Long produto,
java.lang.Long almoxarifado,
java.lang.Long peps) |
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 AtendimentoAlmoxarifadoDao(@Qualifier(value="materiaisSqlMapClient") com.ibatis.sqlmap.client.SqlMapClient sqlMapClient)
public void classificaAtendimento(ParametrosAtendimento parametrosAtendimento) throws br.inf.thema.erp.infra.dao.exception.ErpDaoException
br.inf.thema.erp.infra.dao.exception.ErpDaoException
public void confirmaEntregaAtendimento(ParametrosAtendimento parametrosAtendimento) throws br.inf.thema.erp.infra.dao.exception.ErpDaoException
br.inf.thema.erp.infra.dao.exception.ErpDaoException
public java.util.List<AtendimentoVo> recuperarRemessasPendentesEntrega() throws br.inf.thema.erp.infra.dao.exception.ErpDaoException
br.inf.thema.erp.infra.dao.exception.ErpDaoException
public java.util.List<AtendimentoVo> recuperarAtendimentoMateriais(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<AtendimentoVo> localizarAtendimentoMateriais(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
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 cancelaAtendEstoqueExterno(java.lang.Long sequencia) throws br.inf.thema.erp.infra.dao.exception.ErpDaoException
br.inf.thema.erp.infra.dao.exception.ErpDaoException
public void liberarTots(java.lang.Long sequencia) throws br.inf.thema.erp.infra.dao.exception.ErpDaoException
br.inf.thema.erp.infra.dao.exception.ErpDaoException
public void alterarUrgencia(java.lang.Long sequencia) 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> liberarTotsLote(java.util.List<AtendimentoVo> atendimento) throws br.inf.thema.erp.infra.dao.exception.ErpDaoException
br.inf.thema.erp.infra.dao.exception.ErpDaoException
public void estornaAtendimento(java.lang.Long sequencia, java.sql.Date data) throws br.inf.thema.erp.infra.dao.exception.ErpDaoException
br.inf.thema.erp.infra.dao.exception.ErpDaoException
public void remessaAtendimento(java.lang.Long sequencia, java.sql.Date data, java.lang.Long usuario) 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> definirInfoTransporteLote(java.util.List<AtendimentoVo> atendimento) throws br.inf.thema.erp.infra.dao.exception.ErpDaoException
br.inf.thema.erp.infra.dao.exception.ErpDaoException
public void verificarLoteServico(java.lang.Long sequencia, java.lang.Long produto, java.lang.Long almoxarifado, java.lang.Long peps) throws br.inf.thema.erp.infra.dao.exception.ErpDaoException
br.inf.thema.erp.infra.dao.exception.ErpDaoException
public java.lang.Long retornarTipoProcessoPorAtendimento(java.lang.Long atendimento) throws br.inf.thema.erp.infra.dao.exception.ErpDaoException
br.inf.thema.erp.infra.dao.exception.ErpDaoException
public AtendimentoVo recuperarSituacaoAtendimento(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 confirmaEntregaAtendItem(java.util.List<ItemAtendimentoVo> itens, java.lang.Long atendimento) throws br.inf.thema.erp.infra.dao.exception.ErpDaoException
br.inf.thema.erp.infra.dao.exception.ErpDaoException
public void confirmarRecebimento(java.lang.Long atendimento, java.sql.Date dataRecebimento, java.lang.String situacaoRecebimento, java.lang.String tipoMotivoRecebimento, java.lang.String observacaoRecebimento) throws br.inf.thema.erp.infra.dao.exception.ErpDaoException
br.inf.thema.erp.infra.dao.exception.ErpDaoException
public java.util.List<AtendimentoVo> atendimentoRequisicao(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