public class RatingsEntryStagedModelDataHandler
extends com.liferay.exportimport.lar.BaseStagedModelDataHandler<com.liferay.ratings.kernel.model.RatingsEntry>
Modifier and Type | Field and Description |
---|---|
static java.lang.String[] |
CLASS_NAMES |
Constructor and Description |
---|
RatingsEntryStagedModelDataHandler() |
Modifier and Type | Method and Description |
---|---|
void |
deleteStagedModel(com.liferay.ratings.kernel.model.RatingsEntry ratingsEntry) |
void |
deleteStagedModel(java.lang.String uuid,
long groupId,
java.lang.String className,
java.lang.String extraData) |
protected void |
doExportStagedModel(com.liferay.exportimport.kernel.lar.PortletDataContext portletDataContext,
com.liferay.ratings.kernel.model.RatingsEntry entry) |
protected void |
doImportStagedModel(com.liferay.exportimport.kernel.lar.PortletDataContext portletDataContext,
com.liferay.ratings.kernel.model.RatingsEntry entry) |
java.util.List<com.liferay.ratings.kernel.model.RatingsEntry> |
fetchStagedModelsByUuidAndCompanyId(java.lang.String uuid,
long companyId) |
java.lang.String[] |
getClassNames() |
java.lang.String |
getDisplayName(com.liferay.ratings.kernel.model.RatingsEntry entry) |
protected void |
setGroupLocalService(com.liferay.portal.kernel.service.GroupLocalService groupLocalService) |
protected void |
setRatingsEntryLocalService(com.liferay.ratings.kernel.service.RatingsEntryLocalService ratingsEntryLocalService) |
exportStagedModel, fetchMissingReference, fetchStagedModelByUuidAndGroupId, getExportImportContentProcessor, getStagedModelRepository, restoreStagedModel
countStagedModel, doImportMissingReference, doImportMissingReference, doRestoreStagedModel, exportAssetCategories, exportAssetTags, exportComments, exportRatings, getExportableStatuses, getProcessFlag, getReferenceAttributes, importAssetCategories, importAssetTags, importComments, importCompanyStagedModel, importCompanyStagedModel, importMissingGroupReference, importMissingReference, importMissingReference, importRatings, importReferenceStagedModels, importStagedModel, isStagedModelInTrash, validateExport, validateMissingGroupReference, validateMissingReference, validateReference
public void deleteStagedModel(com.liferay.ratings.kernel.model.RatingsEntry ratingsEntry)
deleteStagedModel
in interface com.liferay.exportimport.kernel.lar.StagedModelDataHandler<com.liferay.ratings.kernel.model.RatingsEntry>
deleteStagedModel
in class com.liferay.exportimport.lar.BaseStagedModelDataHandler<com.liferay.ratings.kernel.model.RatingsEntry>
public void deleteStagedModel(java.lang.String uuid, long groupId, java.lang.String className, java.lang.String extraData) throws com.liferay.portal.kernel.exception.PortalException
deleteStagedModel
in interface com.liferay.exportimport.kernel.lar.StagedModelDataHandler<com.liferay.ratings.kernel.model.RatingsEntry>
deleteStagedModel
in class com.liferay.exportimport.lar.BaseStagedModelDataHandler<com.liferay.ratings.kernel.model.RatingsEntry>
com.liferay.portal.kernel.exception.PortalException
public java.util.List<com.liferay.ratings.kernel.model.RatingsEntry> fetchStagedModelsByUuidAndCompanyId(java.lang.String uuid, long companyId)
fetchStagedModelsByUuidAndCompanyId
in interface com.liferay.exportimport.kernel.lar.StagedModelDataHandler<com.liferay.ratings.kernel.model.RatingsEntry>
fetchStagedModelsByUuidAndCompanyId
in class com.liferay.exportimport.lar.BaseStagedModelDataHandler<com.liferay.ratings.kernel.model.RatingsEntry>
public java.lang.String[] getClassNames()
getClassNames
in interface com.liferay.exportimport.kernel.lar.StagedModelDataHandler<com.liferay.ratings.kernel.model.RatingsEntry>
getClassNames
in class com.liferay.exportimport.kernel.lar.BaseStagedModelDataHandler<com.liferay.ratings.kernel.model.RatingsEntry>
public java.lang.String getDisplayName(com.liferay.ratings.kernel.model.RatingsEntry entry)
getDisplayName
in interface com.liferay.exportimport.kernel.lar.StagedModelDataHandler<com.liferay.ratings.kernel.model.RatingsEntry>
getDisplayName
in class com.liferay.exportimport.kernel.lar.BaseStagedModelDataHandler<com.liferay.ratings.kernel.model.RatingsEntry>
protected void doExportStagedModel(com.liferay.exportimport.kernel.lar.PortletDataContext portletDataContext, com.liferay.ratings.kernel.model.RatingsEntry entry) throws java.lang.Exception
doExportStagedModel
in class com.liferay.exportimport.kernel.lar.BaseStagedModelDataHandler<com.liferay.ratings.kernel.model.RatingsEntry>
java.lang.Exception
protected void doImportStagedModel(com.liferay.exportimport.kernel.lar.PortletDataContext portletDataContext, com.liferay.ratings.kernel.model.RatingsEntry entry) throws java.lang.Exception
doImportStagedModel
in class com.liferay.exportimport.kernel.lar.BaseStagedModelDataHandler<com.liferay.ratings.kernel.model.RatingsEntry>
java.lang.Exception
protected void setGroupLocalService(com.liferay.portal.kernel.service.GroupLocalService groupLocalService)
protected void setRatingsEntryLocalService(com.liferay.ratings.kernel.service.RatingsEntryLocalService ratingsEntryLocalService)