Liferay 6.2.0-ce-m5

com.liferay.portlet.passwordpoliciesadmin.lar
Class PasswordPolicyStagedModelDataHandler

java.lang.Object
  extended by com.liferay.portal.kernel.lar.BaseStagedModelDataHandler<PasswordPolicy>
      extended by com.liferay.portlet.passwordpoliciesadmin.lar.PasswordPolicyStagedModelDataHandler
All Implemented Interfaces:
StagedModelDataHandler<PasswordPolicy>

public class PasswordPolicyStagedModelDataHandler
extends BaseStagedModelDataHandler<PasswordPolicy>


Field Summary
static String[] CLASS_NAMES
           
 
Constructor Summary
PasswordPolicyStagedModelDataHandler()
           
 
Method Summary
protected  void doExportStagedModel(PortletDataContext portletDataContext, PasswordPolicy passwordPolicy)
           
protected  void doImportStagedModel(PortletDataContext portletDataContext, PasswordPolicy passwordPolicy)
           
 String[] getClassNames()
           
 
Methods inherited from class com.liferay.portal.kernel.lar.BaseStagedModelDataHandler
exportStagedModel, importStagedModel
 
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

PasswordPolicyStagedModelDataHandler

public PasswordPolicyStagedModelDataHandler()
Method Detail

getClassNames

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

doExportStagedModel

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

doImportStagedModel

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

Liferay 6.2.0-ce-m5