Modifier and Type | Method and Description |
---|---|
Language |
AdminService.createLanguage(String abbreviation,
String name)
Create a new language.
|
Language |
AdminService.createLanguage(String abbreviation,
String name,
Locale locale)
Create a new language.
|
Language |
Host.getGuiLanguage()
Returns the language which should be used for GUI rendering (e.g. tree labels)
|
Language |
GenerationContext.getLanguage()
Returns the current
Language of this generation context |
Language |
GenerationScriptContext.getLanguage()
The current generated language
|
Language |
AdminService.getLanguage(String abbreviation)
Returns the given language or
null . |
static Language |
AccessUtil.getLanguageForKey(Project project,
String languageKey)
Gets a single project language by its unique abbreviation.
|
static Language |
AccessUtil.getLanguageForKeyNotNull(Project project,
String languageKey)
Gets a single project language by its unique abbreviation.
|
Modifier and Type | Method and Description |
---|---|
List<Language> |
AdminService.getLanguages()
Get all languages.
|
Modifier and Type | Method and Description |
---|---|
void |
AdminService.deleteLanguage(Language language)
Deletes the given language template on the server
|
String |
Language.getDisplayName(Language language)
Gets display name of the Language for the given language.
|
String |
UrlCreator.getFilename(ContentProducer node,
TemplateSet templateSet,
Language language,
String pageSuffix)
Deprecated.
since 5.0.3 - use
UrlCreator.getFilename(ContentProducer, TemplateSet, Language, PageParams) . |
String |
UrlCreator.getFilename(Media media,
Language lang,
Resolution res)
Deprecated.
|
String |
UrlCreator.getFilename(String type,
String name,
String extension,
Language language)
Deprecated.
|
String |
SimpleEditorValue.getTextValue(Language language)
Get the text value for the given language.
|
String |
UrlCreator.getUrl(ContentProducer node,
Language language,
TemplateSet templateSet,
PageParams pageParams,
int mode)
Deprecated.
|
String |
UrlCreator.getUrl(Media media,
Language language,
Resolution resolution,
int mode)
Deprecated.
|
String |
UrlCreator.getUrl(String type,
String name,
String extension,
Language language,
int mode)
Deprecated.
|
void |
GenerationContext.mediaReferenced(Media media,
Language language,
Resolution resolution)
Prints a referenced media to the generation target, if it was not yet printed.
|
void |
Language.setDisplayName(Language language,
String displayName)
Sets the display name of the Language for the given language
|
void |
AdminService.setLanguage(Language language)
Write back changed language to the server.
|
void |
SimpleEditorValue.setValueFromText(Language language,
String text)
Set the value.
|
Modifier and Type | Field and Description |
---|---|
static Language |
EditorValue.FALLBACK_LANGUAGE
Deprecated.
Language used for fallback values.
|
static Language |
EditorValue.SOLE_LANGUAGE
Deprecated.
Language used for language independent editor values.
|
Modifier and Type | Method and Description |
---|---|
Map<String,Language> |
EditorValue.getEditorLanguages()
Deprecated.
Get the languages valid for the current editing operation, where the key is the language abbreviation and the value is the language object.
|
Modifier and Type | Method and Description |
---|---|
void |
DomTableEditorValue.addColumn(Language language,
int afterColumn)
Adds a column for the given language after the defined column index.
|
void |
DomTableEditorValue.addRow(Language language,
int afterRow)
Adds a row for the given language after the defined row index.
|
boolean |
ValueIndexer.appendAssociate(Associate associate,
Language language,
boolean followAssociations)
Appends the given associate, to consolidate changes between the data and the associate.
|
void |
ValueIndexer.appendFormData(FormData formData,
Language language,
boolean followAssociations)
Appends the given form data content for indexing.
|
void |
EditorValue.assimilate(Language language,
Object object)
Deprecated.
Assimilate the value object for the specified language, if possible.
|
void |
EditorValue.beSet(Language language)
Deprecated.
Mark the current value for the given language to be set, i.e.,
EditorValue.isSet(Language) will evaluate to true and, if thecurrent value is null , EditorValue.isEmpty(Object) willevaluate to true, too. |
void |
EditorValue.clear(Language language)
Deprecated.
Unset the value for the specified language, i.e.
|
DatasetContainer |
DatasetEditorValue.createDatasetContainer(Entity entity,
TableTemplate template,
Language language)
Factory method to create an value container for the specified template and entity.
|
void |
DomTableEditorValue.deleteColumn(Language language,
int column)
Deletes the column for the given language and the defined index.
|
void |
DomTableEditorValue.deleteRow(Language language,
int row)
Deletes the row for the given language and the defined index.
|
SectionList |
ContentAreaListValue.get(Language language)
Deprecated.
Get the value object in the specified language.
|
T |
EditorValue.get(Language language)
Deprecated.
Get the value object in the specified language.
|
FormDataList |
FsListEditorValue.get(Language language)
Deprecated.
since 5.2.311 use
CatalogEditorValue.get(Language) , IndexEditorValue.get(Language) or EditorValue.get(Language) instead |
GraphicalMedium |
PictureEditorValue.get(Language language)
Deprecated.
Get the value object in the specified language.
|
TableCell |
DomTableEditorValue.getCell(Language language,
int row,
int column)
Gets the
cell of this dom table with the given row & col index
or null if no cell exists with these indices. |
int |
DomTableEditorValue.getColumns(Language language)
Provides the number of columns for the given language.
|
TargetReference |
ReferenceEditorValue.getEmpty(Language language)
Get an empty
TargetReference . |
List<? extends Match> |
EditorValue.getMatches(Language language,
Request request)
Deprecated.
Find matches for the given request.
|
OptionModel |
OptionsEditorValue.getOptionModel(Language language)
Get the model on options for the given language.
|
int |
DomTableEditorValue.getRows(Language language)
Provides the number of rows for the given language.
|
String |
EditorValue.getSearchableString(Language language)
Deprecated.
This method returns a string representation for search and indexing usage.
|
Section |
DomTableEditorValue.getSection(Language language,
int row,
int column)
Get a cell defined by language, row, and column as Section object.
|
String |
DomEditorValue.getShortContent(Language language)
Gets the first 20 characters of the value of this DOM editor's value as
String in the given language.
|
boolean |
EditorValue.isSet(Language language)
Deprecated.
Indicates that a value for the given language is set or is backed by a language independent value.
|
void |
LinkEditorValue.set(Language language,
Link object)
Set the value object for the specified language.
|
void |
EditorValue.set(Language language,
T object)
Deprecated.
Set the value object for the specified language.
|
void |
LinkEditorValue.setDomLink(Language language,
Element linkElement)
Sets a link from a DOM definition.
|
String |
DomEditorValue.toHtml(Language language)
Build an HTML representation for the given language's value.
|
String |
EditorValue.toXml(Language language)
Deprecated.
Get an XML string representation of the editor's value in the specified language.
|
void |
EditorValue.validate(Language language,
T value)
Deprecated.
Checks for the given value to be valid in the specified language wrt. the editor's GOM.
|
Modifier and Type | Method and Description |
---|---|
Language |
Reference.getLanguage()
Returns the language of the reference.
|
Modifier and Type | Method and Description |
---|---|
Language |
BinaryMedium.getLanguage()
Returns the language of the binary medium.
|
Language |
DatasetContainer.getLanguage()
The language for which this value is stored.
|
Language |
ElementReference.getLanguage()
Provides the language this reference is stored for.
|
Language |
TargetReference.getLanguage()
Get the language of the selected reference.
|
Modifier and Type | Method and Description |
---|---|
static DatasetContainer |
DatasetContainer.Factory.create(Dataset dataset,
Language language)
Factory method to create a DatasetContainer for the specified entity, template and language.
|
static DatasetContainer |
DatasetContainer.Factory.create(Entity entity,
TableTemplate template,
Language language)
Factory method to create a DatasetContainer for the specified entity, template and language.
|
IdProvidingFormData |
LinkFormsProducer.create(LinkTemplate template,
Language language)
Creates a new form-data container based on the given link template and language.
|
String |
Label.getLabel(Language language)
Try getting a label in the following order:
the label for the specified language;
the label for the
fallback language ;
the value itself. |
OptionModel |
OptionFactory.getOptionModel(SpecialistsBroker broker,
Language language,
boolean release)
Return a model on options, based upon information provided by the given specialists broker.
|
boolean |
Option.ignore(Language language)
Indicates whether this
Option should be ignored and therefore hidden in the gui
for the provided language. |
static TargetReference |
TargetReference.TargetReferences.newInstance(Language language)
Create a new empty TargetReference.
|
static TargetReference |
TargetReference.TargetReferences.newInstance(Language language,
IDProvider reference,
String remoteName)
Create a new TargetReference.
|
static TargetReference |
TargetReference.TargetReferences.newInstance(Language language,
String uid,
IDProvider.UidType uidType,
String remoteName)
Create a new TargetReference.
|
void |
Label.putLabel(Language language,
String label)
Set the label for the specified language.
|
Modifier and Type | Method and Description |
---|---|
Language |
Link.getLinkLanguage()
Provides the language the link is created for.
|
Modifier and Type | Method and Description |
---|---|
Language |
Project.getLanguage(String abbreviation)
Get the content language with the specified abbreviation.
|
Language |
Project.getMasterLanguage()
Gets the master language.
|
Modifier and Type | Method and Description |
---|---|
List<Language> |
Project.getEditorialLanguages()
Returns the list of editorial language for this project.
|
List<Language> |
Project.getLanguages()
Returns a list of all project
Languages . |
Modifier and Type | Method and Description |
---|---|
void |
Project.addEditorialLanguage(Language language)
Adds the given language to the list of editorial languages of this project.
|
void |
Project.addLanguage(Language language)
Adds a project language to the project
|
String |
Resolution.getDescription(Language language)
Get the editorial description of this resolution for the given language
or
null if not defined for the language |
String |
TemplateSet.getDescription(Language language)
Get the editorial description of this TemplateSet for the given language or
null
if not defined for the language |
String |
Resolution.getDisplayName(Language language)
Gets display name of the resolution for the given language.
|
String |
TemplateSet.getDisplayName(Language language)
Gets display name of the TemplateSet for the given language.
|
void |
Project.removeEditorialLanguage(Language language)
Removes the given language from the list of editorial languages of this project.
|
void |
Project.removeLanguage(Language language)
Removes a project language from the project
|
void |
Resolution.setDescription(Language language,
String description)
Sets the editorial description of the resolution for the given language
|
void |
TemplateSet.setDescription(Language language,
String description)
Sets the editorial description of this TemplateSet for the given language
|
void |
Resolution.setDisplayName(Language language,
String displayName)
Sets the display name of the resolution for the given language
|
void |
TemplateSet.setDisplayName(Language language,
String displayName)
Sets the display name of the TemplateSet for the given language
|
void |
Project.setMasterLanguage(Language language)
Set master language of the project
|
Modifier and Type | Method and Description |
---|---|
void |
Project.setLanguages(List<Language> languages)
Sets all projects languages.
|
Modifier and Type | Method and Description |
---|---|
Language |
DeltaGeneration.DeletedPageInfo.getLanguage()
Language of deleted page.
|
Modifier and Type | Method and Description |
---|---|
List<Pair<Language,TemplateSet>> |
GenerateTask.getGenerateList()
Get a list of language/template set combinations which should be generated.
|
Modifier and Type | Method and Description |
---|---|
boolean |
GenerateTask.getGenerateFlag(Language language,
TemplateSet templateSet)
Get the generate flag for a specific language/template set combination.
|
void |
GenerateTask.setGenerateFlag(Language language,
TemplateSet templateSet,
boolean generate)
Set the generate flag for a specific language/template set combination.
|
Modifier and Type | Method and Description |
---|---|
List<String> |
SearchService.getSuggestions(Long projectId,
String word,
Language language)
Suggest indexed words matching the given one.
|
List<String> |
SearchService.getSuggestions(long projectId,
String indexField,
String word,
Language language)
Suggest indexed words matching the given one.
|
Modifier and Type | Method and Description |
---|---|
Language |
LanguageInfo.getLanguage()
Returns the
Language this LanguageInfo storeelement belongs to. |
Language |
Monoglot.getLanguage()
The language defining the data path in which the monoglot mode is to be used.
|
Modifier and Type | Method and Description |
---|---|
String |
IDProvider.getDisplayName(Language language)
Return the display name (label) for the specified language - if no language specific label is defined for this
language the value for the master language is returned.
|
LanguageInfo |
IDProvider.getLanguageInfo(Language language)
Returns the
LanguageInfo node for the given language |
MultiPageParams |
Data.getMultiPageParams(Language language)
Deprecated.
Since 5.0.104, no replacement.
|
MultiPageParams |
MultiPageParamsProvider.getMultiPageParams(Language language) |
MultiPageParams |
ContentProducer.getMultiPageParams(Language language,
TemplateSet templateSet) |
String |
Previewable.getPreviewUrl(Language language,
TemplateSet templateSet,
boolean release,
int mode,
Map<?,?> params)
Deprecated.
since 5.2.190105, please use
PreviewUrlAgent.ContentProducerPreviewUrlBuilder#getUrl(ContentProducer) |
PreviewUrl |
Previewable.getPreviewUrlObject(Language language,
TemplateSet templateSet,
boolean release,
int mode,
Map<?,?> params)
Deprecated.
since 5.2.190105, please use
PreviewUrlAgent.ContentProducerPreviewUrlBuilder#getUrlObject(ContentProducer) |
String |
ContentProducer.getStoredUrl(Language language,
TemplateSet templateSet,
Object multiPageObject)
Get the stored URL for this node and the provided combination of language, template set, and (optionally) entity.
|
String |
ContentProducer.getUrl(UrlCreatorProvider urlCreatorProvider,
Language lang,
TemplateSet templateSet,
PageParams pageParams,
int mode)
Create an url for this node using the specified
urlCreatorProvider ,
language , template set , and pageParams (sub page). |
void |
IDProvider.setDisplayName(Language language,
String displayName)
Sets the display name (label) for the specified language.
|
Modifier and Type | Method and Description |
---|---|
List<? extends Entity> |
Content2.getData(Language language)
Deprecated.
since 5.1.102, use
Content2.getDatasets(Language) . |
List<? extends Entity> |
Content2ScriptContext.getData(Language language)
Returns the list of entities respecting defined filter and ordering of the underlying
Content2 element. |
List<Dataset> |
Content2.getDatasets(Language language)
Returns the list of datasets respecting defined filter and ordering.
|
Modifier and Type | Method and Description |
---|---|
Content2 |
ContentFolder.createContent(TableTemplate tableTemplate,
String uidSuggestion,
Map<Language,String> language2displayNameMapping,
boolean unifyUidOnServer)
Creates a new content node in this folder.
|
ContentFolder |
ContentFolder.createContentFolder(String uidSuggestion,
Map<Language,String> lang2DisplayName,
boolean unifyUid)
Create a new ContentFolder as child of this folder.
|
Modifier and Type | Method and Description |
---|---|
void |
GCAPage.addTranslated(Language language)
Calling this method has no effect.
|
List<String> |
URLProperties.getAlternativeUrls(ContentProducer node,
Language language,
TemplateSet templateSet)
Get the list of alternative URLs for the specified parameter set.
|
String |
URLProperties.getStoredUrl(ContentProducer node,
Language language,
TemplateSet templateSet,
Object multiPageObject)
Get the stored URL for the specified parameters set.
|
String |
URLProperties.getStoredUrl(MediaFolder folder,
Language language)
Get the stored URL for the specified parameter set.
|
String |
URLProperties.getStoredUrl(Media node,
Language language,
Resolution resolution)
Get the stored URL for the specified parameter set.
|
String |
URLProperties.getStoredUrl(SiteStoreFolder folder,
Language language,
TemplateSet templateSet)
Get the stored URL for the specified parameter set.
|
boolean |
GCAPage.isTranslated(Language language)
Tests if this page is translated for the
given language.
|
void |
GCAPage.removeTranslated(Language language)
Calling this method has no effect.
|
void |
URLProperties.setAlternativeUrls(Collection<String> urls,
ContentProducer node,
Language language,
TemplateSet templateSet)
Set the list of alternative URLs for the specified parameter set.
|
void |
URLProperties.setStoredUrl(String url,
ContentProducer node,
Language language,
TemplateSet templateSet,
Object multiPageObject)
Set the stored URL for the specified parameters set.
|
void |
URLProperties.setStoredUrl(String url,
MediaFolder folder,
Language language)
Set the stored URL for the specified parameter set.
|
void |
URLProperties.setStoredUrl(String url,
Media node,
Language language,
Resolution resolution)
Set the stored URL for the specified parameter set.
|
void |
URLProperties.setStoredUrl(String url,
SiteStoreFolder folder,
Language language,
TemplateSet templateSet)
Set the stored URL for the specified parameter set.
|
Modifier and Type | Method and Description |
---|---|
GCAFolder |
GCAFolder.createGCAFolder(String uid,
Map<Language,String> lang2DisplayName,
boolean unifyUid)
Create a new GCAFolder as a subfolder of this folder.
|
GCAPage |
GCAFolder.createGCAPage(String uidSuggestion,
Template pageTemplate,
boolean unifyUid,
Map<Language,String> lang2DisplayName)
Create a new Page in the current GCA-Folder based on the given
PageTemplate |
Modifier and Type | Method and Description |
---|---|
Language |
File.getLanguage()
Get the language of the current
File . |
Language |
Picture.getLanguage()
Get the language of the current picture-media
|
Modifier and Type | Method and Description |
---|---|
File |
Media.getFile(Language language)
Get the given media as a
File object in the language provided. |
Object |
Media.getMediaContent(Language language)
|
Picture |
Media.getPicture(Language language)
Get the given media as a
Picture object in the language provided. |
String |
MediaFolder.getStoredUrl(Language language)
Get the stored URL for this node and the provided language.
|
String |
Media.getStoredUrl(Language language,
Resolution resolution)
Get the stored URL for this node and the provided combination of language and resolution.
|
void |
Media.makeLanguageDependent(Language... languages)
Makes this media language dependent.
|
void |
Media.makeLanguageIndependent(Language toKeep)
Makes this media language independent.
|
Modifier and Type | Method and Description |
---|---|
Media |
MediaFolder.createMedia(String uidSuggestion,
String filename,
int type,
boolean languageDependent,
Map<Language,String> lang2DisplayName,
boolean unifyIdentifierOnServer)
Create a new media in this
mediafolder |
MediaFolder |
MediaFolder.createMediaFolder(String uid,
Map<Language,String> lang2DisplayName,
boolean unifyIdentifierOnServer)
Create a new MediaFolder as child of this media folder.
|
Modifier and Type | Method and Description |
---|---|
void |
Page.addTranslated(Language language)
Adds the given language to the list of translated
languages.
|
void |
Content2Section.excludeFromOutput(Language language)
A language cannot be excluded in the output of the generation, so every call will throw an exception.
|
void |
Section.excludeFromOutput(Language language)
Excludes this section from the output for the given language.
|
ContentMultiPageParams |
Content2Section.getMultiPageParams(Language language)
Delivers a
ContentMultiPageParams where
ContentMultiPageParams.getData() delivers a
list with one entry. |
void |
Content2Section.includeInOutput(Language language)
Has no effect, no language can be excluded in the output of the generation.
|
void |
Section.includeInOutput(Language language)
Includes this section in the output for the given language.
|
boolean |
Content2Section.isInOutputIncluded(Language language)
Returns
true as content2 sections are categorical included in the output. |
boolean |
Section.isInOutputIncluded(Language language)
Checks if this section is included in the output
for the given language.
|
boolean |
Page.isTranslated(Language language)
Tests if this page is translated for the
given language.
|
void |
Page.removeTranslated(Language language)
Removes the given language from the list
of translated languages.
|
Modifier and Type | Method and Description |
---|---|
Page |
PageFolder.createPage(String uid,
Template pageTemplate,
boolean ensureUnique,
Map<Language,String> lang2DisplayName)
Create a new page in this folder with the given uid and template.
|
PageFolder |
PageFolder.createPageFolder(String uid,
Map<Language,String> lang2DisplayName,
boolean ensureUnique)
Create a new PageFolder as child of this folder.
|
Modifier and Type | Method and Description |
---|---|
Language |
FolderLangSpec.getLanguage()
Get the language of the FolderLangSpec-object
|
Language |
PageLangSpec.getLanguage()
Get the language of the pagereference
|
Modifier and Type | Method and Description |
---|---|
FormField<String> |
SiteStoreVariableFormData.createVariable(Language language,
String variableName)
Creates a new variable with desired name in this container and return the created form field for the given language.
|
FormField<String> |
SiteStoreVariableFormData.get(Language language,
String fieldName)
Provides a property container describing the field with the given name.
|
List<Entity> |
Content2Params.getData(Language language)
Provides all records for the given language.
|
List<Entity> |
Content2Params.getData(Language language,
int pageNumber)
Provides all records for the given language being rendered on the specified page number, where page counting
starts with
0 . |
FolderLangSpec |
PageRefFolder.getFolderLangSpec(Language language)
Get the folder specification for the given language
|
String |
SiteStoreRoot.getKeyWords(Language lang)
Get the language dependant keywords of the sitestoreroot for the given language.
|
MultiPageParams |
Content2Params.getMultiPageParams(Language language)
Provides the multi page parameters stored for the given language.
|
int |
Content2Params.getPageCount(Language language)
Provides the number of pages which will be created by the projection specified with this parameters for
the given language.
|
PageLangSpec |
PageRef.getPageLangSpec(Language language)
Get the pagereference specification for the given language
|
Select |
Content2Params.getSelect(Language language)
Provides the select statement for the given language to request records.
|
String |
SiteStoreFolder.getStoredUrl(Language language,
TemplateSet templateSet)
Get the stored URL for this node and the provided combination of language and template set.
|
String |
SiteStoreRoot.getStoredUrl(Language language,
TemplateSet templateSet)
Get the stored URL for this node and the provided combination of language and template set.
|
void |
SiteStoreRoot.setKeyWords(String keywords,
Language lang)
Sets the keywords of this sitestoreroot for the given
language.
|
Modifier and Type | Method and Description |
---|---|
PageRef |
SiteStoreFolder.createPageRef(String uid,
Page page,
Map<Language,String> lang2DisplayName,
boolean unifyNameOnServer)
Creates a new page reference in this folder.
|
PageRefFolder |
SiteStoreFolder.createPageRefFolder(String uid,
Map<Language,String> lang2DisplayName,
boolean unifyNameOnServer)
Create a new PageRefFolder as child of this folder.
|
PageRefFolder |
SiteStoreFolder.createPageRefFolder(String uid,
Map<Language,String> lang2DisplayName,
boolean unifyNameOnServer,
IDProvider nextSibling)
Create a new PageRefFolder as child of this folder and place it before the given next sibling.
|
Modifier and Type | Method and Description |
---|---|
Link |
LinkTemplate.createLink(Language language)
Create a new link instance for this template.
|
LanguageInfo |
TemplateBody.getLanguageInfo(Language language)
Returns the
LanguageInfo node for the given language |
Modifier and Type | Method and Description |
---|---|
FormatTemplate |
FormatTemplateContainer.createFormatTemplate(String uid,
Map<Language,String> lang2DisplayName,
boolean unifyUid)
Creates a new FormatTemplate as child of this FormatTemplateContainer
|
FormatTemplateFolder |
FormatTemplateContainer.createFormatTemplateFolder(String name,
Map<Language,String> lang2DisplayName)
Creates a new
FormatTemplateFolder with the given name as child of this FormatTemplateContainer. |
SchemaFolder |
SchemaContainer.createSchemaFolder(String name,
Map<Language,String> lang2DisplayName)
Creates a new
SchemaFolder with the given name and displaynames as child of this SchemaContainer. |
Script |
ScriptContainer.createScript(String uid,
Map<Language,String> lang2DisplayName,
boolean unifyUid)
Creates a new Script as child of this ScriptContainer
|
ScriptFolder |
ScriptContainer.createScriptFolder(String name,
Map<Language,String> lang2DisplayName)
Creates a
ScriptFolder with the given name and displaynames as a child of this ScriptContainer. |
StyleTemplate |
FormatTemplateContainer.createStyleTemplate(String uid,
boolean unifyNameOnServer,
Map<Language,String> lang2DisplayName)
Factory for a
StyleTemplate based on a uid. |
TableFormatTemplate |
FormatTemplateContainer.createTableFormatTemplate(String uid,
boolean unifyNameOnServer,
Map<Language,String> lang2DisplayName)
Factory for a
TableFormatTemplate based on a uid. |
LinkTemplate |
LinkTemplates.createTemplate(String uid,
Map<Language,String> lang2DisplayName,
boolean unifyNamesOnServer)
Create a new template in this folder.
|
PageTemplate |
PageTemplates.createTemplate(String uid,
Map<Language,String> lang2DisplayName,
boolean unifyNamesOnServer)
Create a new template in this folder.
|
SectionTemplate |
SectionTemplates.createTemplate(String uid,
Map<Language,String> lang2DisplayName,
boolean unifyNamesOnServer)
Create a new template in this folder.
|
T |
TemplateContainer.createTemplate(String uid,
Map<Language,String> lang2DisplayName,
boolean unifyNamesOnServer)
Create a new template in this folder.
|
TemplateFolder<LinkTemplate> |
LinkTemplates.createTemplateFolder(String name,
Map<Language,String> lang2DisplayName)
Create a new sub-folder in this folder
|
TemplateFolder<PageTemplate> |
PageTemplates.createTemplateFolder(String name,
Map<Language,String> lang2DisplayName)
Create a new sub-folder in this folder
|
TemplateFolder<SectionTemplate> |
SectionTemplates.createTemplateFolder(String name,
Map<Language,String> lang2DisplayName)
Create a new sub-folder in this folder
|
TemplateFolder<T> |
TemplateContainer.createTemplateFolder(String name,
Map<Language,String> lang2DisplayName)
Create a new sub-folder in this folder
|
WorkflowFolder |
WorkflowContainer.createWorkflowFolder(String name,
Map<Language,String> lang2DisplayName)
Creates a new
WorkflowFolder with the given name and displaynames as child of this workflow container. |
Modifier and Type | Method and Description |
---|---|
Language |
UIAgent.getDisplayLanguage()
Provides the currently set language to be used for displaying UI elements.
|
Language |
LanguageAgent.getFallbackLanguage()
Provide the language being used to define fallback values in
form defaults . |
Language |
UrlAgent.UrlEntry.getLanguage()
Returns the
language for which this url entry is specified for. |
Language |
LanguageAgent.getMasterLanguage()
Provides the persistency language used as master.
|
Language |
LanguageAgent.getMetaLanguage()
Provide the language being used for meta data representation.
|
Modifier and Type | Method and Description |
---|---|
List<Language> |
LanguageAgent.getEditorialLanguages()
Provides access to the languages marked as editorial languages, i.e, those languages used to edit the element's display names.
|
Collection<Language> |
MultiFormValidationReport.getLanguages()
Deprecated.
since 5.0.311, use
MultiFormValidationReport.getLanguages(SpecialistsBroker) instead. |
List<Language> |
LanguageAgent.getLanguages()
Provide access to available persistency languages.
|
Collection<Language> |
MultiFormValidationReport.getLanguages(SpecialistsBroker broker)
Provides the languages being reported containing problems, not including meta data problems.
|
Map<String,Language> |
LanguageAgent.getProjectLanguages(boolean includeFallback)
Provide access to available persistency languages, mapping abbreviations to the respective language definition.
|
List<Language> |
LanguageAgent.getVisibleLanguages()
Provides access to languages defined to be visible for the current user.
|
Modifier and Type | Method and Description |
---|---|
String |
UIAgent.getDisplayName(Language language)
Determines the display name for the given language according to the currently set UI language and display mode.
|
Collection<String> |
FormValidationReport.getMessages(String gadget,
Language displayLanguage)
Get the messages produced for the given gadget.
|
FormValidationReport |
MultiFormValidationReport.getProblems(Language language)
Gives a report for the specified language.
|
T |
ClientUrlAgent.ClientUrlBuilder.language(Language language)
Provide the data language that should be used.
|
T |
PreviewUrlAgent.PreviewUrlBuilder.language(Language language)
Provide the language for which the url should be rendered.
|
RenderingAgent.Renderer |
RenderingAgent.Renderer.language(Language language)
Overwrite which language should be used for rendering - default language is the project master language.
|
void |
RenderingAgent.MediaLinkListener.mediaLinked(Media media,
Language language,
Resolution resolution)
Callback
|
String |
GenerateElementOperation.perform(PageRef element,
Language language)
Executes the configured
ScheduleEntry and waits for its completion. |
Modifier and Type | Method and Description |
---|---|
MultiFormValidationReport |
ValidationAgent.validate(FormData formData,
Iterable<Language> languages,
ValidationAgent.ValidationScope scope)
Validate the given data for the provided languages in given validation scope.
|
Modifier and Type | Method and Description |
---|---|
Language |
EditorValueChangedEvent.getLanguage()
Provides the language the event happened in.
|
Language |
ValueEngineerContext.getLanguage()
Get the language the engineer is targetting.
|
Modifier and Type | Method and Description |
---|---|
List<Difference> |
Contrastable.contrastWith(Language language,
Object value)
Contrasts this instance with a given value.
|
Catalog |
CatalogEditorValue.get(Language language)
Get the value object in the specified language.
|
Index |
IndexEditorValue.get(Language language)
Get the value object in the specified language.
|
ReferenceHolder |
ReferenceTransformationAgent.read(Node node,
Language language,
boolean release)
Read an element referencing container from a persistency node.
|
Modifier and Type | Method and Description |
---|---|
Language |
EditorialLanguageModel.getLanguage()
Returns the currently selected gui language.
|
Modifier and Type | Method and Description |
---|---|
Language |
ExternalPreviewContext.getLanguage()
Provides the contextual language of the current element.
|
Modifier and Type | Method and Description |
---|---|
String |
DataSnippetProvider.getExtract(D object,
Language language)
Provides the extract text being used as a long representation of the given object.
|
String |
DataSnippetProvider.getHeader(D object,
Language language)
Provides the header text being used as a short representation of the given object.
|
Image<?> |
DataSnippetProvider.getThumbnail(D object,
Language language)
Provides a thumbnail image resource for the given object or
null if no thumbnail representation is available. |
Modifier and Type | Method and Description |
---|---|
Language |
UrlGenerationContext.getLanguage()
Returns the contextual
Language when requesting the URL. |
Modifier and Type | Method and Description |
---|---|
void |
ValueIndexing.appendIndexData(String identifier,
Language language,
boolean recursive,
ValueIndexer indexer)
Append data to the indexer enabling to find the data object having the given identifier in the defined
language.
|
Match |
RequestMatching.getMatch(String identifier,
Request request,
Language language)
Provides a match object for the given data object with respect to the handed request and language.
|
String |
DataTemplating.getTemplate(D object,
Language language)
Provides the template to be used for extended data representation.
|
UrlGenerationContext.Builder |
UrlGenerationContext.Builder.language(Language language)
Configures the contextual
Language when requesting the URL. |
void |
DataTemplating.registerParameters(DataTemplating.ParameterSet parameters,
D object,
Language language)
Asks to register needed parameters to the given set.
|
Modifier and Type | Method and Description |
---|---|
Collection<TimelineEntry> |
TimelineEntryProvider.getEntries(IDProvider element,
Language language)
Returns a list of entries that should be shown in the related timeline.
|
Modifier and Type | Method and Description |
---|---|
Language |
InappropriateValueException.getLanguage()
Get the language the value was going to be applied for.
|
Modifier and Type | Method and Description |
---|---|
FormField<?> |
FormData.get(Language language,
String fieldName)
Provides a property container describing the field with the given name.
|
RemoteFormField<?> |
RemoteFormData.get(Language language,
String fieldName)
Provides a property container describing the field with the given name.
|
Constructor and Description |
---|
InappropriateValueException(GomFormElement form,
Language language,
Object value,
de.espirit.firstspirit.client.common.locale.LocalizableException e)
Create a new instance.
|
Modifier and Type | Method and Description |
---|---|
String |
UrlCreator.getFilename(ContentProducer contentProducer,
TemplateSet templateSet,
Language language,
PageParams pageParams)
The complete file name (relative to content root) where the produced content of the provided
contentProducer will be stored. |
String |
UrlCreator.getFilename(Media media,
Language language,
Resolution resolution)
The complete file name (relative to content root) where the produced content of the provided
medium will be stored. |
String |
FilenameFactory.getFilename(String url,
ContentProducer node,
TemplateSet templateSet,
Language language,
PageParams pageParams)
Calculate filename for provided combination of node, template set, language, and page params.
|
String |
FilenameFactory.getFilename(String url,
Media node,
Language language,
Resolution resolution)
Calculate filename for provided combination of node, language, and resolution.
|
String |
UrlCreator.getFilename(String pluginName,
String filename,
String extension,
Language language)
The complete path (relative to content root) where the produced content of the provided
type will be stored. |
String |
UrlCreator.getUrl(ContentProducer node,
Language language,
TemplateSet templateSet,
PageParams pageParams,
int mode)
Get the url for the specified page in the specified language.
|
String |
UrlFactory.getUrl(ContentProducer node,
TemplateSet templateSet,
Language language,
PageParams pageParams)
Calculate path to provided combination of node, template set, language, and page params.
|
String |
UrlFactory.getUrl(Media node,
Language language,
Resolution resolution)
Calculate path to provided combination of node, language, and resolution.
|
String |
UrlCreator.getUrl(Media media,
Language language,
Resolution resolution,
int mode)
Get the url for the specified medium (for the specified language and resolution).
|
String |
UrlCreator.getUrl(String pluginName,
String filename,
String extension,
Language language,
int mode)
Get the url for the provided combination of
type , name , extension , and language . |
String |
PathLookup.lookupPath(IDProvider folder,
Language language,
TemplateSet templateSet)
Get the predefined path for the requested folder node or
null , if no predefined path is set. |
Modifier and Type | Method and Description |
---|---|
Language |
JsonGenerationContext.getLanguage()
Returns the current
Language of this generation context. |
Modifier and Type | Method and Description |
---|---|
Language |
GadgetContext.getDisplayLanguage()
The display language to be used for displaying the form (labels).
|
Language |
GadgetContext.getPersistencyLanguage()
The persistency language of the gadget's value.
|
Modifier and Type | Method and Description |
---|---|
String |
SnippetProvider.getExtract(Language language)
Get the evaluated header snippet presentation for the given language.
|
String |
SnippetProvider.getHeader(Language language)
Get the evaluated header snippet presentation for the given language.
|
Image<?> |
SnippetProvider.getThumbnail(Language language)
Get the evaluated image for the given language.
|
Modifier and Type | Method and Description |
---|---|
Language |
GadgetIdentifier.getLanguage()
Get the language this identifier was created for.
|
Modifier and Type | Method and Description |
---|---|
GadgetIdentifier |
GadgetIdentifier.forLanguage(Language language)
Get an identifier from this instance for a specific language.
|
Modifier and Type | Method and Description |
---|---|
void |
SelectStoreElementOperation.setLanguage(Language language)
Defines the contextual data language for this operation, which might be relevant to the elements offered.
|
Modifier and Type | Method and Description |
---|---|
protected Language |
AbstractValueHoldingSwingGadget.getDisplayLanguage()
Convenience method to get the language to be used for displaying values.
|
protected Language |
AbstractValueHoldingSwingGadget.getPersistencyLanguage()
Convenience method to get the language to be used for accessing values.
|
Modifier and Type | Method and Description |
---|---|
void |
DisplayElementOperation.setLanguage(Language language)
Defines the language to be displayed.
|
void |
OpenElementDataFormOperation.setLanguage(Language language)
Defines the language to display the form's data in.
|
void |
ShowFormDialogOperation.setPreselectedLanguage(Language language)
Sets a preselected language
|
Modifier and Type | Method and Description |
---|---|
FormData |
ShowFormDialogOperation.perform(Form form,
List<Language> languages)
Show a form based on the given structural definition and return the form's result.
|
Modifier and Type | Method and Description |
---|---|
Language |
WebeditUiAgent.getDisplayLanguage()
Provides the display language of the client UI.
|
Language |
WebeditUiAgent.getPreviewLanguage()
Provides the language the preview element is shown in.
|
Modifier and Type | Method and Description |
---|---|
Language |
FocusAreaProviderContext.getLanguage()
Returns the data language the image has been associated with, if language-dependent.
|
Modifier and Type | Method and Description |
---|---|
Language |
InlineEditContext.getLanguage()
Returns the language in which the inline editing items have been requested.
|
Modifier and Type | Method and Description |
---|---|
Language |
MediaManagementContext.getLanguage()
Get the contextual language.
|
Modifier and Type | Method and Description |
---|---|
Language |
WebeditStatusNoteContext.getLanguage()
Provides the language the element is shown in.
|
Modifier and Type | Method and Description |
---|---|
Language |
TranslationContext.getSourceLanguage()
The language of the content to translate.
|
Language |
TranslationContext.getTargetLanguage()
The target language the translation should be done for.
|
Modifier and Type | Method and Description |
---|---|
NewSectionOperation |
NewSectionOperation.preselectedLanguage(Language language)
Sets a preselected language in new-section dialogs.
|
void |
CropDialogOperation.setLanguage(Language language)
Configures the data
Language to crop the resolutions in. |
void |
TranslationOperation.setSourceLanguage(Language language)
Specifies the source language of the translation.
|
void |
TranslationOperation.setTargetLanguage(Language language)
Specifies the target language of the translation.
|
Modifier and Type | Method and Description |
---|---|
ComparisonDialogOperation |
ComparisonDialogOperation.languages(List<Language> languages)
Configures the persistency languages to be shown in the comparison dialog.
|
Modifier and Type | Method and Description |
---|---|
String |
WorkflowElement.getDescription(Language language)
Returns the language dependant description from this workflow-element.
|
String |
WorkflowElement.getDisplayName(Language language)
Returns the language dependant name from this workflow-element.
|
Copyright © 2021 e-Spirit AG. All Rights Reserved. Build 5.2.210210