Uses of Class
org.opencms.gwt.shared.alias.CmsAliasImportResult
Packages that use CmsAliasImportResult
Package
Description
Server side of the sitemap view.
Shared RPC interfaces.
Low-level database connection and access functionality.
-
Uses of CmsAliasImportResult in org.opencms.ade.sitemap
Methods in org.opencms.ade.sitemap that return types with arguments of type CmsAliasImportResultModifier and TypeMethodDescriptionCmsVfsSitemapService.getAliasImportResult
(String resultKey) CmsAliasImportResponseTable.getAndRemove
(String key) Removes the list of alias import results for the given key and returns it.Method parameters in org.opencms.ade.sitemap with type arguments of type CmsAliasImportResultModifier and TypeMethodDescriptionstatic String
CmsVfsSitemapService.addAliasImportResult
(List<CmsAliasImportResult> results) Adds an alias import result.CmsAliasImportResponseTable.addImportResult
(List<CmsAliasImportResult> importResults) Adds a list of alias import results, and returns the key under which they were stored. -
Uses of CmsAliasImportResult in org.opencms.db
Methods in org.opencms.db that return CmsAliasImportResultModifier and TypeMethodDescriptionprotected CmsAliasImportResult
CmsAliasManager.importAlias
(CmsObject cms, String siteRoot, String aliasPath, String vfsPath, CmsAliasMode mode) Imports a single alias.CmsDriverManager.importRewriteAlias
(CmsDbContext dbc, String siteRoot, String source, String target, CmsAliasMode mode) Imports a rewrite alias.CmsSecurityManager.importRewriteAlias
(CmsRequestContext requestContext, String siteRoot, String source, String target, CmsAliasMode mode) Imports a rewrite alias.protected CmsAliasImportResult
CmsAliasManager.processAliasImport
(CmsObject cms, String siteRoot, String aliasPath, String vfsPath, CmsAliasMode mode) Processes a single alias import operation which has already been parsed into fields.protected CmsAliasImportResult
CmsAliasManager.processAliasLine
(CmsObject cms, String siteRoot, String line, String separator) Processes a line from a CSV file containing the alias data to be imported.Methods in org.opencms.db that return types with arguments of type CmsAliasImportResultModifier and TypeMethodDescriptionCmsAliasManager.importAliases
(CmsObject cms, byte[] aliasData, String siteRoot, String separator) Imports alias CSV data.