com.liferay.portlet.dynamicdatamapping.lar
Class DDMTemplateStagedModelDataHandler
java.lang.Object
com.liferay.portal.kernel.lar.BaseStagedModelDataHandler<DDMTemplate>
com.liferay.portlet.dynamicdatamapping.lar.DDMTemplateStagedModelDataHandler
- All Implemented Interfaces:
- StagedModelDataHandler<DDMTemplate>
public class DDMTemplateStagedModelDataHandler
- extends BaseStagedModelDataHandler<DDMTemplate>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CLASS_NAMES
public static final String[] CLASS_NAMES
DDMTemplateStagedModelDataHandler
public DDMTemplateStagedModelDataHandler()
getClassNames
public String[] getClassNames()
- Specified by:
getClassNames in interface StagedModelDataHandler<DDMTemplate>- Specified by:
getClassNames in class BaseStagedModelDataHandler<DDMTemplate>
addTemplate
protected DDMTemplate addTemplate(long userId,
long groupId,
DDMTemplate template,
long classPK,
File smallFile,
ServiceContext serviceContext)
throws Exception
- Throws:
Exception
doExportStagedModel
protected void doExportStagedModel(PortletDataContext portletDataContext,
DDMTemplate template)
throws Exception
- Specified by:
doExportStagedModel in class BaseStagedModelDataHandler<DDMTemplate>
- Throws:
Exception
doImportStagedModel
protected void doImportStagedModel(PortletDataContext portletDataContext,
DDMTemplate template)
throws Exception
- Specified by:
doImportStagedModel in class BaseStagedModelDataHandler<DDMTemplate>
- Throws:
Exception