Liferay 7.0-ce-m6

Uses of Interface
com.liferay.portlet.dynamicdatamapping.util.DDMDisplay

Packages that use DDMDisplay
com.liferay.portal.kernel.portlet This package defines the kernel portlet interfaces and classes. 
com.liferay.portlet This package defines the common portlet interfaces, base classes, classes, factories, and utilities. 
com.liferay.portlet.documentlibrary.ddm   
com.liferay.portlet.dynamicdatamapping.util   
 

Uses of DDMDisplay in com.liferay.portal.kernel.portlet
 

Methods in com.liferay.portal.kernel.portlet that return types with arguments of type DDMDisplay
 List<DDMDisplay> PortletBag.getDdmDisplayInstances()
           
 

Uses of DDMDisplay in com.liferay.portlet
 

Methods in com.liferay.portlet that return types with arguments of type DDMDisplay
 List<DDMDisplay> PortletBagImpl.getDdmDisplayInstances()
           
protected  List<DDMDisplay> PortletBagFactory.newDDMDisplayInstances(Portlet portlet)
           
 

Constructor parameters in com.liferay.portlet with type arguments of type DDMDisplay
PortletBagImpl(String portletName, javax.servlet.ServletContext servletContext, Portlet portletInstance, ResourceBundleTracker resourceBundleTracker, List<ConfigurationAction> configurationActionInstances, List<Indexer> indexerInstances, List<OpenSearch> openSearchInstances, List<SchedulerEntry> schedulerEntryInstances, FriendlyURLMapperTracker friendlyURLMapperTracker, List<URLEncoder> urlEncoderInstances, List<PortletDataHandler> portletDataHandlerInstances, List<StagedModelDataHandler<?>> stagedModelDataHandlerInstances, List<TemplateHandler> templateHandlerInstances, List<PortletLayoutListener> portletLayoutListenerInstances, List<PollerProcessor> pollerProcessorInstances, List<MessageListener> popMessageListenerInstances, List<SocialActivityInterpreter> socialActivityInterpreterInstances, List<SocialRequestInterpreter> socialRequestInterpreterInstances, List<UserNotificationDefinition> userNotificationDefinitionInstances, List<UserNotificationHandler> userNotificationHandlerInstances, List<WebDAVStorage> webDAVStorageInstances, List<Method> xmlRpcMethodInstances, List<ControlPanelEntry> controlPanelEntryInstances, List<AssetRendererFactory> assetRendererFactoryInstances, List<AtomCollectionAdapter<?>> atomCollectionAdapters, List<CustomAttributesDisplay> customAttributesDisplayInstances, List<DDMDisplay> ddmDisplayInstances, List<PermissionPropagator> permissionPropagatorInstances, List<TrashHandler> trashHandlerInstances, List<WorkflowHandler<?>> workflowHandlerInstances, List<PreferencesValidator> preferencesValidatorInstances)
           
 

Uses of DDMDisplay in com.liferay.portlet.documentlibrary.ddm
 

Classes in com.liferay.portlet.documentlibrary.ddm that implement DDMDisplay
 class DLDDMDisplay
           
 

Uses of DDMDisplay in com.liferay.portlet.dynamicdatamapping.util
 

Classes in com.liferay.portlet.dynamicdatamapping.util that implement DDMDisplay
 class BaseDDMDisplay
           
 

Methods in com.liferay.portlet.dynamicdatamapping.util that return DDMDisplay
 DDMDisplay DDM.getDDMDisplay(long classNameId)
           
static DDMDisplay DDMUtil.getDDMDisplay(long classNameId)
           
 DDMDisplay DDMImpl.getDDMDisplay(long classNameId)
           
static DDMDisplay DDMDisplayRegistryUtil.getDDMDisplay(String portletId)
           
 

Methods in com.liferay.portlet.dynamicdatamapping.util that return types with arguments of type DDMDisplay
static List<DDMDisplay> DDMDisplayRegistryUtil.getDDMDisplays()
           
 

Methods in com.liferay.portlet.dynamicdatamapping.util with parameters of type DDMDisplay
static void DDMDisplayRegistryUtil.register(DDMDisplay ddmDisplay)
           
static void DDMDisplayRegistryUtil.unregister(DDMDisplay ddmDisplay)
           
 


Liferay 7.0-ce-m6