org.droidparts.test.persist.sql
Class AlbumManager
java.lang.Object
org.droidparts.persist.sql.AbstractEntityManager<EntityType>
org.droidparts.persist.sql.EntityManager<Album>
org.droidparts.test.persist.sql.AlbumManager
- All Implemented Interfaces:
- DB, SQL
public class AlbumManager
- extends EntityManager<Album>
- implements DB
| Nested classes/interfaces inherited from interface org.droidparts.test.persist.DB |
DB.Column, DB.Table |
| Nested classes/interfaces inherited from interface org.droidparts.contract.SQL |
SQL.DDL |
| Fields inherited from interface org.droidparts.contract.SQL |
AND, ASC, BETWEEN, DESC, EQUAL, GREATER, GREATER_OR_EQUAL, IN, LESS, LESS_OR_EQUAL, LIKE, NOT_BETWEEN, NOT_EQUAL, NOT_IN, NOT_LIKE, NOT_NULL, NULL, OR |
|
Constructor Summary |
AlbumManager(android.content.Context ctx)
|
| Methods inherited from class org.droidparts.persist.sql.EntityManager |
createForeignKeys, fillEagerForeignKeys, fillForeignKeys, getContext, getDB, getEagerForeignKeyColumnNames, getTableName, putToContentValues, readFromCursor, readRow, toContentValues |
| Methods inherited from class org.droidparts.persist.sql.AbstractEntityManager |
create, create, createOrUpdate, delete, delete, delete, executeInTransaction, read, readAll, readFirst, readIds, select, update, update, update |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AlbumManager
public AlbumManager(android.content.Context ctx)
getTags
public ArrayList<Tag> getTags(long albumId)
addTags
public void addTags(long albumId,
Collection<Tag> tags)
getTagIds
public long[] getTagIds(long albumId)
Copyright © 2011-2014. All Rights Reserved.