Skip navigation links
A B C D E F G H I J K L M N O P Q R S T U V W 

G

gatherColumnList(SQLiteDatabase, String) - Static method in class net.zer0bandwidth.android.lib.database.SQLiteColumnInfo
Gathers information about the columns in the specified table, and returns the column descriptions in a list.
gatherColumnMap(SQLiteDatabase, String) - Static method in class net.zer0bandwidth.android.lib.database.SQLiteColumnInfo
Gathers information about the columns in the specified table, and returns the column descriptions in a map.
get(Context, Class<MGR>) - Static method in class net.zer0bandwidth.android.lib.app.Managers
Obtains an instance of the Android OS service whose class is given.
get(Class<SC>) - Method in class net.zer0bandwidth.android.lib.database.sqlitehouse.SQLightable.ReflectionMap
As Map.get(Object), but forces a cast on the SQLightable.Reflection object that is returned from the map.
get(Class<T>) - Method in class net.zer0bandwidth.android.lib.services.SingletonService
Returns the singleton instance of the specified class.
getActionListIntentFilter(String, String, String...) - Static method in class net.zer0bandwidth.android.lib.content.IntentUtils
Constructs an IntentFilter for all actions that would be assembled from the specified format string, domain, and action list.
getActionListIntentFilter(String, String, Collection<String>) - Static method in class net.zer0bandwidth.android.lib.content.IntentUtils
Constructs an IntentFilter for all actions that would be assembled from the specified format string, domain, and action list.
getActionListIntentFilter(String, String...) - Static method in class net.zer0bandwidth.android.lib.content.IntentUtils
Constructs an IntentFilter for all actions that would be assembled from the specified domain and action list.
getActionListIntentFilter(String, Collection<String>) - Static method in class net.zer0bandwidth.android.lib.content.IntentUtils
Constructs an IntentFilter for all actions that would be assembled from the specified domain and action list.
getAddColumnSQL(SQLightable.Reflection<T>.Column) - Method in class net.zer0bandwidth.android.lib.database.sqlitehouse.SQLightable.Reflection
Generates the SQL statement which will add the specified column to this table.
getAppNameAndVersion(Context) - Static method in class net.zer0bandwidth.android.lib.app.AppUtils
Returns a string containing the app's name and version (if found).
getAppNameAndVersion(Context, int) - Static method in class net.zer0bandwidth.android.lib.app.AppUtils
Returns a string containing the app's name and version (if found).
getAppVersion(Context) - Static method in class net.zer0bandwidth.android.lib.app.AppUtils
Returns the string containing the app's current version.
getArticle() - Method in class net.zer0bandwidth.android.lib.nonsense.NonsenseShipOrPub
Might start us off with ah "The".
getAssetName() - Method in class net.zer0bandwidth.android.lib.database.SQLiteAssetPortal
Descendant classes must implement this method to provide the name of the asset from which the database will be replicated.
getBoolean(String, boolean) - Method in class net.zer0bandwidth.android.lib.content.PreferencePortal
 
getBoolean(String) - Method in class net.zer0bandwidth.android.lib.content.PreferencePortal
 
getBoolean(int, boolean) - Method in class net.zer0bandwidth.android.lib.content.PreferencePortal
 
getBoolean(int) - Method in class net.zer0bandwidth.android.lib.content.PreferencePortal
 
getBooleanColumn(Cursor, String) - Static method in class net.zer0bandwidth.android.lib.database.SQLitePortal
Shorthand to fetch the Boolean value from a column that stores Boolean values as integers.
getBoundIntent(Context, Class<?>) - Static method in class net.zer0bandwidth.android.lib.content.IntentUtils
Tries to get an Intent that is bound to the specified class, which is expected to process that intent.
getBoundIntent(Context, Class<?>, String) - Static method in class net.zer0bandwidth.android.lib.content.IntentUtils
Tries to get an Intent that is bound to the specified class, which is expected to process that intent.
getCallState(Context) - Static method in class net.zer0bandwidth.android.lib.telephony.TelephonyController
Indicates the current call state.
getClassFromExtra(Intent) - Method in class net.zer0bandwidth.android.lib.database.sqlitehouse.content.SQLiteHouseSignalAPI
Discovers and returns the schematic class definition that is named in an intent sent from a relay to a keeper.
getClassMessage(Class<? extends QueryBuilder>) - Static method in exception net.zer0bandwidth.android.lib.content.querybuilder.QueryBuilder.ExecutionException
Generates an exception message based on the name of the class that failed.
getClipboardManager(Context) - Static method in class net.zer0bandwidth.android.lib.content.ContentUtils
Retrieves the system's clipboard manager.
getColAttrs() - Method in class net.zer0bandwidth.android.lib.database.sqlitehouse.SQLightable.Reflection.Column
Accesses the schematic annotation.
getCollectionInstance() - Method in class net.zer0bandwidth.android.lib.database.sqlitehouse.refractor.CommaDelimStringsListLens
 
getCollectionInstance() - Method in class net.zer0bandwidth.android.lib.database.sqlitehouse.refractor.FormFeedDelimStringsListLens
 
getCollectionInstance() - Method in class net.zer0bandwidth.android.lib.database.sqlitehouse.refractor.StringCollectionLens
Implementation classes must provide a concrete override of this method to generate instances of the collection class which contains the list items.
getColumn(String) - Method in class net.zer0bandwidth.android.lib.database.sqlitehouse.SQLightable.Reflection
Accesses the reflection of a database column (and its corresponding class field) with the specified name.
getColumnCreationClause() - Method in class net.zer0bandwidth.android.lib.database.sqlitehouse.SQLightable.Reflection.Column
Generates the SQL clause that will create this column as part of a CREATE TABLE or ALTER TABLE ADD COLUMN statement.
getColumnDef(Field) - Method in class net.zer0bandwidth.android.lib.database.sqlitehouse.SQLightable.Reflection
Deprecated.
zer0bandwidth-net/android 0.2.1 (#56) — it's unlikely that anything outside of SQLiteHouse itself would have also reflected the class and want to get to the column that way
getColumnDef(String) - Method in class net.zer0bandwidth.android.lib.database.sqlitehouse.SQLightable.Reflection
Deprecated.
zer0bandwidth-net/android 0.2.1 (#56) — use SQLightable.Reflection.getColumn(java.lang.String) instead
getColumnList() - Method in class net.zer0bandwidth.android.lib.database.querybuilder.SelectionBuilder
Generates the column list to be passed to SQLiteDatabase.query(boolean, java.lang.String, java.lang.String[], java.lang.String, java.lang.String[], java.lang.String, java.lang.String, java.lang.String, java.lang.String).
getColumnListForTable(String) - Method in class net.zer0bandwidth.android.lib.database.SQLitePortal
Uses SQLite pragmas to discover the structure of an existing table, and return a list of its column definitions.
getColumnMap() - Method in class net.zer0bandwidth.android.lib.database.sqlitehouse.SQLightable.Reflection
Deprecated.
zer0bandwidth-net/android 0.2.1 (#56) — use SQLightable.Reflection.getColumns() to get the list of columns directly, or get SQLightable.Reflection.getColumn(String) to get a specific column
getColumnMapForTable(String) - Method in class net.zer0bandwidth.android.lib.database.SQLitePortal
Uses SQLite pragmas to discover the structure of an existing table, and return a map of column names to column definitions.
getColumns() - Method in class net.zer0bandwidth.android.lib.content.querybuilder.SelectionBuilder
Generates the list of columns to be included in the result set, as an array of strings to be passed to ContentResolver.query(android.net.Uri, java.lang.String[], java.lang.String, java.lang.String[], java.lang.String).
getColumns() - Method in class net.zer0bandwidth.android.lib.database.sqlitehouse.SQLightable.Reflection
Accesses the ordered list of column reflections.
getColumnsAsList() - Method in class net.zer0bandwidth.android.lib.database.sqlitehouse.SQLightable.Reflection.ColumnMap
Deprecated.
zer0bandwidth-net/android 0.2.1 (#56) — don't rely on this method to get an array of columns; use SQLightable.Reflection.getColumns() instead.
getContentResolver(Context) - Static method in class net.zer0bandwidth.android.lib.content.querybuilder.QueryBuilder
Obtains a ContentResolver from the specified context, throwing an exception if that context is null.
getContext() - Method in class net.zer0bandwidth.android.lib.database.SQLitePortal
Accessor for the context in which the instance was created.
getDatabaseFileSize() - Method in class net.zer0bandwidth.android.lib.database.SQLitePortal
Discovers the size of the database file in storage.
getDataFromBundle(Intent, Class<SC>) - Method in class net.zer0bandwidth.android.lib.database.sqlitehouse.content.SQLiteHouseSignalAPI
Discovers and extracts an instance of a schematic class from an extra provided in an intent from a relay to a keeper.
getDataState(Context) - Static method in class net.zer0bandwidth.android.lib.telephony.TelephonyController
Indicates the current call state.
getDataState() - Method in class net.zer0bandwidth.android.lib.telephony.TelephonyController
getDelimiter() - Method in class net.zer0bandwidth.android.lib.database.sqlitehouse.refractor.CommaDelimStringsListLens
 
getDelimiter() - Method in class net.zer0bandwidth.android.lib.database.sqlitehouse.refractor.FormFeedDelimStringsListLens
 
getDelimiter() - Method in class net.zer0bandwidth.android.lib.database.sqlitehouse.refractor.StringCollectionLens
Implementation classes must provide a concrete override of this method to declare the delimiter that is used/sought between items in the serialized list.
getExtraSchemaClassName(Intent) - Method in class net.zer0bandwidth.android.lib.database.sqlitehouse.content.SQLiteHouseSignalAPI
Shorthand to retrieve the schematic class name, which is used by almost every keeper and relay function.
getExtraTagFormat() - Method in class net.zer0bandwidth.android.lib.database.sqlitehouse.content.SQLiteHouseSignalAPI
Accesses the format string used to construct name tags for Intent extras.
getField() - Method in class net.zer0bandwidth.android.lib.database.sqlitehouse.SQLightable.Reflection.Column
Accesses the schematic field.
getField(String) - Method in class net.zer0bandwidth.android.lib.database.sqlitehouse.SQLightable.Reflection
Accesses the field in the schematic class corresponding to the name of a column in the table described by the class.
getFirstSchemaVersion() - Method in class net.zer0bandwidth.android.lib.database.sqlitehouse.SQLightable.Reflection
Determines the first version of the schema in which this schematic class was included.
getFormattedExtraTag(String) - Method in class net.zer0bandwidth.android.lib.database.sqlitehouse.content.SQLiteHouseSignalAPI
Constructs the full name tag for an Intent extra to be exchanged between a keeper and a relay.
getFormattedKeeperAction(String) - Method in class net.zer0bandwidth.android.lib.database.sqlitehouse.content.SQLiteHouseSignalAPI
Creates a fully-formed action name for the keeper.
getFormattedRelayAction(String) - Method in class net.zer0bandwidth.android.lib.database.sqlitehouse.content.SQLiteHouseSignalAPI
Creates a fully-formed action name for the relay.
getInstance() - Method in class net.zer0bandwidth.android.lib.database.sqlitehouse.SQLightable.Reflection
Constructs an empty instance of the SQLightable implementation class reflected in this object.
getInstance(Class<FDSC>, Context) - Method in class net.zer0bandwidth.android.lib.database.sqlitehouse.SQLiteHouse.Factory
Uses annotations found in a SQLiteHouse descendant to construct an instance of the database class.
getInstance(Class<FDSC>, Context, SQLiteDatabase.CursorFactory) - Method in class net.zer0bandwidth.android.lib.database.sqlitehouse.SQLiteHouse.Factory
Uses annotations found in a SQLiteHouse descendant to construct an instance of the database class.
getInt(String, int) - Method in class net.zer0bandwidth.android.lib.content.PreferencePortal
 
getInt(String) - Method in class net.zer0bandwidth.android.lib.content.PreferencePortal
 
getInt(int, int) - Method in class net.zer0bandwidth.android.lib.content.PreferencePortal
 
getInt(int) - Method in class net.zer0bandwidth.android.lib.content.PreferencePortal
 
getIntentDomain() - Method in class net.zer0bandwidth.android.lib.database.sqlitehouse.content.SQLiteHouseKeeper.DefaultSignals
 
getIntentDomain() - Method in class net.zer0bandwidth.android.lib.database.sqlitehouse.content.SQLiteHouseSignalAPI
Reveals the "domain" under which the keeper and relay will operate.
getKeeperActionFormat() - Method in class net.zer0bandwidth.android.lib.database.sqlitehouse.content.SQLiteHouseSignalAPI
Accesses the format string used to construct keeper actions.
getKeeperActions() - Method in class net.zer0bandwidth.android.lib.database.sqlitehouse.content.SQLiteHouseSignalAPI
Accesses the set of keeper actions which will be registered.
getKeeperIntentFilter() - Method in class net.zer0bandwidth.android.lib.database.sqlitehouse.content.SQLiteHouseSignalAPI
Constructs the IntentFilter for the SQLiteHouseKeeper implementation.
getKeyColumn() - Method in class net.zer0bandwidth.android.lib.database.sqlitehouse.SQLightable.Reflection
Accesses the column reflection for the field defined as the practical key for the table.
getKeyField() - Method in class net.zer0bandwidth.android.lib.database.sqlitehouse.SQLightable.Reflection
Accesses the field that was defined as the practical key for the table.
getKeyOrMagicIDColumn() - Method in class net.zer0bandwidth.android.lib.database.sqlitehouse.SQLightable.Reflection
Tries to find a usable key column, by first looking for a field defined as the practical key, then looking for a field defined as the magic auto-incremented row ID, then returning null if neither is defined.
getLatestSchemaVersion() - Method in class net.zer0bandwidth.android.lib.database.SQLitePortal
Accessor for the schema version with which the instance was constructed.
getListeners() - Method in class net.zer0bandwidth.android.lib.services.SimpleServiceConnection
Accesses the pool of listeners, verifying first that such a pool has been initialized.
getLogTag() - Method in class net.zer0bandwidth.android.lib.services.SimpleServiceConnection
For log messages generated by methods of this class, or any descendant class, use this method, which examines the class of the instance from which it is called, and returns that class's simple name.
getLong(String, long) - Method in class net.zer0bandwidth.android.lib.content.PreferencePortal
 
getLong(String) - Method in class net.zer0bandwidth.android.lib.content.PreferencePortal
 
getLong(int, long) - Method in class net.zer0bandwidth.android.lib.content.PreferencePortal
 
getLong(int) - Method in class net.zer0bandwidth.android.lib.content.PreferencePortal
 
getMagicIDColumn() - Method in class net.zer0bandwidth.android.lib.database.sqlitehouse.SQLightable.Reflection
Accesses the column reflection for the field defined as the container for the SQLite magic auto-incremented row ID, if any.
getMagicIDField() - Method in class net.zer0bandwidth.android.lib.database.sqlitehouse.SQLightable.Reflection
Accesses the field that was defined as the container for the SQLite magic auto-incremented row ID, if any.
getManager(Context) - Static method in class net.zer0bandwidth.android.lib.telephony.TelephonyController
Fetches an instance of the device's telephony manager.
getMessage(String) - Static method in exception net.zer0bandwidth.android.lib.telephony.exceptions.ControllerInvocationException
Generates the exception's standard message based on the method name.
getName() - Method in class net.zer0bandwidth.android.lib.database.sqlitehouse.SQLightable.Reflection.Column
Shorthand to get the DB column name from the annotation.
getOrderByClause() - Method in class net.zer0bandwidth.android.lib.database.querybuilder.SelectionBuilder
Generates the selection's ORDER BY clause, if any.
getOrPut(Class<T>, T) - Method in class net.zer0bandwidth.android.lib.services.SingletonService
Gets the current singleton instance for the specified class, or stores the supplied alternative as the singleton if none was previously set.
getPathToDatabaseFile() - Method in class net.zer0bandwidth.android.lib.database.SQLitePortal
Discovers the full path to the database file for this portal in the app's data folder on the Android device.
getPrefs() - Method in class net.zer0bandwidth.android.lib.content.PreferencePortal
Accesses the SharedPreferences instance used by this class.
getQueryContext() - Method in class net.zer0bandwidth.android.lib.database.sqlitehouse.SQLiteHouse
Deprecated.
zer0bandwidth-net/android 0.2.1 (#56)
getQueryContext(Class<? extends SQLightable>) - Method in class net.zer0bandwidth.android.lib.database.sqlitehouse.SQLiteHouse
Deprecated.
zer0bandwidth-net/android 0.2.1 (#56) — use SQLiteHouse.getReflection(Class) instead
getRandomNonsense(int, int) - Method in class net.zer0bandwidth.android.lib.nonsense.NonsenseBuilder
Randomly selects a string resource from the selected string array.
getReflection(Class<SC>) - Method in class net.zer0bandwidth.android.lib.database.sqlitehouse.SQLiteHouse
Similar to SQLiteHouse.describe(java.lang.Class<SC>), but will throw a SchematicException if the specified class is not found.
getRefractor() - Method in class net.zer0bandwidth.android.lib.database.sqlitehouse.SQLightable.Reflection.Column
Accesses the column's Refractor implementation.
getRefractorFor(Class<?>) - Static method in class net.zer0bandwidth.android.lib.database.sqlitehouse.refractor.RefractorMap
Gets the default refractor class for the specified data class.
getRefractorForField(Field) - Method in class net.zer0bandwidth.android.lib.database.sqlitehouse.SQLiteHouse
Discovers the type of refractor needed to marshal the specified field.
getRelayActionFormat() - Method in class net.zer0bandwidth.android.lib.database.sqlitehouse.content.SQLiteHouseSignalAPI
Accesses the format string used to construct relay actions.
getRelayActions() - Method in class net.zer0bandwidth.android.lib.database.sqlitehouse.content.SQLiteHouseSignalAPI
Accesses the set of relay actions which will be registered.
getRelayIntentFilter() - Method in class net.zer0bandwidth.android.lib.database.sqlitehouse.content.SQLiteHouseSignalAPI
Constructs the IntentFilter for the SQLiteHouseRelay implementation.
getSchemaClasses() - Method in class net.zer0bandwidth.android.lib.database.sqlitehouse.SQLiteHouse
Accesses the cache of schematic classes for the database.
getServiceClass() - Method in class net.zer0bandwidth.android.lib.services.SimpleServiceConnection
Accessor for the service class hint.
getServiceInstance() - Method in class net.zer0bandwidth.android.lib.services.SimpleServiceConnection
Accessor for the service instance, if the connection is bound.
getServiceInstance() - Method in interface net.zer0bandwidth.android.lib.services.SimpleServiceConnection.InstanceBinder
Provides the bound instance of the service.
getServiceInstance() - Method in class net.zer0bandwidth.android.lib.services.SingletonService.Binder
 
getSince() - Method in class net.zer0bandwidth.android.lib.database.sqlitehouse.SQLightable.Reflection.Column
 
getSortSpecString() - Method in class net.zer0bandwidth.android.lib.content.querybuilder.SelectionBuilder
Generates the selection's sort criteria as a string, to be supplied to ContentResolver.query(android.net.Uri, java.lang.String[], java.lang.String, java.lang.String[], java.lang.String).
getSQLColumnValueFrom(T) - Method in class net.zer0bandwidth.android.lib.database.sqlitehouse.SQLightable.Reflection.Column
Tries to discover the value of this column within the corresponding field of an instance of the schematic class that defines it.
getSQLiteColumnTypeFor(Class<?>) - Method in class net.zer0bandwidth.android.lib.database.sqlitehouse.refractor.RefractorMap
Discovers the SQLite column type for a given class, by calling the class's refractor.
getSQLiteDataType() - Method in class net.zer0bandwidth.android.lib.database.sqlitehouse.refractor.BooleanLens
 
getSQLiteDataType() - Method in class net.zer0bandwidth.android.lib.database.sqlitehouse.refractor.CalendarLens
Because SQLiteHouse will manage all datetime data elements as integer timestamps, the SQLite data type chosen here is the integer type.
getSQLiteDataType() - Method in class net.zer0bandwidth.android.lib.database.sqlitehouse.refractor.CharacterLens
 
getSQLiteDataType() - Method in class net.zer0bandwidth.android.lib.database.sqlitehouse.refractor.DateLens
 
getSQLiteDataType() - Method in class net.zer0bandwidth.android.lib.database.sqlitehouse.refractor.DoubleLens
 
getSQLiteDataType() - Method in class net.zer0bandwidth.android.lib.database.sqlitehouse.refractor.FloatLens
 
getSQLiteDataType() - Method in class net.zer0bandwidth.android.lib.database.sqlitehouse.refractor.IntegerLens
 
getSQLiteDataType() - Method in class net.zer0bandwidth.android.lib.database.sqlitehouse.refractor.LongLens
 
getSQLiteDataType() - Method in interface net.zer0bandwidth.android.lib.database.sqlitehouse.refractor.Refractor
Defines the SQLite data type to be used when writing a value into the database.
getSQLiteDataType() - Method in class net.zer0bandwidth.android.lib.database.sqlitehouse.refractor.ShortLens
 
getSQLiteDataType() - Method in class net.zer0bandwidth.android.lib.database.sqlitehouse.refractor.SQLDateLens
 
getSQLiteDataType() - Method in class net.zer0bandwidth.android.lib.database.sqlitehouse.refractor.StringCollectionLens
 
getSQLiteDataType() - Method in class net.zer0bandwidth.android.lib.database.sqlitehouse.refractor.StringLens
 
getSQLiteDefaultString() - Method in class net.zer0bandwidth.android.lib.database.sqlitehouse.refractor.Lens
This is the simplest and canonical implementation of the method specified by Refractor.
getSQLiteDefaultString() - Method in interface net.zer0bandwidth.android.lib.database.sqlitehouse.refractor.Refractor
Returns a string representation of the column type's default value, for use in an SQLite statement.
getSQLiteDefaultValue() - Method in class net.zer0bandwidth.android.lib.database.sqlitehouse.refractor.BooleanLens
Defines the default value for Boolean types as false.
getSQLiteDefaultValue() - Method in class net.zer0bandwidth.android.lib.database.sqlitehouse.refractor.CalendarLens
When a date cannot be null, this class provides a default value at the start of the epoch.
getSQLiteDefaultValue() - Method in class net.zer0bandwidth.android.lib.database.sqlitehouse.refractor.CharacterLens
When a character cannot be null, we generate a null character.
getSQLiteDefaultValue() - Method in class net.zer0bandwidth.android.lib.database.sqlitehouse.refractor.DateLens
When a date cannot be null, this class provides a default value at the start of the epoch.
getSQLiteDefaultValue() - Method in class net.zer0bandwidth.android.lib.database.sqlitehouse.refractor.DoubleLens
Defines the non-null default value as zero.
getSQLiteDefaultValue() - Method in class net.zer0bandwidth.android.lib.database.sqlitehouse.refractor.FloatLens
Defines the default value as zero.
getSQLiteDefaultValue() - Method in class net.zer0bandwidth.android.lib.database.sqlitehouse.refractor.IntegerLens
Defines the default value as zero.
getSQLiteDefaultValue() - Method in class net.zer0bandwidth.android.lib.database.sqlitehouse.refractor.Lens
 
getSQLiteDefaultValue() - Method in class net.zer0bandwidth.android.lib.database.sqlitehouse.refractor.LongLens
Defines the default value as zero.
getSQLiteDefaultValue() - Method in interface net.zer0bandwidth.android.lib.database.sqlitehouse.refractor.Refractor
Returns a reasonable non-null default value for a column of this data type in SQLite, particularly for cases in which the value cannot be null.
getSQLiteDefaultValue() - Method in class net.zer0bandwidth.android.lib.database.sqlitehouse.refractor.ShortLens
Defines the default value as zero.
getSQLiteDefaultValue() - Method in class net.zer0bandwidth.android.lib.database.sqlitehouse.refractor.SQLDateLens
Defines the default value of a date column as null.
getSQLiteDefaultValue() - Method in class net.zer0bandwidth.android.lib.database.sqlitehouse.refractor.StringLens
Defines the non-null default string value as an empty string.
getString(String, String) - Method in class net.zer0bandwidth.android.lib.content.PreferencePortal
 
getString(String) - Method in class net.zer0bandwidth.android.lib.content.PreferencePortal
 
getString(int, String) - Method in class net.zer0bandwidth.android.lib.content.PreferencePortal
 
getString(int) - Method in class net.zer0bandwidth.android.lib.content.PreferencePortal
 
getString() - Method in class net.zer0bandwidth.android.lib.nonsense.BuildertextJavaclass
 
getString() - Method in class net.zer0bandwidth.android.lib.nonsense.NonsenseBuilder
 
getString() - Method in interface net.zer0bandwidth.android.lib.nonsense.NonsenseGenerator
Generates the nonsense string.
getString() - Method in class net.zer0bandwidth.android.lib.nonsense.NonsenseShipOrPub
Generates the name.
getStringifiedBoolean(SharedPreferences, String, boolean) - Static method in class net.zer0bandwidth.android.lib.content.PreferencePortal
Get the value of a Boolean preference that was stored as a string.
getStringifiedBoolean(String, boolean) - Method in class net.zer0bandwidth.android.lib.content.PreferencePortal
Fetches a Boolean preference that was stored as a string.
getStringifiedBoolean(String) - Method in class net.zer0bandwidth.android.lib.content.PreferencePortal
Fetches a Boolean preference that was stored as a string, using PreferencePortal.DEFAULT_BOOLEAN as the default if the preference is not set.
getStringifiedBoolean(int, boolean) - Method in class net.zer0bandwidth.android.lib.content.PreferencePortal
Fetches a Boolean preference that was stored as a string.
getStringifiedBoolean(int) - Method in class net.zer0bandwidth.android.lib.content.PreferencePortal
Fetches a Boolean preference that was stored as a string, using PreferencePortal.DEFAULT_BOOLEAN as the default if the preference is not set.
getStringifiedInt(SharedPreferences, String, int) - Static method in class net.zer0bandwidth.android.lib.content.PreferencePortal
Get the value of an integer preference that is stored as a string.
getStringifiedInt(String, int) - Method in class net.zer0bandwidth.android.lib.content.PreferencePortal
 
getStringifiedInt(String) - Method in class net.zer0bandwidth.android.lib.content.PreferencePortal
 
getStringifiedInt(int, int) - Method in class net.zer0bandwidth.android.lib.content.PreferencePortal
 
getStringifiedInt(int) - Method in class net.zer0bandwidth.android.lib.content.PreferencePortal
 
getStringifiedLong(SharedPreferences, String, long) - Static method in class net.zer0bandwidth.android.lib.content.PreferencePortal
Get the value of a long-integer preference that is stored as a string.
getStringifiedLong(String, long) - Method in class net.zer0bandwidth.android.lib.content.PreferencePortal
 
getStringifiedLong(String) - Method in class net.zer0bandwidth.android.lib.content.PreferencePortal
 
getStringifiedLong(int, long) - Method in class net.zer0bandwidth.android.lib.content.PreferencePortal
 
getStringifiedLong(int) - Method in class net.zer0bandwidth.android.lib.content.PreferencePortal
 
getStrippedNoun() - Method in class net.zer0bandwidth.android.lib.nonsense.NonsenseShipOrPub
Ensures that we strip any article that was already included with the noun resource.
getTableAttrs() - Method in class net.zer0bandwidth.android.lib.database.sqlitehouse.SQLightable.Reflection
Accesses the SQLiteTable annotation that defines the attributes of the table described by this schematic class.
getTableClass() - Method in class net.zer0bandwidth.android.lib.database.sqlitehouse.SQLightable.Reflection
Accesses the schematic class reflected in this object.
getTableCreationSQL() - Method in class net.zer0bandwidth.android.lib.database.sqlitehouse.SQLightable.Reflection
Generates the SQL statement which will create the table represented by this schematic class, based on the class itself, and its SQLiteTable annotation (if any).
getTableName(Class<ST>) - Static method in class net.zer0bandwidth.android.lib.database.sqlitehouse.SQLightable.Reflection
Standardized way to choose the name of a SQLite table based on the schematic class definition and its annotations, if any.
getTableName(Class<ST>, SQLiteTable) - Static method in class net.zer0bandwidth.android.lib.database.sqlitehouse.SQLightable.Reflection
Standardized way to choose the name of a SQLite table based on the annotation attached to the schematic class.
getTableName() - Method in class net.zer0bandwidth.android.lib.database.sqlitehouse.SQLightable.Reflection
Accesses the name of the database table described by this schematic class.
getTokenFromKeeperAction(String) - Method in class net.zer0bandwidth.android.lib.database.sqlitehouse.content.SQLiteHouseSignalAPI
Extracts the action token from a fully-formatted keeper action string.
getTokenFromRelayAction(String) - Method in class net.zer0bandwidth.android.lib.database.sqlitehouse.content.SQLiteHouseSignalAPI
Extracts the action token from a fully-formatted relay action string.
getValueFrom(SQLightable, Field) - Method in class net.zer0bandwidth.android.lib.database.sqlitehouse.refractor.BooleanLens
 
getValueFrom(SQLightable, Field) - Method in class net.zer0bandwidth.android.lib.database.sqlitehouse.refractor.CharacterLens
 
getValueFrom(SQLightable, Field) - Method in class net.zer0bandwidth.android.lib.database.sqlitehouse.refractor.DoubleLens
 
getValueFrom(SQLightable, Field) - Method in class net.zer0bandwidth.android.lib.database.sqlitehouse.refractor.FloatLens
 
getValueFrom(SQLightable, Field) - Method in class net.zer0bandwidth.android.lib.database.sqlitehouse.refractor.IntegerLens
 
getValueFrom(SQLightable, Field) - Method in class net.zer0bandwidth.android.lib.database.sqlitehouse.refractor.Lens
This implementation simply uses Field.get(java.lang.Object) and tries to cast it to the lens's template parameter type.
getValueFrom(SQLightable, Field) - Method in class net.zer0bandwidth.android.lib.database.sqlitehouse.refractor.LongLens
 
getValueFrom(SQLightable, Field) - Method in interface net.zer0bandwidth.android.lib.database.sqlitehouse.refractor.Refractor
Gets the value of a field which would be appropriate for this refractor.
getValueFrom(SQLightable, Field) - Method in class net.zer0bandwidth.android.lib.database.sqlitehouse.refractor.ShortLens
 
getWhereClause() - Method in class net.zer0bandwidth.android.lib.database.querybuilder.QueryBuilder
Creates a raw SQLite WHERE clause based on the format and params created for the instance.
getWhereFormat() - Method in class net.zer0bandwidth.android.lib.content.querybuilder.QueryBuilder
Creates the Android "where" clause format string to be passed to a ContentResolver query method.
getWhereFormat() - Method in class net.zer0bandwidth.android.lib.database.querybuilder.QueryBuilder
Creates the Android WHERE clause template to be passed to a SQLiteDatabase function.
getWhereParams() - Method in class net.zer0bandwidth.android.lib.content.querybuilder.QueryBuilder
Creates the array of "where" clause value substitutions to be passed to a ContentResolver query method.
getWhereParams() - Method in class net.zer0bandwidth.android.lib.database.querybuilder.QueryBuilder
Creates the array of WHERE clause value substitutions to be passed to a SQLiteDatabase function.
GregorianCalendarLens - Class in net.zer0bandwidth.android.lib.database.sqlitehouse.refractor
Provides a lens for GregorianCalendar.
GregorianCalendarLens() - Constructor for class net.zer0bandwidth.android.lib.database.sqlitehouse.refractor.GregorianCalendarLens
 
groupBy(String) - Method in class net.zer0bandwidth.android.lib.database.querybuilder.SelectionBuilder
Specifies the SQLite GROUP BY clause for the selection.
A B C D E F G H I J K L M N O P Q R S T U V W 
Skip navigation links