public class MDRRuleGroupInstanceStagedModelDataHandler
extends com.liferay.exportimport.lar.BaseStagedModelDataHandler<com.liferay.mobile.device.rules.model.MDRRuleGroupInstance>
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String[] |
CLASS_NAMES |
| Constructor and Description |
|---|
MDRRuleGroupInstanceStagedModelDataHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
deleteStagedModel(com.liferay.mobile.device.rules.model.MDRRuleGroupInstance ruleGroupInstance) |
void |
deleteStagedModel(java.lang.String uuid,
long groupId,
java.lang.String className,
java.lang.String extraData) |
protected void |
doExportStagedModel(com.liferay.exportimport.kernel.lar.PortletDataContext portletDataContext,
com.liferay.mobile.device.rules.model.MDRRuleGroupInstance ruleGroupInstance) |
protected void |
doImportStagedModel(com.liferay.exportimport.kernel.lar.PortletDataContext portletDataContext,
com.liferay.mobile.device.rules.model.MDRRuleGroupInstance ruleGroupInstance) |
com.liferay.mobile.device.rules.model.MDRRuleGroupInstance |
fetchStagedModelByUuidAndGroupId(java.lang.String uuid,
long groupId) |
java.util.List<com.liferay.mobile.device.rules.model.MDRRuleGroupInstance> |
fetchStagedModelsByUuidAndCompanyId(java.lang.String uuid,
long companyId) |
java.lang.String[] |
getClassNames() |
protected void |
setLayoutLocalService(com.liferay.portal.kernel.service.LayoutLocalService layoutLocalService) |
protected void |
setLayoutSetLocalService(com.liferay.portal.kernel.service.LayoutSetLocalService layoutSetLocalService) |
protected void |
setMDRRuleGroupInstanceLocalService(com.liferay.mobile.device.rules.service.MDRRuleGroupInstanceLocalService mdrRuleGroupInstanceLocalService) |
protected void |
setMDRRuleGroupLocalService(com.liferay.mobile.device.rules.service.MDRRuleGroupLocalService mdrRuleGroupLocalService) |
exportStagedModel, fetchMissingReference, getExportImportContentProcessor, getStagedModelRepository, restoreStagedModelcountStagedModel, doImportMissingReference, doImportMissingReference, doRestoreStagedModel, exportAssetCategories, exportAssetTags, exportComments, exportRatings, getDisplayName, getExportableStatuses, getProcessFlag, getReferenceAttributes, importAssetCategories, importAssetTags, importComments, importCompanyStagedModel, importCompanyStagedModel, importMissingGroupReference, importMissingReference, importMissingReference, importRatings, importReferenceStagedModels, importStagedModel, isStagedModelInTrash, validateExport, validateMissingGroupReference, validateMissingReference, validateReferencepublic MDRRuleGroupInstanceStagedModelDataHandler()
public void deleteStagedModel(com.liferay.mobile.device.rules.model.MDRRuleGroupInstance ruleGroupInstance)
deleteStagedModel in interface com.liferay.exportimport.kernel.lar.StagedModelDataHandler<com.liferay.mobile.device.rules.model.MDRRuleGroupInstance>deleteStagedModel in class com.liferay.exportimport.lar.BaseStagedModelDataHandler<com.liferay.mobile.device.rules.model.MDRRuleGroupInstance>public void deleteStagedModel(java.lang.String uuid,
long groupId,
java.lang.String className,
java.lang.String extraData)
deleteStagedModel in interface com.liferay.exportimport.kernel.lar.StagedModelDataHandler<com.liferay.mobile.device.rules.model.MDRRuleGroupInstance>deleteStagedModel in class com.liferay.exportimport.lar.BaseStagedModelDataHandler<com.liferay.mobile.device.rules.model.MDRRuleGroupInstance>public com.liferay.mobile.device.rules.model.MDRRuleGroupInstance fetchStagedModelByUuidAndGroupId(java.lang.String uuid,
long groupId)
fetchStagedModelByUuidAndGroupId in interface com.liferay.exportimport.kernel.lar.StagedModelDataHandler<com.liferay.mobile.device.rules.model.MDRRuleGroupInstance>fetchStagedModelByUuidAndGroupId in class com.liferay.exportimport.lar.BaseStagedModelDataHandler<com.liferay.mobile.device.rules.model.MDRRuleGroupInstance>public java.util.List<com.liferay.mobile.device.rules.model.MDRRuleGroupInstance> fetchStagedModelsByUuidAndCompanyId(java.lang.String uuid,
long companyId)
fetchStagedModelsByUuidAndCompanyId in interface com.liferay.exportimport.kernel.lar.StagedModelDataHandler<com.liferay.mobile.device.rules.model.MDRRuleGroupInstance>fetchStagedModelsByUuidAndCompanyId in class com.liferay.exportimport.lar.BaseStagedModelDataHandler<com.liferay.mobile.device.rules.model.MDRRuleGroupInstance>public java.lang.String[] getClassNames()
getClassNames in interface com.liferay.exportimport.kernel.lar.StagedModelDataHandler<com.liferay.mobile.device.rules.model.MDRRuleGroupInstance>getClassNames in class com.liferay.exportimport.kernel.lar.BaseStagedModelDataHandler<com.liferay.mobile.device.rules.model.MDRRuleGroupInstance>protected void doExportStagedModel(com.liferay.exportimport.kernel.lar.PortletDataContext portletDataContext,
com.liferay.mobile.device.rules.model.MDRRuleGroupInstance ruleGroupInstance)
throws java.lang.Exception
doExportStagedModel in class com.liferay.exportimport.kernel.lar.BaseStagedModelDataHandler<com.liferay.mobile.device.rules.model.MDRRuleGroupInstance>java.lang.Exceptionprotected void doImportStagedModel(com.liferay.exportimport.kernel.lar.PortletDataContext portletDataContext,
com.liferay.mobile.device.rules.model.MDRRuleGroupInstance ruleGroupInstance)
throws java.lang.Exception
doImportStagedModel in class com.liferay.exportimport.kernel.lar.BaseStagedModelDataHandler<com.liferay.mobile.device.rules.model.MDRRuleGroupInstance>java.lang.Exceptionprotected void setLayoutLocalService(com.liferay.portal.kernel.service.LayoutLocalService layoutLocalService)
protected void setLayoutSetLocalService(com.liferay.portal.kernel.service.LayoutSetLocalService layoutSetLocalService)
protected void setMDRRuleGroupInstanceLocalService(com.liferay.mobile.device.rules.service.MDRRuleGroupInstanceLocalService mdrRuleGroupInstanceLocalService)
protected void setMDRRuleGroupLocalService(com.liferay.mobile.device.rules.service.MDRRuleGroupLocalService mdrRuleGroupLocalService)