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