com.liferay.portlet.bookmarks.lar
Class BookmarksEntryStagedModelDataHandler
java.lang.Object
com.liferay.portal.kernel.lar.BaseStagedModelDataHandler<BookmarksEntry>
com.liferay.portlet.bookmarks.lar.BookmarksEntryStagedModelDataHandler
- All Implemented Interfaces:
- StagedModelDataHandler<BookmarksEntry>
public class BookmarksEntryStagedModelDataHandler
- extends BaseStagedModelDataHandler<BookmarksEntry>
| Methods inherited from class com.liferay.portal.kernel.lar.BaseStagedModelDataHandler |
countStagedModel, doImportMissingReference, exportAssetCategories, exportComments, exportRatings, exportStagedModel, fetchMissingReference, 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
BookmarksEntryStagedModelDataHandler
public BookmarksEntryStagedModelDataHandler()
deleteStagedModel
public void deleteStagedModel(String uuid,
long groupId,
String className,
String extraData)
throws PortalException
- Specified by:
deleteStagedModel in interface StagedModelDataHandler<BookmarksEntry>- Specified by:
deleteStagedModel in class BaseStagedModelDataHandler<BookmarksEntry>
- Throws:
PortalException
fetchStagedModelByUuidAndCompanyId
public BookmarksEntry fetchStagedModelByUuidAndCompanyId(String uuid,
long companyId)
- Specified by:
fetchStagedModelByUuidAndCompanyId in interface StagedModelDataHandler<BookmarksEntry>- Specified by:
fetchStagedModelByUuidAndCompanyId in class BaseStagedModelDataHandler<BookmarksEntry>
fetchStagedModelByUuidAndGroupId
public BookmarksEntry fetchStagedModelByUuidAndGroupId(String uuid,
long groupId)
- Specified by:
fetchStagedModelByUuidAndGroupId in interface StagedModelDataHandler<BookmarksEntry>- Overrides:
fetchStagedModelByUuidAndGroupId in class BaseStagedModelDataHandler<BookmarksEntry>
getClassNames
public String[] getClassNames()
- Specified by:
getClassNames in interface StagedModelDataHandler<BookmarksEntry>- Specified by:
getClassNames in class BaseStagedModelDataHandler<BookmarksEntry>
getDisplayName
public String getDisplayName(BookmarksEntry entry)
- Specified by:
getDisplayName in interface StagedModelDataHandler<BookmarksEntry>- Overrides:
getDisplayName in class BaseStagedModelDataHandler<BookmarksEntry>
doExportStagedModel
protected void doExportStagedModel(PortletDataContext portletDataContext,
BookmarksEntry entry)
throws Exception
- Specified by:
doExportStagedModel in class BaseStagedModelDataHandler<BookmarksEntry>
- Throws:
Exception
doImportStagedModel
protected void doImportStagedModel(PortletDataContext portletDataContext,
BookmarksEntry entry)
throws Exception
- Specified by:
doImportStagedModel in class BaseStagedModelDataHandler<BookmarksEntry>
- Throws:
Exception
doRestoreStagedModel
protected void doRestoreStagedModel(PortletDataContext portletDataContext,
BookmarksEntry entry)
throws Exception
- Overrides:
doRestoreStagedModel in class BaseStagedModelDataHandler<BookmarksEntry>
- Throws:
Exception