Liferay 7.0-ce-m3

com.liferay.portlet.ratings.lar
Class RatingsEntryStagedModelDataHandler

java.lang.Object
  extended by com.liferay.portal.kernel.lar.BaseStagedModelDataHandler<RatingsEntry>
      extended by com.liferay.portlet.ratings.lar.RatingsEntryStagedModelDataHandler
All Implemented Interfaces:
StagedModelDataHandler<RatingsEntry>

public class RatingsEntryStagedModelDataHandler
extends BaseStagedModelDataHandler<RatingsEntry>


Field Summary
static String[] CLASS_NAMES
           
 
Constructor Summary
RatingsEntryStagedModelDataHandler()
           
 
Method Summary
 void deleteStagedModel(String uuid, long groupId, String className, String extraData)
           
protected  void doExportStagedModel(PortletDataContext portletDataContext, RatingsEntry entry)
           
protected  void doImportStagedModel(PortletDataContext portletDataContext, RatingsEntry entry)
           
 RatingsEntry fetchStagedModelByUuidAndCompanyId(String uuid, long companyId)
           
 String[] getClassNames()
           
 String getDisplayName(RatingsEntry entry)
           
 
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
 

Field Detail

CLASS_NAMES

public static final String[] CLASS_NAMES
Constructor Detail

RatingsEntryStagedModelDataHandler

public RatingsEntryStagedModelDataHandler()
Method Detail

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

Liferay 7.0-ce-m3