Uses of Class
de.xima.fc.gui.common.model.LoginModel
-
Packages that use LoginModel Package Description de.xima.fc.gui.common.bean de.xima.fc.gui.common.event -
-
Uses of LoginModel in de.xima.fc.gui.common.bean
Methods in de.xima.fc.gui.common.bean that return LoginModel Modifier and Type Method Description LoginModel
LoginBean. getLogin()
LoginModel
SessionBean. getLogin()
Methods in de.xima.fc.gui.common.bean with parameters of type LoginModel Modifier and Type Method Description void
SessionBean. setLogin(LoginModel login)
-
Uses of LoginModel in de.xima.fc.gui.common.event
Methods in de.xima.fc.gui.common.event that return LoginModel Modifier and Type Method Description LoginModel
LoginEvent. getLogin()
Methods in de.xima.fc.gui.common.event with parameters of type LoginModel Modifier and Type Method Description void
LoginEvent. setLogin(LoginModel login)
Constructors in de.xima.fc.gui.common.event with parameters of type LoginModel Constructor Description LoginEvent(Benutzer user, LoginModel login)
LoginEvent(Benutzer user, LoginModel login, Long processId)
-