Uses of Class
de.smartics.properties.impl.config.domain.key.rtaware.TenantId

Packages that use TenantId
de.smartics.properties.impl.config.domain.key.rtaware Provides a configuration key implementation that is runtime aware. 
 

Uses of TenantId in de.smartics.properties.impl.config.domain.key.rtaware
 

Fields in de.smartics.properties.impl.config.domain.key.rtaware declared as TenantId
static TenantId TenantId.ANY_TENANT
          Defines the ID for any tenant.
 

Methods in de.smartics.properties.impl.config.domain.key.rtaware that return TenantId
 TenantId ThreadLocalRuntimeAdapter.getTenantId()
          Returns the current tenant in action.
 TenantId TenantUserConfigurationKey.getTenantId()
          Returns the identifier of the tenant the configuration is for.
 TenantId RuntimeAdapter.getTenantId()
          Returns the current tenant.
static TenantId TenantId.valueOf(String tenantString)
          Returns an TenantId for the given tenantString.
 

Methods in de.smartics.properties.impl.config.domain.key.rtaware with parameters of type TenantId
 int TenantId.compareTo(TenantId o)
           
static void ThreadLocalRuntimeAdapter.setTenantId(TenantId tenantId)
          Sets the tenant identifier to the thread-local context.
 

Constructors in de.smartics.properties.impl.config.domain.key.rtaware with parameters of type TenantId
TenantUserConfigurationKey(EnvironmentId environmentId, ApplicationId applicationId, TenantId tenantId, UserId userId)
          Default constructor.
 



Copyright © 2012-2013 Kronseder & Reiner GmbH - smartics. All Rights Reserved.