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

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

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

Fields in de.smartics.properties.impl.config.domain.key.rtaware declared as UserId
static UserId UserId.ANY_USER
          Defines the ID for any user.
 

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

Methods in de.smartics.properties.impl.config.domain.key.rtaware with parameters of type UserId
 int UserId.compareTo(UserId o)
           
static void ThreadLocalRuntimeAdapter.setUserId(UserId userId)
          Sets the user identifier to the thread-local context.
 

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



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