Liferay 6.2-ce-ga5

com.liferay.portlet.asset.lar
Class AssetCategoryStagedModelDataHandler

java.lang.Object
  extended by com.liferay.portal.kernel.lar.BaseStagedModelDataHandler<AssetCategory>
      extended by com.liferay.portlet.asset.lar.AssetCategoryStagedModelDataHandler
All Implemented Interfaces:
StagedModelDataHandler<AssetCategory>

public class AssetCategoryStagedModelDataHandler
extends BaseStagedModelDataHandler<AssetCategory>


Field Summary
static String[] CLASS_NAMES
           
 
Fields inherited from class com.liferay.portal.kernel.lar.BaseStagedModelDataHandler
sessionFactory, STAGING_HIBERNATE_CACHE_FLUSH_FREQUENCY
 
Constructor Summary
AssetCategoryStagedModelDataHandler()
           
 
Method Summary
 void deleteStagedModel(String uuid, long groupId, String className, String extraData)
           
protected  void doExportStagedModel(PortletDataContext portletDataContext, AssetCategory category)
           
protected  void doImportStagedModel(PortletDataContext portletDataContext, AssetCategory category)
           
 String[] getClassNames()
           
 String getDisplayName(AssetCategory category)
           
protected  boolean validateMissingReference(String uuid, long companyId, long groupId)
           
 
Methods inherited from class com.liferay.portal.kernel.lar.BaseStagedModelDataHandler
countStagedModel, doImportCompanyStagedModel, doRestoreStagedModel, exportStagedModel, getExportableStatuses, getReferenceAttributes, importCompanyStagedModel, importCompanyStagedModel, importStagedModel, maintainSessionCache, restoreStagedModel, validateExport, 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

AssetCategoryStagedModelDataHandler

public AssetCategoryStagedModelDataHandler()
Method Detail

deleteStagedModel

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

getClassNames

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

getDisplayName

public String getDisplayName(AssetCategory category)
Specified by:
getDisplayName in interface StagedModelDataHandler<AssetCategory>
Overrides:
getDisplayName in class BaseStagedModelDataHandler<AssetCategory>

doExportStagedModel

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

doImportStagedModel

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

validateMissingReference

protected boolean validateMissingReference(String uuid,
                                           long companyId,
                                           long groupId)
                                    throws Exception
Overrides:
validateMissingReference in class BaseStagedModelDataHandler<AssetCategory>
Throws:
Exception

Liferay 6.2-ce-ga5