@Service public class LicitacaoExternoService extends br.inf.thema.erp.infra.service.ManutencaoFiltroService<LicitacaoVo>
Modifier and Type | Field and Description |
---|---|
private LicitacaoExternoDao |
licitacaoDao |
private static long |
serialVersionUID |
Constructor and Description |
---|
LicitacaoExternoService() |
Modifier and Type | Method and Description |
---|---|
java.util.List<LicitacaoVo> |
consultarLicitacaoExterno(java.lang.String where,
java.lang.String objeto,
java.lang.Long inscricao) |
br.inf.thema.erp.infra.dao.ManutencaoDao<LicitacaoVo> |
getDao() |
void |
incluirInteresseUsuario(java.util.List<LicitacaoVo> registros,
java.lang.Long inscricao,
java.lang.String observacao) |
java.util.List<LicitacaoVo> |
recuperarInteressesUsuario(java.lang.Long inscricao,
java.util.List<java.lang.Long> numeroTotal) |
java.util.List<ItemLicitacaoVO> |
recuperarItensLicitacao(java.lang.Long numeroTotal) |
java.util.List<LicitacaoVo> |
recuperarParticipacoesUsuario(java.lang.Long inscricao,
java.util.List<java.lang.Long> numeroTotal) |
java.util.List<br.inf.thema.erp.basico.vo.CadastroGeralVo> |
recuperarParticipantes(java.lang.Long numeroTotal) |
java.util.List<VencedorLicitacaoVO> |
recuperarVencedores(java.lang.Long numeroTotal) |
void |
removerInteressesUsuario(java.lang.Long inscricao,
java.util.List<java.lang.Long> numeroTotal) |
filtrar, filtrar
private static final long serialVersionUID
@Autowired private LicitacaoExternoDao licitacaoDao
public br.inf.thema.erp.infra.dao.ManutencaoDao<LicitacaoVo> getDao()
public java.util.List<LicitacaoVo> consultarLicitacaoExterno(java.lang.String where, java.lang.String objeto, 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<LicitacaoVo> recuperarParticipacoesUsuario(java.lang.Long inscricao, java.util.List<java.lang.Long> numeroTotal) throws br.inf.thema.erp.infra.service.exception.ErpServiceException
br.inf.thema.erp.infra.service.exception.ErpServiceException
public java.util.List<LicitacaoVo> recuperarInteressesUsuario(java.lang.Long inscricao, java.util.List<java.lang.Long> numeroTotal) 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 removerInteressesUsuario(java.lang.Long inscricao, java.util.List<java.lang.Long> numeroTotal) 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 incluirInteresseUsuario(java.util.List<LicitacaoVo> registros, java.lang.Long inscricao, java.lang.String observacao) throws br.inf.thema.erp.infra.service.exception.ErpServiceException
br.inf.thema.erp.infra.service.exception.ErpServiceException
public java.util.List<ItemLicitacaoVO> recuperarItensLicitacao(java.lang.Long numeroTotal) throws br.inf.thema.erp.infra.service.exception.ErpServiceException
br.inf.thema.erp.infra.service.exception.ErpServiceException
public java.util.List<br.inf.thema.erp.basico.vo.CadastroGeralVo> recuperarParticipantes(java.lang.Long numeroTotal) throws br.inf.thema.erp.infra.service.exception.ErpServiceException
br.inf.thema.erp.infra.service.exception.ErpServiceException
public java.util.List<VencedorLicitacaoVO> recuperarVencedores(java.lang.Long numeroTotal) throws br.inf.thema.erp.infra.service.exception.ErpServiceException
br.inf.thema.erp.infra.service.exception.ErpServiceException