@Service public class EventoLicitacaoConsultaService extends br.inf.thema.erp.infra.service.ManutencaoService<EventoLicitacaoVo>
Modifier and Type | Field and Description |
---|---|
private EventoLicitacaoDao |
eventoLicitacaoDao |
private static long |
serialVersionUID |
Constructor and Description |
---|
EventoLicitacaoConsultaService() |
Modifier and Type | Method and Description |
---|---|
br.inf.thema.erp.infra.dao.ManutencaoDao<EventoLicitacaoVo> |
getDao() |
java.util.List<EventoLicitacaoVo> |
recuperar(java.util.Map<java.lang.String,java.lang.Object> parametros)
Recupera as informações completas do evento
|
java.util.List<EventoLicitacaoVo> |
recuperarConsultaGeral(java.lang.Long licitacao) |
private static final long serialVersionUID
@Autowired private EventoLicitacaoDao eventoLicitacaoDao
public br.inf.thema.erp.infra.dao.ManutencaoDao<EventoLicitacaoVo> getDao()
public java.util.List<EventoLicitacaoVo> recuperar(java.util.Map<java.lang.String,java.lang.Object> parametros) throws br.inf.thema.erp.infra.service.exception.ErpServiceException
recuperar
in interface br.inf.thema.erp.infra.Manutencao<EventoLicitacaoVo>
recuperar
in class br.inf.thema.erp.infra.service.ManutencaoService<EventoLicitacaoVo>
br.inf.thema.erp.infra.service.exception.ErpServiceException
public java.util.List<EventoLicitacaoVo> recuperarConsultaGeral(java.lang.Long licitacao) throws br.inf.thema.erp.infra.service.exception.ErpServiceException
br.inf.thema.erp.infra.service.exception.ErpServiceException