@Path(value="/materiais/questionamento")
public class QuestionamentoRestService
extends br.inf.thema.erp.infra.GrpAbstractWsRest
Modifier and Type | Field and Description |
---|---|
private QuestionamentoService |
questionamentoService |
private static long |
serialVersionUID |
Constructor and Description |
---|
QuestionamentoRestService() |
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
questionamentoLicitacao(ParametrosConsultaLicitacaoExterno parametrosLicitacao) |
private static final long serialVersionUID
@Autowired private QuestionamentoService questionamentoService
@PermitAll @POST @Path(value="/questionamentoLicitacao") @Consumes(value="application/json; charset=utf-8") @Produces(value="application/json; charset=utf-8") public javax.ws.rs.core.Response questionamentoLicitacao(ParametrosConsultaLicitacaoExterno parametrosLicitacao)