|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Dao | |
|---|---|
| org.musicontroller | |
| org.musicontroller.core.jobs | Contains Quartz jobs to be run periodically on behalf of the MusiController. |
| org.musicontroller.core.searching | |
| org.musicontroller.dao | |
| org.musicontroller.gui | |
| org.musicontroller.gui.admin | |
| org.musicontroller.gui.components | |
| org.musicontroller.gui.dynamic | |
| org.musicontroller.gui.edit | |
| org.musicontroller.gui.statistics | |
| org.musicontroller.importer | Import new music into MusiController. |
| org.musicontroller.repair | |
| org.musicontroller.rss | |
| org.musicontroller.service | |
| org.musicontroller.songselection | |
| org.musicontroller.streaming | |
| org.varienaja.comments | |
| Uses of Dao in org.musicontroller |
|---|
| Methods in org.musicontroller that return Dao | |
|---|---|
Dao |
MusiControllerImpl.getDao()
|
Dao |
MusiController.getDao()
|
| Methods in org.musicontroller with parameters of type Dao | |
|---|---|
void |
MusiControllerImpl.setDao(Dao dao)
|
void |
MusiController.setDao(Dao dao)
|
| Uses of Dao in org.musicontroller.core.jobs |
|---|
| Methods in org.musicontroller.core.jobs that return Dao | |
|---|---|
Dao |
ReviewRefreshJob.getDao()
|
Dao |
ConsistencyCheckJob.getDao()
|
| Methods in org.musicontroller.core.jobs with parameters of type Dao | |
|---|---|
void |
ReviewRefreshJob.setDao(Dao _dao)
|
void |
PodcastUpdateJob.setDao(Dao dao)
|
void |
ConsistencyCheckJob.setDao(Dao _dao)
|
| Uses of Dao in org.musicontroller.core.searching |
|---|
| Constructors in org.musicontroller.core.searching with parameters of type Dao | |
|---|---|
Indexer(Dao dao)
|
|
| Uses of Dao in org.musicontroller.dao |
|---|
| Classes in org.musicontroller.dao that implement Dao | |
|---|---|
class |
HibernateDao
|
| Methods in org.musicontroller.dao that return Dao | |
|---|---|
Dao |
BagAndKeywordUtils.getDao()
Getter for the DAO. |
| Methods in org.musicontroller.dao with parameters of type Dao | |
|---|---|
void |
BagAndKeywordUtils.setDao(Dao dao)
Setter for the DAO. |
| Uses of Dao in org.musicontroller.gui |
|---|
| Methods in org.musicontroller.gui that return Dao | |
|---|---|
abstract Dao |
Search.getDao()
|
abstract Dao |
Podcasts.getDao()
|
abstract Dao |
PlaylistInfo.getDao()
|
abstract Dao |
Home.getDao()
|
abstract Dao |
ArtistInfo.getDao()
|
| Uses of Dao in org.musicontroller.gui.admin |
|---|
| Methods in org.musicontroller.gui.admin that return Dao | |
|---|---|
abstract Dao |
Keywordmanagement.getDao()
|
abstract Dao |
DoubleSongs.getDao()
|
| Uses of Dao in org.musicontroller.gui.components |
|---|
| Methods in org.musicontroller.gui.components that return Dao | |
|---|---|
abstract Dao |
SongList.getDao()
|
abstract Dao |
CurrentlyPlaying.getDao()
|
abstract Dao |
Border.getDao()
|
| Uses of Dao in org.musicontroller.gui.dynamic |
|---|
| Methods in org.musicontroller.gui.dynamic that return Dao | |
|---|---|
abstract Dao |
Suggestions.getDao()
|
| Uses of Dao in org.musicontroller.gui.edit |
|---|
| Methods in org.musicontroller.gui.edit that return Dao | |
|---|---|
abstract Dao |
SongEdit.getDao()
|
| Uses of Dao in org.musicontroller.gui.statistics |
|---|
| Methods in org.musicontroller.gui.statistics that return Dao | |
|---|---|
abstract Dao |
Database.getDao()
|
abstract Dao |
Bandwidth.getDao()
|
| Uses of Dao in org.musicontroller.importer |
|---|
| Methods in org.musicontroller.importer that return Dao | |
|---|---|
Dao |
ImporterImpl.getDao()
Getter for the Dao. |
| Methods in org.musicontroller.importer with parameters of type Dao | |
|---|---|
void |
ImporterImpl.setDao(Dao dao)
Setter for the Dao. |
| Uses of Dao in org.musicontroller.repair |
|---|
| Methods in org.musicontroller.repair with parameters of type Dao | |
|---|---|
static DenseSet |
ConsistencyChecker.checkLinks(Dao dao)
Checks whether all Songs in the Dao have a corresponding working link on the filesystem. |
static void |
SongLengthRepair.execute(Dao dao)
Build a list of all songs with zero length. |
static void |
RemoveUnusedAiBags.execute(Dao dao)
|
static void |
MergeArtistCopies.execute(Dao dao)
|
static void |
MergeAiRelations.execute(Dao dao)
|
| Uses of Dao in org.musicontroller.rss |
|---|
| Methods in org.musicontroller.rss with parameters of type Dao | |
|---|---|
void |
RssDAO.setDao(Dao dao)
Set the MusiController-dao, which is used for looking up songs and playlists. |
| Uses of Dao in org.musicontroller.service |
|---|
| Methods in org.musicontroller.service that return Dao | |
|---|---|
Dao |
McServiceImpl.getDao()
Getter for the DAO. |
| Methods in org.musicontroller.service with parameters of type Dao | |
|---|---|
void |
McServiceImpl.setDao(Dao dao)
Setter for the DAO. |
| Uses of Dao in org.musicontroller.songselection |
|---|
| Methods in org.musicontroller.songselection that return Dao | |
|---|---|
Dao |
RandomCandidateSelector.getDao()
|
Dao |
AdvancedRandomSongSelector.getDao()
|
| Methods in org.musicontroller.songselection with parameters of type Dao | |
|---|---|
void |
RandomCandidateSelector.setDao(Dao dao)
Sets the Dao and initializes the internal set of songIDs. |
void |
AdvancedRandomSongSelector.setDao(Dao dao)
Setter for the DAO. |
| Uses of Dao in org.musicontroller.streaming |
|---|
| Methods in org.musicontroller.streaming with parameters of type Dao | |
|---|---|
void |
RssService.setDao(Dao dao)
Set the Dao for this object (Used for User-verification and Playlist-loading) |
void |
Downloader.setDao(Dao dao)
|
| Uses of Dao in org.varienaja.comments |
|---|
| Methods in org.varienaja.comments that return Dao | |
|---|---|
Dao |
CommentService.getDao()
|
| Methods in org.varienaja.comments with parameters of type Dao | |
|---|---|
void |
CommentService.setDao(Dao dao)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||