@Service public class ParticipanteLicitacaoConsultaService 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 |
---|
ParticipanteLicitacaoConsultaService() |
Modifier and Type | Method and Description |
---|---|
void |
apagar(ParticipanteLicitacaoVO entidade) |
br.inf.thema.erp.infra.dao.ManutencaoDao<ParticipanteLicitacaoVO> |
getDao() |
void |
inserir(ParticipanteLicitacaoVO entidade) |
java.util.List<ParticipanteLicitacaoVO> |
recuperarGeral(java.lang.Long licitacao)
Método que retorna os participantes da licitação sem considerar administração.
|
java.util.List<ParticipanteLicitacaoVO> |
recuperarPorSequenciaItemLicitacao(java.lang.Long sequenciaItemLicitacao) |
void |
salvar(ParticipanteLicitacaoVO entidade) |
private static final long serialVersionUID
@Autowired private ParticipanteLicitacaoDao participanteLicitacaoDao
public ParticipanteLicitacaoConsultaService()
public br.inf.thema.erp.infra.dao.ManutencaoDao<ParticipanteLicitacaoVO> getDao()
public void salvar(ParticipanteLicitacaoVO entidade) throws br.inf.thema.erp.infra.service.exception.ErpServiceException
salvar
in interface br.inf.thema.erp.infra.Manutencao<ParticipanteLicitacaoVO>
salvar
in class br.inf.thema.erp.infra.service.ManutencaoService<ParticipanteLicitacaoVO>
br.inf.thema.erp.infra.service.exception.ErpServiceException
public void apagar(ParticipanteLicitacaoVO entidade) throws br.inf.thema.erp.infra.service.exception.ErpServiceException
apagar
in interface br.inf.thema.erp.infra.Manutencao<ParticipanteLicitacaoVO>
apagar
in class br.inf.thema.erp.infra.service.ManutencaoService<ParticipanteLicitacaoVO>
br.inf.thema.erp.infra.service.exception.ErpServiceException
public void inserir(ParticipanteLicitacaoVO entidade) throws br.inf.thema.erp.infra.service.exception.ErpServiceException
inserir
in interface br.inf.thema.erp.infra.Manutencao<ParticipanteLicitacaoVO>
inserir
in class br.inf.thema.erp.infra.service.ManutencaoService<ParticipanteLicitacaoVO>
br.inf.thema.erp.infra.service.exception.ErpServiceException
public java.util.List<ParticipanteLicitacaoVO> recuperarGeral(java.lang.Long licitacao) throws br.inf.thema.erp.infra.service.exception.ErpServiceException
licitacao
- ErpServiceException
public java.util.List<ParticipanteLicitacaoVO> recuperarPorSequenciaItemLicitacao(java.lang.Long sequenciaItemLicitacao) throws br.inf.thema.erp.infra.service.exception.ErpServiceException
br.inf.thema.erp.infra.service.exception.ErpServiceException