Liferay 6.2.0-ce-b2

com.liferay.portlet.wiki.lar
Class WikiNodeStagedModelDataHandler

java.lang.Object
  extended by com.liferay.portal.kernel.lar.BaseStagedModelDataHandler<WikiNode>
      extended by com.liferay.portlet.wiki.lar.WikiNodeStagedModelDataHandler
All Implemented Interfaces:
StagedModelDataHandler<WikiNode>

public class WikiNodeStagedModelDataHandler
extends BaseStagedModelDataHandler<WikiNode>


Field Summary
static String[] CLASS_NAMES
           
 
Constructor Summary
WikiNodeStagedModelDataHandler()
           
 
Method Summary
 void deleteStagedModel(String uuid, long groupId, String className, String extraData)
           
protected  void doExportStagedModel(PortletDataContext portletDataContext, WikiNode node)
           
protected  void doImportStagedModel(PortletDataContext portletDataContext, WikiNode node)
           
 String[] getClassNames()
           
protected  String getNodeName(PortletDataContext portletDataContext, WikiNode node, String name, int count)
           
protected  boolean validateMissingReference(String uuid, long companyId, long groupId)
           
 
Methods inherited from class com.liferay.portal.kernel.lar.BaseStagedModelDataHandler
countStagedModel, exportStagedModel, getDisplayName, getExportableStatuses, importStagedModel, isExportable, 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

WikiNodeStagedModelDataHandler

public WikiNodeStagedModelDataHandler()
Method Detail

deleteStagedModel

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

getClassNames

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

doExportStagedModel

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

doImportStagedModel

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

getNodeName

protected String getNodeName(PortletDataContext portletDataContext,
                             WikiNode node,
                             String name,
                             int count)
                      throws Exception
Throws:
Exception

validateMissingReference

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

Liferay 6.2.0-ce-b2