Uses of Interface
com.hack23.cia.model.api.application.content.LanguageData

Packages that use LanguageData
Package Description
com.hack23.cia.model.api.application.administration Provides... 
com.hack23.cia.model.api.application.configuration Provides... 
com.hack23.cia.model.api.application.content Provides... 
com.hack23.cia.model.api.application.factory   
com.hack23.cia.model.impl.application.administration Provides... 
com.hack23.cia.model.impl.application.configuration Provides... 
com.hack23.cia.model.impl.application.content Provides... 
com.hack23.cia.service.api.dto.api.factory   
com.hack23.cia.service.api.dto.impl.factory   
com.hack23.cia.service.impl.configuration Provides... 
com.hack23.cia.service.impl.content Provides... 
com.hack23.cia.web.impl.ui.form.content Provides... 
 

Uses of LanguageData in com.hack23.cia.model.api.application.administration
 

Methods in com.hack23.cia.model.api.application.administration that return LanguageData
Modifier and Type Method and Description
 LanguageData UserSessionData.getLanguageData()
          Gets the language data.
 

Methods in com.hack23.cia.model.api.application.administration with parameters of type LanguageData
Modifier and Type Method and Description
 Set<LanguageContentData> UserSessionData.getLanguageContentByLanguage(LanguageData languageData)
          Gets the language content by language.
 

Uses of LanguageData in com.hack23.cia.model.api.application.configuration
 

Methods in com.hack23.cia.model.api.application.configuration that return LanguageData
Modifier and Type Method and Description
 LanguageData AgencyData.findLanguage(Long id)
          Find language.
 LanguageData AgencyData.findMatchingLanguage(String acceptLanguageKeys)
          Find matching language.
 

Methods in com.hack23.cia.model.api.application.configuration that return types with arguments of type LanguageData
Modifier and Type Method and Description
 List<LanguageData> AgencyData.getLanguagesData()
          Gets the languages data.
 

Methods in com.hack23.cia.model.api.application.configuration with parameters of type LanguageData
Modifier and Type Method and Description
 void AgencyData.addLanguageData(LanguageData language)
          Adds the language data.
 LanguageContentData AgencyData.getLanguageContentByKey(LanguageContentKey winningPercentageByParty, LanguageData language)
          Gets the language content by key.
 LanguageContentData AgencyData.getLanguageContentByKey(String key, LanguageData language)
          Gets the language content by key.
 Set<LanguageContentData> AgencyData.getLanguageContentByLanguage(LanguageData languageData)
          Gets the language content by language.
 void AgencyData.removeLanguageData(LanguageData language)
          Removes the language data.
 

Uses of LanguageData in com.hack23.cia.model.api.application.content
 

Methods in com.hack23.cia.model.api.application.content that return LanguageData
Modifier and Type Method and Description
 LanguageData LanguageContentData.getLanguageData()
          Gets the language data.
 

Methods in com.hack23.cia.model.api.application.content with parameters of type LanguageData
Modifier and Type Method and Description
static String ParliamentChart.getFileName(ParliamentChart chart, ParliamentYearData parliamentYearData, BallotData ballot, LanguageData language)
          Gets the file name.
static String ParliamentChart.getFileName(ParliamentChart chart, ParliamentYearData parliamentYearData, CommitteeReportData committeeReport, LanguageData language)
          Gets the file name.
static String ParliamentChart.getFileName(ParliamentChart chart, ParliamentYearData parliamentYearData, LanguageData language)
          Gets the file name.
static String ParliamentChart.getFileName(ParliamentChart chart, ParliamentYearData parliamentYearData, ParliamentMemberData parliamentMember, LanguageData language)
          Gets the file name.
static String ParliamentChart.getFileName(ParliamentChart chart, ParliamentYearData parliamentYearData, PoliticalPartyData politicalParty, LanguageData language)
          Gets the file name.
 void LanguageContentData.setLanguageData(LanguageData language)
          Sets the language data.
 

Uses of LanguageData in com.hack23.cia.model.api.application.factory
 

Methods in com.hack23.cia.model.api.application.factory that return LanguageData
Modifier and Type Method and Description
 LanguageData ApplicationContentModelFactory.createLanguageData()
          Creates a new ApplicationContentModel object.
 

Methods in com.hack23.cia.model.api.application.factory that return types with arguments of type LanguageData
Modifier and Type Method and Description
 Class<? extends LanguageData> ApplicationContentModelFactory.getLanguageDataSpec()
          Gets the language data spec.
 

Methods in com.hack23.cia.model.api.application.factory with parameters of type LanguageData
Modifier and Type Method and Description
 LanguageContentData ApplicationContentModelFactory.createLanguageContent(LanguageData language)
          Creates a new ApplicationContentModel object.
 UserSessionData ApplicationAdministrationModelFactory.createUserSessionData(UserData user, LanguageData language, PortalData portal, String sessionId, String clientHost, String serverHost, Date date, String userAgent)
          Creates a new ApplicationAdministrationModel object.
 

Uses of LanguageData in com.hack23.cia.model.impl.application.administration
 

Methods in com.hack23.cia.model.impl.application.administration that return LanguageData
Modifier and Type Method and Description
 LanguageData UserSession.getLanguageData()
           
 

Methods in com.hack23.cia.model.impl.application.administration with parameters of type LanguageData
Modifier and Type Method and Description
 Set<LanguageContentData> UserSession.getLanguageContentByLanguage(LanguageData languageData)
           
 

Constructors in com.hack23.cia.model.impl.application.administration with parameters of type LanguageData
Constructor and Description
UserSession(UserData user, LanguageData language, PortalData portal, String sessionId, String clientHost, String serverHost, Date createdAt, String userAgent)
          Instantiates a new user session.
 

Uses of LanguageData in com.hack23.cia.model.impl.application.configuration
 

Methods in com.hack23.cia.model.impl.application.configuration that return LanguageData
Modifier and Type Method and Description
 LanguageData Agency.findLanguage(Long languageId)
           
 LanguageData Agency.findMatchingLanguage(String acceptLanguagesCsv)
           
 

Methods in com.hack23.cia.model.impl.application.configuration that return types with arguments of type LanguageData
Modifier and Type Method and Description
 List<LanguageData> Agency.getLanguagesData()
           
 

Methods in com.hack23.cia.model.impl.application.configuration with parameters of type LanguageData
Modifier and Type Method and Description
 void Agency.addLanguageData(LanguageData language)
           
 LanguageContentData Agency.getLanguageContentByKey(LanguageContentKey key, LanguageData language)
           
 LanguageContentData Agency.getLanguageContentByKey(String key, LanguageData language)
           
 Set<LanguageContentData> Agency.getLanguageContentByLanguage(LanguageData language)
           
 void Agency.removeLanguageData(LanguageData updatedLanguage)
           
 

Uses of LanguageData in com.hack23.cia.model.impl.application.content
 

Classes in com.hack23.cia.model.impl.application.content that implement LanguageData
Modifier and Type Class and Description
 class Language
          The Class Language.
 

Methods in com.hack23.cia.model.impl.application.content that return LanguageData
Modifier and Type Method and Description
 LanguageData LanguageContent.getLanguageData()
           
 

Methods in com.hack23.cia.model.impl.application.content with parameters of type LanguageData
Modifier and Type Method and Description
 void LanguageContent.setLanguageData(LanguageData language)
           
 

Uses of LanguageData in com.hack23.cia.service.api.dto.api.factory
 

Methods in com.hack23.cia.service.api.dto.api.factory with parameters of type LanguageData
Modifier and Type Method and Description
 LanguageDto ApplicationDtoFactory.createLanguageDto(LanguageData language)
          Creates a new ApplicationDto object.
 

Uses of LanguageData in com.hack23.cia.service.api.dto.impl.factory
 

Methods in com.hack23.cia.service.api.dto.impl.factory with parameters of type LanguageData
Modifier and Type Method and Description
 LanguageDto ApplicationDtoFactoryImpl.createLanguageDto(LanguageData language)
           
 

Uses of LanguageData in com.hack23.cia.service.impl.configuration
 

Methods in com.hack23.cia.service.impl.configuration with parameters of type LanguageData
Modifier and Type Method and Description
 AgencyData ConfigurationService.addAgencyLanguageContent(AgencyData agency, LanguageData language, String key, String content)
          Adds the agency language content.
 AgencyData ConfigurationServiceImpl.addAgencyLanguageContent(AgencyData agency, LanguageData language, String key, String content)
           
 LanguageContentData ConfigurationService.addLanguageContent(AgencyData agency, LanguageData language)
          Adds the language content.
 LanguageContentData ConfigurationServiceImpl.addLanguageContent(AgencyData agency, LanguageData language)
           
 

Uses of LanguageData in com.hack23.cia.service.impl.content
 

Methods in com.hack23.cia.service.impl.content with parameters of type LanguageData
Modifier and Type Method and Description
 BinaryContent ParliamentContentService.getGraph(ParliamentChart chart, BallotData ballot, LanguageData language)
          Gets the graph.
 BinaryContent ParliamentContentServiceImpl.getGraph(ParliamentChart chart, BallotData ballot, LanguageData language)
           
 BinaryContent ParliamentContentService.getGraph(ParliamentChart summary, CommitteeReportData committeeReport, LanguageData language)
          Gets the graph.
 BinaryContent ParliamentContentServiceImpl.getGraph(ParliamentChart chart, CommitteeReportData committeeReport, LanguageData language)
           
 BinaryContent ParliamentContentService.getGraph(ParliamentChart chart, LanguageData language)
          Gets the graph.
 BinaryContent ParliamentContentServiceImpl.getGraph(ParliamentChart chart, LanguageData language)
           
 BinaryContent ParliamentContentService.getGraph(ParliamentChart chart, ParliamentMemberData parliamentMember, LanguageData language)
          Gets the graph.
 BinaryContent ParliamentContentServiceImpl.getGraph(ParliamentChart chart, ParliamentMemberData parliamentMember, LanguageData language)
           
 BinaryContent ParliamentContentService.getGraph(ParliamentChart summary, PoliticalPartyData politicalParty, LanguageData language)
          Gets the graph.
 BinaryContent ParliamentContentServiceImpl.getGraph(ParliamentChart chart, PoliticalPartyData politicalParty, LanguageData language)
           
 

Uses of LanguageData in com.hack23.cia.web.impl.ui.form.content
 

Constructors in com.hack23.cia.web.impl.ui.form.content with parameters of type LanguageData
Constructor and Description
LanguageForm(UserSessionDto userSessionDTO, LanguageData language)
          Instantiates a new language form.
 



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