public class AlbumManager extends EntityManager<Album> implements DB
| Constructor and Description |
|---|
AlbumManager(android.content.Context ctx) |
| Modifier and Type | Method and Description |
|---|---|
void |
addTags(long albumId,
java.util.Collection<Tag> tags) |
long[] |
getTagIds(long albumId) |
java.util.ArrayList<Tag> |
getTags(long albumId) |
createForeignKeys, fillEagerForeignKeys, fillForeignKeys, getContext, getDB, getEagerForeignKeyColumnNames, getTableName, putToContentValues, readFromCursor, readRow, toContentValuesCopyright © 2011-2014. All Rights Reserved.