Uses of Class
org.opencms.db.urlname.CmsUrlNameMappingEntry
Packages that use CmsUrlNameMappingEntry
Package
Description
Low-level database connection and access functionality.
Generic (ANSI-SQL) implementation of the OpenCms database connector.
This important package provides the methods to access the OpenCms VFS repository with the permissions
of an authenticated user.
-
Uses of CmsUrlNameMappingEntry in org.opencms.db
Methods in org.opencms.db that return types with arguments of type CmsUrlNameMappingEntryModifier and TypeMethodDescriptionCmsDriverManager.readUrlNameMappingEntries
(CmsDbContext dbc, boolean online, CmsUrlNameMappingFilter filter) Reads URL name mapping entries which match the given filter.I_CmsVfsDriver.readUrlNameMappingEntries
(CmsDbContext dbc, boolean online, CmsUrlNameMappingFilter filter) Reads the URL name mapping entries which match a given filter.CmsDriverManager.readUrlNameMappings
(CmsDbContext dbc, CmsUrlNameMappingFilter filter) Reads the URL name mappings matching the given filter.CmsSecurityManager.readUrlNameMappings
(CmsRequestContext context, CmsUrlNameMappingFilter filter) Reads the URL name mappings matching a given filter.Methods in org.opencms.db with parameters of type CmsUrlNameMappingEntryModifier and TypeMethodDescriptionvoid
I_CmsVfsDriver.addUrlNameMappingEntry
(CmsDbContext dbc, boolean online, CmsUrlNameMappingEntry entry) Adds a new URL name mapping entry. -
Uses of CmsUrlNameMappingEntry in org.opencms.db.generic
Methods in org.opencms.db.generic that return CmsUrlNameMappingEntryModifier and TypeMethodDescriptionprotected CmsUrlNameMappingEntry
CmsVfsDriver.internalCreateUrlNameMappingEntry
(ResultSet resultSet) Creates an URL name mapping entry from a result set.Methods in org.opencms.db.generic that return types with arguments of type CmsUrlNameMappingEntryModifier and TypeMethodDescriptionCmsVfsDriver.readUrlNameMappingEntries
(CmsDbContext dbc, boolean online, CmsUrlNameMappingFilter filter) Reads the URL name mapping entries which match a given filter.Methods in org.opencms.db.generic with parameters of type CmsUrlNameMappingEntryModifier and TypeMethodDescriptionvoid
CmsVfsDriver.addUrlNameMappingEntry
(CmsDbContext dbc, boolean online, CmsUrlNameMappingEntry entry) -
Uses of CmsUrlNameMappingEntry in org.opencms.db.urlname
Methods in org.opencms.db.urlname with parameters of type CmsUrlNameMappingEntryModifier and TypeMethodDescriptionint
CmsUrlNameMappingEntry.DateComparator.compare
(CmsUrlNameMappingEntry o1, CmsUrlNameMappingEntry o2) -
Uses of CmsUrlNameMappingEntry in org.opencms.file
Methods in org.opencms.file that return types with arguments of type CmsUrlNameMappingEntryModifier and TypeMethodDescriptionCmsObject.readUrlNameMappings
(CmsUrlNameMappingFilter filter) Reads the URL name mappings matching a given filter.