Uses of Interface
com.smartfoxserver.v2.buddylist.BuddyVariable
-
Packages that use BuddyVariable Package Description com.smartfoxserver.v2.api com.smartfoxserver.v2.buddylist com.smartfoxserver.v2.buddylist.storage -
-
Uses of BuddyVariable in com.smartfoxserver.v2.api
Method parameters in com.smartfoxserver.v2.api with type arguments of type BuddyVariable Modifier and Type Method Description void
ISFSBuddyApi. setBuddyVariables(User owner, java.util.List<BuddyVariable> buddyVariables, boolean fireClientEvent, boolean fireServerEvent)
Set any number of BuddyVariables for the specified ownervoid
SFSBuddyApi. setBuddyVariables(User owner, java.util.List<BuddyVariable> buddyVariables, boolean fireClientEvent, boolean fireServerEvent)
Set any number of BuddyVariables for the specified owner -
Uses of BuddyVariable in com.smartfoxserver.v2.buddylist
Classes in com.smartfoxserver.v2.buddylist that implement BuddyVariable Modifier and Type Class Description class
SFSBuddyVariable
BuddyVariables are custom values attached to any Buddy in a BuddyList.Fields in com.smartfoxserver.v2.buddylist with type parameters of type BuddyVariable Modifier and Type Field Description protected java.util.Map<java.lang.String,BuddyVariable>
SFSBuddyProperties. variables
Methods in com.smartfoxserver.v2.buddylist that return BuddyVariable Modifier and Type Method Description static BuddyVariable
BuddyUtils. findVariable(java.util.List<BuddyVariable> vars, java.lang.String varName)
BuddyVariable
BuddyListManager. getOfflineBuddyVariable(java.lang.String ownerName, java.lang.String varName)
BuddyVariable
SFSBuddyListManager. getOfflineBuddyVariable(java.lang.String ownerName, java.lang.String varName)
BuddyVariable
Buddy. getVariable(java.lang.String varName)
Get a Buddy Variable from its nameBuddyVariable
BuddyProperties. getVariable(java.lang.String varName)
BuddyVariable
SFSBuddy. getVariable(java.lang.String varName)
BuddyVariable
SFSBuddyProperties. getVariable(java.lang.String varName)
Methods in com.smartfoxserver.v2.buddylist that return types with arguments of type BuddyVariable Modifier and Type Method Description java.util.List<BuddyVariable>
BuddyListManager. getOfflineBuddyVariables(java.lang.String ownerName)
java.util.List<BuddyVariable>
BuddyListManager. getOfflineBuddyVariables(java.lang.String ownerName, boolean bypassCache)
java.util.List<BuddyVariable>
SFSBuddyListManager. getOfflineBuddyVariables(java.lang.String ownerName)
java.util.List<BuddyVariable>
SFSBuddyListManager. getOfflineBuddyVariables(java.lang.String ownerName, boolean bypassCache)
java.util.List<BuddyVariable>
BuddyProperties. getPersistentVariables()
java.util.List<BuddyVariable>
SFSBuddyProperties. getPersistentVariables()
java.util.List<BuddyVariable>
Buddy. getVariables()
Get all BuddyVariablesjava.util.List<BuddyVariable>
BuddyProperties. getVariables()
java.util.List<BuddyVariable>
SFSBuddy. getVariables()
java.util.List<BuddyVariable>
SFSBuddyProperties. getVariables()
Methods in com.smartfoxserver.v2.buddylist with parameters of type BuddyVariable Modifier and Type Method Description void
Buddy. setVariable(BuddyVariable buddyVariable)
Set / modify a BuddyVariable.void
BuddyProperties. setVariable(BuddyVariable buddyVariable)
void
SFSBuddy. setVariable(BuddyVariable buddyVariable)
void
SFSBuddyProperties. setVariable(BuddyVariable buddyVariable)
Method parameters in com.smartfoxserver.v2.buddylist with type arguments of type BuddyVariable Modifier and Type Method Description static ISFSArray
BuddyUtils. encodeBuddyVariables(java.util.List<BuddyVariable> buddyVariables)
static BuddyVariable
BuddyUtils. findVariable(java.util.List<BuddyVariable> vars, java.lang.String varName)
void
Buddy. setVariables(java.util.List<BuddyVariable> buddyVariables)
Sets a number of variables at once.void
BuddyProperties. setVariables(java.util.List<BuddyVariable> buddyVariables)
void
SFSBuddy. setVariables(java.util.List<BuddyVariable> buddyVariables)
void
SFSBuddyProperties. setVariables(java.util.List<BuddyVariable> buddyVariables)
-
Uses of BuddyVariable in com.smartfoxserver.v2.buddylist.storage
Methods in com.smartfoxserver.v2.buddylist.storage that return types with arguments of type BuddyVariable Modifier and Type Method Description java.util.List<BuddyVariable>
BuddyStorage. getOfflineVariables(java.lang.String buddyName)
Load the off-line persistent variables for a specific User.java.util.List<BuddyVariable>
FSBuddyStorage. getOfflineVariables(java.lang.String buddyName)
-