public final class ShiftRestServiceBuilder extends Object
ShiftRestService.| Modifier and Type | Method and Description |
|---|---|
static com.github.nmorel.gwtjackson.rest.api.RestRequestBuilder<ShiftView,ShiftView> |
addShift(Integer tenantId,
ShiftView shift) |
static com.google.gwt.http.client.Request |
addShift(Integer tenantId,
ShiftView shift,
com.github.nmorel.gwtjackson.rest.api.RestCallback<ShiftView> _callback_) |
static com.github.nmorel.gwtjackson.rest.api.RestRequestBuilder<Void,ShiftView> |
getShift(Integer tenantId,
Long id) |
static com.google.gwt.http.client.Request |
getShift(Integer tenantId,
Long id,
com.github.nmorel.gwtjackson.rest.api.RestCallback<ShiftView> _callback_) |
static com.github.nmorel.gwtjackson.rest.api.RestRequestBuilder<Void,List<ShiftView>> |
getShiftList(Integer tenantId) |
static com.google.gwt.http.client.Request |
getShiftList(Integer tenantId,
com.github.nmorel.gwtjackson.rest.api.RestCallback<List<ShiftView>> _callback_) |
static com.github.nmorel.gwtjackson.rest.api.RestRequestBuilder<Void,Boolean> |
removeShift(Integer tenantId,
Long id) |
static com.google.gwt.http.client.Request |
removeShift(Integer tenantId,
Long id,
com.github.nmorel.gwtjackson.rest.api.RestCallback<Boolean> _callback_) |
static com.github.nmorel.gwtjackson.rest.api.RestRequestBuilder<ShiftView,ShiftView> |
updateShift(Integer tenantId,
ShiftView shift) |
static com.google.gwt.http.client.Request |
updateShift(Integer tenantId,
ShiftView shift,
com.github.nmorel.gwtjackson.rest.api.RestCallback<ShiftView> _callback_) |
public static final com.github.nmorel.gwtjackson.rest.api.RestRequestBuilder<Void,List<ShiftView>> getShiftList(Integer tenantId)
public static final com.google.gwt.http.client.Request getShiftList(Integer tenantId, com.github.nmorel.gwtjackson.rest.api.RestCallback<List<ShiftView>> _callback_)
public static final com.github.nmorel.gwtjackson.rest.api.RestRequestBuilder<Void,ShiftView> getShift(Integer tenantId, Long id)
public static final com.google.gwt.http.client.Request getShift(Integer tenantId, Long id, com.github.nmorel.gwtjackson.rest.api.RestCallback<ShiftView> _callback_)
public static final com.github.nmorel.gwtjackson.rest.api.RestRequestBuilder<ShiftView,ShiftView> addShift(Integer tenantId, ShiftView shift)
public static final com.google.gwt.http.client.Request addShift(Integer tenantId, ShiftView shift, com.github.nmorel.gwtjackson.rest.api.RestCallback<ShiftView> _callback_)
public static final com.github.nmorel.gwtjackson.rest.api.RestRequestBuilder<ShiftView,ShiftView> updateShift(Integer tenantId, ShiftView shift)
public static final com.google.gwt.http.client.Request updateShift(Integer tenantId, ShiftView shift, com.github.nmorel.gwtjackson.rest.api.RestCallback<ShiftView> _callback_)
public static final com.github.nmorel.gwtjackson.rest.api.RestRequestBuilder<Void,Boolean> removeShift(Integer tenantId, Long id)
Copyright © 2017–2019 JBoss by Red Hat. All rights reserved.