Uses of Class
blackboard.platform.session.UserDataService.Scope

Packages that use UserDataService.Scope
blackboard.platform.session   
 

Uses of UserDataService.Scope in blackboard.platform.session
 

Methods in blackboard.platform.session that return UserDataService.Scope
static UserDataService.Scope UserDataService.Scope.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static UserDataService.Scope[] UserDataService.Scope.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in blackboard.platform.session with parameters of type UserDataService.Scope
 boolean UserDataService.getBoolean(java.lang.String key, UserDataService.Scope scope, boolean def)
          Retrieves the boolean associated with the specified key in the specified scope.
 byte[] UserDataService.getByteArray(java.lang.String key, UserDataService.Scope scope, byte[] def)
          Retrieves the byte array associated with the specified key in the specified scope.
 double UserDataService.getDouble(java.lang.String key, UserDataService.Scope scope, double def)
          Retrieves the double associated with the specified key in the specified scope.
 float UserDataService.getFloat(java.lang.String key, UserDataService.Scope scope, float def)
          Retrieves the float associated with the specified key in the specified scope.
 int UserDataService.getInt(java.lang.String key, UserDataService.Scope scope, int def)
          Retrieves the int associated with the specified key in the specified scope.
 long UserDataService.getLong(java.lang.String key, UserDataService.Scope scope, long def)
          Retrieves the long associated with the specified key in the specified scope.
 java.lang.String UserDataService.getString(java.lang.String key, UserDataService.Scope scope, java.lang.String def)
          Retrieves the String associated with the specified key in the specified scope.
 void UserDataService.removeValue(java.lang.String key, UserDataService.Scope scope)
          Removes the value associated with the specified key in the specified scope.
 void UserDataService.setBoolean(java.lang.String key, boolean value, UserDataService.Scope scope)
          Associates the specified boolean value with the specified key in the specified scope.
 void UserDataService.setBoolean(java.lang.String key, boolean value, UserDataService.Scope scope, boolean required)
          Associates the specified boolean value with the specified key in the specified scope.
 void UserDataService.setByteArray(java.lang.String key, byte[] value, UserDataService.Scope scope)
          Associates the specified byte array value with the specified key in the specified scope.
 void UserDataService.setByteArray(java.lang.String key, byte[] value, UserDataService.Scope scope, boolean required)
          Associates the specified byte array value with the specified key in the specified scope.
 void UserDataService.setDouble(java.lang.String key, double value, UserDataService.Scope scope)
          Associates the specified double value with the specified key in the specified scope.
 void UserDataService.setDouble(java.lang.String key, double value, UserDataService.Scope scope, boolean required)
          Associates the specified double value with the specified key in the specified scope.
 void UserDataService.setFloat(java.lang.String key, float value, UserDataService.Scope scope)
          Associates the specified float value with the specified key in the specified scope.
 void UserDataService.setFloat(java.lang.String key, float value, UserDataService.Scope scope, boolean required)
          Associates the specified float value with the specified key in the specified scope.
 void UserDataService.setInt(java.lang.String key, int value, UserDataService.Scope scope)
          Associates the specified int value with the specified key in the specified scope.
 void UserDataService.setInt(java.lang.String key, int value, UserDataService.Scope scope, boolean required)
          Associates the specified int value with the specified key in the specified scope.
 void UserDataService.setLong(java.lang.String key, long value, UserDataService.Scope scope)
          Associates the specified long value with the specified key in the specified scope.
 void UserDataService.setLong(java.lang.String key, long value, UserDataService.Scope scope, boolean required)
          Associates the specified long value with the specified key in the specified scope.
 void UserDataService.setString(java.lang.String key, java.lang.String value, UserDataService.Scope scope)
          Associates the specified String value with the specified key in the specified scope.
 void UserDataService.setString(java.lang.String key, java.lang.String value, UserDataService.Scope scope, boolean required)
          Associates the specified String value with the specified key in the specified scope.
 



Copyright © 2003 Blackboard, Inc. All Rights Reserved.