|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AIBag | |
|---|---|
| org.musicontroller.core | |
| org.musicontroller.dao | |
| Uses of AIBag in org.musicontroller.core |
|---|
| Fields in org.musicontroller.core with type parameters of type AIBag | |
|---|---|
static java.util.List<AIBag> |
AIBag.aibags
|
| Methods in org.musicontroller.core that return AIBag | |
|---|---|
AIBag |
Song.getAibag()
|
| Methods in org.musicontroller.core with parameters of type AIBag | |
|---|---|
void |
Song.setAibag(AIBag aibag)
|
| Uses of AIBag in org.musicontroller.dao |
|---|
| Methods in org.musicontroller.dao that return AIBag | |
|---|---|
static AIBag |
BagAndKeywordUtils.getAIBag(java.util.Set<AIRelation> relations)
Returns an artist_instrument bag containing exactly the artist-instrument relations specified in the argument. |
AIBag |
HibernateDao.getAIBagById(long id)
|
AIBag |
Dao.getAIBagById(long id)
Retrieves the ai_bag with the given id from the database. |
AIBag |
HibernateDao.getArtistAppearances(long artistid)
|
AIBag |
Dao.getArtistAppearances(long artistid)
Return a list of all appearances of an artist in songs. |
AIBag |
HibernateDao.getMostUsedAIBag(Band band)
|
AIBag |
Dao.getMostUsedAIBag(Band band)
Searches the database for the most used AIBag for this band. |
| Methods in org.musicontroller.dao that return types with arguments of type AIBag | |
|---|---|
static java.util.List<AIBag> |
BagAndKeywordUtils.getAIBags()
Getter for the list of Artist-Instrument bag objects. |
java.util.List<AIBag> |
HibernateDao.listAIBags()
|
java.util.List<AIBag> |
Dao.listAIBags()
Returns a list of all Artist-Instrument bags. |
| Methods in org.musicontroller.dao with parameters of type AIBag | |
|---|---|
void |
HibernateDao.deleteAiBag(AIBag delete)
|
void |
Dao.deleteAiBag(AIBag delete)
Deletes an AIBag. |
void |
HibernateDao.save(AIBag aibag)
|
void |
Dao.save(AIBag aibag)
Persist the properties of this AIBag. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||