Package | Description |
---|---|
com.smartfoxserver.v2.api | |
com.smartfoxserver.v2.buddylist | |
com.smartfoxserver.v2.buddylist.storage |
Modifier and Type | Method and Description |
---|---|
BuddyList |
ISFSBuddyApi.initBuddyList(User user,
boolean fireServerEvent)
Initialize the buddy list for the requested User.
|
BuddyList |
SFSBuddyApi.initBuddyList(User user,
boolean fireServerEvent)
Initialize the buddy list for the requested User.
|
Modifier and Type | Class and Description |
---|---|
class |
SFSBuddyList
An SFSBuddyList represents one BuddyList in the Buddy System.
|
Modifier and Type | Field and Description |
---|---|
protected java.util.Map<java.lang.String,BuddyList> |
SFSBuddyListManager.buddyLists |
Modifier and Type | Method and Description |
---|---|
static BuddyList |
BuddyUtils.fromSFSObject(ISFSObject sfso) |
BuddyList |
SFSBuddyListManager.getBuddyList(java.lang.String ownerName)
Get the Buddy List of a specific user
|
BuddyList |
BuddyListManager.getBuddyList(java.lang.String ownerName)
Get the Buddy List of a specific user
|
BuddyList |
SFSBuddy.getParentBuddyList() |
BuddyList |
Buddy.getParentBuddyList()
Return the parent BuddyList containing this Buddy
|
BuddyList |
SFSBuddyListManager.loadBuddyList(java.lang.String ownerName)
Use the SFSBuddyAPI
|
BuddyList |
BuddyListManager.loadBuddyList(java.lang.String ownerName)
Use the SFSBuddyAPI
|
Modifier and Type | Method and Description |
---|---|
void |
SFSBuddy.setParentBuddyList(BuddyList parentList) |
void |
Buddy.setParentBuddyList(BuddyList parentList)
Set the parent BuddyList
|
static ISFSObject |
BuddyUtils.toSFSObject(BuddyList buddyList,
boolean excludeTemporaryBuddies) |
Modifier and Type | Method and Description |
---|---|
BuddyList |
FSBuddyStorage.loadList(java.lang.String ownerName) |
BuddyList |
BuddyStorage.loadList(java.lang.String ownerName)
Load a Buddy List from your data source.
|
Modifier and Type | Method and Description |
---|---|
void |
FSBuddyStorage.saveList(BuddyList buddyList) |
void |
BuddyStorage.saveList(BuddyList buddyList)
This method is invoked by the Buddy System when a BuddyList needs to be saved.
|