|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use UserSessionData | |
---|---|
com.hack23.cia.model.api.dto.application | Data transfer objects, created in service layer used in web layer. |
com.hack23.cia.model.api.dto.sweden | |
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. |
com.hack23.cia.model.impl.dto.application | |
com.hack23.cia.model.impl.dto.sweden | |
com.hack23.cia.service.impl.admin | Admin service implementations. |
com.hack23.cia.service.impl.application | Application service implementations. |
com.hack23.cia.service.impl.common | Common service implementations. |
com.hack23.cia.service.impl.user | User service implementations. |
com.hack23.cia.web.impl.ui.form.admin.user | Admin Forms for objects in the model. |
com.hack23.cia.web.impl.ui.navigationview.admin.user | Admin navigation views. |
Uses of UserSessionData in com.hack23.cia.model.api.dto.application |
---|
Methods in com.hack23.cia.model.api.dto.application that return UserSessionData | |
---|---|
UserSessionData |
ApplicationModelFactory.createUserSessionData(UserData user,
LanguageData language,
PortalData portal,
String sessionId,
String clientHost,
String serverHost,
Date date,
String userAgent)
Creates a new ApplicationModel object. |
UserSessionData |
UserSessionDto.getUserSession()
Gets the user session. |
Methods in com.hack23.cia.model.api.dto.application that return types with arguments of type UserSessionData | |
---|---|
Class<? extends UserSessionData> |
ApplicationModelFactory.getUserSessionDataSpec()
Gets the user session data spec. |
Methods in com.hack23.cia.model.api.dto.application with parameters of type UserSessionData | |
---|---|
ActionEvent |
ApplicationModelFactory.createAgencyActionEvent(Date date,
UserSessionData userSession,
ConfigurationOperationType operation,
Long agencyId)
Creates a new ApplicationModel object. |
ActionEvent |
ApplicationModelFactory.createAgentDeploymentActionEvent(Date date,
UserSessionData userSession)
Creates a new ApplicationModel object. |
ActionEvent |
ApplicationModelFactory.createApplicationActionEvent(Date date,
UserSessionData userSession)
Creates a new ApplicationModel object. |
ActionEvent |
ApplicationModelFactory.createApplicationErrorActionEvent(Date date,
UserSessionData userSession,
String string,
String errorMessage)
Creates a new ApplicationModel object. |
ActionEvent |
ApplicationModelFactory.createExternalUrlActionEvent(Date date,
UserSessionData userSession,
ExternalUrlOperationType operation)
Creates a new ApplicationModel object. |
ActionEvent |
ApplicationModelFactory.createLanguageAgencyActionEvent(Date date,
UserSessionData userSession,
Long id,
Long id2,
LanguageOperationType operation)
Creates a new ApplicationModel object. |
ActionEvent |
ApplicationModelFactory.createLanguageContentActionEvent(Date date,
UserSessionData userSession,
Long id,
Long id2,
LanguageContentOperationType operation)
Creates a new ApplicationModel object. |
ActionEvent |
ApplicationModelFactory.createMonitorActionEvent(Date date,
UserSessionData userSession,
MonitorOperationType operation)
Creates a new ApplicationModel object. |
ActionEvent |
ApplicationModelFactory.createPortalActionEvent(Date date,
UserSessionData userSession,
PortalOperationType operation,
Long id)
Creates a new ApplicationModel object. |
ActionEvent |
ApplicationModelFactory.createTopListActionEvent(Date date,
UserSessionData userSession,
TopListOperationType operation)
Creates a new ApplicationModel object. |
ActionEvent |
ApplicationModelFactory.createUserAccountActionEvent(Date date,
UserSessionData userSession,
UserAccountOperationType operation)
Creates a new ApplicationModel object. |
ActionEvent |
ApplicationModelFactory.createUserActionEvent(Date date,
UserSessionData userSession,
UserOperationType operation)
Creates a new ApplicationModel object. |
UserSessionDto |
ApplicationModelFactory.createUserSessionDto(UserSessionData userSession)
Creates a new ApplicationModel object. |
Constructors in com.hack23.cia.model.api.dto.application with parameters of type UserSessionData | |
---|---|
UserSessionDto(UserSessionData userSession)
Instantiates a new user session dto. |
Uses of UserSessionData in com.hack23.cia.model.api.dto.sweden |
---|
Methods in com.hack23.cia.model.api.dto.sweden with parameters of type UserSessionData | |
---|---|
ActionEvent |
SwedenModelFactory.createBallotActionEvent(Date date,
UserSessionData userSession,
Long ballotId)
Creates a new SwedenModel object. |
ActionEvent |
SwedenModelFactory.createCommitteeReportActionEvent(Date date,
UserSessionData userSession,
Long committeeReportId)
Creates a new SwedenModel object. |
ActionEvent |
SwedenModelFactory.createCommitteeReportsActionEvent(Date date,
UserSessionData userSession)
Creates a new SwedenModel object. |
ActionEvent |
SwedenModelFactory.createParliamentMemberActionEvent(Date date,
UserSessionData userSession,
Long parliamentMemberId)
Creates a new SwedenModel object. |
ActionEvent |
SwedenModelFactory.createPartyActionEvent(Date date,
UserSessionData userSession,
String party,
TopListOperationType operation)
Creates a new SwedenModel object. |
ActionEvent |
SwedenModelFactory.createSearchActionEvent(Date date,
UserSessionData userSession,
String searchArgument)
Creates a new SwedenModel object. |
Uses of UserSessionData in com.hack23.cia.model.impl.application.admin |
---|
Constructors in com.hack23.cia.model.impl.application.admin with parameters of type UserSessionData | |
---|---|
AbstractAdminActionEvent(Date createdDate,
UserSessionData userSession)
Instantiates a new abstract admin action event. |
|
AbstractAgencyActionEvent(Date createdDate,
UserSessionData userSession,
Long agencyId)
Instantiates a new abstract agency action event. |
|
AbstractConfigurationActionEvent(Date createdDate,
UserSessionData userSession)
Instantiates a new abstract configuration action event. |
|
AbstractSoftwareAgentActionEvent(Date createdDate,
UserSessionData userSession)
Instantiates a new abstract software agent action event. |
|
AgentDeploymentActionEvent(Date createdDate,
UserSessionData userSession)
Instantiates a new agent deployment action event. |
|
LanguageAgencyActionEvent(Date createdDate,
UserSessionData userSession,
Long agencyId,
Long languageId,
LanguageOperationType operation)
Instantiates a new language agency action event. |
|
LanguageContentActionEvent(Date createdDate,
UserSessionData userSession,
Long agencyId,
Long languageContentId,
LanguageContentOperationType operation)
Instantiates a new language content action event. |
|
MonitorActionEvent(Date createdDate,
UserSessionData userSession,
MonitorOperationType operation)
Instantiates a new monitor action event. |
|
PortalActionEvent(Date createdDate,
UserSessionData userSession,
PortalOperationType operation,
Long portalId)
Instantiates a new portal action event. |
Uses of UserSessionData in com.hack23.cia.model.impl.application.common |
---|
Classes in com.hack23.cia.model.impl.application.common that implement UserSessionData | |
---|---|
class |
UserSession
The Class UserSession. |
Constructors in com.hack23.cia.model.impl.application.common with parameters of type UserSessionData | |
---|---|
AbstractActionEvent(Date createdDate,
UserSessionData userSession)
Instantiates a new abstract action event. |
|
ApplicationErrorActionEvent(Date createdDate,
UserSessionData userSession,
String stackTrace,
String errorMessage)
Instantiates a new application error action event. |
Uses of UserSessionData in com.hack23.cia.model.impl.application.user |
---|
Constructors in com.hack23.cia.model.impl.application.user with parameters of type UserSessionData | |
---|---|
AbstractParliamentActionEvent(Date createdDate,
UserSessionData userSession)
Instantiates a new abstract parliament action event. |
|
AbstractTopListActionEvent(Date createdDate,
UserSessionData userSession,
TopListOperationType operation)
Instantiates a new abstract top list action event. |
|
AbstractUserAccountActionEvent(Date createdDate,
UserSessionData userSession)
Instantiates a new abstract user account action event. |
|
AbstractUserActionEvent(Date createdDate,
UserSessionData userSession)
Instantiates a new abstract user action event. |
|
ApplicationActionEvent(Date createdDate,
UserSessionData userSession)
Instantiates a new application action event. |
|
BallotActionEvent(Date createdDate,
UserSessionData userSession,
Long ballotId)
Instantiates a new ballot action event. |
|
CommitteeReportActionEvent(Date createdDate,
UserSessionData userSession,
Long commiteeReportId)
Instantiates a new committee report action event. |
|
CommitteeReportsActionEvent(Date createdDate,
UserSessionData userSession)
Instantiates a new committee reports action event. |
|
ExternalUrlActionEvent(Date createdDate,
UserSessionData userSession,
ExternalUrlOperationType operation)
Instantiates a new external url action event. |
|
ParliamentMemberActionEvent(Date createdDate,
UserSessionData userSession,
Long parliamentMemberId)
Instantiates a new parliament member action event. |
|
PartyActionEvent(Date createdDate,
UserSessionData userSession,
String party,
TopListOperationType operation)
Instantiates a new party action event. |
|
SearchActionEvent(Date createdDate,
UserSessionData userSession,
String search)
Instantiates a new search action event. |
|
TopListActionEvent(Date createdDate,
UserSessionData userSession,
TopListOperationType operation)
Instantiates a new top list action event. |
|
UserAccountActionEvent(Date createdDate,
UserSessionData userSession,
UserAccountOperationType operation)
Instantiates a new user account action event. |
|
UserActionEvent(Date createdDate,
UserSessionData userSession,
UserOperationType operation)
Instantiates a new user action event. |
Uses of UserSessionData in com.hack23.cia.model.impl.dto.application |
---|
Methods in com.hack23.cia.model.impl.dto.application that return UserSessionData | |
---|---|
UserSessionData |
ApplicationModelFactoryImpl.createUserSessionData(UserData user,
LanguageData language,
PortalData portal,
String sessionId,
String clientHost,
String serverHost,
Date date,
String userAgent)
|
Methods in com.hack23.cia.model.impl.dto.application that return types with arguments of type UserSessionData | |
---|---|
Class<? extends UserSessionData> |
ApplicationModelFactoryImpl.getUserSessionDataSpec()
|
Uses of UserSessionData in com.hack23.cia.model.impl.dto.sweden |
---|
Methods in com.hack23.cia.model.impl.dto.sweden with parameters of type UserSessionData | |
---|---|
ActionEvent |
SwedenModelFactoryImpl.createBallotActionEvent(Date date,
UserSessionData userSession,
Long ballotId)
|
ActionEvent |
SwedenModelFactoryImpl.createCommitteeReportActionEvent(Date date,
UserSessionData userSession,
Long committeeReportId)
|
ActionEvent |
SwedenModelFactoryImpl.createCommitteeReportsActionEvent(Date date,
UserSessionData userSession)
|
ActionEvent |
SwedenModelFactoryImpl.createParliamentMemberActionEvent(Date date,
UserSessionData userSession,
Long parliamentMemberId)
|
ActionEvent |
SwedenModelFactoryImpl.createPartyActionEvent(Date date,
UserSessionData userSession,
String party,
TopListOperationType operation)
|
ActionEvent |
SwedenModelFactoryImpl.createSearchActionEvent(Date date,
UserSessionData userSession,
String searchArgument)
|
Uses of UserSessionData in com.hack23.cia.service.impl.admin |
---|
Methods in com.hack23.cia.service.impl.admin that return UserSessionData | |
---|---|
UserSessionData |
AbstractAdminRequestService.lookupUserSession(AbstractServiceRequest request)
|
Methods in com.hack23.cia.service.impl.admin with parameters of type UserSessionData | |
---|---|
ActionEvent |
AgencyRequestService.createActionEvent(AgencyRequest request,
UserSessionData userSession)
|
ActionEvent |
AgentDeploymentRequestService.createActionEvent(AgentDeploymentRequest request,
UserSessionData userSession)
|
ActionEvent |
LanguageContentRequestService.createActionEvent(LanguageContentRequest request,
UserSessionData userSession)
|
ActionEvent |
LanguageRequestService.createActionEvent(LanguageRequest request,
UserSessionData userSession)
|
ActionEvent |
MonitorRequestService.createActionEvent(MonitorRequest request,
UserSessionData userSession)
|
ActionEvent |
PortalRequestService.createActionEvent(PortalRequest request,
UserSessionData userSession)
|
Uses of UserSessionData in com.hack23.cia.service.impl.application |
---|
Methods in com.hack23.cia.service.impl.application that return UserSessionData | |
---|---|
UserSessionData |
ApplicationRequestService.lookupUserSession(AbstractServiceRequest request)
|
Methods in com.hack23.cia.service.impl.application with parameters of type UserSessionData | |
---|---|
ActionEvent |
ApplicationRequestService.createActionEvent(ApplicationRequest request,
UserSessionData userSession)
|
Uses of UserSessionData in com.hack23.cia.service.impl.common |
---|
Methods in com.hack23.cia.service.impl.common that return UserSessionData | |
---|---|
UserSessionData |
UserSessionService.addActionEvent(ActionEvent actionEvent,
UserSessionData userSession)
Adds the action event. |
UserSessionData |
UserSessionServiceImpl.addActionEvent(ActionEvent actionEvent,
UserSessionData userSession)
|
UserSessionData |
UserSessionService.createUserSession(String sessionId,
String headerHost,
String serverHost,
String acceptLanguageKeys,
String userAgent)
Creates the user session. |
UserSessionData |
UserSessionServiceImpl.createUserSession(String sessionId,
String clientHost,
String serverHost,
String acceptLanguageKeys,
String userAgent)
|
UserSessionData |
UserSessionService.loadUserSessionById(Long userSessionId)
Load user session by id. |
UserSessionData |
UserSessionServiceImpl.loadUserSessionById(Long userSessionId)
|
UserSessionData |
UserSessionService.login(String name,
String encodedPassword,
UserSessionData userSession)
Login. |
UserSessionData |
UserSessionServiceImpl.login(String name,
String encodedPassword,
UserSessionData userSession)
|
UserSessionData |
UserSessionService.logout(UserSessionData userSession)
Logout. |
UserSessionData |
UserSessionServiceImpl.logout(UserSessionData userSession)
|
UserSessionData |
ApplicationErrorRequestService.lookupUserSession(AbstractServiceRequest request)
|
abstract UserSessionData |
AbstractGenericService.lookupUserSession(AbstractServiceRequest request)
Lookup user session. |
UserSessionData |
DefaultRequestService.lookupUserSession(AbstractServiceRequest request)
|
Methods in com.hack23.cia.service.impl.common with parameters of type UserSessionData | |
---|---|
UserSessionData |
UserSessionService.addActionEvent(ActionEvent actionEvent,
UserSessionData userSession)
Adds the action event. |
UserSessionData |
UserSessionServiceImpl.addActionEvent(ActionEvent actionEvent,
UserSessionData userSession)
|
ActionEvent |
DefaultRequestService.createActionEvent(AbstractServiceRequest request,
UserSessionData userSession)
|
ActionEvent |
ApplicationErrorRequestService.createActionEvent(ApplicationErrorRequest request,
UserSessionData userSession)
|
abstract ActionEvent |
AbstractGenericService.createActionEvent(REQUEST service,
UserSessionData userSession)
Creates the action event. |
UserSessionData |
UserSessionService.login(String name,
String encodedPassword,
UserSessionData userSession)
Login. |
UserSessionData |
UserSessionServiceImpl.login(String name,
String encodedPassword,
UserSessionData userSession)
|
UserSessionData |
UserSessionService.logout(UserSessionData userSession)
Logout. |
UserSessionData |
UserSessionServiceImpl.logout(UserSessionData userSession)
|
Uses of UserSessionData in com.hack23.cia.service.impl.user |
---|
Methods in com.hack23.cia.service.impl.user that return UserSessionData | |
---|---|
UserSessionData |
AbstractUserRequestService.lookupUserSession(AbstractServiceRequest request)
|
Uses of UserSessionData in com.hack23.cia.web.impl.ui.form.admin.user |
---|
Constructors in com.hack23.cia.web.impl.ui.form.admin.user with parameters of type UserSessionData | |
---|---|
UserSessionForm(UserSessionDto userSessionDTO,
UserSessionData userSession)
Instantiates a new user session form. |
Uses of UserSessionData in com.hack23.cia.web.impl.ui.navigationview.admin.user |
---|
Methods in com.hack23.cia.web.impl.ui.navigationview.admin.user that return types with arguments of type UserSessionData | |
---|---|
protected GenericUserInterfaceLoaderService<UserSessionData> |
AbstractAdminUserNavigationView.getUserSessionLoaderService()
Gets the user session loader service. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |