@Service public class ItensSolicicaoEconomicidadeService extends br.inf.thema.erp.infra.service.ManutencaoService<ItensSolicicaoEconomicidadeVo>
Modifier and Type | Field and Description |
---|---|
private ConsumoMateriaisEconomicidadeDao |
consumoMateriaisEconomicidadeDao |
private ItensSolicicaoEconomicidadeDao |
itensSolicicaoEconomicidadeDao |
private ItensSolicitacaoPrecoDao |
itensSolicitacaoPrecoDao |
private static long |
serialVersionUID |
Constructor and Description |
---|
ItensSolicicaoEconomicidadeService() |
Modifier and Type | Method and Description |
---|---|
void |
buscaProdutoExterno(ItensSolicicaoEconomicidadeVo item) |
void |
excluirTodos(java.lang.Long movimento) |
br.inf.thema.erp.infra.dao.ManutencaoDao<ItensSolicicaoEconomicidadeVo> |
getDao() |
void |
importaItensPlanilha(java.lang.Long movimento,
java.lang.String acao,
java.util.List<ParametrosImportarItensPlanilhaVo> listaItens) |
java.util.List<ItensSolicicaoEconomicidadeVo> |
recuperarAnalisePreco(java.util.Map<java.lang.String,java.lang.Object> parametros) |
void |
reselecionarAnalisePreco(ItensSolicicaoEconomicidadeVo entidade,
java.util.Map<java.lang.String,java.lang.Object> parametros) |
ItensSolicicaoEconomicidadeVo |
retornaSequenciaItemEconomicidadePorNumeroItem(java.lang.Long movimento,
java.lang.Long numeroItem) |
ItensSolicicaoEconomicidadeVo |
retornaSequenciaItemEconomicidadePorProdutoExterno(java.lang.Long movimento,
java.lang.String produtoExterno) |
void |
salvarAnaliseQuantidadeEconomicidade(ItensSolicicaoEconomicidadeVo entidade) |
java.lang.Long |
verificaSeExisteRegistro(java.lang.Long movimento,
java.lang.String produtoExterno) |
java.lang.Long |
verificaSeExisteRegistroByMovimento(java.lang.Long movimento) |
private static final long serialVersionUID
@Autowired private ItensSolicicaoEconomicidadeDao itensSolicicaoEconomicidadeDao
@Autowired private ConsumoMateriaisEconomicidadeDao consumoMateriaisEconomicidadeDao
@Autowired private ItensSolicitacaoPrecoDao itensSolicitacaoPrecoDao
public br.inf.thema.erp.infra.dao.ManutencaoDao<ItensSolicicaoEconomicidadeVo> getDao()
public void buscaProdutoExterno(ItensSolicicaoEconomicidadeVo item) throws br.inf.thema.erp.infra.service.exception.ErpServiceException
br.inf.thema.erp.infra.service.exception.ErpServiceException
public ItensSolicicaoEconomicidadeVo retornaSequenciaItemEconomicidadePorProdutoExterno(java.lang.Long movimento, java.lang.String produtoExterno) throws br.inf.thema.erp.infra.service.exception.ErpServiceException
br.inf.thema.erp.infra.service.exception.ErpServiceException
public ItensSolicicaoEconomicidadeVo retornaSequenciaItemEconomicidadePorNumeroItem(java.lang.Long movimento, java.lang.Long numeroItem) throws br.inf.thema.erp.infra.service.exception.ErpServiceException
br.inf.thema.erp.infra.service.exception.ErpServiceException
public java.lang.Long verificaSeExisteRegistro(java.lang.Long movimento, java.lang.String produtoExterno) throws br.inf.thema.erp.infra.service.exception.ErpServiceException
br.inf.thema.erp.infra.service.exception.ErpServiceException
public java.lang.Long verificaSeExisteRegistroByMovimento(java.lang.Long movimento) throws br.inf.thema.erp.infra.service.exception.ErpServiceException
br.inf.thema.erp.infra.service.exception.ErpServiceException
public java.util.List<ItensSolicicaoEconomicidadeVo> recuperarAnalisePreco(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
@Transactional(rollbackFor={java.lang.Exception.class,java.lang.RuntimeException.class}, readOnly=false, propagation=NESTED) public void salvarAnaliseQuantidadeEconomicidade(ItensSolicicaoEconomicidadeVo entidade) throws br.inf.thema.erp.infra.service.exception.ErpServiceException
br.inf.thema.erp.infra.service.exception.ErpServiceException
public void reselecionarAnalisePreco(ItensSolicicaoEconomicidadeVo entidade, 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
@Transactional(rollbackFor={java.lang.RuntimeException.class,java.lang.Exception.class}) public void importaItensPlanilha(java.lang.Long movimento, java.lang.String acao, java.util.List<ParametrosImportarItensPlanilhaVo> listaItens) 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 excluirTodos(java.lang.Long movimento) throws br.inf.thema.erp.infra.service.exception.ErpServiceException
br.inf.thema.erp.infra.service.exception.ErpServiceException