Liferay 7.0-ce-m6

com.liferay.portlet.messageboards.lar
Class MBThreadStagedModelDataHandler

java.lang.Object
  extended by com.liferay.portlet.exportimport.lar.BaseStagedModelDataHandler<MBThread>
      extended by com.liferay.portlet.messageboards.lar.MBThreadStagedModelDataHandler
All Implemented Interfaces:
StagedModelDataHandler<MBThread>

public class MBThreadStagedModelDataHandler
extends BaseStagedModelDataHandler<MBThread>


Field Summary
static String[] CLASS_NAMES
           
 
Constructor Summary
MBThreadStagedModelDataHandler()
           
 
Method Summary
 void deleteStagedModel(MBThread thread)
           
 void deleteStagedModel(String uuid, long groupId, String className, String extraData)
           
protected  void doExportStagedModel(PortletDataContext portletDataContext, MBThread thread)
           
protected  void doImportStagedModel(PortletDataContext portletDataContext, MBThread thread)
           
 MBThread fetchStagedModelByUuidAndGroupId(String uuid, long groupId)
           
 List<MBThread> fetchStagedModelsByUuidAndCompanyId(String uuid, long companyId)
           
 String[] getClassNames()
           
 
Methods inherited from class com.liferay.portlet.exportimport.lar.BaseStagedModelDataHandler
countStagedModel, doImportMissingReference, doRestoreStagedModel, exportAssetCategories, exportAssetTags, exportComments, exportRatings, exportStagedModel, fetchMissingReference, getDisplayName, getExportableStatuses, getProcessFlag, getReferenceAttributes, importAssetCategories, importAssetTags, importComments, importCompanyStagedModel, importCompanyStagedModel, importMissingGroupReference, importMissingReference, importMissingReference, importRatings, importReferenceStagedModels, importStagedModel, isStagedModelInTrash, 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

MBThreadStagedModelDataHandler

public MBThreadStagedModelDataHandler()
Method Detail

deleteStagedModel

public void deleteStagedModel(MBThread thread)
                       throws PortalException
Throws:
PortalException

deleteStagedModel

public void deleteStagedModel(String uuid,
                              long groupId,
                              String className,
                              String extraData)
                       throws PortalException
Specified by:
deleteStagedModel in interface StagedModelDataHandler<MBThread>
Specified by:
deleteStagedModel in class BaseStagedModelDataHandler<MBThread>
Throws:
PortalException

fetchStagedModelByUuidAndGroupId

public MBThread fetchStagedModelByUuidAndGroupId(String uuid,
                                                 long groupId)
Specified by:
fetchStagedModelByUuidAndGroupId in interface StagedModelDataHandler<MBThread>
Overrides:
fetchStagedModelByUuidAndGroupId in class BaseStagedModelDataHandler<MBThread>

fetchStagedModelsByUuidAndCompanyId

public List<MBThread> fetchStagedModelsByUuidAndCompanyId(String uuid,
                                                          long companyId)
Specified by:
fetchStagedModelsByUuidAndCompanyId in interface StagedModelDataHandler<MBThread>
Specified by:
fetchStagedModelsByUuidAndCompanyId in class BaseStagedModelDataHandler<MBThread>

getClassNames

public String[] getClassNames()
Specified by:
getClassNames in interface StagedModelDataHandler<MBThread>
Specified by:
getClassNames in class BaseStagedModelDataHandler<MBThread>

doExportStagedModel

protected void doExportStagedModel(PortletDataContext portletDataContext,
                                   MBThread thread)
                            throws Exception
Specified by:
doExportStagedModel in class BaseStagedModelDataHandler<MBThread>
Throws:
Exception

doImportStagedModel

protected void doImportStagedModel(PortletDataContext portletDataContext,
                                   MBThread thread)
                            throws Exception
Specified by:
doImportStagedModel in class BaseStagedModelDataHandler<MBThread>
Throws:
Exception

Liferay 7.0-ce-m6