Uses of Class
com.hack23.cia.model.application.dto.UserSessionDTO

Packages that use UserSessionDTO
com.hack23.cia.service.api.admin Service API admin request/response objects. 
com.hack23.cia.service.api.application Service API application request/response objects.... 
com.hack23.cia.service.api.common Service API common request/response objects. 
com.hack23.cia.service.api.user Service API user request/response objects. 
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.viewfactory.api.admin Admin viewfactory api, contains admin ModelAndView implementations. 
com.hack23.cia.web.viewfactory.api.application Application viewfactory api, contains application ModelAndView implementations. 
com.hack23.cia.web.viewfactory.api.common Common viewfactory api, contains ModelAndView definition and abstract base classes. 
com.hack23.cia.web.viewfactory.api.user User viewfactory api, contains user ModelAndView implementations. 
com.hack23.cia.web.views.common Common view objects. 
com.hack23.cia.web.views.form.admin Admin Forms for objects in the model. 
com.hack23.cia.web.views.form.common Common Forms for objects in the model. 
com.hack23.cia.web.views.navigationview.application Main application CitizenIntelligenceAgency, NavigationTree and menu factory. 
com.hack23.cia.web.views.navigationview.common Common navigation views. 
com.hack23.cia.web.views.uicommon Common user interface components. 
 

Uses of UserSessionDTO in com.hack23.cia.service.api.admin
 

Constructors in com.hack23.cia.service.api.admin with parameters of type UserSessionDTO
AbstractAdminResponse(UserSessionDTO userSessionDTO)
          Instantiates a new abstract admin response.
AbstractConfigurationResponse(UserSessionDTO userSessionDTO, Agency agency)
          Instantiates a new abstract configuration response.
AgencyResponse(UserSessionDTO userSessionDTO, Agency agency)
          Instantiates a new agency response.
AgentDeploymentResponse(UserSessionDTO userSessionDTO)
          Instantiates a new agent deployment response.
LanguageContentResponse(UserSessionDTO userSessionDTO, Agency agency, Language language)
          Instantiates a new language content response.
LanguageContentResponse(UserSessionDTO userSessionDTO, Agency agency, LanguageContent languageContent)
          Instantiates a new language content response.
LanguageResponse(UserSessionDTO userSessionDTO, Agency agency)
          Instantiates a new language response.
LanguageResponse(UserSessionDTO userSessionDTO, Agency agency, Language language)
          Instantiates a new language response.
LanguageResponse(UserSessionDTO userSessionDTO, Agency agency, LanguageContent languageContent)
          Instantiates a new language response.
MonitorResponse(UserSessionDTO userSessionDTO, ImageContent imageContent)
          Instantiates a new monitor response.
PortalResponse(UserSessionDTO userSessionDTO, Agency agency)
          Instantiates a new portal response.
PortalResponse(UserSessionDTO userSessionDTO, Agency agency, Portal portal)
          Instantiates a new portal response.
 

Uses of UserSessionDTO in com.hack23.cia.service.api.application
 

Constructors in com.hack23.cia.service.api.application with parameters of type UserSessionDTO
ApplicationResponse(UserSessionDTO userSessionDTO, Agency agency, List<CommitteeReport> lastDecidedCommiteeReports, List<PoliticalParty> politicalParties)
          Instantiates a new application response.
 

Uses of UserSessionDTO in com.hack23.cia.service.api.common
 

Methods in com.hack23.cia.service.api.common that return UserSessionDTO
 UserSessionDTO ServiceResponse.getUserSessionDTO()
          Gets the user session dto.
 UserSessionDTO AbstractServiceResponse.getUserSessionDTO()
           
 

Constructors in com.hack23.cia.service.api.common with parameters of type UserSessionDTO
AbstractServiceResponse(UserSessionDTO userSessionDTO)
          Instantiates a new abstract service response.
ApplicationErrorResponse(UserSessionDTO userSessionDTO, String errorMessage)
          Instantiates a new application error response.
ErrorResponse(UserSessionDTO userSessionDTO, String errorMessage)
          Instantiates a new error response.
ImageContentResponse(UserSessionDTO userSessionDTO, ImageContent imageContent)
          Instantiates a new image content response.
 

Uses of UserSessionDTO in com.hack23.cia.service.api.user
 

Constructors in com.hack23.cia.service.api.user with parameters of type UserSessionDTO
AbstractParliamentResponse(UserSessionDTO userSessionDTO)
          Instantiates a new abstract parliament response.
AbstractUserAccountResponse(UserSessionDTO userSessionDTO, List<PoliticalParty> politicalParties)
          Instantiates a new abstract user account response.
AbstractUserResponse(UserSessionDTO userSessionDTO)
          Instantiates a new abstract user response.
BallotResponse(UserSessionDTO userSessionDTO, List<Vote> findLastVotesByBallotId)
          Instantiates a new ballot response.
CommitteeReportResponse(UserSessionDTO userSessionDTO, CommitteeReport committeeReport)
          Instantiates a new committee report response.
CommitteeReportsResponse(UserSessionDTO userSessionDTO, List<CommitteeReport> committeeReports)
          Instantiates a new committee reports response.
ExternalUrlResponse(UserSessionDTO userSessionDTO, String title, String url)
          Instantiates a new external url response.
ParliamentMemberResponse(UserSessionDTO userSessionDTO, ParliamentMember parliamentMember, List<ParliamentMemberVoteCompareResult> friendList, List<ParliamentMemberVoteCompareResult> enemyList, List<ParliamentMemberVoteCompareResult> friendPartyList, List<ParliamentMemberVoteCompareResult> enemyPartyList, List<Vote> votes, RegisterInformation registerInformation)
          Instantiates a new parliament member response.
SearchResponse(UserSessionDTO userSessionDTO, List<ParliamentMember> parliamentMemberList)
          Instantiates a new search response.
TopListResponse(UserSessionDTO userSessionDTO, List<ParliamentMember> parliamentMembers)
          Instantiates a new top list response.
UserAccountResponse(UserSessionDTO userSessionDTO, List<PoliticalParty> politicalParties)
          Instantiates a new user account response.
UserResponse(UserSessionDTO userSessionDTO, List<PoliticalParty> politicalParties)
          Instantiates a new user response.
 

Uses of UserSessionDTO in com.hack23.cia.service.impl.admin
 

Methods in com.hack23.cia.service.impl.admin with parameters of type UserSessionDTO
 ServiceResponse AgencyRequestService.handleServiceRequest(AgencyRequest request, UserSessionDTO userSession)
           
 ServiceResponse AgentDeploymentRequestService.handleServiceRequest(AgentDeploymentRequest request, UserSessionDTO userSession)
           
 ServiceResponse LanguageContentRequestService.handleServiceRequest(LanguageContentRequest request, UserSessionDTO userSession)
           
 ServiceResponse LanguageRequestService.handleServiceRequest(LanguageRequest request, UserSessionDTO userSession)
           
 ServiceResponse MonitorRequestService.handleServiceRequest(MonitorRequest request, UserSessionDTO userSession)
           
 ServiceResponse PortalRequestService.handleServiceRequest(PortalRequest request, UserSessionDTO userSession)
           
 

Uses of UserSessionDTO in com.hack23.cia.service.impl.application
 

Methods in com.hack23.cia.service.impl.application with parameters of type UserSessionDTO
 ServiceResponse ApplicationRequestService.handleServiceRequest(ApplicationRequest request, UserSessionDTO userSessionDTO)
           
 

Uses of UserSessionDTO in com.hack23.cia.service.impl.common
 

Methods in com.hack23.cia.service.impl.common with parameters of type UserSessionDTO
 ServiceResponse DefaultRequestService.handleServiceRequest(AbstractServiceRequest request, UserSessionDTO userSession)
           
 ServiceResponse ApplicationErrorRequestService.handleServiceRequest(ApplicationErrorRequest request, UserSessionDTO userSession)
           
abstract  ServiceResponse AbstractGenericService.handleServiceRequest(REQUEST service, UserSessionDTO userSession)
          Handle service request.
 

Uses of UserSessionDTO in com.hack23.cia.service.impl.user
 

Methods in com.hack23.cia.service.impl.user with parameters of type UserSessionDTO
 ServiceResponse BallotRequestService.handleServiceRequest(BallotRequest request, UserSessionDTO userSession)
           
 ServiceResponse CommitteeReportRequestService.handleServiceRequest(CommitteeReportRequest request, UserSessionDTO userSession)
           
 ServiceResponse CommitteeReportsRequestService.handleServiceRequest(CommitteeReportsRequest request, UserSessionDTO userSession)
           
 ServiceResponse ExternalUrlRequestService.handleServiceRequest(ExternalUrlRequest request, UserSessionDTO userSessionDTO)
           
 ServiceResponse LoginRequestService.handleServiceRequest(LoginRequest request, UserSessionDTO userSession)
           
 ServiceResponse LogoutRequestService.handleServiceRequest(LogoutRequest request, UserSessionDTO userSession)
           
 ServiceResponse ParliamentMemberRequestService.handleServiceRequest(ParliamentMemberRequest request, UserSessionDTO userSession)
           
 ServiceResponse PartyRequestService.handleServiceRequest(PartyRequest request, UserSessionDTO userSession)
           
 ServiceResponse RegisterUserRequestService.handleServiceRequest(RegisterUserRequest request, UserSessionDTO userSession)
           
 ServiceResponse SearchRequestService.handleServiceRequest(SearchRequest request, UserSessionDTO userSession)
           
 ServiceResponse TopListRequestService.handleServiceRequest(TopListRequest request, UserSessionDTO userSession)
           
 ServiceResponse UserRequestService.handleServiceRequest(UserRequest request, UserSessionDTO userSession)
           
 

Uses of UserSessionDTO in com.hack23.cia.web.viewfactory.api.admin
 

Constructors in com.hack23.cia.web.viewfactory.api.admin with parameters of type UserSessionDTO
AbstractAdminModelAndView(UserSessionDTO userSessionDTO, ControllerAction controllerAction)
          Instantiates a new abstract admin model and view.
AbstractAgencyModelAndView(UserSessionDTO userSessionDTO, ControllerAction controllerAction, Agency agency)
          Instantiates a new abstract agency model and view.
AbstractConfigurationModelAndView(UserSessionDTO userSessionDTO, ControllerAction controllerAction)
          Instantiates a new abstract configuration model and view.
AgencyModelAndView(UserSessionDTO userSessionDTO, ControllerAction controllerAction, AgencyModelAndView.AgencyViewSpecification agencyViewSpecification, Agency agency)
          Instantiates a new agency model and view.
AgentDeploymentModelAndView(UserSessionDTO userSessionDTO, ControllerAction controllerAction, AgentDeploymentModelAndView.AgentDeployment agentDeployment)
          Instantiates a new agent deployment model and view.
LanguageAgencyModelAndView(UserSessionDTO userSessionDTO, ControllerAction controllerAction, LanguageAgencyModelAndView.LanguageAgencyViewSpecification languageAgencyViewSpecification, Agency agency, Language language)
          Instantiates a new language agency model and view.
LanguageContentModelAndView(UserSessionDTO userSessionDTO, ControllerAction controllerAction, LanguageContentModelAndView.LanguageContentViewSpecification languageContentViewSpecification, Agency agency, LanguageContent languageContent)
          Instantiates a new language content model and view.
MonitorModelAndView(UserSessionDTO userSessionDTO, ControllerAction controllerAction, MonitorModelAndView.MonitorViewSpecification monitorViewSpecification, ImageContent imageContent)
          Instantiates a new monitor model and view.
PortalModelAndView(UserSessionDTO userSessionDTO, ControllerAction controllerAction, PortalModelAndView.PortalViewSpecification portalViewSpecification, Agency agency, Portal portal)
          Instantiates a new portal model and view.
 

Uses of UserSessionDTO in com.hack23.cia.web.viewfactory.api.application
 

Constructors in com.hack23.cia.web.viewfactory.api.application with parameters of type UserSessionDTO
ApplicationModelAndView(UserSessionDTO userSessionDTO, ControllerAction controllerAction, ApplicationModelAndView.ApplicationViewSpecification applicationViewSpecification, Agency agency, List<CommitteeReport> committeeReports, List<PoliticalParty> politicalParties)
          Instantiates a new application model and view.
 

Uses of UserSessionDTO in com.hack23.cia.web.viewfactory.api.common
 

Methods in com.hack23.cia.web.viewfactory.api.common that return UserSessionDTO
 UserSessionDTO ModelAndView.getUserSessionDTO()
          Gets the user session dto.
 UserSessionDTO AbstractModelAndView.getUserSessionDTO()
           
 

Constructors in com.hack23.cia.web.viewfactory.api.common with parameters of type UserSessionDTO
AbstractModelAndView(UserSessionDTO userSessionDTO, ControllerAction controllerAction)
          Instantiates a new abstract model and view.
ErrorMessageModelAndView(UserSessionDTO userSessionDTO, ControllerAction controllerAction, ErrorMessageModelAndView.ErrorViewSpecification errorViewSpecification, String errorMessage)
          Instantiates a new error message model and view.
 

Uses of UserSessionDTO in com.hack23.cia.web.viewfactory.api.user
 

Constructors in com.hack23.cia.web.viewfactory.api.user with parameters of type UserSessionDTO
AbstractParliamentMemberModelAndView(UserSessionDTO userSessionDTO, ControllerAction controllerAction, ParliamentMember parliamentMember)
          Instantiates a new abstract parliament member model and view.
AbstractParliamentModelAndView(UserSessionDTO userSessionDTO, ControllerAction controllerAction)
          Instantiates a new abstract parliament model and view.
AbstractUserModelAndView(UserSessionDTO userSessionDTO, ControllerAction controllerAction)
          Instantiates a new abstract user model and view.
CommitteeReportModelAndView(UserSessionDTO userSessionDTO, ControllerAction controllerAction, CommitteeReportModelAndView.CommitteeReportViewSpecification committeeReportViewSpecification, CommitteeReport committeeReport)
          Instantiates a new committee report model and view.
CommitteeReportsModelAndView(UserSessionDTO userSessionDTO, ControllerAction controllerAction, CommitteeReportsModelAndView.CommitteeReportsViewSpecification committeeReportsViewSpecification, List<CommitteeReport> commiteeReports)
          Instantiates a new committee reports model and view.
ParliamentMemberListModelAndView(UserSessionDTO userSessionDTO, ControllerAction controllerAction, ParliamentMemberListModelAndView.ParliamentMemberListViewSpecification parliamentMemberListViewSpecification, List<ParliamentMember> parliamentMemberList)
          Instantiates a new parliament member list model and view.
ParliamentMemberSummaryModelAndView(UserSessionDTO userSessionDTO, ControllerAction controllerAction, ParliamentMemberSummaryModelAndView.ParliamentMemberSummaryViewSpecification parliamentMemberSummaryViewSpecification, ParliamentMember parliamentMember, List<ParliamentMemberVoteCompareResult> friendList, List<ParliamentMemberVoteCompareResult> enemyList, List<ParliamentMemberVoteCompareResult> friendPartyList, List<ParliamentMemberVoteCompareResult> enemyPartyList, List<Vote> votes, RegisterInformation registerInformation)
          Instantiates a new parliament member summary model and view.
UrlModelAndView(UserSessionDTO userSessionDTO, ControllerAction controllerAction, UrlModelAndView.UrlViewSpecification urlViewSpecification, String title, String url)
          Instantiates a new url model and view.
UserModelAndView(UserSessionDTO userSessionDTO, List<PoliticalParty> politicalParties, ControllerAction controllerAction, UserModelAndView.UserViewSpecification userViewSpecification)
          Instantiates a new user model and view.
VotesModelAndView(UserSessionDTO userSessionDTO, ControllerAction controllerAction, VotesModelAndView.VotesViewSpecification votesViewSpecification, List<Vote> votes)
          Instantiates a new votes model and view.
 

Uses of UserSessionDTO in com.hack23.cia.web.views.common
 

Methods in com.hack23.cia.web.views.common that return UserSessionDTO
 UserSessionDTO ApplicationUserState.getUserSessionDTO()
          Gets the user session dto.
 

Uses of UserSessionDTO in com.hack23.cia.web.views.form.admin
 

Constructors in com.hack23.cia.web.views.form.admin with parameters of type UserSessionDTO
AbstractAgencyConfigurationForm(UserSessionDTO userSessionDTO, CONFIGURATION configuration, Object[] itemProperties)
          Instantiates a new abstract agency configuration form.
AgencyForm(UserSessionDTO userSessionDTO, Agency agency)
          Instantiates a new agency form.
AgentOperationForm(UserSessionDTO userSessionDTO, AgentOperation agentOperation)
          Instantiates a new agent operation form.
BallotForm(UserSessionDTO userSessionDTO, Ballot ballot)
          Instantiates a new ballot form.
CommitteeForm(UserSessionDTO userSessionDTO, Committee committee)
          Instantiates a new committee form.
CommitteeReportForm(UserSessionDTO userSessionDTO, CommitteeReport committeeReport)
          Instantiates a new committee report form.
ElectionForm(UserSessionDTO userSessionDTO, Election election)
          Instantiates a new election form.
ErrorForm(UserSessionDTO userSessionDTO, ApplicationErrorActionEvent event)
          Instantiates a new error form.
EventForm(UserSessionDTO userSessionDTO, ActionEvent abstractActionEvent)
          Instantiates a new event form.
LanguageContentForm(UserSessionDTO userSessionDTO, LanguageContent languageContent)
          Instantiates a new language content form.
LanguageForm(UserSessionDTO userSessionDTO, Language language)
          Instantiates a new language form.
ParliamentForm(UserSessionDTO userSessionDTO, Parliament parliament)
          Instantiates a new parliament form.
ParliamentMemberForm(UserSessionDTO userSessionDTO, ParliamentMember parliamentMember)
          Instantiates a new parliament member form.
ParliamentYearForm(UserSessionDTO userSessionDTO, ParliamentYear parliamentYear)
          Instantiates a new parliament year form.
PoliticalPartyForm(UserSessionDTO userSessionDTO, PoliticalParty politicalParty)
          Instantiates a new political party form.
PortalForm(UserSessionDTO userSessionDTO, Portal portal)
          Instantiates a new portal form.
UserForm(UserSessionDTO userSessionDTO, User user)
          Instantiates a new user form.
UserSessionForm(UserSessionDTO userSessionDTO, UserSession userSession)
          Instantiates a new user session form.
 

Uses of UserSessionDTO in com.hack23.cia.web.views.form.common
 

Constructors in com.hack23.cia.web.views.form.common with parameters of type UserSessionDTO
AbstractBaseEntityForm(UserSessionDTO userSessionDTO, FORM_OBJECT formObject, Object[] itemProperties)
          Instantiates a new abstract base entity form.
AbstractResourceForm(UserSessionDTO userSessionDTO, RESOURCE configuration, Object[] itemProperties)
          Instantiates a new abstract resource form.
 

Uses of UserSessionDTO in com.hack23.cia.web.views.navigationview.application
 

Methods in com.hack23.cia.web.views.navigationview.application that return UserSessionDTO
 UserSessionDTO CitizenIntelligenceAgency.getUserSessionDTO()
           
 

Methods in com.hack23.cia.web.views.navigationview.application with parameters of type UserSessionDTO
 com.vaadin.ui.MenuBar MenuFactoryImpl.createApplicationMenuBar(Controller controller, UserSessionDTO userSessionDTO, List<PoliticalParty> politicalParties, int topNumber)
           
 com.vaadin.ui.MenuBar MenuFactory.createApplicationMenuBar(Controller controller, UserSessionDTO userSessionDTO, List<PoliticalParty> politicalParties, int topNumber)
          Creates a new Menu object.
 com.vaadin.ui.HorizontalLayout CitizenIntelligenceAgency.createToolbar(UserSessionDTO userSessionDTO, Navigator navigator)
          Creates the toolbar.
 void CitizenIntelligenceAgency.setUserSessionDTO(UserSessionDTO userSessionDTO)
          Sets the user session dto.
 

Uses of UserSessionDTO in com.hack23.cia.web.views.navigationview.common
 

Methods in com.hack23.cia.web.views.navigationview.common that return UserSessionDTO
protected  UserSessionDTO AbstractNavigationView.getUserSessionDTO()
          Gets the user session dto.
 

Uses of UserSessionDTO in com.hack23.cia.web.views.uicommon
 

Methods in com.hack23.cia.web.views.uicommon that return UserSessionDTO
 UserSessionDTO AbstractParliamentPanel.getUserSessionDTO()
          Gets the user session dto.
 

Constructors in com.hack23.cia.web.views.uicommon with parameters of type UserSessionDTO
AbstractParliamentPanel(String panelTitle, String panelIconResource, UserSessionDTO userSessionDTO)
          Instantiates a new abstract parliament panel.
 



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