|
||||||||||
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.web.impl.ui.form.content | Provides... |
Uses of LanguageContentData in com.hack23.cia.model.api.application.administration |
---|
Modifier and Type | Method and Description |
---|---|
Set<LanguageContentData> |
UserSessionData.getLanguageContentByLanguage(LanguageData languageData)
Gets the language content by language. |
Uses of LanguageContentData in com.hack23.cia.model.api.application.configuration |
---|
Modifier and Type | Method and Description |
---|---|
LanguageContentData |
AgencyData.findLanguageContent(Long id)
Find language content. |
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. |
Modifier and Type | Method and Description |
---|---|
Set<LanguageContentData> |
AgencyData.getLanguageContentByLanguage(LanguageData languageData)
Gets the language content by language. |
Modifier and Type | Method and Description |
---|---|
void |
AgencyData.addLanguageContentData(LanguageContentData languageContent)
Adds the language content data. |
void |
AgencyData.removeLanguageContent(LanguageContentData languageContent)
Removes the language content. |
Uses of LanguageContentData in com.hack23.cia.model.api.application.content |
---|
Modifier and Type | Method and Description |
---|---|
List<LanguageContentData> |
LanguageData.getLanguageContentsData()
Gets the language contents data. |
Modifier and Type | Method and Description |
---|---|
void |
LanguageData.addLanguageContentData(LanguageContentData languageContent)
Adds the language content data. |
void |
LanguageData.removeLanguageContentData(LanguageContentData languageContent)
Removes the language content data. |
Uses of LanguageContentData in com.hack23.cia.model.api.application.factory |
---|
Modifier and Type | Method and Description |
---|---|
LanguageContentData |
ApplicationContentModelFactory.createLanguageContent()
Creates a new ApplicationContentModel object. |
LanguageContentData |
ApplicationContentModelFactory.createLanguageContent(LanguageData language)
Creates a new ApplicationContentModel object. |
Modifier and Type | Method and Description |
---|---|
Class<? extends LanguageContentData> |
ApplicationContentModelFactory.getLanguageContentDataSpec()
Gets the language content data spec. |
Uses of LanguageContentData in com.hack23.cia.model.impl.application.administration |
---|
Modifier and Type | Method and Description |
---|---|
Set<LanguageContentData> |
UserSession.getLanguageContentByLanguage(LanguageData languageData)
|
Uses of LanguageContentData in com.hack23.cia.model.impl.application.configuration |
---|
Modifier and Type | Method and Description |
---|---|
LanguageContentData |
Agency.findLanguageContent(Long languageContentId)
|
LanguageContentData |
Agency.getLanguageContentByKey(LanguageContentKey key,
LanguageData language)
|
LanguageContentData |
Agency.getLanguageContentByKey(String key,
LanguageData language)
|
Modifier and Type | Method and Description |
---|---|
Set<LanguageContentData> |
Agency.getLanguageContentByLanguage(LanguageData language)
|
Modifier and Type | Method and Description |
---|---|
void |
Agency.addLanguageContentData(LanguageContentData languageContent)
|
void |
Agency.removeLanguageContent(LanguageContentData languageContent)
|
Uses of LanguageContentData in com.hack23.cia.model.impl.application.content |
---|
Modifier and Type | Class and Description |
---|---|
class |
LanguageContent
The Class LanguageContent. |
Modifier and Type | Method and Description |
---|---|
List<LanguageContentData> |
Language.getLanguageContentsData()
|
Modifier and Type | Method and Description |
---|---|
void |
Language.addLanguageContentData(LanguageContentData languageContent)
|
void |
Language.removeLanguageContentData(LanguageContentData languageContent)
|
Uses of LanguageContentData in com.hack23.cia.service.api.dto.api.factory |
---|
Modifier and Type | Method and Description |
---|---|
LanguageContentDto |
ApplicationDtoFactory.createLanguageContentDto(LanguageContentData updatedLanguageContent)
Creates a new ApplicationDto object. |
Uses of LanguageContentData in com.hack23.cia.service.api.dto.impl.factory |
---|
Modifier and Type | Method and Description |
---|---|
LanguageContentDto |
ApplicationDtoFactoryImpl.createLanguageContentDto(LanguageContentData updatedLanguageContent)
|
Uses of LanguageContentData in com.hack23.cia.service.impl.configuration |
---|
Modifier and Type | Method and Description |
---|---|
LanguageContentData |
ConfigurationService.addLanguageContent(AgencyData agency,
LanguageData language)
Adds the language content. |
LanguageContentData |
ConfigurationServiceImpl.addLanguageContent(AgencyData agency,
LanguageData language)
|
Uses of LanguageContentData in com.hack23.cia.web.impl.ui.form.content |
---|
Constructor and Description |
---|
LanguageContentForm(UserSessionDto userSessionDTO,
LanguageContentData languageContent)
Instantiates a new language content form. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |