@Service public class ParticipanteLicitacaoService extends br.inf.thema.erp.infra.service.ManutencaoService<ParticipanteLicitacaoVO>
Modifier and Type | Field and Description |
---|---|
private ParticipanteLicitacaoDao |
participanteLicitacaoDao |
private static long |
serialVersionUID |
Constructor and Description |
---|
ParticipanteLicitacaoService() |
Modifier and Type | Method and Description |
---|---|
java.lang.Long |
getCountParticipantesPorLicitacaoCadastroGeral(java.lang.Long licitacao,
java.lang.Long cadastroGeral) |
br.inf.thema.erp.infra.dao.ManutencaoDao<ParticipanteLicitacaoVO> |
getDao() |
void |
inserirParticipantePNCP(ParticipanteLicitacaoVO entidade) |
java.util.List<RetornoConsultaVencedorLicitacao> |
participantesLicitacaoAcessoExterno(java.lang.Long numeroTotal) |
java.lang.String |
recuperarCadastroGeralExistente(java.lang.Long inscricao) |
java.util.List<ParticipanteLicitacaoVO> |
recuperarParticipantesPregao(java.lang.Long sequencia) |
ParticipanteLicitacaoVO |
recuperarPorLicitacaoCadastroGeral(java.lang.Long licitacao,
java.lang.Long cadastroGeral)
Método que retorna o participante da licitação
|
ParticipanteLicitacaoVO |
recuperarPorSequencia(java.lang.Long sequencia) |
java.util.List<ParticipanteLicitacaoVO> |
validaParticipante(java.lang.Long licitacao,
java.lang.Long cadastroGeral)
Função que realiza validações antes de salvar um novo participante da licitação e pode retornar uma lista de questionamentos ao usuário.
|
private static final long serialVersionUID
@Autowired private ParticipanteLicitacaoDao participanteLicitacaoDao
public br.inf.thema.erp.infra.dao.ManutencaoDao<ParticipanteLicitacaoVO> getDao()
public ParticipanteLicitacaoVO recuperarPorLicitacaoCadastroGeral(java.lang.Long licitacao, java.lang.Long cadastroGeral) throws br.inf.thema.erp.infra.service.exception.ErpServiceException
licitacao,
- cadastroGeralErpServiceException
ErpDaoException
public ParticipanteLicitacaoVO recuperarPorSequencia(java.lang.Long sequencia) throws br.inf.thema.erp.infra.service.exception.ErpServiceException
Long
- sequenciaErpServiceException
public java.util.List<ParticipanteLicitacaoVO> validaParticipante(java.lang.Long licitacao, java.lang.Long cadastroGeral) throws br.inf.thema.erp.infra.service.exception.ErpServiceException
licitacao,
- cadastroGeralErpServiceException
ErpDaoException
public java.util.List<ParticipanteLicitacaoVO> recuperarParticipantesPregao(java.lang.Long sequencia) throws br.inf.thema.erp.infra.service.exception.ErpServiceException
br.inf.thema.erp.infra.service.exception.ErpServiceException
public java.lang.String recuperarCadastroGeralExistente(java.lang.Long inscricao) throws br.inf.thema.erp.infra.service.exception.ErpServiceException
br.inf.thema.erp.infra.service.exception.ErpServiceException
public java.util.List<RetornoConsultaVencedorLicitacao> participantesLicitacaoAcessoExterno(java.lang.Long numeroTotal) throws br.inf.thema.erp.infra.service.exception.ErpServiceException
br.inf.thema.erp.infra.service.exception.ErpServiceException
public java.lang.Long getCountParticipantesPorLicitacaoCadastroGeral(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 void inserirParticipantePNCP(ParticipanteLicitacaoVO entidade) throws br.inf.thema.erp.infra.service.exception.ErpServiceException
br.inf.thema.erp.infra.service.exception.ErpServiceException