OpenSim
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
Public Member Functions | Properties | List of all members
OpenSim.Data.SQLite.SQLiteUserProfilesData Class Reference
Inheritance diagram for OpenSim.Data.SQLite.SQLiteUserProfilesData:
Inheritance graph
[legend]
Collaboration diagram for OpenSim.Data.SQLite.SQLiteUserProfilesData:
Collaboration graph
[legend]

Public Member Functions

 SQLiteUserProfilesData ()
 
 SQLiteUserProfilesData (string connectionString)
 
void Initialise (string connectionString)
 
OSDArray GetClassifiedRecords (UUID creatorId)
 
bool UpdateClassifiedRecord (UserClassifiedAdd ad, ref string result)
 
bool DeleteClassifiedRecord (UUID recordId)
 
bool GetClassifiedInfo (ref UserClassifiedAdd ad, ref string result)
 
OSDArray GetAvatarPicks (UUID avatarId)
 
UserProfilePick GetPickInfo (UUID avatarId, UUID pickId)
 
bool UpdatePicksRecord (UserProfilePick pick)
 
bool DeletePicksRecord (UUID pickId)
 
bool GetAvatarNotes (ref UserProfileNotes notes)
 
bool UpdateAvatarNotes (ref UserProfileNotes note, ref string result)
 
bool GetAvatarProperties (ref UserProfileProperties props, ref string result)
 
bool UpdateAvatarProperties (ref UserProfileProperties props, ref string result)
 
bool UpdateAvatarInterests (UserProfileProperties up, ref string result)
 
bool UpdateUserPreferences (ref UserPreferences pref, ref string result)
 
bool GetUserPreferences (ref UserPreferences pref, ref string result)
 
bool GetUserAppData (ref UserAppData props, ref string result)
 
bool SetUserAppData (UserAppData props, ref string result)
 
OSDArray GetUserImageAssets (UUID avatarId)
 

Properties

virtual Assembly Assembly [get]
 

Detailed Description

Definition at line 45 of file SQLiteUserProfilesData.cs.

Constructor & Destructor Documentation

OpenSim.Data.SQLite.SQLiteUserProfilesData.SQLiteUserProfilesData ( )
inline

Definition at line 61 of file SQLiteUserProfilesData.cs.

OpenSim.Data.SQLite.SQLiteUserProfilesData.SQLiteUserProfilesData ( string  connectionString)
inline

Definition at line 65 of file SQLiteUserProfilesData.cs.

Member Function Documentation

bool OpenSim.Data.SQLite.SQLiteUserProfilesData.DeleteClassifiedRecord ( UUID  recordId)
inline

Implements OpenSim.Data.IProfilesData.

Definition at line 227 of file SQLiteUserProfilesData.cs.

bool OpenSim.Data.SQLite.SQLiteUserProfilesData.DeletePicksRecord ( UUID  pickId)
inline

Implements OpenSim.Data.IProfilesData.

Definition at line 456 of file SQLiteUserProfilesData.cs.

bool OpenSim.Data.SQLite.SQLiteUserProfilesData.GetAvatarNotes ( ref UserProfileNotes  notes)
inline

Implements OpenSim.Data.IProfilesData.

Definition at line 481 of file SQLiteUserProfilesData.cs.

OSDArray OpenSim.Data.SQLite.SQLiteUserProfilesData.GetAvatarPicks ( UUID  avatarId)
inline

Implements OpenSim.Data.IProfilesData.

Definition at line 298 of file SQLiteUserProfilesData.cs.

bool OpenSim.Data.SQLite.SQLiteUserProfilesData.GetAvatarProperties ( ref UserProfileProperties  props,
ref string  result 
)
inline

Implements OpenSim.Data.IProfilesData.

Definition at line 560 of file SQLiteUserProfilesData.cs.

bool OpenSim.Data.SQLite.SQLiteUserProfilesData.GetClassifiedInfo ( ref UserClassifiedAdd  ad,
ref string  result 
)
inline

Implements OpenSim.Data.IProfilesData.

Definition at line 253 of file SQLiteUserProfilesData.cs.

OSDArray OpenSim.Data.SQLite.SQLiteUserProfilesData.GetClassifiedRecords ( UUID  creatorId)
inline

Implements OpenSim.Data.IProfilesData.

Definition at line 92 of file SQLiteUserProfilesData.cs.

UserProfilePick OpenSim.Data.SQLite.SQLiteUserProfilesData.GetPickInfo ( UUID  avatarId,
UUID  pickId 
)
inline

Implements OpenSim.Data.IProfilesData.

Definition at line 334 of file SQLiteUserProfilesData.cs.

bool OpenSim.Data.SQLite.SQLiteUserProfilesData.GetUserAppData ( ref UserAppData  props,
ref string  result 
)
inline

Implements OpenSim.Data.IProfilesData.

Definition at line 830 of file SQLiteUserProfilesData.cs.

OSDArray OpenSim.Data.SQLite.SQLiteUserProfilesData.GetUserImageAssets ( UUID  avatarId)
inline

Implements OpenSim.Data.IProfilesData.

Definition at line 916 of file SQLiteUserProfilesData.cs.

bool OpenSim.Data.SQLite.SQLiteUserProfilesData.GetUserPreferences ( ref UserPreferences  pref,
ref string  result 
)
inline

Implements OpenSim.Data.IProfilesData.

Definition at line 778 of file SQLiteUserProfilesData.cs.

void OpenSim.Data.SQLite.SQLiteUserProfilesData.Initialise ( string  connectionString)
inline

Definition at line 70 of file SQLiteUserProfilesData.cs.

bool OpenSim.Data.SQLite.SQLiteUserProfilesData.SetUserAppData ( UserAppData  props,
ref string  result 
)
inline

Implements OpenSim.Data.IProfilesData.

Definition at line 884 of file SQLiteUserProfilesData.cs.

bool OpenSim.Data.SQLite.SQLiteUserProfilesData.UpdateAvatarInterests ( UserProfileProperties  up,
ref string  result 
)
inline

Implements OpenSim.Data.IProfilesData.

Definition at line 707 of file SQLiteUserProfilesData.cs.

bool OpenSim.Data.SQLite.SQLiteUserProfilesData.UpdateAvatarNotes ( ref UserProfileNotes  note,
ref string  result 
)
inline

Implements OpenSim.Data.IProfilesData.

Definition at line 516 of file SQLiteUserProfilesData.cs.

bool OpenSim.Data.SQLite.SQLiteUserProfilesData.UpdateAvatarProperties ( ref UserProfileProperties  props,
ref string  result 
)
inline

Implements OpenSim.Data.IProfilesData.

Definition at line 670 of file SQLiteUserProfilesData.cs.

bool OpenSim.Data.SQLite.SQLiteUserProfilesData.UpdateClassifiedRecord ( UserClassifiedAdd  ad,
ref string  result 
)
inline

Implements OpenSim.Data.IProfilesData.

Definition at line 129 of file SQLiteUserProfilesData.cs.

bool OpenSim.Data.SQLite.SQLiteUserProfilesData.UpdatePicksRecord ( UserProfilePick  pick)
inline

Implements OpenSim.Data.IProfilesData.

Definition at line 387 of file SQLiteUserProfilesData.cs.

bool OpenSim.Data.SQLite.SQLiteUserProfilesData.UpdateUserPreferences ( ref UserPreferences  pref,
ref string  result 
)
inline

Implements OpenSim.Data.IProfilesData.

Definition at line 745 of file SQLiteUserProfilesData.cs.

Property Documentation

virtual Assembly OpenSim.Data.SQLite.SQLiteUserProfilesData.Assembly
getprotected

Definition at line 57 of file SQLiteUserProfilesData.cs.


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