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

Public Member Functions

OSD AvatarClassifiedsRequest (UUID creatorId)
 
bool ClassifiedUpdate (UserClassifiedAdd ad, ref string result)
 
bool ClassifiedInfoRequest (ref UserClassifiedAdd ad, ref string result)
 
bool ClassifiedDelete (UUID recordId)
 
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 UserPreferencesRequest (ref UserPreferences pref, ref string result)
 
bool UserPreferencesUpdate (ref UserPreferences pref, ref string result)
 
bool AvatarInterestsUpdate (UserProfileProperties prop, ref string result)
 
OSD AvatarImageAssetsRequest (UUID avatarId)
 
bool RequestUserAppData (ref UserAppData prop, ref string result)
 
bool SetUserAppData (UserAppData prop, ref string result)
 

Detailed Description

Definition at line 35 of file IUserProfilesService.cs.

Member Function Documentation

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

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