Uses of Class
com.terminalfour.publish.data.PDSection
-
Packages that use PDSection Package Description com.terminalfour.publish.api.section com.terminalfour.publish.data Thedata
package 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 PDSection
ISectionAPI. get()
PDSection
ISectionAPI. 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.CachedSection
IDataAccessHelper. 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 class
PDSectionNotFound
Fields in com.terminalfour.publish.data.notfound declared as PDSection Modifier and Type Field Description static PDSection
PDSectionNotFound. 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 PDSection
ILegacyAPIHelper. findSection(int id)
Methods in com.terminalfour.publish.legacy.helper with parameters of type PDSection Modifier and Type Method Description String
ILegacyAPIHelper. getFulltextContentLink(PDSection section, com.terminalfour.publish.utils.FulltextPageInformation fpi)
Returns a fulltext content URL in the current page using current context language.String
ILegacyAPIHelper. getFulltextContentLink(PDSection section, String language, com.terminalfour.publish.utils.FulltextPageInformation fpi)
Returns a fulltext content URL in the language.String
ILegacyAPIHelper. getPreviewLink(PDSection section)
Returns a the preview URL in the current page context using current context language.String
ILegacyAPIHelper. getPreviewLink(PDSection section, String language)
Returns a the preview URL in the current page in the language.String
ILegacyAPIHelper. getPublishLink(PDSection section)
Returns a the publish URL in the current page context using current context language.String
ILegacyAPIHelper. getPublishLink(PDSection section, String language)
Returns a the publish URL in the current page in the language.
-