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

Public Member Functions

OSDArray GetClassifiedRecords (UUID creatorId)
 
bool UpdateClassifiedRecord (UserClassifiedAdd ad, ref string result)
 
bool DeleteClassifiedRecord (UUID recordId)
 
OSDArray GetAvatarPicks (UUID avatarId)
 
UserProfilePick GetPickInfo (UUID avatarId, UUID pickId)
 
bool UpdatePicksRecord (UserProfilePick pick)
 
bool DeletePicksRecord (UUID pickId)
 
bool GetAvatarNotes (ref UserProfileNotes note)
 
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 GetClassifiedInfo (ref UserClassifiedAdd ad, 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)
 

Detailed Description

Definition at line 36 of file IProfilesData.cs.

Member Function Documentation

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

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