OpenSim
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
Public Member Functions | Properties | List of all members
OpenSim.Server.Handlers.JsonRpcProfileHandlers Class Reference

Public Member Functions

 JsonRpcProfileHandlers (IUserProfilesService service)
 
bool AvatarClassifiedsRequest (OSDMap json, ref JsonRpcResponse response)
 Request avatar's classified ads. More...
 
bool ClassifiedUpdate (OSDMap json, ref JsonRpcResponse response)
 
bool ClassifiedDelete (OSDMap json, ref JsonRpcResponse response)
 
bool ClassifiedInfoRequest (OSDMap json, ref JsonRpcResponse response)
 
bool AvatarPicksRequest (OSDMap json, ref JsonRpcResponse response)
 
bool PickInfoRequest (OSDMap json, ref JsonRpcResponse response)
 
bool PicksUpdate (OSDMap json, ref JsonRpcResponse response)
 
bool PicksDelete (OSDMap json, ref JsonRpcResponse response)
 
bool AvatarNotesRequest (OSDMap json, ref JsonRpcResponse response)
 
bool NotesUpdate (OSDMap json, ref JsonRpcResponse response)
 
bool AvatarPropertiesRequest (OSDMap json, ref JsonRpcResponse response)
 
bool AvatarPropertiesUpdate (OSDMap json, ref JsonRpcResponse response)
 
bool AvatarInterestsUpdate (OSDMap json, ref JsonRpcResponse response)
 
bool UserPreferencesRequest (OSDMap json, ref JsonRpcResponse response)
 
bool UserPreferenecesUpdate (OSDMap json, ref JsonRpcResponse response)
 
bool AvatarImageAssetsRequest (OSDMap json, ref JsonRpcResponse response)
 
bool RequestUserAppData (OSDMap json, ref JsonRpcResponse response)
 
bool UpdateUserAppData (OSDMap json, ref JsonRpcResponse response)
 

Properties

IUserProfilesService Service [get, set]
 

Detailed Description

Definition at line 46 of file UserProfilesHandlers.cs.

Constructor & Destructor Documentation

OpenSim.Server.Handlers.JsonRpcProfileHandlers.JsonRpcProfileHandlers ( IUserProfilesService  service)
inline

Definition at line 57 of file UserProfilesHandlers.cs.

Member Function Documentation

bool OpenSim.Server.Handlers.JsonRpcProfileHandlers.AvatarClassifiedsRequest ( OSDMap  json,
ref JsonRpcResponse  response 
)
inline

Request avatar's classified ads.

Returns
An array containing all the calassified uuid and it's name created by the creator id
Parameters
jsonOur parameters are in the OSDMap json["params"]
responseIf set to true response.

Definition at line 75 of file UserProfilesHandlers.cs.

bool OpenSim.Server.Handlers.JsonRpcProfileHandlers.AvatarImageAssetsRequest ( OSDMap  json,
ref JsonRpcResponse  response 
)
inline

Definition at line 438 of file UserProfilesHandlers.cs.

bool OpenSim.Server.Handlers.JsonRpcProfileHandlers.AvatarInterestsUpdate ( OSDMap  json,
ref JsonRpcResponse  response 
)
inline

Definition at line 357 of file UserProfilesHandlers.cs.

bool OpenSim.Server.Handlers.JsonRpcProfileHandlers.AvatarNotesRequest ( OSDMap  json,
ref JsonRpcResponse  response 
)
inline

Definition at line 257 of file UserProfilesHandlers.cs.

bool OpenSim.Server.Handlers.JsonRpcProfileHandlers.AvatarPicksRequest ( OSDMap  json,
ref JsonRpcResponse  response 
)
inline

Definition at line 166 of file UserProfilesHandlers.cs.

bool OpenSim.Server.Handlers.JsonRpcProfileHandlers.AvatarPropertiesRequest ( OSDMap  json,
ref JsonRpcResponse  response 
)
inline

Definition at line 305 of file UserProfilesHandlers.cs.

bool OpenSim.Server.Handlers.JsonRpcProfileHandlers.AvatarPropertiesUpdate ( OSDMap  json,
ref JsonRpcResponse  response 
)
inline

Definition at line 330 of file UserProfilesHandlers.cs.

bool OpenSim.Server.Handlers.JsonRpcProfileHandlers.ClassifiedDelete ( OSDMap  json,
ref JsonRpcResponse  response 
)
inline

Definition at line 119 of file UserProfilesHandlers.cs.

bool OpenSim.Server.Handlers.JsonRpcProfileHandlers.ClassifiedInfoRequest ( OSDMap  json,
ref JsonRpcResponse  response 
)
inline

Definition at line 139 of file UserProfilesHandlers.cs.

bool OpenSim.Server.Handlers.JsonRpcProfileHandlers.ClassifiedUpdate ( OSDMap  json,
ref JsonRpcResponse  response 
)
inline

Definition at line 94 of file UserProfilesHandlers.cs.

bool OpenSim.Server.Handlers.JsonRpcProfileHandlers.NotesUpdate ( OSDMap  json,
ref JsonRpcResponse  response 
)
inline

Definition at line 281 of file UserProfilesHandlers.cs.

bool OpenSim.Server.Handlers.JsonRpcProfileHandlers.PickInfoRequest ( OSDMap  json,
ref JsonRpcResponse  response 
)
inline

Definition at line 185 of file UserProfilesHandlers.cs.

bool OpenSim.Server.Handlers.JsonRpcProfileHandlers.PicksDelete ( OSDMap  json,
ref JsonRpcResponse  response 
)
inline

Definition at line 236 of file UserProfilesHandlers.cs.

bool OpenSim.Server.Handlers.JsonRpcProfileHandlers.PicksUpdate ( OSDMap  json,
ref JsonRpcResponse  response 
)
inline

Definition at line 210 of file UserProfilesHandlers.cs.

bool OpenSim.Server.Handlers.JsonRpcProfileHandlers.RequestUserAppData ( OSDMap  json,
ref JsonRpcResponse  response 
)
inline

Definition at line 458 of file UserProfilesHandlers.cs.

bool OpenSim.Server.Handlers.JsonRpcProfileHandlers.UpdateUserAppData ( OSDMap  json,
ref JsonRpcResponse  response 
)
inline

Definition at line 487 of file UserProfilesHandlers.cs.

bool OpenSim.Server.Handlers.JsonRpcProfileHandlers.UserPreferencesRequest ( OSDMap  json,
ref JsonRpcResponse  response 
)
inline

Definition at line 384 of file UserProfilesHandlers.cs.

bool OpenSim.Server.Handlers.JsonRpcProfileHandlers.UserPreferenecesUpdate ( OSDMap  json,
ref JsonRpcResponse  response 
)
inline

Definition at line 409 of file UserProfilesHandlers.cs.

Property Documentation

IUserProfilesService OpenSim.Server.Handlers.JsonRpcProfileHandlers.Service
getset

Definition at line 53 of file UserProfilesHandlers.cs.


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