com.liferay.portlet.exportimport.service.impl
Class ExportImportConfigurationServiceImpl
java.lang.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
public class ExportImportConfigurationServiceImpl
- extends ExportImportConfigurationServiceBaseImpl
| Fields inherited from class com.liferay.portlet.exportimport.service.base.ExportImportConfigurationServiceBaseImpl |
classNameLocalService, classNamePersistence, classNameService, counterLocalService, exportImportConfigurationFinder, exportImportConfigurationLocalService, exportImportConfigurationPersistence, exportImportConfigurationService, exportImportLocalService, exportImportService, resourceLocalService, stagingLocalService, stagingService, trashEntryLocalService, trashEntryPersistence, trashEntryService, userFinder, userLocalService, userPersistence, userService |
| Fields inherited from class com.liferay.portal.kernel.service.BaseServiceImpl |
ANONYMOUS_NAMES, JRUN_ANONYMOUS, ORACLE_ANONYMOUS, SUN_ANONYMOUS, WEBLOGIC_ANONYMOUS |
| Methods inherited from class com.liferay.portlet.exportimport.service.base.ExportImportConfigurationServiceBaseImpl |
afterPropertiesSet, destroy, getClassNameLocalService, getClassNamePersistence, getClassNameService, getCounterLocalService, getExportImportConfigurationFinder, getExportImportConfigurationLocalService, getExportImportConfigurationPersistence, getExportImportConfigurationService, getExportImportLocalService, getExportImportService, getModelClass, getModelClassName, getOSGiServiceIdentifier, getResourceLocalService, getStagingLocalService, getStagingService, getTrashEntryLocalService, getTrashEntryPersistence, getTrashEntryService, getUserFinder, getUserLocalService, getUserPersistence, getUserService, runSQL, setClassNameLocalService, setClassNamePersistence, setClassNameService, setCounterLocalService, setExportImportConfigurationFinder, setExportImportConfigurationLocalService, setExportImportConfigurationPersistence, setExportImportConfigurationService, setExportImportLocalService, setExportImportService, setResourceLocalService, setStagingLocalService, setStagingService, setTrashEntryLocalService, setTrashEntryPersistence, setTrashEntryService, setUserFinder, setUserLocalService, setUserPersistence, setUserService |
| Methods inherited from class com.liferay.portal.kernel.service.BaseServiceImpl |
getClassLoader, getGuestOrUser, getGuestOrUserId, getPermissionChecker, getUser, getUserId |
| 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 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