public final class SpotRestServiceBuilder extends Object
SpotRestService.| Modifier and Type | Method and Description |
|---|---|
static com.github.nmorel.gwtjackson.rest.api.RestRequestBuilder<Spot,Spot> |
addSpot(Integer tenantId,
Spot spot) |
static com.google.gwt.http.client.Request |
addSpot(Integer tenantId,
Spot spot,
com.github.nmorel.gwtjackson.rest.api.RestCallback<Spot> _callback_) |
static com.github.nmorel.gwtjackson.rest.api.RestRequestBuilder<Void,Spot> |
getSpot(Integer tenantId,
Long id) |
static com.google.gwt.http.client.Request |
getSpot(Integer tenantId,
Long id,
com.github.nmorel.gwtjackson.rest.api.RestCallback<Spot> _callback_) |
static com.github.nmorel.gwtjackson.rest.api.RestRequestBuilder<Void,List<Spot>> |
getSpotList(Integer tenantId) |
static com.google.gwt.http.client.Request |
getSpotList(Integer tenantId,
com.github.nmorel.gwtjackson.rest.api.RestCallback<List<Spot>> _callback_) |
static com.github.nmorel.gwtjackson.rest.api.RestRequestBuilder<Void,Boolean> |
removeSpot(Integer tenantId,
Long id) |
static com.google.gwt.http.client.Request |
removeSpot(Integer tenantId,
Long id,
com.github.nmorel.gwtjackson.rest.api.RestCallback<Boolean> _callback_) |
static com.github.nmorel.gwtjackson.rest.api.RestRequestBuilder<Spot,Spot> |
updateSpot(Integer tenantId,
Spot spot) |
static com.google.gwt.http.client.Request |
updateSpot(Integer tenantId,
Spot spot,
com.github.nmorel.gwtjackson.rest.api.RestCallback<Spot> _callback_) |
public static final com.github.nmorel.gwtjackson.rest.api.RestRequestBuilder<Void,List<Spot>> getSpotList(Integer tenantId)
public static final com.google.gwt.http.client.Request getSpotList(Integer tenantId, com.github.nmorel.gwtjackson.rest.api.RestCallback<List<Spot>> _callback_)
public static final com.github.nmorel.gwtjackson.rest.api.RestRequestBuilder<Void,Spot> getSpot(Integer tenantId, Long id)
public static final com.google.gwt.http.client.Request getSpot(Integer tenantId, Long id, com.github.nmorel.gwtjackson.rest.api.RestCallback<Spot> _callback_)
public static final com.github.nmorel.gwtjackson.rest.api.RestRequestBuilder<Spot,Spot> addSpot(Integer tenantId, Spot spot)
public static final com.google.gwt.http.client.Request addSpot(Integer tenantId, Spot spot, com.github.nmorel.gwtjackson.rest.api.RestCallback<Spot> _callback_)
public static final com.github.nmorel.gwtjackson.rest.api.RestRequestBuilder<Spot,Spot> updateSpot(Integer tenantId, Spot spot)
public static final com.google.gwt.http.client.Request updateSpot(Integer tenantId, Spot spot, com.github.nmorel.gwtjackson.rest.api.RestCallback<Spot> _callback_)
public static final com.github.nmorel.gwtjackson.rest.api.RestRequestBuilder<Void,Boolean> removeSpot(Integer tenantId, Long id)
Copyright © 2017–2019 JBoss by Red Hat. All rights reserved.