public class RequestQueueDB extends BFSqliteTable
BFSqliteTable.FieldType| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
FIELD_REQUEST_ID |
| Constructor and Description |
|---|
RequestQueueDB(android.content.Context context) |
| Modifier and Type | Method and Description |
|---|---|
void |
clearAll() |
void |
delete(Request request) |
protected android.content.ContentValues |
getContentValues(java.lang.Object object) |
protected java.util.HashMap<java.lang.String,BFSqliteTable.FieldType> |
getFields() |
protected java.lang.Long |
getId(java.lang.Object object) |
java.lang.Object |
getNextRequest() |
protected java.lang.String |
getTableName() |
protected Request |
loadObject(android.database.Cursor cursor) |
delete, deleteAll, findAll, findAllByField, findAllByField, findAllByField, findAllByField, findByField, findByField, findRandomByField, getFirstRecord, insert, onCreate, onUpgrade, updatepublic static final java.lang.String FIELD_REQUEST_ID
protected java.lang.String getTableName()
getTableName in class BFSqliteTableprotected Request loadObject(android.database.Cursor cursor)
loadObject in class BFSqliteTableprotected android.content.ContentValues getContentValues(java.lang.Object object)
getContentValues in class BFSqliteTableprotected java.util.HashMap<java.lang.String,BFSqliteTable.FieldType> getFields()
getFields in class BFSqliteTableprotected java.lang.Long getId(java.lang.Object object)
getId in class BFSqliteTablepublic void delete(Request request)
public java.lang.Object getNextRequest()
public void clearAll()