Liferay 6.2-ce-ga5

Uses of Interface
com.liferay.portal.kernel.lar.PortletDataHandler

Packages that use PortletDataHandler
com.liferay.portal.kernel.lar   
com.liferay.portal.kernel.portlet This package defines the kernel portlet interfaces and classes. 
com.liferay.portal.lar This package defines the portal archiving interfaces, classes, and exceptions. 
com.liferay.portal.model This package defines the portal model interfaces, classes, utilities, wrappers, and annotated types. 
com.liferay.portal.model.impl This package defines the portal model implementation base classes. 
com.liferay.portlet This package defines the common portlet interfaces, base classes, classes, factories, and utilities. 
com.liferay.portlet.assetcategoriesnavigation.lar   
com.liferay.portlet.assetpublisher.lar   
com.liferay.portlet.blogs.lar   
com.liferay.portlet.blogsaggregator.lar   
com.liferay.portlet.bookmarks.lar   
com.liferay.portlet.calendar.lar   
com.liferay.portlet.documentlibrary.lar   
com.liferay.portlet.dynamicdatalists.lar   
com.liferay.portlet.journal.lar   
com.liferay.portlet.layoutprototypes.lar   
com.liferay.portlet.layoutsetprototypes.lar   
com.liferay.portlet.messageboards.lar   
com.liferay.portlet.mobiledevicerules.lar   
com.liferay.portlet.passwordpoliciesadmin.lar   
com.liferay.portlet.polls.lar   
com.liferay.portlet.portletdisplaytemplate.lar   
com.liferay.portlet.rolesadmin.lar   
com.liferay.portlet.rss.lar   
com.liferay.portlet.usergroupsadmin.lar   
com.liferay.portlet.usersadmin.lar   
com.liferay.portlet.wiki.lar   
 

Uses of PortletDataHandler in com.liferay.portal.kernel.lar
 

Classes in com.liferay.portal.kernel.lar that implement PortletDataHandler
 class BasePortletDataHandler
           
 class DefaultConfigurationPortletDataHandler
           
 

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

Methods in com.liferay.portal.kernel.portlet that return PortletDataHandler
 PortletDataHandler PortletBag.getPortletDataHandlerInstance()
           
 

Uses of PortletDataHandler in com.liferay.portal.lar
 

Subinterfaces of PortletDataHandler in com.liferay.portal.lar
 interface PortletDataHandler
          Deprecated. As of 6.2.0, moved to PortletDataHandler
 

Uses of PortletDataHandler in com.liferay.portal.model
 

Methods in com.liferay.portal.model that return PortletDataHandler
 PortletDataHandler PortletWrapper.getPortletDataHandlerInstance()
          Returns the portlet data handler instance of the portlet.
 PortletDataHandler Portlet.getPortletDataHandlerInstance()
          Returns the portlet data handler instance of the portlet.
 

Uses of PortletDataHandler in com.liferay.portal.model.impl
 

Methods in com.liferay.portal.model.impl that return PortletDataHandler
 PortletDataHandler PortletImpl.getPortletDataHandlerInstance()
          Returns the portlet data handler instance of the portlet.
 

Uses of PortletDataHandler in com.liferay.portlet
 

Methods in com.liferay.portlet that return PortletDataHandler
 PortletDataHandler PortletBagImpl.getPortletDataHandlerInstance()
           
protected  PortletDataHandler PortletBagFactory.newPortletDataHandler(Portlet portlet)
           
 

Constructors in com.liferay.portlet with parameters of type PortletDataHandler
PortletBagImpl(String portletName, javax.servlet.ServletContext servletContext, Portlet portletInstance, ConfigurationAction configurationActionInstance, List<Indexer> indexerInstances, OpenSearch openSearchInstance, FriendlyURLMapper friendlyURLMapperInstance, URLEncoder urlEncoderInstance, PortletDataHandler portletDataHandlerInstance, List<StagedModelDataHandler<?>> stagedModelDataHandlerInstances, TemplateHandler templateHandlerInstance, PortletLayoutListener portletLayoutListenerInstance, PollerProcessor pollerProcessorInstance, MessageListener popMessageListenerInstance, List<SocialActivityInterpreter> socialActivityInterpreterInstances, SocialRequestInterpreter socialRequestInterpreterInstance, List<UserNotificationHandler> userNotificationHandlerInstances, WebDAVStorage webDAVStorageInstance, Method xmlRpcMethodInstance, ControlPanelEntry controlPanelEntryInstance, List<AssetRendererFactory> assetRendererFactoryInstances, List<AtomCollectionAdapter<?>> atomCollectionAdapters, List<CustomAttributesDisplay> customAttributesDisplayInstances, PermissionPropagator permissionPropagatorInstance, List<TrashHandler> trashHandlerInstances, List<WorkflowHandler> workflowHandlerInstances, PreferencesValidator preferencesValidatorInstance, Map<String,ResourceBundle> resourceBundles)
           
 

Uses of PortletDataHandler in com.liferay.portlet.assetcategoriesnavigation.lar
 

Classes in com.liferay.portlet.assetcategoriesnavigation.lar that implement PortletDataHandler
 class AssetCategoriesNavigationPortletDataHandler
           
 

Uses of PortletDataHandler in com.liferay.portlet.assetpublisher.lar
 

Classes in com.liferay.portlet.assetpublisher.lar that implement PortletDataHandler
 class AssetPublisherPortletDataHandler
           
 

Uses of PortletDataHandler in com.liferay.portlet.blogs.lar
 

Classes in com.liferay.portlet.blogs.lar that implement PortletDataHandler
 class BlogsPortletDataHandler
           
 

Uses of PortletDataHandler in com.liferay.portlet.blogsaggregator.lar
 

Classes in com.liferay.portlet.blogsaggregator.lar that implement PortletDataHandler
 class BlogsAggregatorPortletDataHandler
           
 

Uses of PortletDataHandler in com.liferay.portlet.bookmarks.lar
 

Classes in com.liferay.portlet.bookmarks.lar that implement PortletDataHandler
 class BookmarksPortletDataHandler
           
 

Uses of PortletDataHandler in com.liferay.portlet.calendar.lar
 

Classes in com.liferay.portlet.calendar.lar that implement PortletDataHandler
 class CalendarPortletDataHandler
           
 

Uses of PortletDataHandler in com.liferay.portlet.documentlibrary.lar
 

Classes in com.liferay.portlet.documentlibrary.lar that implement PortletDataHandler
 class DLDisplayPortletDataHandler
           
 class DLPortletDataHandler
           
 

Uses of PortletDataHandler in com.liferay.portlet.dynamicdatalists.lar
 

Classes in com.liferay.portlet.dynamicdatalists.lar that implement PortletDataHandler
 class DDLDisplayPortletDataHandler
           
 class DDLPortletDataHandler
           
 

Uses of PortletDataHandler in com.liferay.portlet.journal.lar
 

Classes in com.liferay.portlet.journal.lar that implement PortletDataHandler
 class JournalContentPortletDataHandler
           Provides the Journal Content portlet export and import functionality, which is to clone the article, structure, and template referenced in the Journal Content portlet if the article is associated with the layout's group.
 class JournalPortletDataHandler
           Provides the Journal portlet export and import functionality, which is to clone all articles, structures, and templates associated with the layout's group.
 

Uses of PortletDataHandler in com.liferay.portlet.layoutprototypes.lar
 

Classes in com.liferay.portlet.layoutprototypes.lar that implement PortletDataHandler
 class LayoutPrototypePortletDataHandler
           
 

Uses of PortletDataHandler in com.liferay.portlet.layoutsetprototypes.lar
 

Classes in com.liferay.portlet.layoutsetprototypes.lar that implement PortletDataHandler
 class LayoutSetPrototypePortletDataHandler
           
 

Uses of PortletDataHandler in com.liferay.portlet.messageboards.lar
 

Classes in com.liferay.portlet.messageboards.lar that implement PortletDataHandler
 class MBPortletDataHandler
           
 

Uses of PortletDataHandler in com.liferay.portlet.mobiledevicerules.lar
 

Classes in com.liferay.portlet.mobiledevicerules.lar that implement PortletDataHandler
 class MDRPortletDataHandler
           
 

Uses of PortletDataHandler in com.liferay.portlet.passwordpoliciesadmin.lar
 

Classes in com.liferay.portlet.passwordpoliciesadmin.lar that implement PortletDataHandler
 class PasswordPolicyPortletDataHandler
           
 

Uses of PortletDataHandler in com.liferay.portlet.polls.lar
 

Classes in com.liferay.portlet.polls.lar that implement PortletDataHandler
 class PollsDisplayPortletDataHandler
           
 class PollsPortletDataHandler
           
 

Uses of PortletDataHandler in com.liferay.portlet.portletdisplaytemplate.lar
 

Classes in com.liferay.portlet.portletdisplaytemplate.lar that implement PortletDataHandler
 class PortletDisplayTemplatePortletDataHandler
           
 

Uses of PortletDataHandler in com.liferay.portlet.rolesadmin.lar
 

Classes in com.liferay.portlet.rolesadmin.lar that implement PortletDataHandler
 class RolesAdminPortletDataHandler
           
 

Uses of PortletDataHandler in com.liferay.portlet.rss.lar
 

Classes in com.liferay.portlet.rss.lar that implement PortletDataHandler
 class RSSPortletDataHandler
           
 

Uses of PortletDataHandler in com.liferay.portlet.usergroupsadmin.lar
 

Classes in com.liferay.portlet.usergroupsadmin.lar that implement PortletDataHandler
 class UserGroupsAdminPortletDataHandler
           
 

Uses of PortletDataHandler in com.liferay.portlet.usersadmin.lar
 

Classes in com.liferay.portlet.usersadmin.lar that implement PortletDataHandler
 class UsersAdminPortletDataHandler
           
 

Uses of PortletDataHandler in com.liferay.portlet.wiki.lar
 

Classes in com.liferay.portlet.wiki.lar that implement PortletDataHandler
 class WikiDisplayPortletDataHandler
           
 class WikiPortletDataHandler
           
 


Liferay 6.2-ce-ga5