com.liferay.portlet.documentlibrary.lar
Class DLFileEntryTypeStagedModelDataHandler
java.lang.Object
com.liferay.portal.kernel.lar.BaseStagedModelDataHandler<DLFileEntryType>
com.liferay.portlet.documentlibrary.lar.DLFileEntryTypeStagedModelDataHandler
- All Implemented Interfaces:
- StagedModelDataHandler<DLFileEntryType>
public class DLFileEntryTypeStagedModelDataHandler
- extends BaseStagedModelDataHandler<DLFileEntryType>
| 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
DLFileEntryTypeStagedModelDataHandler
public DLFileEntryTypeStagedModelDataHandler()
deleteStagedModel
public void deleteStagedModel(String uuid,
long groupId,
String className,
String extraData)
throws PortalException,
SystemException
- Specified by:
deleteStagedModel in interface StagedModelDataHandler<DLFileEntryType>- Specified by:
deleteStagedModel in class BaseStagedModelDataHandler<DLFileEntryType>
- Throws:
PortalException
SystemException
getClassNames
public String[] getClassNames()
- Specified by:
getClassNames in interface StagedModelDataHandler<DLFileEntryType>- Specified by:
getClassNames in class BaseStagedModelDataHandler<DLFileEntryType>
doExportStagedModel
protected void doExportStagedModel(PortletDataContext portletDataContext,
DLFileEntryType fileEntryType)
throws Exception
- Specified by:
doExportStagedModel in class BaseStagedModelDataHandler<DLFileEntryType>
- Throws:
Exception
doImportCompanyStagedModel
protected void doImportCompanyStagedModel(PortletDataContext portletDataContext,
DLFileEntryType fileEntryType)
throws Exception
- Overrides:
doImportCompanyStagedModel in class BaseStagedModelDataHandler<DLFileEntryType>
- Throws:
Exception
doImportStagedModel
protected void doImportStagedModel(PortletDataContext portletDataContext,
DLFileEntryType fileEntryType)
throws Exception
- Specified by:
doImportStagedModel in class BaseStagedModelDataHandler<DLFileEntryType>
- Throws:
Exception
validateMissingReference
protected boolean validateMissingReference(String uuid,
long companyId,
long groupId)
throws Exception
- Overrides:
validateMissingReference in class BaseStagedModelDataHandler<DLFileEntryType>
- Throws:
Exception