Uses of Class
org.musicontroller.security.User

Packages that use User
org.musicontroller   
org.musicontroller.gui   
org.musicontroller.gui.components   
org.musicontroller.gui.edit   
org.musicontroller.gui.statistics   
org.musicontroller.service   
 

Uses of User in org.musicontroller
 

Methods in org.musicontroller with parameters of type User
static void UserProperties.setUserProperty(User user, java.lang.String propName, java.lang.String propValue)
          Loads the users' properties file, sets the property specified in the propName parameter to the value specified in the propValue parameter and saves the properties file.
 

Uses of User in org.musicontroller.gui
 

Methods in org.musicontroller.gui that return User
abstract  User Welcome.getUser()
           
abstract  User SongInfo.getUser()
           
abstract  User Search.getUser()
           
abstract  User PlaylistInfo.getUser()
           
abstract  User MyAccount.getUser()
           
abstract  User Keywords.getUser()
           
abstract  User Home.getUser()
           
abstract  User Bands.getUser()
           
abstract  User ArtistInfo.getUser()
           
 

Methods in org.musicontroller.gui with parameters of type User
abstract  void Welcome.setUser(User user)
           
abstract  void Logon.setUser(User user)
           
 

Uses of User in org.musicontroller.gui.components
 

Methods in org.musicontroller.gui.components that return User
abstract  User SongList.getUser()
           
abstract  User PlaylistLink.getUser()
           
abstract  User CurrentlyPlaying.getUser()
           
abstract  User Border.getUser()
           
 

Uses of User in org.musicontroller.gui.edit
 

Methods in org.musicontroller.gui.edit that return User
abstract  User PlaylistEdit.getUser()
           
 

Uses of User in org.musicontroller.gui.statistics
 

Methods in org.musicontroller.gui.statistics that return User
abstract  User Database.getUser()
           
 

Uses of User in org.musicontroller.service
 

Methods in org.musicontroller.service with parameters of type User
 Playlist McServiceImpl.songsByKeywordbags(java.util.List<Keywordbag> bags, User user, int maxResults)
           
 Playlist McService.songsByKeywordbags(java.util.List<Keywordbag> bags, User user, int i)
          Generates a Playlist containing songs that belong to the specified Keywordbags.
 



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