public final class TenantRestServiceBuilder extends Object
TenantRestService.| Modifier and Type | Method and Description |
|---|---|
static com.github.nmorel.gwtjackson.rest.api.RestRequestBuilder<RosterState,Tenant> |
addTenant(RosterState intialRosterState) |
static com.google.gwt.http.client.Request |
addTenant(RosterState intialRosterState,
com.github.nmorel.gwtjackson.rest.api.RestCallback<Tenant> _callback_) |
static com.github.nmorel.gwtjackson.rest.api.RestRequestBuilder<Void,RosterParametrization> |
getRosterParametrization(Integer id) |
static com.google.gwt.http.client.Request |
getRosterParametrization(Integer id,
com.github.nmorel.gwtjackson.rest.api.RestCallback<RosterParametrization> _callback_) |
static com.github.nmorel.gwtjackson.rest.api.RestRequestBuilder<Void,List<ZoneId>> |
getSupportedTimezones() |
static com.google.gwt.http.client.Request |
getSupportedTimezones(com.github.nmorel.gwtjackson.rest.api.RestCallback<List<ZoneId>> _callback_) |
static com.github.nmorel.gwtjackson.rest.api.RestRequestBuilder<Void,Tenant> |
getTenant(Integer id) |
static com.google.gwt.http.client.Request |
getTenant(Integer id,
com.github.nmorel.gwtjackson.rest.api.RestCallback<Tenant> _callback_) |
static com.github.nmorel.gwtjackson.rest.api.RestRequestBuilder<Void,List<Tenant>> |
getTenantList() |
static com.google.gwt.http.client.Request |
getTenantList(com.github.nmorel.gwtjackson.rest.api.RestCallback<List<Tenant>> _callback_) |
static com.github.nmorel.gwtjackson.rest.api.RestRequestBuilder<Void,Boolean> |
removeTenant(Integer id) |
static com.google.gwt.http.client.Request |
removeTenant(Integer id,
com.github.nmorel.gwtjackson.rest.api.RestCallback<Boolean> _callback_) |
static com.github.nmorel.gwtjackson.rest.api.RestRequestBuilder<RosterParametrization,RosterParametrization> |
updateRosterParametrization(RosterParametrization rosterParametrization) |
static com.google.gwt.http.client.Request |
updateRosterParametrization(RosterParametrization rosterParametrization,
com.github.nmorel.gwtjackson.rest.api.RestCallback<RosterParametrization> _callback_) |
public static final com.github.nmorel.gwtjackson.rest.api.RestRequestBuilder<Void,List<Tenant>> getTenantList()
public static final com.google.gwt.http.client.Request getTenantList(com.github.nmorel.gwtjackson.rest.api.RestCallback<List<Tenant>> _callback_)
public static final com.github.nmorel.gwtjackson.rest.api.RestRequestBuilder<Void,Tenant> getTenant(Integer id)
public static final com.google.gwt.http.client.Request getTenant(Integer id, com.github.nmorel.gwtjackson.rest.api.RestCallback<Tenant> _callback_)
public static final com.github.nmorel.gwtjackson.rest.api.RestRequestBuilder<RosterState,Tenant> addTenant(RosterState intialRosterState)
public static final com.google.gwt.http.client.Request addTenant(RosterState intialRosterState, com.github.nmorel.gwtjackson.rest.api.RestCallback<Tenant> _callback_)
public static final com.github.nmorel.gwtjackson.rest.api.RestRequestBuilder<Void,Boolean> removeTenant(Integer id)
public static final com.google.gwt.http.client.Request removeTenant(Integer id, com.github.nmorel.gwtjackson.rest.api.RestCallback<Boolean> _callback_)
public static final com.github.nmorel.gwtjackson.rest.api.RestRequestBuilder<Void,RosterParametrization> getRosterParametrization(Integer id)
public static final com.google.gwt.http.client.Request getRosterParametrization(Integer id, com.github.nmorel.gwtjackson.rest.api.RestCallback<RosterParametrization> _callback_)
public static final com.github.nmorel.gwtjackson.rest.api.RestRequestBuilder<RosterParametrization,RosterParametrization> updateRosterParametrization(RosterParametrization rosterParametrization)
public static final com.google.gwt.http.client.Request updateRosterParametrization(RosterParametrization rosterParametrization, com.github.nmorel.gwtjackson.rest.api.RestCallback<RosterParametrization> _callback_)
public static final com.github.nmorel.gwtjackson.rest.api.RestRequestBuilder<Void,List<ZoneId>> getSupportedTimezones()
Copyright © 2017–2019 JBoss by Red Hat. All rights reserved.