@Path(value="/materiais/atendimento")
public class AtendimentoRestService
extends br.inf.thema.erp.infra.GrpAbstractWsRest
Modifier and Type | Field and Description |
---|---|
private AtendeMaterialBemService |
atendeMaterialBemService |
private ItemAtendimentoService |
itemAtendimentoService |
private static long |
serialVersionUID |
Constructor and Description |
---|
AtendimentoRestService() |
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
atualizarItensAtendimento(ParametrosAtualizarItensAtendimento parametrosAtualizarItensAtendimento,
javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse) |
javax.ws.rs.core.Response |
consultarBem(java.lang.String dataParam,
javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse) |
private static final long serialVersionUID
@Autowired private AtendeMaterialBemService atendeMaterialBemService
@Autowired private ItemAtendimentoService itemAtendimentoService
@PermitAll @GET @Path(value="/consultarAtendimentosFechados") @Produces(value="application/json; charset=utf-8") public javax.ws.rs.core.Response consultarBem(@QueryParam(value="data") java.lang.String dataParam, @Context javax.servlet.http.HttpServletRequest httpServletRequest, @Context javax.servlet.http.HttpServletResponse httpServletResponse)
@PermitAll @POST @Path(value="/atualizarItensAtendimento") @Consumes(value="application/json; charset=utf-8") @Produces(value="application/json; charset=utf-8") public javax.ws.rs.core.Response atualizarItensAtendimento(ParametrosAtualizarItensAtendimento parametrosAtualizarItensAtendimento, @Context javax.servlet.http.HttpServletRequest httpServletRequest, @Context javax.servlet.http.HttpServletResponse httpServletResponse)