Uses of Class
com.todoroo.andlib.data.TodorooCursor

Packages that use TodorooCursor
com.todoroo.andlib.data Todoroo Library classes for the data layer: accessing data from a database or ContentResolver 
com.todoroo.astrid.data Astrid data model classes and ContentResolver data access objects 
com.todoroo.astrid.sync Astrid synchronization helpers 
 

Uses of TodorooCursor in com.todoroo.andlib.data
 

Methods in com.todoroo.andlib.data that return TodorooCursor
 TodorooCursor<TYPE> ContentResolverDao.query(Query query)
          Query content provider
 TodorooCursor<TYPE> DatabaseDao.query(Query query)
          Construct a query with SQL DSL objects
 TodorooCursor<TYPE> DatabaseDao.rawQuery(java.lang.String selection, java.lang.String[] selectionArgs, Property<?>... properties)
          Construct a query with raw SQL
 

Methods in com.todoroo.andlib.data with parameters of type TodorooCursor
 java.lang.Object TodorooCursor.CursorReadingVisitor.visitDouble(Property<java.lang.Double> property, TodorooCursor<?> cursor)
           
 java.lang.Object TodorooCursor.CursorReadingVisitor.visitInteger(Property<java.lang.Integer> property, TodorooCursor<?> cursor)
           
 java.lang.Object TodorooCursor.CursorReadingVisitor.visitLong(Property<java.lang.Long> property, TodorooCursor<?> cursor)
           
 java.lang.Object TodorooCursor.CursorReadingVisitor.visitString(Property<java.lang.String> property, TodorooCursor<?> cursor)
           
 

Uses of TodorooCursor in com.todoroo.astrid.data
 

Methods in com.todoroo.astrid.data with parameters of type TodorooCursor
 void Metadata.readFromCursor(TodorooCursor<Metadata> cursor)
           
 void StoreObject.readFromCursor(TodorooCursor<StoreObject> cursor)
           
 void TagData.readFromCursor(TodorooCursor<TagData> cursor)
           
 void Task.readFromCursor(TodorooCursor<Task> cursor)
           
 void Update.readFromCursor(TodorooCursor<Update> cursor)
           
 void User.readFromCursor(TodorooCursor<User> cursor)
           
 

Constructors in com.todoroo.astrid.data with parameters of type TodorooCursor
Metadata(TodorooCursor<Metadata> cursor)
           
StoreObject(TodorooCursor<StoreObject> cursor)
           
TagData(TodorooCursor<TagData> cursor)
           
Task(TodorooCursor<Task> cursor)
           
Update(TodorooCursor<Update> cursor)
           
User(TodorooCursor<User> cursor)
           
 

Uses of TodorooCursor in com.todoroo.astrid.sync
 

Methods in com.todoroo.astrid.sync that return TodorooCursor
 TodorooCursor<Task> SyncMetadataService.getLocallyCreated(Property<?>... properties)
          Gets tasks that were created since last sync
 TodorooCursor<Task> SyncMetadataService.getLocallyUpdated(Property<?>... properties)
          Gets tasks that were modified since last sync
 

Methods in com.todoroo.astrid.sync with parameters of type TodorooCursor
 TYPE SyncMetadataService.readTaskAndMetadata(TodorooCursor<Task> taskCursor)
          Reads a task and its metadata