|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of UserSessionDto in com.hack23.cia.model.api.dto.application |
---|
Methods in com.hack23.cia.model.api.dto.application that return UserSessionDto | |
---|---|
UserSessionDto |
ApplicationModelFactory.createUserSessionDto(UserSessionData userSession)
Creates a new ApplicationModel object. |
Uses of UserSessionDto in com.hack23.cia.model.impl.dto.application |
---|
Methods in com.hack23.cia.model.impl.dto.application that return UserSessionDto | |
---|---|
UserSessionDto |
ApplicationModelFactoryImpl.createUserSessionDto(UserSessionData userSession)
|
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. |
|
ErrorResponse(UserSessionDto userSessionDTO,
String errorMessage)
Instantiates a new error response. |
Uses of UserSessionDto in com.hack23.cia.service.api.configuration |
---|
Constructors in com.hack23.cia.service.api.configuration with parameters of type UserSessionDto | |
---|---|
AgencyResponse(UserSessionDto userSessionDTO,
AgencyData agency)
Instantiates a new agency response. |
|
LanguageContentResponse(UserSessionDto userSessionDTO,
AgencyData agency,
LanguageContentDto languageContent)
Instantiates a new language content response. |
|
LanguageContentResponse(UserSessionDto userSessionDTO,
AgencyData agency,
LanguageDto language)
Instantiates a new language content response. |
|
LanguageResponse(UserSessionDto userSessionDTO,
AgencyData agency)
Instantiates a new language response. |
|
LanguageResponse(UserSessionDto userSessionDTO,
AgencyData agency,
LanguageContentDto languageContent)
Instantiates a new language response. |
|
LanguageResponse(UserSessionDto userSessionDTO,
AgencyData agency,
LanguageDto language)
Instantiates a new language response. |
|
PortalResponse(UserSessionDto userSessionDTO,
AgencyData agency)
Instantiates a new portal response. |
|
PortalResponse(UserSessionDto userSessionDTO,
AgencyData agency,
PortalData portal2)
Instantiates a new portal response. |
Uses of UserSessionDto in com.hack23.cia.service.api.content |
---|
Constructors in com.hack23.cia.service.api.content with parameters of type UserSessionDto | |
---|---|
AbstractContentResponse(UserSessionDto userSessionDTO)
Instantiates a new abstract configuration response. |
|
BallotResponse(UserSessionDto userSessionDTO,
List<VoteData> findLastVotesByBallotId2)
Instantiates a new ballot response. |
|
CommitteeReportResponse(UserSessionDto userSessionDTO,
CommitteeReportData committeeReport)
Instantiates a new committee report response. |
|
CommitteeReportsResponse(UserSessionDto userSessionDTO,
List<CommitteeReportData> list)
Instantiates a new committee reports response. |
|
ExternalUrlResponse(UserSessionDto userSessionDTO,
String title,
String url)
Instantiates a new external url response. |
|
ImageContentResponse(UserSessionDto userSessionDTO,
BinaryContent imageContent)
Instantiates a new image content response. |
|
ParliamentMemberResponse(UserSessionDto userSessionDTO,
ParliamentMemberData parliamentMember2,
List<ParliamentMemberVoteCompareResultData> friendList2,
List<ParliamentMemberVoteCompareResultData> enemyList2,
List<ParliamentMemberVoteCompareResultData> friendPartyList2,
List<ParliamentMemberVoteCompareResultData> enemyPartyList2,
List<VoteData> votes2,
RegisterInformationData registerInformation2)
Instantiates a new parliament member response. |
|
SearchResponse(UserSessionDto userSessionDTO,
List<ParliamentMemberData> findParliamentMembersByName)
Instantiates a new search response. |
|
TopListResponse(UserSessionDto userSessionDTO,
List<ParliamentMemberData> members)
Instantiates a new top list response. |
Uses of UserSessionDto in com.hack23.cia.service.api.control |
---|
Constructors in com.hack23.cia.service.api.control with parameters of type UserSessionDto | |
---|---|
AbstractUserAccountResponse(UserSessionDto userSessionDTO,
List<PoliticalPartyData> politicalParties)
Instantiates a new abstract user account response. |
|
AbstractUserResponse(UserSessionDto userSessionDTO)
Instantiates a new abstract user response. |
|
AgentDeploymentResponse(UserSessionDto userSessionDTO)
Instantiates a new agent deployment response. |
|
ApplicationResponse(UserSessionDto userSessionDTO,
AgencyData agencyData,
List<CommitteeReportData> lastDecidedCommiteeReports,
List<PoliticalPartyData> politicalParties)
Instantiates a new application response. |
|
UserAccountResponse(UserSessionDto userSessionDTO,
List<PoliticalPartyData> politicalParties)
Instantiates a new user account response. |
|
UserResponse(UserSessionDto userSessionDTO,
List<PoliticalPartyData> politicalParties)
Instantiates a new user response. |
Uses of UserSessionDto in com.hack23.cia.service.api.events |
---|
Constructors in com.hack23.cia.service.api.events with parameters of type UserSessionDto | |
---|---|
ApplicationErrorResponse(UserSessionDto userSessionDTO,
String errorMessage)
Instantiates a new application error response. |
Uses of UserSessionDto in com.hack23.cia.service.api.monitoring |
---|
Constructors in com.hack23.cia.service.api.monitoring with parameters of type UserSessionDto | |
---|---|
MonitorResponse(UserSessionDto userSessionDTO,
Content imageContent)
Instantiates a new monitor response. |
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)
|
abstract ServiceResponse |
AbstractGenericService.handleServiceRequest(REQUEST service,
UserSessionDto userSession)
Handle service request. |
Uses of UserSessionDto in com.hack23.cia.service.impl.configuration |
---|
Methods in com.hack23.cia.service.impl.configuration with parameters of type UserSessionDto | |
---|---|
ServiceResponse |
AgencyRequestService.handleServiceRequest(AgencyRequest request,
UserSessionDto userSession)
|
ServiceResponse |
LanguageContentRequestService.handleServiceRequest(LanguageContentRequest request,
UserSessionDto userSession)
|
ServiceResponse |
LanguageRequestService.handleServiceRequest(LanguageRequest request,
UserSessionDto userSession)
|
ServiceResponse |
PortalRequestService.handleServiceRequest(PortalRequest request,
UserSessionDto userSession)
|
Uses of UserSessionDto in com.hack23.cia.service.impl.content |
---|
Uses of UserSessionDto in com.hack23.cia.service.impl.control.core |
---|
Methods in com.hack23.cia.service.impl.control.core with parameters of type UserSessionDto | |
---|---|
ServiceResponse |
AgentDeploymentRequestService.handleServiceRequest(AgentDeploymentRequest request,
UserSessionDto userSession)
|
Uses of UserSessionDto in com.hack23.cia.service.impl.events |
---|
Methods in com.hack23.cia.service.impl.events with parameters of type UserSessionDto | |
---|---|
ServiceResponse |
ApplicationErrorRequestService.handleServiceRequest(ApplicationErrorRequest request,
UserSessionDto userSession)
|
Uses of UserSessionDto in com.hack23.cia.service.impl.monitoring |
---|
Methods in com.hack23.cia.service.impl.monitoring with parameters of type UserSessionDto | |
---|---|
ServiceResponse |
MonitorRequestService.handleServiceRequest(MonitorRequest request,
UserSessionDto userSession)
|
Uses of UserSessionDto in com.hack23.cia.web.impl.ui.common |
---|
Methods in com.hack23.cia.web.impl.ui.common that return UserSessionDto | |
---|---|
UserSessionDto |
ApplicationUserState.getUserSessionDTO()
Gets the user session dto. |
Uses of UserSessionDto in com.hack23.cia.web.impl.ui.container.common |
---|
Methods in com.hack23.cia.web.impl.ui.container.common with parameters of type UserSessionDto | |
---|---|
String[] |
AbstractModelObjectContainer.getColumnHeaders(UserSessionDto userSessionDto)
Gets the column headers. |
Uses of UserSessionDto in com.hack23.cia.web.impl.ui.form.administration |
---|
Methods in com.hack23.cia.web.impl.ui.form.administration with parameters of type UserSessionDto | |
---|---|
protected void |
AbstractUserForm.createActionBarButtons(com.vaadin.ui.HorizontalLayout actionBar,
UserSessionDto userSessionDTO,
MODEL formObject)
|
Constructors in com.hack23.cia.web.impl.ui.form.administration with parameters of type UserSessionDto | |
---|---|
AbstractUserForm(UserSessionDto userSessionDTO,
MODEL modelObject,
Object[] itemProperties)
Instantiates a new abstract user form. |
|
UserForm(UserSessionDto userSessionDTO,
UserData user)
Instantiates a new user form. |
|
UserSessionForm(UserSessionDto userSessionDTO,
UserSessionData userSession)
Instantiates a new user session form. |
Uses of UserSessionDto in com.hack23.cia.web.impl.ui.form.common |
---|
Methods in com.hack23.cia.web.impl.ui.form.common with parameters of type UserSessionDto | |
---|---|
protected abstract void |
AbstractBaseEntityForm.createActionBarButtons(com.vaadin.ui.HorizontalLayout actionBar,
UserSessionDto userSessionDTO,
FORM_OBJECT formObject)
Creates the action bar buttons. |
Constructors in com.hack23.cia.web.impl.ui.form.common with parameters of type UserSessionDto | |
---|---|
AbstractBaseEntityForm(UserSessionDto userSessionDTO,
FORM_OBJECT formObject,
Object[] itemProperties)
Instantiates a new abstract base entity form. |
Uses of UserSessionDto in com.hack23.cia.web.impl.ui.form.configuration |
---|
Constructors in com.hack23.cia.web.impl.ui.form.configuration with parameters of type UserSessionDto | |
---|---|
AgencyForm(UserSessionDto userSessionDTO,
AgencyData agency)
Instantiates a new agency form. |
|
PortalForm(UserSessionDto userSessionDTO,
PortalData portal)
Instantiates a new portal form. |
Uses of UserSessionDto in com.hack23.cia.web.impl.ui.form.content |
---|
Constructors in com.hack23.cia.web.impl.ui.form.content with parameters of type UserSessionDto | |
---|---|
BallotForm(UserSessionDto userSessionDTO,
BallotData ballot)
Instantiates a new ballot form. |
|
CommitteeForm(UserSessionDto userSessionDTO,
CommitteeData committee)
Instantiates a new committee form. |
|
CommitteeReportForm(UserSessionDto userSessionDTO,
CommitteeReportData committeeReport)
Instantiates a new committee report form. |
|
ElectionForm(UserSessionDto userSessionDTO,
ElectionData election)
Instantiates a new election form. |
|
LanguageContentForm(UserSessionDto userSessionDTO,
LanguageContentData languageContent)
Instantiates a new language content form. |
|
LanguageForm(UserSessionDto userSessionDTO,
LanguageData language)
Instantiates a new language form. |
|
ParliamentForm(UserSessionDto userSessionDTO,
ParliamentImportedData parliament)
Instantiates a new parliament form. |
|
ParliamentMemberForm(UserSessionDto userSessionDTO,
ParliamentMemberData parliamentMember)
Instantiates a new parliament member form. |
|
ParliamentYearForm(UserSessionDto userSessionDTO,
ParliamentYearData parliamentYear)
Instantiates a new parliament year form. |
|
PoliticalPartyForm(UserSessionDto userSessionDTO,
PoliticalPartyData politicalParty)
Instantiates a new political party form. |
|
VoteForm(UserSessionDto userSessionDTO,
VoteData vote)
Instantiates a new ballot form. |
Uses of UserSessionDto in com.hack23.cia.web.impl.ui.form.control |
---|
Methods in com.hack23.cia.web.impl.ui.form.control with parameters of type UserSessionDto | |
---|---|
protected void |
AgentOperationForm.createActionBarButtons(com.vaadin.ui.HorizontalLayout actionBar,
UserSessionDto userSessionDTO,
AgentOperation formObject)
|
Constructors in com.hack23.cia.web.impl.ui.form.control with parameters of type UserSessionDto | |
---|---|
AgentOperationForm(UserSessionDto userSessionDTO,
AgentOperation agentOperation)
Instantiates a new agent operation form. |
Uses of UserSessionDto in com.hack23.cia.web.impl.ui.form.events |
---|
Constructors in com.hack23.cia.web.impl.ui.form.events with parameters of type UserSessionDto | |
---|---|
ErrorForm(UserSessionDto userSessionDTO,
ApplicationErrorEventData event)
Instantiates a new error form. |
|
EventForm(UserSessionDto userSessionDTO,
ActionEvent abstractActionEvent)
Instantiates a new event form. |
Uses of UserSessionDto in com.hack23.cia.web.impl.ui.navigationview.application |
---|
Methods in com.hack23.cia.web.impl.ui.navigationview.application that return UserSessionDto | |
---|---|
UserSessionDto |
CitizenIntelligenceAgency.getUserSessionDTO()
|
Methods in com.hack23.cia.web.impl.ui.navigationview.application with parameters of type UserSessionDto | |
---|---|
com.vaadin.ui.MenuBar |
MenuFactoryImpl.createApplicationMenuBar(Controller controller,
UserSessionDto userSessionDTO,
List<PoliticalPartyData> politicalParties,
int topNumber)
|
com.vaadin.ui.MenuBar |
MenuFactory.createApplicationMenuBar(Controller controller,
UserSessionDto userSessionDTO,
List<PoliticalPartyData> 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.impl.ui.navigationview.common |
---|
Methods in com.hack23.cia.web.impl.ui.navigationview.common that return UserSessionDto | |
---|---|
protected UserSessionDto |
AbstractNavigationView.getUserSessionDTO()
Gets the user session dto. |
Constructors in com.hack23.cia.web.impl.ui.navigationview.common with parameters of type UserSessionDto | |
---|---|
PersistedModelObjectList(AbstractModelObjectContainer<?> container,
Navigator navigator,
String uriPrefix,
UserSessionDto userSessionDto)
Instantiates a new persisted model object list. |
Uses of UserSessionDto in com.hack23.cia.web.impl.ui.uicommon |
---|
Methods in com.hack23.cia.web.impl.ui.uicommon that return UserSessionDto | |
---|---|
UserSessionDto |
AbstractParliamentPanel.getUserSessionDTO()
Gets the user session dto. |
Constructors in com.hack23.cia.web.impl.ui.uicommon with parameters of type UserSessionDto | |
---|---|
AbstractParliamentPanel(String panelTitle,
String panelIconResource,
UserSessionDto userSessionDTO)
Instantiates a new abstract parliament panel. |
Uses of UserSessionDto in com.hack23.cia.web.impl.ui.viewfactory.api.application |
---|
Constructors in com.hack23.cia.web.impl.ui.viewfactory.api.application with parameters of type UserSessionDto | |
---|---|
ApplicationModelAndView(UserSessionDto userSessionDTO,
ControllerAction controllerAction,
ApplicationModelAndView.ApplicationViewSpecification applicationViewSpecification,
AgencyData agencyData,
List<CommitteeReportData> list,
List<PoliticalPartyData> list2)
Instantiates a new application model and view. |
Uses of UserSessionDto in com.hack23.cia.web.impl.ui.viewfactory.api.common |
---|
Methods in com.hack23.cia.web.impl.ui.viewfactory.api.common that return UserSessionDto | |
---|---|
UserSessionDto |
ModelAndView.getUserSessionDTO()
Gets the user session dto. |
UserSessionDto |
AbstractModelAndView.getUserSessionDTO()
|
Constructors in com.hack23.cia.web.impl.ui.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.impl.ui.viewfactory.api.configuration |
---|
Constructors in com.hack23.cia.web.impl.ui.viewfactory.api.configuration with parameters of type UserSessionDto | |
---|---|
AbstractConfigurationModelAndView(UserSessionDto userSessionDTO,
ControllerAction controllerAction)
Instantiates a new abstract configuration model and view. |
|
AgencyModelAndView(UserSessionDto userSessionDTO,
ControllerAction controllerAction,
AgencyModelAndView.AgencyViewSpecification agencyViewSpecification,
AgencyData agencyData)
Instantiates a new agency model and view. |
|
LanguageAgencyModelAndView(UserSessionDto userSessionDTO,
ControllerAction controllerAction,
LanguageAgencyModelAndView.LanguageAgencyViewSpecification languageAgencyViewSpecification,
AgencyData agency,
LanguageDto languageDto)
Instantiates a new language agency model and view. |
|
LanguageContentModelAndView(UserSessionDto userSessionDTO,
ControllerAction controllerAction,
LanguageContentModelAndView.LanguageContentViewSpecification languageContentViewSpecification,
AgencyData agency,
LanguageContentDto languageContentDto)
Instantiates a new language content model and view. |
|
PortalModelAndView(UserSessionDto userSessionDTO,
ControllerAction controllerAction,
PortalModelAndView.PortalViewSpecification portalViewSpecification,
AgencyData agency,
PortalData portalData)
Instantiates a new portal model and view. |
Uses of UserSessionDto in com.hack23.cia.web.impl.ui.viewfactory.api.content |
---|
Constructors in com.hack23.cia.web.impl.ui.viewfactory.api.content with parameters of type UserSessionDto | |
---|---|
AbstractParliamentMemberModelAndView(UserSessionDto userSessionDTO,
ControllerAction controllerAction,
ParliamentMemberData parliamentMemberData)
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,
CommitteeReportViewSpecification committeeReportViewSpecification,
CommitteeReportData committeeReportDto)
Instantiates a new committee report model and view. |
|
CommitteeReportsModelAndView(UserSessionDto userSessionDTO,
ControllerAction controllerAction,
CommitteeReportsViewSpecification committeeReportsViewSpecification,
List<CommitteeReportData> list)
Instantiates a new committee reports model and view. |
|
ParliamentMemberListModelAndView(UserSessionDto userSessionDTO,
ControllerAction controllerAction,
ParliamentMemberListViewSpecification parliamentMemberListViewSpecification,
List<ParliamentMemberData> list)
Instantiates a new parliament member list model and view. |
|
ParliamentMemberSummaryModelAndView(UserSessionDto userSessionDTO,
ControllerAction controllerAction,
ParliamentMemberSummaryViewSpecification parliamentMemberSummaryViewSpecification,
ParliamentMemberData parliamentMemberData,
List<ParliamentMemberVoteCompareResultData> list,
List<ParliamentMemberVoteCompareResultData> list2,
List<ParliamentMemberVoteCompareResultData> list3,
List<ParliamentMemberVoteCompareResultData> list4,
List<VoteData> list5,
RegisterInformationData registerInformationData)
Instantiates a new parliament member summary model and view. |
|
UrlModelAndView(UserSessionDto userSessionDTO,
ControllerAction controllerAction,
UrlViewSpecification urlViewSpecification,
String title,
String url)
Instantiates a new url model and view. |
|
UserModelAndView(UserSessionDto userSessionDTO,
List<PoliticalPartyData> politicalParties,
ControllerAction controllerAction,
UserModelAndView.UserViewSpecification userViewSpecification)
Instantiates a new user model and view. |
|
VotesModelAndView(UserSessionDto userSessionDTO,
ControllerAction controllerAction,
VotesViewSpecification votesViewSpecification,
List<VoteData> list)
Instantiates a new votes model and view. |
Uses of UserSessionDto in com.hack23.cia.web.impl.ui.viewfactory.api.control |
---|
Constructors in com.hack23.cia.web.impl.ui.viewfactory.api.control with parameters of type UserSessionDto | |
---|---|
AbstractControlModelAndView(UserSessionDto userSessionDTO,
ControllerAction controllerAction)
Instantiates a new abstract admin model and view. |
|
AgentDeploymentModelAndView(UserSessionDto userSessionDTO,
ControllerAction controllerAction,
AgentDeploymentModelAndView.AgentDeployment agentDeployment)
Instantiates a new agent deployment model and view. |
Uses of UserSessionDto in com.hack23.cia.web.impl.ui.viewfactory.api.monitoring |
---|
Constructors in com.hack23.cia.web.impl.ui.viewfactory.api.monitoring with parameters of type UserSessionDto | |
---|---|
AbstractMonitorModelAndView(UserSessionDto userSessionDTO,
ControllerAction controllerAction)
Instantiates a new abstract admin model and view. |
|
MonitorModelAndView(UserSessionDto userSessionDTO,
ControllerAction controllerAction,
MonitorModelAndView.MonitorViewSpecification monitorViewSpecification,
Content imageContent)
Instantiates a new monitor model and view. |
Uses of UserSessionDto in com.hack23.cia.web.impl.ui.viewfactory.impl.content |
---|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |