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

Public Member Functions

 UserProfilesService (IConfigSource config, string configName)
 
OSD AvatarClassifiedsRequest (UUID creatorId)
 
bool ClassifiedUpdate (UserClassifiedAdd ad, ref string result)
 
bool ClassifiedDelete (UUID recordId)
 
bool ClassifiedInfoRequest (ref UserClassifiedAdd ad, ref string result)
 
OSD AvatarPicksRequest (UUID creatorId)
 
bool PickInfoRequest (ref UserProfilePick pick, ref string result)
 
bool PicksUpdate (ref UserProfilePick pick, ref string result)
 
bool PicksDelete (UUID pickId)
 
bool AvatarNotesRequest (ref UserProfileNotes note)
 
bool NotesUpdate (ref UserProfileNotes note, ref string result)
 
bool AvatarPropertiesRequest (ref UserProfileProperties prop, ref string result)
 
bool AvatarPropertiesUpdate (ref UserProfileProperties prop, ref string result)
 
bool AvatarInterestsUpdate (UserProfileProperties prop, ref string result)
 
bool UserPreferencesUpdate (ref UserPreferences pref, ref string result)
 
bool UserPreferencesRequest (ref UserPreferences pref, ref string result)
 
OSD AvatarImageAssetsRequest (UUID avatarId)
 
bool RequestUserAppData (ref UserAppData prop, ref string result)
 
bool SetUserAppData (UserAppData prop, ref string result)
 
- Public Member Functions inherited from OpenSim.Services.ProfilesService.UserProfilesServiceBase
 UserProfilesServiceBase (IConfigSource config, string configName)
 
- Public Member Functions inherited from OpenSim.Services.Base.ServiceBase
LoadPlugin< T > (string dllName)
 
LoadPlugin< T > (string dllName, Object[] args)
 
LoadPlugin< T > (string dllName, string className, Object[] args)
 
 ServiceBase (IConfigSource config)
 

Additional Inherited Members

- Public Attributes inherited from OpenSim.Services.ProfilesService.UserProfilesServiceBase
IProfilesData ProfilesData
 
- Properties inherited from OpenSim.Services.ProfilesService.UserProfilesServiceBase
string ConfigName [get, set]
 

Detailed Description

Definition at line 43 of file UserProfilesService.cs.

Constructor & Destructor Documentation

OpenSim.Services.ProfilesService.UserProfilesService.UserProfilesService ( IConfigSource  config,
string  configName 
)
inline

Definition at line 51 of file UserProfilesService.cs.

Member Function Documentation

OSD OpenSim.Services.ProfilesService.UserProfilesService.AvatarClassifiedsRequest ( UUID  creatorId)
inline
OSD OpenSim.Services.ProfilesService.UserProfilesService.AvatarImageAssetsRequest ( UUID  avatarId)
inline
bool OpenSim.Services.ProfilesService.UserProfilesService.AvatarInterestsUpdate ( UserProfileProperties  prop,
ref string  result 
)
inline
bool OpenSim.Services.ProfilesService.UserProfilesService.AvatarNotesRequest ( ref UserProfileNotes  note)
inline
OSD OpenSim.Services.ProfilesService.UserProfilesService.AvatarPicksRequest ( UUID  creatorId)
inline
bool OpenSim.Services.ProfilesService.UserProfilesService.AvatarPropertiesRequest ( ref UserProfileProperties  prop,
ref string  result 
)
inline
bool OpenSim.Services.ProfilesService.UserProfilesService.AvatarPropertiesUpdate ( ref UserProfileProperties  prop,
ref string  result 
)
inline
bool OpenSim.Services.ProfilesService.UserProfilesService.ClassifiedDelete ( UUID  recordId)
inline
bool OpenSim.Services.ProfilesService.UserProfilesService.ClassifiedInfoRequest ( ref UserClassifiedAdd  ad,
ref string  result 
)
inline
bool OpenSim.Services.ProfilesService.UserProfilesService.ClassifiedUpdate ( UserClassifiedAdd  ad,
ref string  result 
)
inline
bool OpenSim.Services.ProfilesService.UserProfilesService.NotesUpdate ( ref UserProfileNotes  note,
ref string  result 
)
inline
bool OpenSim.Services.ProfilesService.UserProfilesService.PickInfoRequest ( ref UserProfilePick  pick,
ref string  result 
)
inline
bool OpenSim.Services.ProfilesService.UserProfilesService.PicksDelete ( UUID  pickId)
inline
bool OpenSim.Services.ProfilesService.UserProfilesService.PicksUpdate ( ref UserProfilePick  pick,
ref string  result 
)
inline
bool OpenSim.Services.ProfilesService.UserProfilesService.RequestUserAppData ( ref UserAppData  prop,
ref string  result 
)
inline
bool OpenSim.Services.ProfilesService.UserProfilesService.SetUserAppData ( UserAppData  prop,
ref string  result 
)
inline
bool OpenSim.Services.ProfilesService.UserProfilesService.UserPreferencesRequest ( ref UserPreferences  pref,
ref string  result 
)
inline

Implements OpenSim.Services.Interfaces.IUserProfilesService.

Definition at line 198 of file UserProfilesService.cs.

Here is the call graph for this function:

bool OpenSim.Services.ProfilesService.UserProfilesService.UserPreferencesUpdate ( ref UserPreferences  pref,
ref string  result 
)
inline

Implements OpenSim.Services.Interfaces.IUserProfilesService.

Definition at line 164 of file UserProfilesService.cs.

Here is the call graph for this function:


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