Uses of Class
com.atlassian.confluence.links.TitleContentMapping
Packages that use TitleContentMapping
Package
Description
-
Uses of TitleContentMapping in com.atlassian.confluence.links
Methods in com.atlassian.confluence.links that return types with arguments of type TitleContentMappingModifier and TypeMethodDescriptionDefaultTitleContentMappingManager.getTitlesForOldestContentIdGroup()Retrieves a list ofTitleContentMappingentities associated with the oldest content ID group.TitleContentMappingManager.getTitlesForOldestContentIdGroup()Retrieves a list ofTitleContentMappingentities associated with the oldest content ID group.Methods in com.atlassian.confluence.links with parameters of type TitleContentMappingModifier and TypeMethodDescriptionvoidDefaultTitleContentMappingManager.create(TitleContentMapping titleContentMapping) Creates a newTitleContentMappingentity in the database.voidTitleContentMappingManager.create(TitleContentMapping titleContentMapping) Creates a newTitleContentMappingentity in the database. -
Uses of TitleContentMapping in com.atlassian.confluence.links.persistence.dao
Methods in com.atlassian.confluence.links.persistence.dao that return types with arguments of type TitleContentMappingModifier and TypeMethodDescriptionTitleContentMappingDao.getTitlesForOldestContentIdGroup()Retrieves a list ofTitleContentMappingobjects associated with the oldest group of content IDs.Methods in com.atlassian.confluence.links.persistence.dao with parameters of type TitleContentMappingModifier and TypeMethodDescriptionvoidTitleContentMappingDao.create(TitleContentMapping titleContentMapping) Creates a newTitleContentMappingentry in the persistence layer. -
Uses of TitleContentMapping in com.atlassian.confluence.links.persistence.dao.hibernate
Methods in com.atlassian.confluence.links.persistence.dao.hibernate that return types with arguments of type TitleContentMappingModifier and TypeMethodDescriptionHibernateTitleContentMappingDao.getPersistentClass()Specifies the class of the persistent entity managed by this DAO.HibernateTitleContentMappingDao.getTitlesForOldestContentIdGroup()Retrieves a list ofTitleContentMappingentities associated with the oldest content ID group.Methods in com.atlassian.confluence.links.persistence.dao.hibernate with parameters of type TitleContentMappingModifier and TypeMethodDescriptionvoidHibernateTitleContentMappingDao.create(TitleContentMapping titleContentMapping) Creates a newTitleContentMappingentity in the database.