| Package | Description |
|---|---|
| org.optaweb.employeerostering.shared.roster | |
| org.optaweb.employeerostering.shared.tenant |
| Modifier and Type | Method and Description |
|---|---|
Tenant |
RosterState.getTenant() |
| Modifier and Type | Method and Description |
|---|---|
void |
RosterState.setTenant(Tenant tenant) |
| Modifier and Type | Method and Description |
|---|---|
Tenant |
TenantRestService.addTenant(RosterState intialRosterState) |
Tenant |
TenantRestService.getTenant(Integer id) |
| Modifier and Type | Method and Description |
|---|---|
static com.github.nmorel.gwtjackson.rest.api.RestRequestBuilder<RosterState,Tenant> |
TenantRestServiceBuilder.addTenant(RosterState intialRosterState) |
static com.github.nmorel.gwtjackson.rest.api.RestRequestBuilder<Void,Tenant> |
TenantRestServiceBuilder.getTenant(Integer id) |
static com.github.nmorel.gwtjackson.rest.api.RestRequestBuilder<Void,List<Tenant>> |
TenantRestServiceBuilder.getTenantList() |
List<Tenant> |
TenantRestService.getTenantList() |
| Modifier and Type | Method and Description |
|---|---|
static com.google.gwt.http.client.Request |
TenantRestServiceBuilder.addTenant(RosterState intialRosterState,
com.github.nmorel.gwtjackson.rest.api.RestCallback<Tenant> _callback_) |
static com.google.gwt.http.client.Request |
TenantRestServiceBuilder.getTenant(Integer id,
com.github.nmorel.gwtjackson.rest.api.RestCallback<Tenant> _callback_) |
static com.google.gwt.http.client.Request |
TenantRestServiceBuilder.getTenantList(com.github.nmorel.gwtjackson.rest.api.RestCallback<List<Tenant>> _callback_) |
Copyright © 2017–2019 JBoss by Red Hat. All rights reserved.