@Service public class AtendimentoMateriaisService extends br.inf.thema.erp.infra.service.ManutencaoFiltroService<AtendimentoVo>
Modifier and Type | Field and Description |
---|---|
private AtendimentoAlmoxarifadoDao |
atendimentoAlmoxarifadoDao |
private AtendimentoMateriaisDao |
atendimentoMateriaisDao |
protected br.inf.thema.erp.infra.utils.log.Logger |
logger |
private static long |
serialVersionUID |
Constructor and Description |
---|
AtendimentoMateriaisService() |
Modifier and Type | Method and Description |
---|---|
void |
alterarSituacao(java.lang.Long sequencia,
java.lang.String situacao) |
void |
alterarUrgencia(java.lang.Long sequencia) |
void |
atualizarGuiaImpressa(AtendimentoVo atendimento) |
void |
cancelaAtendEstoqueExterno(java.lang.Long sequencia) |
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) |
java.util.Map<java.lang.String,java.lang.Object> |
gerarTot(java.util.List<AtendimentoVo> entidades,
java.lang.String tipoEntrega) |
br.inf.thema.erp.infra.dao.ManutencaoDao<AtendimentoVo> |
getDao() |
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) |
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> |
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) |
AtendimentoVo |
recuperarSituacaoAtendimento(java.lang.Long sequencia) |
void |
remessaAtendimento(java.lang.Long sequencia,
java.sql.Date data,
java.lang.Long usuario) |
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
private static final long serialVersionUID
@Autowired private AtendimentoMateriaisDao atendimentoMateriaisDao
@Autowired private AtendimentoAlmoxarifadoDao atendimentoAlmoxarifadoDao
protected br.inf.thema.erp.infra.utils.log.Logger logger
public br.inf.thema.erp.infra.dao.ManutencaoDao<AtendimentoVo> getDao()
public java.util.List<AtendimentoVo> recuperar(java.util.Map<java.lang.String,java.lang.Object> parametros) throws br.inf.thema.erp.infra.service.exception.ErpServiceException
recuperar
in interface br.inf.thema.erp.infra.Manutencao<AtendimentoVo>
recuperar
in class br.inf.thema.erp.infra.service.ManutencaoService<AtendimentoVo>
br.inf.thema.erp.infra.service.exception.ErpServiceException
public java.util.List<AtendimentoVo> localizar(java.util.Map<java.lang.String,java.lang.Object> where) throws br.inf.thema.erp.infra.service.exception.ErpServiceException
localizar
in interface br.inf.thema.erp.infra.Manutencao<AtendimentoVo>
localizar
in class br.inf.thema.erp.infra.service.ManutencaoService<AtendimentoVo>
br.inf.thema.erp.infra.service.exception.ErpServiceException
@Transactional(rollbackFor={java.lang.RuntimeException.class,java.lang.Exception.class}) public void alterarSituacao(java.lang.Long sequencia, java.lang.String situacao) 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 cancelaAtendEstoqueExterno(java.lang.Long sequencia) 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 liberarTots(java.lang.Long sequencia) 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 alterarUrgencia(java.lang.Long sequencia) 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.util.Map<java.lang.String,java.lang.Object> liberarTotsLote(java.util.List<AtendimentoVo> 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 estornaAtendimento(java.lang.Long sequencia, java.sql.Date data) 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 remessaAtendimento(java.lang.Long sequencia, java.sql.Date data, java.lang.Long usuario) 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.util.Map<java.lang.String,java.lang.Object> definirInfoTransporteLote(java.util.List<AtendimentoVo> atendimento) throws br.inf.thema.erp.infra.service.exception.ErpServiceException
br.inf.thema.erp.infra.service.exception.ErpServiceException
public AtendimentoVo recuperarSituacaoAtendimento(java.lang.Long sequencia) throws br.inf.thema.erp.infra.service.exception.ErpServiceException
br.inf.thema.erp.infra.service.exception.ErpServiceException
public java.util.List<AtendimentoVo> retornarAtendimento(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 insereAtdEmAtd(java.lang.Long atendimento, java.lang.Long sequencia) 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 incluirFaixaTombo(java.lang.String tomboInicial, java.lang.String tomboFinal, java.lang.Long sequenciaItem) throws br.inf.thema.erp.infra.service.exception.ErpServiceException
br.inf.thema.erp.infra.service.exception.ErpServiceException
public void verificarItemAtendimento(java.lang.Long sequencia, java.lang.String codigoBem) throws br.inf.thema.erp.infra.service.exception.ErpServiceException
br.inf.thema.erp.infra.service.exception.ErpServiceException
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.service.exception.ErpServiceException
br.inf.thema.erp.infra.service.exception.ErpServiceException
@Transactional(rollbackFor={java.lang.RuntimeException.class,java.lang.Exception.class}) 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.service.exception.ErpServiceException
br.inf.thema.erp.infra.service.exception.ErpServiceException
@Transactional(rollbackFor={java.lang.RuntimeException.class,java.lang.Exception.class}) public void atualizarGuiaImpressa(AtendimentoVo atendimento) throws br.inf.thema.erp.infra.service.exception.ErpServiceException
br.inf.thema.erp.infra.service.exception.ErpServiceException