Uses of Class
org.directdemocracyportal.democracy.model.application.UserSession

Packages that use UserSession
Package Description
org.directdemocracyportal.democracy.service   
org.directdemocracyportal.democracy.service.dao   
org.directdemocracyportal.democracy.service.dao.hibernate   
 

Uses of UserSession in org.directdemocracyportal.democracy.service
 

Methods in org.directdemocracyportal.democracy.service that return types with arguments of type UserSession
Modifier and Type Method and Description
 java.util.List<UserSession> PortalServiceImpl.getActiveUserSessions()
           
 java.util.List<UserSession> PortalService.getActiveUserSessions()
          Gets the active user sessions.
 

Uses of UserSession in org.directdemocracyportal.democracy.service.dao
 

Methods in org.directdemocracyportal.democracy.service.dao that return UserSession
Modifier and Type Method and Description
 UserSession UserSessionDAO.findBySessionId(java.lang.String sessionId)
          Find by session id.
 UserSession UserSessionDAO.findByUserId(java.lang.Long userId)
          Find by user id.
 

Methods in org.directdemocracyportal.democracy.service.dao that return types with arguments of type UserSession
Modifier and Type Method and Description
 java.util.List<UserSession> UserSessionDAO.getActiveSessions()
          Gets the active sessions.
 

Uses of UserSession in org.directdemocracyportal.democracy.service.dao.hibernate
 

Methods in org.directdemocracyportal.democracy.service.dao.hibernate that return UserSession
Modifier and Type Method and Description
 UserSession HibernateUserSessionDAO.findBySessionId(java.lang.String sessionId)
           
 UserSession HibernateUserSessionDAO.findByUserId(java.lang.Long userId)
           
 

Methods in org.directdemocracyportal.democracy.service.dao.hibernate that return types with arguments of type UserSession
Modifier and Type Method and Description
 java.util.List<UserSession> HibernateUserSessionDAO.getActiveSessions()
           
 



Copyright © 2004-2010 www.DirectDemocracyPortal.org. All Rights Reserved.