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 BuddyListISFSBuddyApi. initBuddyList(User user, boolean fireServerEvent)Initialize the buddy list for the requested User.BuddyListSFSBuddyApi. 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 classSFSBuddyListAn 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. buddyListsMethods in com.smartfoxserver.v2.buddylist that return BuddyList Modifier and Type Method Description static BuddyListBuddyUtils. fromSFSObject(ISFSObject sfso)BuddyListBuddyListManager. getBuddyList(java.lang.String ownerName)Get the Buddy List of a specific userBuddyListSFSBuddyListManager. getBuddyList(java.lang.String ownerName)Get the Buddy List of a specific userBuddyListBuddy. getParentBuddyList()Return the parent BuddyList containing this BuddyBuddyListSFSBuddy. getParentBuddyList()BuddyListBuddyListManager. loadBuddyList(java.lang.String ownerName)Use the SFSBuddyAPIBuddyListSFSBuddyListManager. loadBuddyList(java.lang.String ownerName)Use the SFSBuddyAPIMethods in com.smartfoxserver.v2.buddylist with parameters of type BuddyList Modifier and Type Method Description voidBuddy. setParentBuddyList(BuddyList parentList)Set the parent BuddyListvoidSFSBuddy. setParentBuddyList(BuddyList parentList)static ISFSObjectBuddyUtils. 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 BuddyListBuddyStorage. loadList(java.lang.String ownerName)Load a Buddy List from your data source.BuddyListFSBuddyStorage. loadList(java.lang.String ownerName)Methods in com.smartfoxserver.v2.buddylist.storage with parameters of type BuddyList Modifier and Type Method Description voidBuddyStorage. saveList(BuddyList buddyList)This method is invoked by the Buddy System when a BuddyList needs to be saved.voidFSBuddyStorage. saveList(BuddyList buddyList)
-