Uses of Class
org.musicontroller.core.Keyword

Packages that use Keyword
org.musicontroller.core   
org.musicontroller.core.searching   
org.musicontroller.dao   
org.musicontroller.gui   
org.musicontroller.gui.admin   
org.musicontroller.gui.components   
org.musicontroller.service   
org.musicontroller.songselection   
 

Uses of Keyword in org.musicontroller.core
 

Methods in org.musicontroller.core that return Keyword
static Keyword Keyword.construct(java.lang.String name)
          Factory method constructs a keyword with the given name and a null parent.
static Keyword Keyword.construct(java.lang.String name, Keyword parent)
          Factory method constructs a keyword with the given name and parent.
 Keyword Contract_SK.getKeyword()
           
 Keyword Keyword.getParent()
           
 

Methods in org.musicontroller.core that return types with arguments of type Keyword
static java.util.Set<Keyword> Keyword.constructHierarchy(java.util.Collection<Keyword> keywords)
          Constructs a Set of Keywords which are all topmost Keywords in the hierarchical Keyword-ordering.
 java.util.Set<Keyword> Keyword.getChildren()
          The (non-persistent) Children of this Keyword.
 java.util.List<Keyword> Keywordbag.getKeywords()
           
 

Methods in org.musicontroller.core with parameters of type Keyword
 boolean Keyword.addChild(Keyword keyword)
          Adds a Keyword as a Child of this Keyword.
 int Keyword.compareTo(Keyword other)
           
static Keyword Keyword.construct(java.lang.String name, Keyword parent)
          Factory method constructs a keyword with the given name and parent.
 boolean Keyword.isChildOf(Keyword other)
          Determines if this keyword is a child of another keyword.
 void Contract_SK.setKeyword(Keyword keyword)
           
 void Keyword.setParent(Keyword parent)
           
 int Keyword.similarityScore(Keyword keyword, java.lang.StringBuilder sbout)
          Calculates similarity between keywords.
 

Method parameters in org.musicontroller.core with type arguments of type Keyword
static java.util.Set<Keyword> Keyword.constructHierarchy(java.util.Collection<Keyword> keywords)
          Constructs a Set of Keywords which are all topmost Keywords in the hierarchical Keyword-ordering.
 void Keywordbag.setKeywords(java.util.List<Keyword> keywords)
           
 

Uses of Keyword in org.musicontroller.core.searching
 

Methods in org.musicontroller.core.searching with parameters of type Keyword
 org.apache.lucene.document.Document Indexer.reindexKeyword(Keyword keyword)
           
 

Uses of Keyword in org.musicontroller.dao
 

Methods in org.musicontroller.dao that return Keyword
static Keyword BagAndKeywordUtils.getKeyword(java.lang.String keywordname)
          Locates the keyword in the database or constructs a new keyword if there isn't one already.
 Keyword HibernateDao.getKeywordById(long id)
           
 Keyword Dao.getKeywordById(long id)
          Retrieves the keyword with the given id from the database.
 Keyword HibernateDao.searchKeyword(java.lang.String keyworddesc)
           
 Keyword Dao.searchKeyword(java.lang.String keyworddesc)
          Find a keyword matching the given keyword-string.
 

Methods in org.musicontroller.dao that return types with arguments of type Keyword
static java.util.List<Keyword> BagAndKeywordUtils.getKeywordList(java.lang.String keywords)
          Returns a list of keywords corresponding to the comma separated list of keywords in the parameter.
 java.util.List<Keyword> HibernateDao.listKeywords()
           
 java.util.List<Keyword> Dao.listKeywords()
          Lists all known Keywords.
 

Methods in org.musicontroller.dao with parameters of type Keyword
static Keywordbag BagAndKeywordUtils.addKeywordToBag(Keywordbag bag, Keyword keyword)
          Tries to find a keyword bag containing all the keywords in this bag plus the keyword in the parameter.
static void BagAndKeywordUtils.addKeywordToSong(Song song, Keyword kw)
          Add a keyword to the song.
static Keywordbag BagAndKeywordUtils.removeKeyWordFromBag(Keywordbag bag, Keyword keyword)
          Tries to find a keyword bag with all keywords of this bag minus the parameter keyword.
 void HibernateDao.save(Keyword keyword)
           
 void Dao.save(Keyword keyword)
          Persist the properties of this keyword.
 

Method parameters in org.musicontroller.dao with type arguments of type Keyword
static Keywordbag BagAndKeywordUtils.getKeywordBag(java.util.Collection<Keyword> keywords)
          Returns a persistent keyword bag containing exactly the keywords in the parameter.
 Keywordbag HibernateDao.getKeywordsBag(java.util.Collection<Keyword> keywords)
           
 Keywordbag Dao.getKeywordsBag(java.util.Collection<Keyword> keywords)
           
 java.util.List<Keywordbag> HibernateDao.listKeywordsBags(java.util.List<Keyword> keywords)
           
 java.util.List<Keywordbag> Dao.listKeywordsBags(java.util.List<Keyword> keywords)
          Returns a list with all keyword bags that contain at least all keywords given in the "keywords" parameter.
 Playlist HibernateDao.songsByKeywords(java.util.List<Keyword> keywords, IUser user)
           
 Playlist Dao.songsByKeywords(java.util.List<Keyword> keywords, IUser user)
           
 

Uses of Keyword in org.musicontroller.gui
 

Methods in org.musicontroller.gui that return Keyword
abstract  Keyword Search.getKeyword()
           
 Keyword Keywords.getSelectedKeyword()
           
 

Methods in org.musicontroller.gui with parameters of type Keyword
abstract  void Search.setKeyword(Keyword keyword)
           
 

Uses of Keyword in org.musicontroller.gui.admin
 

Methods in org.musicontroller.gui.admin that return Keyword
 Keyword Keywordmanagement.getKeyword()
           
 Keyword[][] Keywordmanagement.getMatrix()
          Returns the hierarchical Keyword matrix.
 

Uses of Keyword in org.musicontroller.gui.components
 

Methods in org.musicontroller.gui.components that return Keyword
abstract  Keyword KeywordLink.getKeyword()
           
 

Methods in org.musicontroller.gui.components with parameters of type Keyword
abstract  void KeywordLink.setKeyword(Keyword keyword)
           
 

Uses of Keyword in org.musicontroller.service
 

Methods in org.musicontroller.service that return Keyword
 Keyword McServiceImpl.getKeywordById(java.lang.Long id)
           
 Keyword McService.getKeywordById(java.lang.Long selectedKeywordId)
          Returns the keyword with the id of the parameter.
 

Uses of Keyword in org.musicontroller.songselection
 

Methods in org.musicontroller.songselection with parameters of type Keyword
 int AdvancedRandomSongSelector.getPenalty(Keyword keyword)
          Returns an integer, representing the penalty of a Keyword.
 



Copyright © 2010 A.J.V.. All Rights Reserved.