com.liferay.portlet.documentlibrary.lar
Class FileShortcutStagedModelDataHandler
java.lang.Object
com.liferay.portlet.exportimport.lar.BaseStagedModelDataHandler<FileShortcut>
com.liferay.portlet.documentlibrary.lar.FileShortcutStagedModelDataHandler
- All Implemented Interfaces:
- StagedModelDataHandler<FileShortcut>
public class FileShortcutStagedModelDataHandler
- extends BaseStagedModelDataHandler<FileShortcut>
| Methods inherited from class com.liferay.portlet.exportimport.lar.BaseStagedModelDataHandler |
countStagedModel, doImportMissingReference, exportAssetCategories, exportAssetTags, exportComments, exportRatings, exportStagedModel, fetchMissingReference, getExportableStatuses, getProcessFlag, getReferenceAttributes, importAssetCategories, importAssetTags, importComments, importCompanyStagedModel, importCompanyStagedModel, importMissingGroupReference, importMissingReference, importMissingReference, importRatings, importReferenceStagedModels, importStagedModel, isStagedModelInTrash, restoreStagedModel, validateExport, validateMissingGroupReference, validateMissingReference, validateReference |
| 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
FileShortcutStagedModelDataHandler
public FileShortcutStagedModelDataHandler()
deleteStagedModel
public void deleteStagedModel(FileShortcut fileShortcut)
throws PortalException
- Throws:
PortalException
deleteStagedModel
public void deleteStagedModel(String uuid,
long groupId,
String className,
String extraData)
throws PortalException
- Specified by:
deleteStagedModel in interface StagedModelDataHandler<FileShortcut>- Specified by:
deleteStagedModel in class BaseStagedModelDataHandler<FileShortcut>
- Throws:
PortalException
fetchStagedModelByUuidAndGroupId
public FileShortcut fetchStagedModelByUuidAndGroupId(String uuid,
long groupId)
- Specified by:
fetchStagedModelByUuidAndGroupId in interface StagedModelDataHandler<FileShortcut>- Overrides:
fetchStagedModelByUuidAndGroupId in class BaseStagedModelDataHandler<FileShortcut>
fetchStagedModelsByUuidAndCompanyId
public List<FileShortcut> fetchStagedModelsByUuidAndCompanyId(String uuid,
long companyId)
- Specified by:
fetchStagedModelsByUuidAndCompanyId in interface StagedModelDataHandler<FileShortcut>- Specified by:
fetchStagedModelsByUuidAndCompanyId in class BaseStagedModelDataHandler<FileShortcut>
getClassNames
public String[] getClassNames()
- Specified by:
getClassNames in interface StagedModelDataHandler<FileShortcut>- Specified by:
getClassNames in class BaseStagedModelDataHandler<FileShortcut>
getDisplayName
public String getDisplayName(FileShortcut fileShortcut)
- Specified by:
getDisplayName in interface StagedModelDataHandler<FileShortcut>- Overrides:
getDisplayName in class BaseStagedModelDataHandler<FileShortcut>
doExportStagedModel
protected void doExportStagedModel(PortletDataContext portletDataContext,
FileShortcut fileShortcut)
throws Exception
- Specified by:
doExportStagedModel in class BaseStagedModelDataHandler<FileShortcut>
- Throws:
Exception
doImportStagedModel
protected void doImportStagedModel(PortletDataContext portletDataContext,
FileShortcut fileShortcut)
throws Exception
- Specified by:
doImportStagedModel in class BaseStagedModelDataHandler<FileShortcut>
- Throws:
Exception
doRestoreStagedModel
protected void doRestoreStagedModel(PortletDataContext portletDataContext,
FileShortcut fileShortcut)
throws Exception
- Overrides:
doRestoreStagedModel in class BaseStagedModelDataHandler<FileShortcut>
- Throws:
Exception