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