|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Instrument | |
---|---|
org.musicontroller.core.searching | |
org.musicontroller.dao | |
org.musicontroller.gui.components |
Uses of Instrument in org.musicontroller.core.searching |
---|
Methods in org.musicontroller.core.searching with parameters of type Instrument | |
---|---|
org.apache.lucene.document.Document |
Indexer.reindexInstrument(Instrument instrument)
|
Uses of Instrument in org.musicontroller.dao |
---|
Methods in org.musicontroller.dao that return Instrument | |
---|---|
Instrument |
HibernateDao.getInstrumentById(long id)
|
Instrument |
Dao.getInstrumentById(long id)
Retrieves the instrument with the given id from the database. |
Instrument |
HibernateDao.searchInstrument(java.lang.String instrname)
|
Instrument |
Dao.searchInstrument(java.lang.String instrname)
Returns the instrument with the given instrument name or NULL if there is no instrument with the given name. |
Methods in org.musicontroller.dao that return types with arguments of type Instrument | |
---|---|
static java.util.List<Instrument> |
BagAndKeywordUtils.splitInstrumentList(java.lang.String instruments)
Splits the string into comma separated instrument names and returns a list with instruments with the names in the list. |
Methods in org.musicontroller.dao with parameters of type Instrument | |
---|---|
void |
HibernateDao.save(Instrument instr)
|
void |
Dao.save(Instrument instr)
Persist the properties of this Instrument. |
Uses of Instrument in org.musicontroller.gui.components |
---|
Methods in org.musicontroller.gui.components that return Instrument | |
---|---|
abstract Instrument |
InstrumentLink.getInstrument()
|
Methods in org.musicontroller.gui.components with parameters of type Instrument | |
---|---|
abstract void |
InstrumentLink.setInstrument(Instrument instrument)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |