Uses of Interface
com.smartfoxserver.v2.entities.data.ISFSArray
-
-
Uses of ISFSArray in com.smartfoxserver.v2.buddylist
Methods in com.smartfoxserver.v2.buddylist that return ISFSArray Modifier and Type Method Description static ISFSArrayBuddyUtils. encodeBuddyVariables(java.util.List<BuddyVariable> buddyVariables)ISFSArrayBuddy. getBuddyVariablesData()ISFSArraySFSBuddy. getBuddyVariablesData()ISFSArraySFSBuddyVariable. getSFSArrayValue()ISFSArrayDefaultBuddySerializer. serialize(Buddy buddy)ISFSArrayIBuddySerializer. serialize(Buddy buddy)ISFSArrayBuddy. toSFSArray()ISFSArrayBuddyList. toSFSArray()ISFSArraySFSBuddy. toSFSArray()ISFSArraySFSBuddyList. toSFSArray()ISFSArraySFSBuddyVariable. toSFSArray()Methods in com.smartfoxserver.v2.buddylist with parameters of type ISFSArray Modifier and Type Method Description static SFSBuddyVariableSFSBuddyVariable. newFromSFSArray(ISFSArray array)SFSArray is expected to be formatted as follows 0: (str) - name 1: (byte) - type id 2: (*) - valueprotected voidSFSBuddyVariable. populateArrayWithValue(ISFSArray sfsa)Populate an SFSArray wih the typed value of this Variableprotected voidSFSBuddyVariable. setValue(ISFSArray val) -
Uses of ISFSArray in com.smartfoxserver.v2.db
Methods in com.smartfoxserver.v2.db that return ISFSArray Modifier and Type Method Description ISFSArrayIDBManager. executeQuery(java.lang.String sql)Deprecated.Please useIDBManager.executeQuery(String, Object[])ISFSArrayIDBManager. executeQuery(java.lang.String sql, java.lang.Object[] params)Perform a SQL query and return a structured object based on SFSArray and SFSObject.ISFSArraySFSDBManager. executeQuery(java.lang.String sql)This is a small variation onIDBManager.executeQuery(String, Object[])where no additional SQL parameter is used.ISFSArraySFSDBManager. executeQuery(java.lang.String sql, java.lang.Object[] params)Perform a SQL query and return a structured object based on SFSArray and SFSObject. -
Uses of ISFSArray in com.smartfoxserver.v2.entities
Methods in com.smartfoxserver.v2.entities that return ISFSArray Modifier and Type Method Description ISFSArraySFSZone. getRoomListData()ISFSArraySFSZone. getRoomListData(java.util.List<java.lang.String> groupIds)ISFSArrayZone. getRoomListData()INTERNALISFSArrayZone. getRoomListData(java.util.List<java.lang.String> groupIds)INTERNALISFSArrayRoom. getRoomVariablesData(boolean globalsOnly)ISFSArraySFSRoom. getRoomVariablesData(boolean globalsOnly)ISFSArrayRoom. getUserListData()ISFSArraySFSRoom. getUserListData()ISFSArraySFSUser. getUserVariablesData()ISFSArrayUser. getUserVariablesData()ISFSArrayBannedUser. toSFSArray()ISFSArrayRoom. toSFSArray(boolean globalVarsOnly)ISFSArraySFSBannedUser. toSFSArray()ISFSArraySFSRoom. toSFSArray(boolean globalRoomVarsOnly)ISFSArraySFSUser. toSFSArray()ISFSArraySFSUser. toSFSArray(Room room)ISFSArrayUser. toSFSArray()ISFSArrayUser. toSFSArray(Room room) -
Uses of ISFSArray in com.smartfoxserver.v2.entities.data
Classes in com.smartfoxserver.v2.entities.data that implement ISFSArray Modifier and Type Class Description classSFSArraySFSArray and SFSObject represent a platform-neutral, high-level objects that abstract the data transport between client and server.classSFSArrayLiteMethods in com.smartfoxserver.v2.entities.data that return ISFSArray Modifier and Type Method Description ISFSArrayISFSArray. getSFSArray(int index)Get the element at the specified index as ISFSArray.ISFSArrayISFSObject. getSFSArray(java.lang.String key)Get the element for the specified key as ISFSArray.ISFSArraySFSArray. getSFSArray(int index)ISFSArraySFSObject. getSFSArray(java.lang.String key)Methods in com.smartfoxserver.v2.entities.data with parameters of type ISFSArray Modifier and Type Method Description voidISFSArray. addSFSArray(ISFSArray value)Add a nested ISFSArrayvoidSFSArray. addSFSArray(ISFSArray value)voidISFSObject. putSFSArray(java.lang.String key, ISFSArray value)Add a nested ISFSArrayvoidSFSObject. putSFSArray(java.lang.String key, ISFSArray value) -
Uses of ISFSArray in com.smartfoxserver.v2.entities.invitation
Methods in com.smartfoxserver.v2.entities.invitation with parameters of type ISFSArray Modifier and Type Method Description static InvitationSFSInvitation. fromSFSArray(ISFSArray sfsa) -
Uses of ISFSArray in com.smartfoxserver.v2.entities.match
Methods in com.smartfoxserver.v2.entities.match that return ISFSArray Modifier and Type Method Description ISFSArrayMatchExpression. toSFSArray()privateMethods in com.smartfoxserver.v2.entities.match with parameters of type ISFSArray Modifier and Type Method Description static MatchExpressionMatchExpression. fromSFSArray(ISFSArray sfsa) -
Uses of ISFSArray in com.smartfoxserver.v2.entities.variables
Methods in com.smartfoxserver.v2.entities.variables that return ISFSArray Modifier and Type Method Description ISFSArraySFSUserVariable. getSFSArrayValue()Get the value of the variable as SFSArrayISFSArrayVariable. getSFSArrayValue()Get the value of the variable as SFSArrayISFSArraySFSRoomVariable. toSFSArray()ISFSArraySFSUserVariable. toSFSArray()ISFSArrayVariable. toSFSArray()PrivateMethods in com.smartfoxserver.v2.entities.variables with parameters of type ISFSArray Modifier and Type Method Description static SFSRoomVariableSFSRoomVariable. newFromSFSArray(ISFSArray array)static SFSUserVariableSFSUserVariable. newFromSFSArray(ISFSArray array)SFSArray is expected to be formatted as follows 0: (str) -> name 1: (byte) -> type id 2: (Object) -> value 3: (bool) -> isPrivateprotected voidSFSUserVariable. populateArrayWithValue(ISFSArray sfsa)Populate an SFSArray wih the typed value of this Variableprotected voidSFSUserVariable. setValue(ISFSArray val) -
Uses of ISFSArray in com.smartfoxserver.v2.mmo
Methods in com.smartfoxserver.v2.mmo that return ISFSArray Modifier and Type Method Description ISFSArrayIMMOItem. toSFSArray()Used internallyISFSArrayMMOItem. toSFSArray()Used internallyISFSArrayMMORoom. toSFSArray(boolean globalRoomVarsOnly)Methods in com.smartfoxserver.v2.mmo with parameters of type ISFSArray Modifier and Type Method Description static MMOItemVariableMMOItemVariable. newFromSFSArray(ISFSArray array)
-