@ApplicationScoped public class TenantStore extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
TenantStore.NoTenants |
static class |
TenantStore.TenantChange |
static class |
TenantStore.TenantsReady |
| Constructor and Description |
|---|
TenantStore() |
| Modifier and Type | Method and Description |
|---|---|
Tenant |
getCurrentTenant() |
Integer |
getCurrentTenantId() |
List<Tenant> |
getTenantList() |
void |
init() |
void |
onAnyDataInvalidation(Class<?> dataInvalidated) |
void |
setCurrentTenant(Tenant newTenant) |
void |
updateTenant(Tenant updatedValue) |
public void init()
public void setCurrentTenant(Tenant newTenant)
public Integer getCurrentTenantId()
public void updateTenant(Tenant updatedValue)
public Tenant getCurrentTenant()
public void onAnyDataInvalidation(Class<?> dataInvalidated)
Copyright © 2017–2019 JBoss by Red Hat. All rights reserved.