com.liferay.portal.service.impl
Class ExportImportConfigurationServiceImpl
java.lang.Object
com.liferay.portal.service.BaseServiceImpl
com.liferay.portal.service.base.ExportImportConfigurationServiceBaseImpl
com.liferay.portal.service.impl.ExportImportConfigurationServiceImpl
- All Implemented Interfaces:
- IdentifiableBean, BaseService, ExportImportConfigurationService
public class ExportImportConfigurationServiceImpl
- extends ExportImportConfigurationServiceBaseImpl
| Fields inherited from class com.liferay.portal.service.base.ExportImportConfigurationServiceBaseImpl |
counterLocalService, exportImportConfigurationLocalService, exportImportConfigurationPersistence, exportImportConfigurationService, trashEntryLocalService, trashEntryPersistence, trashEntryService, userFinder, userLocalService, userPersistence, userService |
| Methods inherited from class com.liferay.portal.service.base.ExportImportConfigurationServiceBaseImpl |
afterPropertiesSet, destroy, getBeanIdentifier, getCounterLocalService, getExportImportConfigurationLocalService, getExportImportConfigurationPersistence, getExportImportConfigurationService, getModelClass, getModelClassName, getTrashEntryLocalService, getTrashEntryPersistence, getTrashEntryService, getUserFinder, getUserLocalService, getUserPersistence, getUserService, runSQL, setBeanIdentifier, setCounterLocalService, setExportImportConfigurationLocalService, setExportImportConfigurationPersistence, setExportImportConfigurationService, setTrashEntryLocalService, setTrashEntryPersistence, setTrashEntryService, setUserFinder, setUserLocalService, setUserPersistence, setUserService |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExportImportConfigurationServiceImpl
public ExportImportConfigurationServiceImpl()
deleteExportImportConfiguration
public void deleteExportImportConfiguration(long exportImportConfigurationId)
throws PortalException
- Throws:
PortalException
moveExportImportConfigurationToTrash
public ExportImportConfiguration moveExportImportConfigurationToTrash(long exportImportConfigurationId)
throws PortalException
- Throws:
PortalException
restoreExportImportConfigurationFromTrash
public ExportImportConfiguration restoreExportImportConfigurationFromTrash(long exportImportConfigurationId)
throws PortalException
- Throws:
PortalException