Uses of Class
ch.tatool.app.data.UserAccountImpl

Packages that use UserAccountImpl
ch.tatool.app.data   
ch.tatool.app.service.impl   
 

Uses of UserAccountImpl in ch.tatool.app.data
 

Methods in ch.tatool.app.data that return UserAccountImpl
 UserAccountImpl ModuleImpl.getAccount()
           
 

Methods in ch.tatool.app.data with parameters of type UserAccountImpl
 void ModuleImpl.setAccount(UserAccountImpl account)
           
 

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

Methods in ch.tatool.app.service.impl that return UserAccountImpl
 UserAccountImpl ModuleInfoImpl.getAccount()
           
 

Methods in ch.tatool.app.service.impl with parameters of type UserAccountImpl
 void UserAccountDAO.deleteAccount(UserAccountImpl account)
          Deletes a user account.
 Set<Module.Info> ModuleDAO.getModules(UserAccountImpl account)
          Get info objects of all available module instances for an account.
 void UserAccountDAO.loadAccount(UserAccountImpl userAccount)
          Loads an account object from the database, using the id specified in the account.
 void UserAccountDAO.saveAccount(UserAccountImpl account)
          Stores a user account.
 void ModuleInfoImpl.setAccount(UserAccountImpl account)
           
 void UserAccountDAO.setAccountPassword(UserAccountImpl account, String password)
           
 



Copyright © 2012. All Rights Reserved.