|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
---|
Modifier and Type | Method and Description |
---|---|
LanguageData |
UserSessionData.getLanguageData()
Gets the language data. |
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 |
---|
Modifier and Type | Method and Description |
---|---|
LanguageData |
AgencyData.findLanguage(Long id)
Find language. |
LanguageData |
AgencyData.findMatchingLanguage(String acceptLanguageKeys)
Find matching language. |
Modifier and Type | Method and Description |
---|---|
List<LanguageData> |
AgencyData.getLanguagesData()
Gets the languages data. |
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 |
---|
Modifier and Type | Method and Description |
---|---|
LanguageData |
LanguageContentData.getLanguageData()
Gets the language data. |
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 |
---|
Modifier and Type | Method and Description |
---|---|
LanguageData |
ApplicationContentModelFactory.createLanguageData()
Creates a new ApplicationContentModel object. |
Modifier and Type | Method and Description |
---|---|
Class<? extends LanguageData> |
ApplicationContentModelFactory.getLanguageDataSpec()
Gets the language data spec. |
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 |
---|
Modifier and Type | Method and Description |
---|---|
LanguageData |
UserSession.getLanguageData()
|
Modifier and Type | Method and Description |
---|---|
Set<LanguageContentData> |
UserSession.getLanguageContentByLanguage(LanguageData 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 |
---|
Modifier and Type | Method and Description |
---|---|
LanguageData |
Agency.findLanguage(Long languageId)
|
LanguageData |
Agency.findMatchingLanguage(String acceptLanguagesCsv)
|
Modifier and Type | Method and Description |
---|---|
List<LanguageData> |
Agency.getLanguagesData()
|
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 |
---|
Modifier and Type | Class and Description |
---|---|
class |
Language
The Class Language. |
Modifier and Type | Method and Description |
---|---|
LanguageData |
LanguageContent.getLanguageData()
|
Modifier and Type | Method and Description |
---|---|
void |
LanguageContent.setLanguageData(LanguageData language)
|
Uses of LanguageData in com.hack23.cia.service.api.dto.api.factory |
---|
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 |
---|
Modifier and Type | Method and Description |
---|---|
LanguageDto |
ApplicationDtoFactoryImpl.createLanguageDto(LanguageData language)
|
Uses of LanguageData in com.hack23.cia.service.impl.configuration |
---|
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 |
---|
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 |
---|
Constructor and Description |
---|
LanguageForm(UserSessionDto userSessionDTO,
LanguageData language)
Instantiates a new language form. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |