Uses of Class
com.terminalfour.publish.data.PDContentListItem
-
Packages that use PDContentListItem Package Description com.terminalfour.publish.api.section com.terminalfour.publish.data Thedata
package contains data objects relating to publish.com.terminalfour.publish.data.notfound -
-
Uses of PDContentListItem in com.terminalfour.publish.api.section
Methods in com.terminalfour.publish.api.section that return types with arguments of type PDContentListItem Modifier and Type Method Description List<PDContentListItem>
ISectionAPI. listContent()
List<PDContentListItem>
ISectionAPI. listContent(int sectionId)
List<PDContentListItem>
ISectionAPI. listContentByType(int typeId)
List<PDContentListItem>
ISectionAPI. listContentByType(int sectionId, int typeId)
-
Uses of PDContentListItem in com.terminalfour.publish.data
Methods in com.terminalfour.publish.data that return types with arguments of type PDContentListItem Modifier and Type Method Description List<PDContentListItem>
PDSection. getContent()
Constructor parameters in com.terminalfour.publish.data with type arguments of type PDContentListItem Constructor Description PDSection(com.terminalfour.sitemanager.cache.CachedSection section, int id, String name, int mirrorSource, List<PDContentListItem> content, int layoutId, int level, List<String> languages)
-
Uses of PDContentListItem in com.terminalfour.publish.data.notfound
Subclasses of PDContentListItem in com.terminalfour.publish.data.notfound Modifier and Type Class Description class
PDContentListItemNotFound
Fields in com.terminalfour.publish.data.notfound declared as PDContentListItem Modifier and Type Field Description static PDContentListItem
PDContentListItemNotFound. INSTANCE
-