Uses of Class
shared.Module

Packages that use Module
actions.chat includes the chat functionality for the client. 
actions.module includes the functions for module handling in the client application. 
actions.toplist includes the functions for the toplists in the client application. 
interfaces includes the interfaces for the client and the server. 
server includes the classes to realize the server side functionality. 
shared includes additional classes used by both the client and the server. 
 

Uses of Module in actions.chat
 

Constructors in actions.chat with parameters of type Module
SelectChatPartner(WSIDOClientMain mainApp, Module module, Item item)
          constructs the window and stores the reference for the main application and initializes the window
 

Uses of Module in actions.module
 

Constructors in actions.module with parameters of type Module
EditOwnModule(WSIDOClientMain mainApp, OwnModuleList oml, Module module)
          constructs the window and stores the reference for the main application and initializes the window
 

Uses of Module in actions.toplist
 

Constructors in actions.toplist with parameters of type Module
ToplistOfModule(Module module, ToplistChoice toplistChoice, WSIDOClientMain mainApp, int days)
          constructs the panel and stores the references for later use
 

Uses of Module in interfaces
 

Methods in interfaces that return types with arguments of type Module
 java.util.Vector<Module> WSIDOInterface.getChoicableModules(UserVerification userver)
          get modules, for which the user can choose an item (if not already chosen --> one per day)
 java.util.Vector<Module> WSIDOInterface.getModules(UserVerification userver, java.lang.String language)
          returns available modules, allow user to choose modules depending on language
 java.util.Vector<Module> WSIDOInterface.getOwnModules(UserVerification userver)
          returns modules, that this user has created
 

Uses of Module in server
 

Methods in server that return types with arguments of type Module
 java.util.Vector<Module> WSIDOServer.getChoicableModules(UserVerification userver)
           
 java.util.Vector<Module> DatabaseConnect.getModules(java.lang.String lang)
          get all modules of the same language
 java.util.Vector<Module> WSIDOServer.getModules(UserVerification userver, java.lang.String language)
          get all modules of the same language
 java.util.Vector<Module> DatabaseConnect.getOwnModules(long userId)
          returns modules, that the user from Userverification has created
 java.util.Vector<Module> WSIDOServer.getOwnModules(UserVerification userver)
          returns modules that a specific user has created
 java.util.Vector<Module> DatabaseConnect.getSubscribedModules(long userId)
          getting all subscribed modules for a specified userId
 

Uses of Module in shared
 

Fields in shared with type parameters of type Module
protected  java.util.TreeMap<java.lang.String,Module> StandardUser.subscribedModules
           
 

Methods in shared that return types with arguments of type Module
 java.util.TreeMap<java.lang.String,Module> StandardUser.getSubscribedModules()
           
 

Method parameters in shared with type arguments of type Module
 void StandardUser.setSubscribedModules(java.util.TreeMap<java.lang.String,Module> newSubscribedModules)
           
 void StandardUser.updateSubscribedModule(java.util.TreeMap<java.lang.String,Module> modules)