Uses of Interface
ch.tatool.app.service.UserAccountService

Packages that use UserAccountService
ch.tatool.app   
ch.tatool.app.gui   
ch.tatool.app.service.impl   
 

Uses of UserAccountService in ch.tatool.app
 

Methods in ch.tatool.app that return UserAccountService
 UserAccountService TestApp.getUserAccountService()
           
 UserAccountService GuiController.getUserAccountService()
           
 UserAccountService App.getUserAccountService()
           
 

Methods in ch.tatool.app with parameters of type UserAccountService
 void GuiController.setUserAccountService(UserAccountService userAccountService)
           
 void App.setUserAccountService(UserAccountService userAccountService)
           
 

Uses of UserAccountService in ch.tatool.app.gui
 

Methods in ch.tatool.app.gui that return UserAccountService
 UserAccountService ModuleManagerFrame.getUserAccountService()
           
 UserAccountService LoginFrame.getUserAccountService()
           
 UserAccountService CreateAccountFrame.getUserAccountService()
           
 

Methods in ch.tatool.app.gui with parameters of type UserAccountService
 UserAccount LoginFrame.loadAccount(UserAccountService userAccountService, UserAccount.Info info, Component parent)
          Opens a UserAccount object by asking the user for a password if necessary.
 void ModuleManagerFrame.setUserAccountService(UserAccountService userAccountService)
           
 void LoginFrame.setUserAccountService(UserAccountService userAccountService)
           
 void CreateAccountFrame.setUserAccountService(UserAccountService userAccountService)
           
 

Uses of UserAccountService in ch.tatool.app.service.impl
 

Classes in ch.tatool.app.service.impl that implement UserAccountService
 class UserAccountServiceImpl
          Implementation of the user account service.
 



Copyright © 2012. All Rights Reserved.