Uses of Class
com.hack23.cia.model.impl.application.common.UserSession

Packages that use UserSession
com.hack23.cia.model.impl.application.admin Admin user action events entity model. 
com.hack23.cia.model.impl.application.common Common application entity model. 
com.hack23.cia.model.impl.application.user User action events entity model. 
 

Uses of UserSession in com.hack23.cia.model.impl.application.admin
 

Constructors in com.hack23.cia.model.impl.application.admin with parameters of type UserSession
AgencyActionEvent(Date createdDate, UserSession userSession, ConfigurationOperationType operation, Long agencyId)
          Instantiates a new agency action event.
AgentOperationActionEvent(Date createdDate, UserSession userSession)
          Instantiates a new agent operation action event.
 

Uses of UserSession in com.hack23.cia.model.impl.application.common
 

Methods in com.hack23.cia.model.impl.application.common that return UserSession
 UserSession AbstractActionEvent.getUserSession()
          Gets the user session.
 

Methods in com.hack23.cia.model.impl.application.common that return types with arguments of type UserSession
 List<UserSession> User.getUserSessions()
          Gets the user sessions.
 

Methods in com.hack23.cia.model.impl.application.common with parameters of type UserSession
 void AbstractActionEvent.setUserSession(UserSession userSession)
          Sets the user session.
 

Method parameters in com.hack23.cia.model.impl.application.common with type arguments of type UserSession
 void User.setUserSessions(List<UserSession> userSessions)
          Sets the user sessions.
 

Uses of UserSession in com.hack23.cia.model.impl.application.user
 

Constructors in com.hack23.cia.model.impl.application.user with parameters of type UserSession
AbstractVIPActionEvent(Date createdDate, UserSession userSession)
          Instantiates a new abstract vip action event.
 



Copyright © 2008-2009 www.hack23.com. All Rights Reserved.