com.liferay.portlet.dynamicdatalists.lar
Class DDLRecordStagedModelDataHandler
java.lang.Object
com.liferay.portal.kernel.lar.BaseStagedModelDataHandler<DDLRecord>
com.liferay.portlet.dynamicdatalists.lar.DDLRecordStagedModelDataHandler
- All Implemented Interfaces:
- StagedModelDataHandler<DDLRecord>
public class DDLRecordStagedModelDataHandler
- extends BaseStagedModelDataHandler<DDLRecord>
| Methods inherited from class com.liferay.portal.kernel.lar.BaseStagedModelDataHandler |
countStagedModel, doImportMissingReference, doRestoreStagedModel, exportAssetCategories, exportComments, exportRatings, exportStagedModel, fetchMissingReference, getExportableStatuses, getReferenceAttributes, importAssetCategories, importComments, importCompanyStagedModel, importCompanyStagedModel, importMissingGroupReference, importMissingReference, importMissingReference, importRatings, importReferenceStagedModels, importStagedModel, restoreStagedModel, validateMissingGroupReference, validateMissingReference, validateReference |
| 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
DDLRecordStagedModelDataHandler
public DDLRecordStagedModelDataHandler()
deleteStagedModel
public void deleteStagedModel(String uuid,
long groupId,
String className,
String extraData)
throws PortalException
- Specified by:
deleteStagedModel in interface StagedModelDataHandler<DDLRecord>- Specified by:
deleteStagedModel in class BaseStagedModelDataHandler<DDLRecord>
- Throws:
PortalException
fetchStagedModelByUuidAndCompanyId
public DDLRecord fetchStagedModelByUuidAndCompanyId(String uuid,
long companyId)
- Specified by:
fetchStagedModelByUuidAndCompanyId in interface StagedModelDataHandler<DDLRecord>- Specified by:
fetchStagedModelByUuidAndCompanyId in class BaseStagedModelDataHandler<DDLRecord>
fetchStagedModelByUuidAndGroupId
public DDLRecord fetchStagedModelByUuidAndGroupId(String uuid,
long groupId)
- Specified by:
fetchStagedModelByUuidAndGroupId in interface StagedModelDataHandler<DDLRecord>- Overrides:
fetchStagedModelByUuidAndGroupId in class BaseStagedModelDataHandler<DDLRecord>
getClassNames
public String[] getClassNames()
- Specified by:
getClassNames in interface StagedModelDataHandler<DDLRecord>- Specified by:
getClassNames in class BaseStagedModelDataHandler<DDLRecord>
getDisplayName
public String getDisplayName(DDLRecord record)
- Specified by:
getDisplayName in interface StagedModelDataHandler<DDLRecord>- Overrides:
getDisplayName in class BaseStagedModelDataHandler<DDLRecord>
doExportStagedModel
protected void doExportStagedModel(PortletDataContext portletDataContext,
DDLRecord record)
throws Exception
- Specified by:
doExportStagedModel in class BaseStagedModelDataHandler<DDLRecord>
- Throws:
Exception
doImportStagedModel
protected void doImportStagedModel(PortletDataContext portletDataContext,
DDLRecord record)
throws Exception
- Specified by:
doImportStagedModel in class BaseStagedModelDataHandler<DDLRecord>
- Throws:
Exception
validateExport
protected void validateExport(PortletDataContext portletDataContext,
DDLRecord record)
throws PortletDataException
- Overrides:
validateExport in class BaseStagedModelDataHandler<DDLRecord>
- Throws:
PortletDataException