| Modifier and Type | Method and Description |
|---|---|
protected STenant |
LoginAPIImpl.getTenant(Long tenantId,
PlatformServiceAccessor platformServiceAccessor) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
LoginAPIImpl.checkThatWeCanLogin(String userName,
STenant sTenant,
TechnicalUser technicalUser) |
protected void |
TenantAdministrationAPIImpl.updateTenant(PlatformService platformService,
STenantUpdateBuilder descriptor,
STenant tenant) |
| Modifier and Type | Method and Description |
|---|---|
List<STenant> |
GetTenantsCallable.call() |
| Modifier and Type | Method and Description |
|---|---|
STenant |
PlatformService.getDefaultTenant()
Get default tenant
|
STenant |
TenantService.getTenant()
Get the logged tenant
|
STenant |
PlatformService.getTenant(long id)
Get tenant by its id
|
STenant |
PlatformService.getTenantByName(String name)
Get tenant by its name
|
| Modifier and Type | Method and Description |
|---|---|
List<STenant> |
PlatformService.getTenants(Collection<Long> ids,
QueryOptions queryOptions)
Get tenants which ids belong to given collection
|
List<STenant> |
PlatformService.getTenants(QueryOptions queryOptions)
Get all tenants
|
List<STenant> |
PlatformService.searchTenants(QueryOptions options)
Return a list of tenants by the given conditions, as one part of SearchResult that is search method's return value in platformApi
|
| Modifier and Type | Method and Description |
|---|---|
long |
PlatformService.createTenant(STenant tenant)
insert a new row in the Tenant table
case 1 - create tenants tables if not already exists + insert rows where necessary (sequences for example) + insert default users (defined in
configuration)
case 2 - create tenants tables + insert rows where necessary (sequences for example) + insert default users (defined in configuration)
|
void |
PlatformService.updateTenant(STenant tenant,
EntityUpdateDescriptor descriptor)
Update a sTenant from given sTenant and new content.
|
| Modifier and Type | Method and Description |
|---|---|
STenant |
PlatformServiceImpl.getDefaultTenant() |
STenant |
PlatformServiceImpl.getTenant(long id) |
STenant |
PlatformServiceImpl.getTenantByName(String name) |
| Modifier and Type | Method and Description |
|---|---|
List<STenant> |
PlatformServiceImpl.getTenants(Collection<Long> ids,
QueryOptions queryOptions) |
List<STenant> |
PlatformServiceImpl.getTenants(QueryOptions queryOptions) |
List<STenant> |
PlatformServiceImpl.searchTenants(QueryOptions options) |
| Modifier and Type | Method and Description |
|---|---|
long |
PlatformServiceImpl.createTenant(STenant tenant) |
void |
PlatformServiceImpl.updateTenant(STenant tenant,
EntityUpdateDescriptor descriptor) |
| Modifier and Type | Method and Description |
|---|---|
STenant |
STenantBuilder.done() |
| Modifier and Type | Method and Description |
|---|---|
STenant |
STenantBuilderImpl.done() |
| Modifier and Type | Class and Description |
|---|---|
class |
STenantImpl |
Copyright © 2019 Bonitasoft S.A.. All rights reserved.