com.liferay.portlet.asset.lar
Class AssetVocabularyStagedModelDataHandler
java.lang.Object
com.liferay.portal.kernel.lar.BaseStagedModelDataHandler<AssetVocabulary>
com.liferay.portlet.asset.lar.AssetVocabularyStagedModelDataHandler
- All Implemented Interfaces:
- StagedModelDataHandler<AssetVocabulary>
public class AssetVocabularyStagedModelDataHandler
- extends BaseStagedModelDataHandler<AssetVocabulary>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CLASS_NAMES
public static final String[] CLASS_NAMES
AssetVocabularyStagedModelDataHandler
public AssetVocabularyStagedModelDataHandler()
deleteStagedModel
public void deleteStagedModel(String uuid,
long groupId,
String className,
String extraData)
- Specified by:
deleteStagedModel in interface StagedModelDataHandler<AssetVocabulary>- Specified by:
deleteStagedModel in class BaseStagedModelDataHandler<AssetVocabulary>
getClassNames
public String[] getClassNames()
- Specified by:
getClassNames in interface StagedModelDataHandler<AssetVocabulary>- Specified by:
getClassNames in class BaseStagedModelDataHandler<AssetVocabulary>
getDisplayName
public String getDisplayName(AssetVocabulary vocabulary)
- Specified by:
getDisplayName in interface StagedModelDataHandler<AssetVocabulary>- Overrides:
getDisplayName in class BaseStagedModelDataHandler<AssetVocabulary>
doExportStagedModel
protected void doExportStagedModel(PortletDataContext portletDataContext,
AssetVocabulary vocabulary)
throws Exception
- Specified by:
doExportStagedModel in class BaseStagedModelDataHandler<AssetVocabulary>
- Throws:
Exception
doImportStagedModel
protected void doImportStagedModel(PortletDataContext portletDataContext,
AssetVocabulary vocabulary)
throws Exception
- Specified by:
doImportStagedModel in class BaseStagedModelDataHandler<AssetVocabulary>
- Throws:
Exception
validateMissingReference
protected boolean validateMissingReference(String uuid,
long companyId,
long groupId)
throws Exception
- Overrides:
validateMissingReference in class BaseStagedModelDataHandler<AssetVocabulary>
- Throws:
Exception