@Service public class RegistroPrecoService extends br.inf.thema.erp.infra.service.ManutencaoService<RegistroPrecoVo>
Modifier and Type | Field and Description |
---|---|
private br.inf.thema.erp.padrao.dao.ChavePrimariaDao |
chavePrimariaDao |
private ParticipanteLicitacaoService |
participanteLicitacaoService |
private RegistroPrecoDao |
registroPrecoDao |
private static long |
serialVersionUID |
Constructor and Description |
---|
RegistroPrecoService() |
Modifier and Type | Method and Description |
---|---|
void |
apagarItensLote(RegistroPrecoVo entidade) |
void |
apagarItensParticipante(java.util.Map<java.lang.String,java.lang.Object> parametros) |
java.lang.Boolean |
finalizarCotacaoPrecoWizard(java.lang.Long numeroTotal,
java.lang.Long cadastroGeral,
java.util.List<RegistroPrecoVo> listaRegistroPrecoVo,
ParticipanteLicitacaoVO participanteLicitacaoVo) |
br.inf.thema.erp.infra.dao.ManutencaoDao<RegistroPrecoVo> |
getDao() |
RegistroPrecoVo |
getRegistroPorFornecedorItem(java.lang.Long licitacao,
java.lang.Long cadastroGeral,
java.lang.Long item) |
void |
inserirPropostaParticipantePNCP(RegistroPrecoVo entidade) |
java.util.List<RegistroPrecoVo> |
recuperarNovosVencedores(java.lang.Long numeroTotal,
java.lang.Long numeroItem,
java.lang.Long cadastroGeral)
Recupera novos Vencedores e preço.
|
RegistroPrecoVo |
recuperarPrecoPorLicitacao(java.lang.Long licitacao,
java.lang.Long cadastroGeral) |
java.util.List<RegistroPrecoVo> |
recuperarPropostasLicAudesp(java.lang.Long licitacao,
java.lang.Long itemLicitacao) |
java.lang.Long |
recuperarQuantidadeRegistroPreco(java.lang.Long participante) |
java.lang.Long |
recuperarRegistroPrecoPorNumeroUnico(java.lang.Long licitacao,
java.lang.Long inscricao,
java.lang.Long numeroUnico) |
void |
salvarRegistroPreco(RegistroPrecoVo entidade) |
void |
salvarRegistroPrecoClassificacao(RegistroPrecoVo entidade) |
java.util.List<RegistroPrecoVo> |
selectRegistroPrecoCotacao(java.util.Map<java.lang.String,java.lang.Object> parametros) |
private static final long serialVersionUID
@Autowired private RegistroPrecoDao registroPrecoDao
@Autowired private ParticipanteLicitacaoService participanteLicitacaoService
@Autowired private br.inf.thema.erp.padrao.dao.ChavePrimariaDao chavePrimariaDao
public br.inf.thema.erp.infra.dao.ManutencaoDao<RegistroPrecoVo> getDao()
public RegistroPrecoVo getRegistroPorFornecedorItem(java.lang.Long licitacao, java.lang.Long cadastroGeral, java.lang.Long item) throws br.inf.thema.erp.infra.service.exception.ErpServiceException
br.inf.thema.erp.infra.service.exception.ErpServiceException
public void apagarItensLote(RegistroPrecoVo entidade) throws br.inf.thema.erp.infra.service.exception.ErpServiceException
br.inf.thema.erp.infra.service.exception.ErpServiceException
public java.util.List<RegistroPrecoVo> selectRegistroPrecoCotacao(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
public void apagarItensParticipante(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 salvarRegistroPreco(RegistroPrecoVo entidade) 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 salvarRegistroPrecoClassificacao(RegistroPrecoVo entidade) throws br.inf.thema.erp.infra.service.exception.ErpServiceException
br.inf.thema.erp.infra.service.exception.ErpServiceException
public java.util.List<RegistroPrecoVo> recuperarNovosVencedores(java.lang.Long numeroTotal, java.lang.Long numeroItem, java.lang.Long cadastroGeral) throws br.inf.thema.erp.infra.service.exception.ErpServiceException
numeroTotal
- numeroItem
- cadastroGeral
- ErpServiceException
public java.lang.Long recuperarQuantidadeRegistroPreco(java.lang.Long participante) throws br.inf.thema.erp.infra.service.exception.ErpServiceException
br.inf.thema.erp.infra.service.exception.ErpServiceException
public RegistroPrecoVo recuperarPrecoPorLicitacao(java.lang.Long licitacao, java.lang.Long cadastroGeral) 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.Boolean finalizarCotacaoPrecoWizard(java.lang.Long numeroTotal, java.lang.Long cadastroGeral, java.util.List<RegistroPrecoVo> listaRegistroPrecoVo, ParticipanteLicitacaoVO participanteLicitacaoVo) throws br.inf.thema.erp.infra.service.exception.ErpServiceException
br.inf.thema.erp.infra.service.exception.ErpServiceException
public java.lang.Long recuperarRegistroPrecoPorNumeroUnico(java.lang.Long licitacao, java.lang.Long inscricao, java.lang.Long numeroUnico) 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 inserirPropostaParticipantePNCP(RegistroPrecoVo entidade) throws br.inf.thema.erp.infra.service.exception.ErpServiceException
br.inf.thema.erp.infra.service.exception.ErpServiceException
public java.util.List<RegistroPrecoVo> recuperarPropostasLicAudesp(java.lang.Long licitacao, java.lang.Long itemLicitacao) throws br.inf.thema.erp.infra.service.exception.ErpServiceException
br.inf.thema.erp.infra.service.exception.ErpServiceException