| Modifier and Type | Method and Description | 
|---|---|
List<TenantDto> | 
TenantRestService.queryTenants(javax.ws.rs.core.UriInfo uriInfo,
            Integer firstResult,
            Integer maxResults)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
TenantRestService.createTenant(TenantDto tenant)  | 
| Modifier and Type | Method and Description | 
|---|---|
static TenantDto | 
TenantDto.fromTenant(Tenant tenant)  | 
| Modifier and Type | Method and Description | 
|---|---|
static List<TenantDto> | 
TenantDto.fromTenantList(List<Tenant> tenants)  | 
| Modifier and Type | Method and Description | 
|---|---|
List<TenantDto> | 
TenantRestServiceImpl.queryTenants(javax.ws.rs.core.UriInfo uriInfo,
            Integer firstResult,
            Integer maxResults)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
TenantRestServiceImpl.createTenant(TenantDto dto)  | 
| Modifier and Type | Method and Description | 
|---|---|
TenantDto | 
TenantResource.getTenant(javax.ws.rs.core.UriInfo context)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
TenantResource.updateTenant(TenantDto tenant)  | 
| Modifier and Type | Method and Description | 
|---|---|
TenantDto | 
TenantResourceImpl.getTenant(javax.ws.rs.core.UriInfo context)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
TenantResourceImpl.updateTenant(TenantDto tenantDto)  | 
Copyright © 2017. All rights reserved.