Uses of Class
de.espirit.firstspirit.access.DuplicateReferenceNameException
Packages that use DuplicateReferenceNameException
Package
Description
-
Uses of DuplicateReferenceNameException in de.espirit.firstspirit.access.store.contentstore
Methods in de.espirit.firstspirit.access.store.contentstore that throw DuplicateReferenceNameExceptionModifier and TypeMethodDescriptionContentFolder.createContent(TableTemplate tableTemplate, String uidSuggestion, @Nullable Map<Language, String> language2displayNameMapping, boolean unifyUidOnServer) Creates a new content node in this folder. -
Uses of DuplicateReferenceNameException in de.espirit.firstspirit.access.store.globalstore
Methods in de.espirit.firstspirit.access.store.globalstore that throw DuplicateReferenceNameExceptionModifier and TypeMethodDescriptionGCAFolder.createGCAFolder(String uidSuggestion, boolean unifyUid) Create a new GCA-folder as a subfolder of this folder.GCAFolder.createGCAFolder(String uid, Map<Language, String> lang2DisplayName, boolean unifyUid) Create a new GCAFolder as a subfolder of this folder.GCAFolder.createGCAPage(String uidSuggestion, Template pageTemplate) Create a new Page in the current GCA-folder based on the givenPageTemplateGCAFolder.createGCAPage(String uidSuggestion, Template pageTemplate, boolean unifyUid) Create a new Page in the current GCA-Folder based on the givenPageTemplateGCAFolder.createGCAPage(String uidSuggestion, Template pageTemplate, boolean unifyUid, Map<Language, String> lang2DisplayName) Create a new Page in the current GCA-Folder based on the givenPageTemplate -
Uses of DuplicateReferenceNameException in de.espirit.firstspirit.access.store.mediastore
Methods in de.espirit.firstspirit.access.store.mediastore that throw DuplicateReferenceNameExceptionModifier and TypeMethodDescriptionMediaFolder.createMedia(String uidSuggestion, String filename, int type, boolean languageDependent) Create a new media in the current MediaStore-folderMediaFolder.createMedia(String uidSuggestion, String filename, int type, boolean languageDependent, boolean unifyIdentifierOnServer) Create a new media in thismediafolderMediaFolder.createMedia(String uidSuggestion, String filename, int type, boolean languageDependent, Map<Language, String> lang2DisplayName, boolean unifyIdentifierOnServer) Create a new media in thismediafolderMediaFolder.createMediaFolder(String uid, boolean unifyIdentifierOnServer) Create a new MediaFolder as child of this media folder.MediaFolder.createMediaFolder(String uid, Map<Language, String> lang2DisplayName, boolean unifyIdentifierOnServer) Create a new MediaFolder as child of this media folder.
The given uid is used as suggestion. -
Uses of DuplicateReferenceNameException in de.espirit.firstspirit.access.store.pagestore
Methods in de.espirit.firstspirit.access.store.pagestore that throw DuplicateReferenceNameExceptionModifier and TypeMethodDescriptionPageFolder.createPageFolder(String uid, boolean ensureUnique) Create a new PageFolder as child of this folder.PageFolder.createPageFolder(String uid, Map<Language, String> lang2DisplayName, boolean ensureUnique) Create a new PageFolder as child of this folder. -
Uses of DuplicateReferenceNameException in de.espirit.firstspirit.access.store.sitestore
Methods in de.espirit.firstspirit.access.store.sitestore that throw DuplicateReferenceNameExceptionModifier and TypeMethodDescriptionSiteStoreFolder.createDocumentGroup(String uid, boolean unifyNameOnServer) Creates a new document group in this folder.SiteStoreFolder.createPageRef(String uid, Page page) Create a new page reference entry.SiteStoreFolder.createPageRefFolder(String uid, boolean unifyNameOnServer) Create a new PageRefFolder as child of this folder.SiteStoreFolder.createPageRefFolder(String uid, Map<Language, String> lang2DisplayName, boolean unifyNameOnServer) Create a new PageRefFolder as child of this folder.@NotNull PageRefFolderSiteStoreFolder.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. -
Uses of DuplicateReferenceNameException in de.espirit.firstspirit.access.store.templatestore
Methods in de.espirit.firstspirit.access.store.templatestore that throw DuplicateReferenceNameExceptionModifier and TypeMethodDescriptionFormatTemplateContainer.createFormatTemplate(String uid, Map<Language, String> lang2DisplayName, boolean unifyUid) Creates a new FormatTemplate as child of this FormatTemplateContainerScriptContainer.createScript(String uid, @Nullable Map<Language, String> lang2DisplayName, boolean unifyUid) Creates a new Script as child of this ScriptContainerFormatTemplateContainer.createStyleTemplate(String uid, boolean unifyNameOnServer, @Nullable Map<Language, String> lang2DisplayName) Factory for aStyleTemplatebased on a uid.FormatTemplateContainer.createTableFormatTemplate(String uid, boolean unifyNameOnServer, @Nullable Map<Language, String> lang2DisplayName) Factory for aTableFormatTemplatebased on a uid.LinkTemplates.createTemplate(@NotNull String uid) Create a new template in this folder.LinkTemplates.createTemplate(@NotNull String uid, boolean unifyNamesOnServer) Create a new template in this folder.LinkTemplates.createTemplate(@NotNull String uid, @Nullable Map<Language, String> lang2DisplayName, boolean unifyNamesOnServer) Create a new template in this folder.PageTemplates.createTemplate(@NotNull String uid) Create a new template in this folder.PageTemplates.createTemplate(@NotNull String uid, boolean unifyNamesOnServer) Create a new template in this folder.PageTemplates.createTemplate(@NotNull String uid, @Nullable Map<Language, String> lang2DisplayName, boolean unifyNamesOnServer) Create a new template in this folder.SectionTemplates.createTemplate(@NotNull String uid) Create a new template in this folder.SectionTemplates.createTemplate(@NotNull String uid, boolean unifyNamesOnServer) Create a new template in this folder.SectionTemplates.createTemplate(@NotNull String uid, @Nullable Map<Language, String> lang2DisplayName, boolean unifyNamesOnServer) Create a new template in this folder.TemplateContainer.createTemplate(@NotNull String uid) Create a new template in this folder.TemplateContainer.createTemplate(@NotNull String uid, boolean unifyNamesOnServer) Create a new template in this folder.TemplateContainer.createTemplate(@NotNull String uid, @Nullable Map<Language, String> lang2DisplayName, boolean unifyNamesOnServer) Create a new template in this folder.WorkflowContainer.createWorkflow(String uid, String description) Creates a new workflow with the given uid and description as child of this workflow container.