|
Liferay 7.0-ce-b4 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use StagedModelDataHandler | |
|---|---|
| com.liferay.portal.kernel.portlet | This package defines the kernel portlet interfaces and classes. |
| 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.exportimport.lar | |
| Uses of StagedModelDataHandler in com.liferay.portal.kernel.portlet |
|---|
| Methods in com.liferay.portal.kernel.portlet that return types with arguments of type StagedModelDataHandler | |
|---|---|
List<StagedModelDataHandler<?>> |
PortletBag.getStagedModelDataHandlerInstances()
|
| Uses of StagedModelDataHandler in com.liferay.portal.model |
|---|
| Methods in com.liferay.portal.model that return types with arguments of type StagedModelDataHandler | |
|---|---|
List<StagedModelDataHandler<?>> |
PortletWrapper.getStagedModelDataHandlerInstances()
Returns the staged model data handler instances of the portlet. |
List<StagedModelDataHandler<?>> |
Portlet.getStagedModelDataHandlerInstances()
Returns the staged model data handler instances of the portlet. |
| Uses of StagedModelDataHandler in com.liferay.portal.model.impl |
|---|
| Methods in com.liferay.portal.model.impl that return types with arguments of type StagedModelDataHandler | |
|---|---|
List<StagedModelDataHandler<?>> |
PortletImpl.getStagedModelDataHandlerInstances()
Returns the staged model data handler instances of the portlet. |
| Uses of StagedModelDataHandler in com.liferay.portlet |
|---|
| Methods in com.liferay.portlet that return types with arguments of type StagedModelDataHandler | |
|---|---|
List<StagedModelDataHandler<?>> |
PortletBagImpl.getStagedModelDataHandlerInstances()
|
protected List<StagedModelDataHandler<?>> |
PortletBagFactory.newStagedModelDataHandler(Portlet portlet,
com.liferay.registry.Filter filter,
Map<String,Object> properties)
|
| Constructor parameters in com.liferay.portlet with type arguments of type StagedModelDataHandler | |
|---|---|
PortletBagImpl(String portletName,
javax.servlet.ServletContext servletContext,
Portlet portletInstance,
ResourceBundleTracker resourceBundleTracker,
List<ConfigurationAction> configurationActionInstances,
List<Indexer<?>> indexerInstances,
List<OpenSearch> openSearchInstances,
List<SchedulerEventMessageListener> schedulerEventMessageListeners,
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<PermissionPropagator> permissionPropagatorInstances,
List<TrashHandler> trashHandlerInstances,
List<WorkflowHandler<?>> workflowHandlerInstances,
List<PreferencesValidator> preferencesValidatorInstances)
|
|
| Uses of StagedModelDataHandler in com.liferay.portlet.exportimport.lar |
|---|
| Classes in com.liferay.portlet.exportimport.lar that implement StagedModelDataHandler | |
|---|---|
class |
BaseStagedModelDataHandler<T extends StagedModel>
|
| Methods in com.liferay.portlet.exportimport.lar that return StagedModelDataHandler | |
|---|---|
static StagedModelDataHandler<?> |
StagedModelDataHandlerRegistryUtil.getStagedModelDataHandler(String className)
Returns the registered staged model data handler with the class name. |
| Methods in com.liferay.portlet.exportimport.lar that return types with arguments of type StagedModelDataHandler | |
|---|---|
static List<StagedModelDataHandler<?>> |
StagedModelDataHandlerRegistryUtil.getStagedModelDataHandlers()
Returns all the registered staged model data handlers. |
| Methods in com.liferay.portlet.exportimport.lar with parameters of type StagedModelDataHandler | |
|---|---|
static void |
StagedModelDataHandlerRegistryUtil.register(StagedModelDataHandler<?> stagedModelDataHandler)
Registers the staged model data handler. |
static void |
StagedModelDataHandlerRegistryUtil.unregister(StagedModelDataHandler<?> stagedModelDataHandler)
Unregisters the staged model data handler. |
| Method parameters in com.liferay.portlet.exportimport.lar with type arguments of type StagedModelDataHandler | |
|---|---|
static void |
StagedModelDataHandlerRegistryUtil.unregister(List<StagedModelDataHandler<?>> stagedModelDataHandlers)
Unregisters the staged model data handlers. |
|
Liferay 7.0-ce-b4 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||