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

Public Member Functions

UserAccount GetUserAccount (UUID scopeID, UUID userID)
 
UserAccount GetUserAccount (UUID scopeID, string FirstName, string LastName)
 
UserAccount GetUserAccount (UUID scopeID, string Email)
 
List< UserAccountGetUserAccounts (UUID scopeID, string query)
 Returns the list of avatars that matches both the search criterion and the scope ID passed More...
 
List< UserAccountGetUserAccountsWhere (UUID scopeID, string where)
 
bool StoreUserAccount (UserAccount data)
 Store the data given, wich replaces the stored data, therefore must be complete. More...
 
void InvalidateCache (UUID userID)
 

Detailed Description

Definition at line 176 of file IUserAccountService.cs.

Member Function Documentation

UserAccount OpenSim.Services.Interfaces.IUserAccountService.GetUserAccount ( UUID  scopeID,
UUID  userID 
)
UserAccount OpenSim.Services.Interfaces.IUserAccountService.GetUserAccount ( UUID  scopeID,
string  FirstName,
string  LastName 
)
UserAccount OpenSim.Services.Interfaces.IUserAccountService.GetUserAccount ( UUID  scopeID,
string  Email 
)
List<UserAccount> OpenSim.Services.Interfaces.IUserAccountService.GetUserAccounts ( UUID  scopeID,
string  query 
)
List<UserAccount> OpenSim.Services.Interfaces.IUserAccountService.GetUserAccountsWhere ( UUID  scopeID,
string  where 
)
void OpenSim.Services.Interfaces.IUserAccountService.InvalidateCache ( UUID  userID)
bool OpenSim.Services.Interfaces.IUserAccountService.StoreUserAccount ( UserAccount  data)

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