com.liferay.portlet.documentlibrary.lar
Class RepositoryEntryStagedModelDataHandler
java.lang.Object
com.liferay.portal.kernel.lar.BaseStagedModelDataHandler<RepositoryEntry>
com.liferay.portlet.documentlibrary.lar.RepositoryEntryStagedModelDataHandler
- All Implemented Interfaces:
- StagedModelDataHandler<RepositoryEntry>
public class RepositoryEntryStagedModelDataHandler
- extends BaseStagedModelDataHandler<RepositoryEntry>
| Methods inherited from class com.liferay.portal.kernel.lar.BaseStagedModelDataHandler |
countStagedModel, doImportMissingReference, doRestoreStagedModel, exportAssetCategories, exportComments, exportRatings, exportStagedModel, fetchMissingReference, getDisplayName, getExportableStatuses, getReferenceAttributes, importAssetCategories, importComments, importCompanyStagedModel, importCompanyStagedModel, importMissingGroupReference, importMissingReference, importMissingReference, importRatings, importReferenceStagedModels, importStagedModel, 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
RepositoryEntryStagedModelDataHandler
public RepositoryEntryStagedModelDataHandler()
deleteStagedModel
public void deleteStagedModel(String uuid,
long groupId,
String className,
String extraData)
throws PortalException
- Specified by:
deleteStagedModel in interface StagedModelDataHandler<RepositoryEntry>- Specified by:
deleteStagedModel in class BaseStagedModelDataHandler<RepositoryEntry>
- Throws:
PortalException
fetchStagedModelByUuidAndCompanyId
public RepositoryEntry fetchStagedModelByUuidAndCompanyId(String uuid,
long companyId)
- Specified by:
fetchStagedModelByUuidAndCompanyId in interface StagedModelDataHandler<RepositoryEntry>- Specified by:
fetchStagedModelByUuidAndCompanyId in class BaseStagedModelDataHandler<RepositoryEntry>
fetchStagedModelByUuidAndGroupId
public RepositoryEntry fetchStagedModelByUuidAndGroupId(String uuid,
long groupId)
- Specified by:
fetchStagedModelByUuidAndGroupId in interface StagedModelDataHandler<RepositoryEntry>- Overrides:
fetchStagedModelByUuidAndGroupId in class BaseStagedModelDataHandler<RepositoryEntry>
getClassNames
public String[] getClassNames()
- Specified by:
getClassNames in interface StagedModelDataHandler<RepositoryEntry>- Specified by:
getClassNames in class BaseStagedModelDataHandler<RepositoryEntry>
doExportStagedModel
protected void doExportStagedModel(PortletDataContext portletDataContext,
RepositoryEntry repositoryEntry)
throws Exception
- Specified by:
doExportStagedModel in class BaseStagedModelDataHandler<RepositoryEntry>
- Throws:
Exception
doImportStagedModel
protected void doImportStagedModel(PortletDataContext portletDataContext,
RepositoryEntry repositoryEntry)
throws Exception
- Specified by:
doImportStagedModel in class BaseStagedModelDataHandler<RepositoryEntry>
- Throws:
Exception