Class ExportImportConfigurationServiceImpl
Object
com.liferay.portal.kernel.service.BaseServiceImpl
com.liferay.portlet.exportimport.service.base.ExportImportConfigurationServiceBaseImpl
com.liferay.portlet.exportimport.service.impl.ExportImportConfigurationServiceImpl
- All Implemented Interfaces:
com.liferay.exportimport.kernel.service.ExportImportConfigurationService
,com.liferay.portal.kernel.module.framework.service.IdentifiableOSGiService
,com.liferay.portal.kernel.service.BaseService
- Author:
- Brian Wing Shun Chan, Levente Hudák
-
Field Summary
Fields inherited from class com.liferay.portlet.exportimport.service.base.ExportImportConfigurationServiceBaseImpl
counterLocalService, exportImportConfigurationFinder, exportImportConfigurationLocalService, exportImportConfigurationPersistence, exportImportConfigurationService
Fields inherited from class com.liferay.portal.kernel.service.BaseServiceImpl
ANONYMOUS_NAMES, JRUN_ANONYMOUS, ORACLE_ANONYMOUS, SUN_ANONYMOUS, WEBLOGIC_ANONYMOUS
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
deleteExportImportConfiguration
(long exportImportConfigurationId) com.liferay.exportimport.kernel.model.ExportImportConfiguration
moveExportImportConfigurationToTrash
(long exportImportConfigurationId) com.liferay.exportimport.kernel.model.ExportImportConfiguration
restoreExportImportConfigurationFromTrash
(long exportImportConfigurationId) Methods inherited from class com.liferay.portlet.exportimport.service.base.ExportImportConfigurationServiceBaseImpl
afterPropertiesSet, destroy, getCounterLocalService, getExportImportConfigurationFinder, getExportImportConfigurationLocalService, getExportImportConfigurationPersistence, getExportImportConfigurationService, getModelClass, getModelClassName, getOSGiServiceIdentifier, runSQL, setCounterLocalService, setExportImportConfigurationFinder, setExportImportConfigurationLocalService, setExportImportConfigurationPersistence, setExportImportConfigurationService
Methods inherited from class com.liferay.portal.kernel.service.BaseServiceImpl
getClassLoader, getGuestOrUser, getGuestOrUserId, getPermissionChecker, getUser, getUserId
-
Constructor Details
-
ExportImportConfigurationServiceImpl
public ExportImportConfigurationServiceImpl()
-
-
Method Details
-
deleteExportImportConfiguration
public void deleteExportImportConfiguration(long exportImportConfigurationId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
moveExportImportConfigurationToTrash
public com.liferay.exportimport.kernel.model.ExportImportConfiguration moveExportImportConfigurationToTrash(long exportImportConfigurationId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
restoreExportImportConfigurationFromTrash
public com.liferay.exportimport.kernel.model.ExportImportConfiguration restoreExportImportConfigurationFromTrash(long exportImportConfigurationId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-