@Path(value="/materiais/inventario")
public class ConfiguracaoMateriaisRestService
extends br.inf.thema.erp.infra.GrpAbstractWsRest
Modifier and Type | Field and Description |
---|---|
private ConfiguracoesMateriaisService |
configuracoesMateriaisService |
private static long |
serialVersionUID |
Constructor and Description |
---|
ConfiguracaoMateriaisRestService() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
configuracoesMateriais(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse) |
private static final long serialVersionUID
@Autowired private ConfiguracoesMateriaisService configuracoesMateriaisService
@GET @Path(value="/configuracoesMateriais") @Produces(value="application/json;charset=ISO-8859-1") public java.lang.String configuracoesMateriais(@Context javax.servlet.http.HttpServletRequest httpServletRequest, @Context javax.servlet.http.HttpServletResponse httpServletResponse) throws java.io.IOException
java.io.IOException