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 voidISFSBuddyApi. setBuddyVariables(User owner, java.util.List<BuddyVariable> buddyVariables, boolean fireClientEvent, boolean fireServerEvent)Set any number of BuddyVariables for the specified ownervoidSFSBuddyApi. 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 classSFSBuddyVariableBuddyVariables 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. variablesMethods in com.smartfoxserver.v2.buddylist that return BuddyVariable Modifier and Type Method Description static BuddyVariableBuddyUtils. findVariable(java.util.List<BuddyVariable> vars, java.lang.String varName)BuddyVariableBuddyListManager. getOfflineBuddyVariable(java.lang.String ownerName, java.lang.String varName)BuddyVariableSFSBuddyListManager. getOfflineBuddyVariable(java.lang.String ownerName, java.lang.String varName)BuddyVariableBuddy. getVariable(java.lang.String varName)Get a Buddy Variable from its nameBuddyVariableBuddyProperties. getVariable(java.lang.String varName)BuddyVariableSFSBuddy. getVariable(java.lang.String varName)BuddyVariableSFSBuddyProperties. 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 voidBuddy. setVariable(BuddyVariable buddyVariable)Set / modify a BuddyVariable.voidBuddyProperties. setVariable(BuddyVariable buddyVariable)voidSFSBuddy. setVariable(BuddyVariable buddyVariable)voidSFSBuddyProperties. setVariable(BuddyVariable buddyVariable)Method parameters in com.smartfoxserver.v2.buddylist with type arguments of type BuddyVariable Modifier and Type Method Description static ISFSArrayBuddyUtils. encodeBuddyVariables(java.util.List<BuddyVariable> buddyVariables)static BuddyVariableBuddyUtils. findVariable(java.util.List<BuddyVariable> vars, java.lang.String varName)voidBuddy. setVariables(java.util.List<BuddyVariable> buddyVariables)Sets a number of variables at once.voidBuddyProperties. setVariables(java.util.List<BuddyVariable> buddyVariables)voidSFSBuddy. setVariables(java.util.List<BuddyVariable> buddyVariables)voidSFSBuddyProperties. 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)
-