A B C D G L O P R S 

A

AbstractPublicationProvider - Class in org.dd4t.providers.impl
AbstractPublicationProvider This class duplicates quite a bit of code, but there's no way around it in terms of dependency differences between 2013 SP 1 and Web 8
AbstractPublicationProvider() - Constructor for class org.dd4t.providers.impl.AbstractPublicationProvider
 

B

BrokerBinaryProvider - Class in org.dd4t.providers.impl
Provides access to Binaries stored in the Content Delivery database through the Web 8 REST client.
BrokerBinaryProvider() - Constructor for class org.dd4t.providers.impl.BrokerBinaryProvider
 
BrokerComponentPresentationProvider - Class in org.dd4t.providers.impl
Provides access to Dynamic Component Presentations stored in the Content Delivery database.
BrokerComponentPresentationProvider() - Constructor for class org.dd4t.providers.impl.BrokerComponentPresentationProvider
 
BrokerLinkProvider - Class in org.dd4t.providers.impl
Provider implementation to wrap around the ComponentLinker.
BrokerLinkProvider() - Constructor for class org.dd4t.providers.impl.BrokerLinkProvider
 
BrokerPageProvider - Class in org.dd4t.providers.impl
Provides access to Page content and metadata from Content Delivery database.
BrokerPageProvider() - Constructor for class org.dd4t.providers.impl.BrokerPageProvider
 
BrokerPublicationProvider - Class in org.dd4t.providers.impl
This class is the CIL/CIS class, making use of the new API.
BrokerPublicationProvider() - Constructor for class org.dd4t.providers.impl.BrokerPublicationProvider
 
BrokerTaxonomyProvider - Class in org.dd4t.providers.impl
Provides access to taxonomies published to a Content Delivery database.
BrokerTaxonomyProvider() - Constructor for class org.dd4t.providers.impl.BrokerTaxonomyProvider
 

C

checkPageExists(String, int) - Method in class org.dd4t.providers.impl.BrokerPageProvider
 

D

discoverImagesPath(int) - Method in class org.dd4t.providers.impl.AbstractPublicationProvider
 
discoverImagesUrl(int) - Method in class org.dd4t.providers.impl.AbstractPublicationProvider
 
discoverPublicationByBaseUrl(String) - Method in class org.dd4t.providers.impl.BrokerPublicationProvider
Uses cd_dynamic to resolve publication Ids
discoverPublicationByImagesUrl(String) - Method in class org.dd4t.providers.impl.BrokerPublicationProvider
 
discoverPublicationIdByPageUrlPath(String) - Method in class org.dd4t.providers.impl.BrokerPublicationProvider
 
discoverPublicationKey(int) - Method in class org.dd4t.providers.impl.AbstractPublicationProvider
 
discoverPublicationPath(int) - Method in class org.dd4t.providers.impl.AbstractPublicationProvider
 
discoverPublicationTitle(int) - Method in class org.dd4t.providers.impl.AbstractPublicationProvider
 
discoverPublicationUrl(int) - Method in class org.dd4t.providers.impl.AbstractPublicationProvider
 

G

getBinaryByURI(String) - Method in class org.dd4t.providers.impl.BrokerBinaryProvider
 
getBinaryByURL(String, int) - Method in class org.dd4t.providers.impl.BrokerBinaryProvider
 
getBinaryContentById(int, int) - Method in class org.dd4t.providers.impl.BrokerBinaryProvider
Retrieves the byte array content of a Tridion binary based on its TCM item id and publication id.
getBinaryContentByURL(String, int) - Method in class org.dd4t.providers.impl.BrokerBinaryProvider
Retrieves the byte array content of a Tridion binary based on its URL.
getBinaryDataById(int, int) - Method in class org.dd4t.providers.impl.BrokerBinaryProvider
 
getBinaryDataById(int, int, String) - Method in class org.dd4t.providers.impl.BrokerBinaryProvider
 
getBinaryMetaById(int, int) - Method in class org.dd4t.providers.impl.BrokerBinaryProvider
 
getBinaryMetaByTcmUri(TCMURI) - Method in class org.dd4t.providers.impl.BrokerBinaryProvider
 
getBinaryMetaByURL(String, int) - Method in class org.dd4t.providers.impl.BrokerBinaryProvider
 
getComponentPresentation(int, int, int) - Method in class org.dd4t.providers.impl.BrokerComponentPresentationProvider
 
getDynamicComponentPresentation(int, int) - Method in class org.dd4t.providers.impl.BrokerComponentPresentationProvider
Retrieves content of a Dynamic Component Presentation by looking up its componentId and publicationId.
getDynamicComponentPresentation(int, int, int) - Method in class org.dd4t.providers.impl.BrokerComponentPresentationProvider
Retrieves content of a Dynamic Component Presentation by looking up its componentId, templateId and publicationId.
getDynamicComponentPresentationItem(int, int) - Method in class org.dd4t.providers.impl.BrokerComponentPresentationProvider
 
getDynamicComponentPresentationItem(int, int, int) - Method in class org.dd4t.providers.impl.BrokerComponentPresentationProvider
 
getLastPublishDate(String) - Method in class org.dd4t.providers.impl.BrokerBinaryProvider
 
getLastPublishDate(String, int) - Method in class org.dd4t.providers.impl.BrokerPageProvider
 
getPageById(int, int) - Method in class org.dd4t.providers.impl.BrokerPageProvider
 
getPageByURL(String, int) - Method in class org.dd4t.providers.impl.BrokerPageProvider
 
getPageContentById(int, int) - Method in class org.dd4t.providers.impl.BrokerPageProvider
Retrieves content of a Page by looking the page up by its item id and Publication id.
getPageContentById(String) - Method in class org.dd4t.providers.impl.BrokerPageProvider
 
getPageContentByURL(String, int) - Method in class org.dd4t.providers.impl.BrokerPageProvider
Retrieves content of a Page by looking the page up by its URL.
getPageIdForUrl(String, int) - Method in class org.dd4t.providers.impl.BrokerPageProvider
 
getPageListByPublicationId(int) - Method in class org.dd4t.providers.impl.BrokerPageProvider
Retrieves a list of URLs for all published Tridion Pages in a Publication.
getPageMetaById(int, int) - Method in class org.dd4t.providers.impl.BrokerPageProvider
Retrieves metadata of a Page by looking the page up by its item id and Publication id.
getPageMetaByURL(String, int) - Method in class org.dd4t.providers.impl.BrokerPageProvider
Retrieves metadata of a Page by looking the page up by its URL.
getPublicationDescriptor(int) - Method in class org.dd4t.providers.impl.AbstractPublicationProvider
 
getPublicationDescriptor() - Method in class org.dd4t.providers.impl.AbstractPublicationProvider
 
getPublicationMeta(int) - Method in class org.dd4t.providers.impl.AbstractPublicationProvider
 
getRelatedComponentsBySchema(String, String) - Method in class org.dd4t.providers.impl.BrokerTaxonomyProvider
Returns a list of RelatedKeyword objects representing the usage of each Keyword under the given taxonomy URI and its direct using item.
getRelatedItems(String, int) - Method in class org.dd4t.providers.impl.BrokerTaxonomyProvider
Returns a list of RelatedKeyword objects representing the usage of each Keyword under the given taxonomy URI and its direct using item.
getTaxonomy(String) - Method in class org.dd4t.providers.impl.BrokerTaxonomyProvider
Retrieves the Keyword object model with all its Parent/Children relationships resloved.
getTaxonomyByURI(String, boolean) - Method in class org.dd4t.providers.impl.BrokerTaxonomyProvider
 
getTaxonomyFilterBySchema(String, String) - Method in class org.dd4t.providers.impl.BrokerTaxonomyProvider
 
getWebPageMetaFactory(int) - Static method in class org.dd4t.providers.impl.BrokerPageProvider
 

L

loadBinaryMetaByConcreteFactory(String) - Method in class org.dd4t.providers.impl.AbstractPublicationProvider
 
loadBinaryMetaByConcreteFactory(String) - Method in class org.dd4t.providers.impl.BrokerPublicationProvider
 
loadPageMetaByConcreteFactory(String) - Method in class org.dd4t.providers.impl.AbstractPublicationProvider
 
loadPageMetaByConcreteFactory(String) - Method in class org.dd4t.providers.impl.BrokerPublicationProvider
 
loadPublicationMetaByConcreteFactory(int) - Method in class org.dd4t.providers.impl.AbstractPublicationProvider
 
loadPublicationMetaByConcreteFactory(int) - Method in class org.dd4t.providers.impl.BrokerPublicationProvider
 

O

org.dd4t.providers.impl - package org.dd4t.providers.impl
 

P

publicationDescriptor - Variable in class org.dd4t.providers.impl.AbstractPublicationProvider
 

R

resolveComponent(String) - Method in class org.dd4t.providers.impl.BrokerLinkProvider
Returns a link URL to the given Component TcmUri, if exists.
resolveComponent(String, String) - Method in class org.dd4t.providers.impl.BrokerLinkProvider
 
resolveComponentFromPage(String, String) - Method in class org.dd4t.providers.impl.BrokerLinkProvider
Returns a link URL to the given Component TcmUri, when also specifying the source Page TcmUri.

S

setPublicationDescriptor(Class) - Method in class org.dd4t.providers.impl.AbstractPublicationProvider
 
A B C D G L O P R S 

Copyright © 2017. All rights reserved.