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,
Collection<Tag> tags) |
long[] |
getTagIds(long albumId) |
ArrayList<Tag> |
getTags(long albumId) |
createForeignKeys, fillEagerForeignKeys, fillForeignKeys, getContext, getDB, getEagerForeignKeyColumnNames, getTableName, putToContentValues, readFromCursor, readRow, toContentValuespublic void addTags(long albumId,
Collection<Tag> tags)
public long[] getTagIds(long albumId)
Copyright © 2011-2016. All Rights Reserved.