| Modifier and Type | Field and Description |
|---|---|
static java.lang.String[] |
CLASS_NAMES |
| Constructor and Description |
|---|
DummyStagedModelDataHandler() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doExportStagedModel(com.liferay.exportimport.kernel.lar.PortletDataContext portletDataContext,
Dummy dummy) |
protected void |
doImportMissingReference(com.liferay.exportimport.kernel.lar.PortletDataContext portletDataContext,
java.lang.String uuid,
long groupId,
long id) |
protected void |
doImportStagedModel(com.liferay.exportimport.kernel.lar.PortletDataContext portletDataContext,
Dummy dummy) |
java.lang.String[] |
getClassNames() |
protected com.liferay.exportimport.staged.model.repository.StagedModelRepository<Dummy> |
getStagedModelRepository() |
deleteStagedModel, deleteStagedModel, exportStagedModel, fetchMissingReference, fetchStagedModelByUuidAndGroupId, fetchStagedModelsByUuidAndCompanyId, getExportImportContentProcessor, restoreStagedModelcountStagedModel, doImportMissingReference, doRestoreStagedModel, exportAssetCategories, exportAssetTags, exportComments, exportRatings, getDisplayName, getExportableStatuses, getProcessFlag, getReferenceAttributes, getSkipImportReferenceStagedModelNames, importAssetCategories, importAssetTags, importComments, importMissingGroupReference, importMissingReference, importMissingReference, importRatings, importReferenceStagedModels, importStagedModel, isSkipImportReferenceStagedModels, isStagedModelInTrash, validateExport, validateMissingGroupReference, validateMissingReference, validateReferencepublic java.lang.String[] getClassNames()
protected void doExportStagedModel(com.liferay.exportimport.kernel.lar.PortletDataContext portletDataContext,
Dummy dummy)
throws java.lang.Exception
doExportStagedModel in class com.liferay.exportimport.kernel.lar.BaseStagedModelDataHandler<Dummy>java.lang.Exceptionprotected void doImportMissingReference(com.liferay.exportimport.kernel.lar.PortletDataContext portletDataContext,
java.lang.String uuid,
long groupId,
long id)
throws java.lang.Exception
doImportMissingReference in class com.liferay.exportimport.kernel.lar.BaseStagedModelDataHandler<Dummy>java.lang.Exceptionprotected void doImportStagedModel(com.liferay.exportimport.kernel.lar.PortletDataContext portletDataContext,
Dummy dummy)
throws java.lang.Exception
doImportStagedModel in class com.liferay.exportimport.kernel.lar.BaseStagedModelDataHandler<Dummy>java.lang.Exception