Uses of Interface
com.smartfoxserver.v2.buddylist.BuddyList
-
Packages that use BuddyList Package Description com.smartfoxserver.v2.api com.smartfoxserver.v2.buddylist com.smartfoxserver.v2.buddylist.storage -
-
Uses of BuddyList in com.smartfoxserver.v2.api
Methods in com.smartfoxserver.v2.api that return BuddyList Modifier and Type Method 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. -
Uses of BuddyList in com.smartfoxserver.v2.buddylist
Classes in com.smartfoxserver.v2.buddylist that implement BuddyList Modifier and Type Class Description class
SFSBuddyList
An SFSBuddyList represents one BuddyList in the Buddy System.Fields in com.smartfoxserver.v2.buddylist with type parameters of type BuddyList Modifier and Type Field Description protected java.util.Map<java.lang.String,BuddyList>
SFSBuddyListManager. buddyLists
Methods in com.smartfoxserver.v2.buddylist that return BuddyList Modifier and Type Method Description static BuddyList
BuddyUtils. fromSFSObject(ISFSObject sfso)
BuddyList
BuddyListManager. getBuddyList(java.lang.String ownerName)
Get the Buddy List of a specific userBuddyList
SFSBuddyListManager. getBuddyList(java.lang.String ownerName)
Get the Buddy List of a specific userBuddyList
Buddy. getParentBuddyList()
Return the parent BuddyList containing this BuddyBuddyList
SFSBuddy. getParentBuddyList()
BuddyList
BuddyListManager. loadBuddyList(java.lang.String ownerName)
Use the SFSBuddyAPIBuddyList
SFSBuddyListManager. loadBuddyList(java.lang.String ownerName)
Use the SFSBuddyAPIMethods in com.smartfoxserver.v2.buddylist with parameters of type BuddyList Modifier and Type Method Description void
Buddy. setParentBuddyList(BuddyList parentList)
Set the parent BuddyListvoid
SFSBuddy. setParentBuddyList(BuddyList parentList)
static ISFSObject
BuddyUtils. toSFSObject(BuddyList buddyList, boolean excludeTemporaryBuddies)
-
Uses of BuddyList in com.smartfoxserver.v2.buddylist.storage
Methods in com.smartfoxserver.v2.buddylist.storage that return BuddyList Modifier and Type Method Description BuddyList
BuddyStorage. loadList(java.lang.String ownerName)
Load a Buddy List from your data source.BuddyList
FSBuddyStorage. loadList(java.lang.String ownerName)
Methods in com.smartfoxserver.v2.buddylist.storage with parameters of type BuddyList Modifier and Type Method Description void
BuddyStorage. saveList(BuddyList buddyList)
This method is invoked by the Buddy System when a BuddyList needs to be saved.void
FSBuddyStorage. saveList(BuddyList buddyList)
-