Class StagedModelDataHandlerRegistryUtil
Object
com.liferay.exportimport.kernel.lar.StagedModelDataHandlerRegistryUtil
Provides a utility facade to the staged model data handler registry
framework.
- Since:
- 6.2
- Author:
- Máté Thurzó, Brian Wing Shun Chan
-
Method Summary
Modifier and TypeMethodDescriptionstatic StagedModelDataHandler<?>
getStagedModelDataHandler
(String className) Returns the registered staged model data handler with the class name.static List<StagedModelDataHandler<?>>
Returns all the registered staged model data handlers.
-
Method Details
-
getStagedModelDataHandler
Returns the registered staged model data handler with the class name.- Parameters:
className
- the name of the staged model class- Returns:
- the registered staged model data handler with the class name, or
null
if none are registered with the class name
-
getStagedModelDataHandlers
Returns all the registered staged model data handlers.- Returns:
- the registered staged model data handlers
-