Liferay 6.2-ce-ga5

com.liferay.portlet.asset.lar
Class AssetVocabularyStagedModelDataHandler

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

public class AssetVocabularyStagedModelDataHandler
extends BaseStagedModelDataHandler<AssetVocabulary>


Field Summary
static String[] CLASS_NAMES
           
 
Fields inherited from class com.liferay.portal.kernel.lar.BaseStagedModelDataHandler
sessionFactory, STAGING_HIBERNATE_CACHE_FLUSH_FREQUENCY
 
Constructor Summary
AssetVocabularyStagedModelDataHandler()
           
 
Method Summary
 void deleteStagedModel(String uuid, long groupId, String className, String extraData)
           
protected  void doExportStagedModel(PortletDataContext portletDataContext, AssetVocabulary vocabulary)
           
protected  void doImportStagedModel(PortletDataContext portletDataContext, AssetVocabulary vocabulary)
           
 String[] getClassNames()
           
 String getDisplayName(AssetVocabulary vocabulary)
           
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

AssetVocabularyStagedModelDataHandler

public AssetVocabularyStagedModelDataHandler()
Method Detail

deleteStagedModel

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

getClassNames

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

getDisplayName

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

doExportStagedModel

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

doImportStagedModel

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

validateMissingReference

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

Liferay 6.2-ce-ga5