B C D E F G I J O P Q R S T V W Y

S

S_END - Static variable in class org.quickconnectfamily.json.JSONParser
 
S_IN_ARRAY - Static variable in class org.quickconnectfamily.json.JSONParser
 
S_IN_ERROR - Static variable in class org.quickconnectfamily.json.JSONParser
 
S_IN_FINISHED_VALUE - Static variable in class org.quickconnectfamily.json.JSONParser
 
S_IN_OBJECT - Static variable in class org.quickconnectfamily.json.JSONParser
 
S_IN_PAIR_VALUE - Static variable in class org.quickconnectfamily.json.JSONParser
 
S_INIT - Static variable in class org.quickconnectfamily.json.JSONParser
 
S_PASSED_PAIR_KEY - Static variable in class org.quickconnectfamily.json.JSONParser
 
setColumnNames(String[]) - Method in class org.quickconnectfamily.dbaccess.DataAccessResult
 
setData(WeakReference<Context>, String, String, Object[]) - Static method in class org.quickconnectfamily.dbaccess.DataAccessObject
Deprecated. Replaced by #transact(Activity aContext, String databaseName, String SQL, Object[] parameters)
setData(String, Object[]) - Method in class org.quickconnectfamily.sync.SynchronizedDB
This method is used to insert data into the SQLite database on the device or do any other type of database modification.
setErrorDescription(String) - Method in class org.quickconnectfamily.dbaccess.DataAccessResult
 
setErrorType(int) - Method in exception org.quickconnectfamily.json.ParseException
 
setFirstCharType(int) - Method in class org.quickconnectfamily.json.JSONParser
Reset the parser to the initial state without resetting the underlying reader.
setNumUnmatchedCharTypeCount(int) - Method in class org.quickconnectfamily.json.JSONParser
 
setPosition(int) - Method in exception org.quickconnectfamily.json.ParseException
 
setProtector(JSONStreamProtector) - Method in class org.quickconnectfamily.json.JSONStream
 
setResults(ArrayList<ArrayList<String>>) - Method in class org.quickconnectfamily.dbaccess.DataAccessResult
 
setUnexpectedObject(Object) - Method in exception org.quickconnectfamily.json.ParseException
 
startArray() - Method in interface org.quickconnectfamily.json.ContentHandler
Receive notification of the beginning of a JSON array.
startJSON() - Method in interface org.quickconnectfamily.json.ContentHandler
Receive notification of the beginning of JSON processing.
startObject() - Method in interface org.quickconnectfamily.json.ContentHandler
Receive notification of the beginning of a JSON object.
startObjectEntry(String) - Method in interface org.quickconnectfamily.json.ContentHandler
Receive notification of the beginning of a JSON object entry.
startTransaction(WeakReference<Context>, String) - Static method in class org.quickconnectfamily.dbaccess.DataAccessObject
This method is used as the beginning boundary of a database transaction.
startTransaction() - Method in class org.quickconnectfamily.sync.SynchronizedDB
This method is called prior to making multiple setData calls.
stringify(Serializable) - Static method in class org.quickconnectfamily.json.JSONUtilities
Converts a Serializable object into a JSON formatted string
stringify(Serializable, JSONUtilities.encoding) - Static method in class org.quickconnectfamily.json.JSONUtilities
Converts a Serializable object into a JSON formatted string using the specified Encoding
subversion - Static variable in class org.quickconnectfamily.json.JSONUtilities
 
sync() - Method in class org.quickconnectfamily.sync.SynchronizedDB
This method pushes any stored setData parameters to the HTTP service, waits for any data from the service, and then inserts any data received from the service into the appropriate tables in the local SQLite database.
SyncData - Class in org.quickconnectfamily.sync
 
SyncData(String, ArrayList<ArrayList<String>>) - Constructor for class org.quickconnectfamily.sync.SyncData
 
SynchronizedDB - Class in org.quickconnectfamily.sync
The SynchronizedDB class provides a safe way of keeping a SQLite file on an Android device in sync with a remote server.
SynchronizedDB(WeakReference<Context>, String, URL, int, String, String, long) - Constructor for class org.quickconnectfamily.sync.SynchronizedDB
Creates a SynchronizedDB object used to interact with a local database and a remote HTTP service.
SyncItem - Class in org.quickconnectfamily.sync
 
SyncItem(String, String, ArrayList<Object>) - Constructor for class org.quickconnectfamily.sync.SyncItem
 

B C D E F G I J O P Q R S T V W Y