@Service public class AtendimentoAlmoxarifadoService extends br.inf.thema.erp.infra.service.ManutencaoService<AtendimentoVo>
Modifier and Type | Field and Description |
---|---|
private AtendimentoAlmoxarifadoDao |
atendimentoAlmoxarifadoDao |
private static long |
serialVersionUID |
Constructor and Description |
---|
AtendimentoAlmoxarifadoService() |
Modifier and Type | Method and Description |
---|---|
java.util.List<AtendimentoVo> |
atendimentoRequisicao(java.util.Map<java.lang.String,java.lang.Object> parametros) |
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) |
br.inf.thema.erp.infra.dao.ManutencaoDao<AtendimentoVo> |
getDao() |
java.util.List<AtendimentoVo> |
recuperarRemessasPendentesEntrega()
Método que recupera os atendimentos remetidos que estão com pendencia de entrega para o usuário
|
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) |
private static final long serialVersionUID
@Autowired private AtendimentoAlmoxarifadoDao atendimentoAlmoxarifadoDao
public br.inf.thema.erp.infra.dao.ManutencaoDao<AtendimentoVo> getDao()
public void classificaAtendimento(ParametrosAtendimento parametrosAtendimento) throws br.inf.thema.erp.infra.service.exception.ErpServiceException
ErpServiceException
ErpDaoException
public void confirmaEntregaAtendimento(ParametrosAtendimento parametrosAtendimento) throws br.inf.thema.erp.infra.service.exception.ErpServiceException
ErpServiceException
public java.util.List<AtendimentoVo> recuperarRemessasPendentesEntrega() throws br.inf.thema.erp.infra.service.exception.ErpServiceException
ErpServiceException
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.service.exception.ErpServiceException
br.inf.thema.erp.infra.service.exception.ErpServiceException
public java.lang.Long retornarTipoProcessoPorAtendimento(java.lang.Long atendimento) throws br.inf.thema.erp.infra.service.exception.ErpServiceException
br.inf.thema.erp.infra.service.exception.ErpServiceException
@Transactional(rollbackFor={java.lang.RuntimeException.class,java.lang.Exception.class}) public java.lang.String confirmaEntregaAtendItem(java.util.List<ItemAtendimentoVo> itens, java.lang.Long atendimento) throws br.inf.thema.erp.infra.service.exception.ErpServiceException
br.inf.thema.erp.infra.service.exception.ErpServiceException
@Transactional(rollbackFor={java.lang.RuntimeException.class,java.lang.Exception.class}) 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.service.exception.ErpServiceException
br.inf.thema.erp.infra.service.exception.ErpServiceException
public java.util.List<AtendimentoVo> atendimentoRequisicao(java.util.Map<java.lang.String,java.lang.Object> parametros) throws br.inf.thema.erp.infra.service.exception.ErpServiceException
br.inf.thema.erp.infra.service.exception.ErpServiceException