Uses of Class
com.terminalfour.publish.data.PDSection
-
Packages that use PDSection Package Description com.terminalfour.publish.api.section com.terminalfour.publish.data Thedatapackage contains data objects relating to publish.com.terminalfour.publish.data.notfound com.terminalfour.publish.legacy.helper -
-
Uses of PDSection in com.terminalfour.publish.api.section
Methods in com.terminalfour.publish.api.section that return PDSection Modifier and Type Method Description PDSectionISectionAPI. get()PDSectionISectionAPI. get(int id) -
Uses of PDSection in com.terminalfour.publish.data
Methods in com.terminalfour.publish.data with parameters of type PDSection Modifier and Type Method Description com.terminalfour.sitemanager.cache.CachedSectionIDataAccessHelper. unwrap(PDSection section) -
Uses of PDSection in com.terminalfour.publish.data.notfound
Subclasses of PDSection in com.terminalfour.publish.data.notfound Modifier and Type Class Description classPDSectionNotFoundFields in com.terminalfour.publish.data.notfound declared as PDSection Modifier and Type Field Description static PDSectionPDSectionNotFound. INSTANCE -
Uses of PDSection in com.terminalfour.publish.legacy.helper
Methods in com.terminalfour.publish.legacy.helper that return PDSection Modifier and Type Method Description PDSectionILegacyAPIHelper. findSection(int id)Methods in com.terminalfour.publish.legacy.helper with parameters of type PDSection Modifier and Type Method Description StringILegacyAPIHelper. getFulltextContentLink(PDSection section, com.terminalfour.publish.utils.FulltextPageInformation fpi)Returns a fulltext content URL in the current page using current context language.StringILegacyAPIHelper. getFulltextContentLink(PDSection section, String language, com.terminalfour.publish.utils.FulltextPageInformation fpi)Returns a fulltext content URL in the language.StringILegacyAPIHelper. getPreviewLink(PDSection section)Returns a the preview URL in the current page context using current context language.StringILegacyAPIHelper. getPreviewLink(PDSection section, String language)Returns a the preview URL in the current page in the language.StringILegacyAPIHelper. getPublishLink(PDSection section)Returns a the publish URL in the current page context using current context language.StringILegacyAPIHelper. getPublishLink(PDSection section, String language)Returns a the publish URL in the current page in the language.
-