iFolder::WebService::Settings Class Reference

Settings. More...

List of all members.

Static Public Member Functions

static string GetSystemSetting (string name)
 Get a setting global to the system.
static void SetSystemSetting (string name, string value)
 Set a setting global to the system.
static string GetCollectionSetting (string collectionID, string name)
 Get a setting specific to a user.
static void SetCollectionSetting (string collectionID, string name, string value)
 Set a setting specific to a collection.
static string GetUserSetting (string userID, string name)
 Get a setting specific to a user.
static void SetUserSetting (string userID, string name, string value)
 Set a setting specific to a user.
static string GetSetting (Collection c, string name)
 Get a setting specific to a collection.
static void SetSetting (Collection c, string name, string value)
 Set a setting specific to a collection.

Static Public Attributes

static string SettingsCollectionType = "Settings"
 Settings Collection Type.


Detailed Description

Settings.


Member Function Documentation

static string iFolder::WebService::Settings::GetSystemSetting ( string  name  )  [inline, static]

Get a setting global to the system.

Parameters:
name The name of the setting.
Returns:
The value of the setting.

static void iFolder::WebService::Settings::SetSystemSetting ( string  name,
string  value 
) [inline, static]

Set a setting global to the system.

Parameters:
name The name of the setting.
value The value of the setting.

static string iFolder::WebService::Settings::GetCollectionSetting ( string  collectionID,
string  name 
) [inline, static]

Get a setting specific to a user.

Parameters:
collectionID The id of the collection.
name The name of the setting.
Returns:
The value of the setting.

static void iFolder::WebService::Settings::SetCollectionSetting ( string  collectionID,
string  name,
string  value 
) [inline, static]

Set a setting specific to a collection.

Parameters:
collectionID The id of the collection.
name The name of the setting.
value The value of the setting.

static string iFolder::WebService::Settings::GetUserSetting ( string  userID,
string  name 
) [inline, static]

Get a setting specific to a user.

Parameters:
userID The id of the user.
name The name of the setting.
Returns:
The value of the setting.

static void iFolder::WebService::Settings::SetUserSetting ( string  userID,
string  name,
string  value 
) [inline, static]

Set a setting specific to a user.

Parameters:
userID The id of the user.
name The name of the setting.
value The value of the setting.

static string iFolder::WebService::Settings::GetSetting ( Collection  c,
string  name 
) [inline, static]

Get a setting specific to a collection.

Parameters:
c The collection object.
name The name of the setting.
Returns:
The value of the setting.

static void iFolder::WebService::Settings::SetSetting ( Collection  c,
string  name,
string  value 
) [inline, static]

Set a setting specific to a collection.

Parameters:
c The collection object.
name The name of the setting.
value The value of the setting.


Member Data Documentation

Settings Collection Type.


The documentation for this class was generated from the following file:

Generated on Wed Apr 8 14:43:22 2009 for simias by  doxygen 1.5.6