Class ExportImportServiceImpl
Object
com.liferay.portal.kernel.service.BaseServiceImpl
com.liferay.portlet.exportimport.service.base.ExportImportServiceBaseImpl
com.liferay.portlet.exportimport.service.impl.ExportImportServiceImpl
- All Implemented Interfaces:
com.liferay.exportimport.kernel.service.ExportImportService
,com.liferay.portal.kernel.module.framework.service.IdentifiableOSGiService
,com.liferay.portal.kernel.service.BaseService
- Author:
- Daniel Kocsis
-
Field Summary
Fields inherited from class com.liferay.portlet.exportimport.service.base.ExportImportServiceBaseImpl
counterLocalService, exportImportLocalService, exportImportService
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 TypeMethodDescriptionexportLayoutsAsFile
(com.liferay.exportimport.kernel.model.ExportImportConfiguration exportImportConfiguration) long
exportLayoutsAsFileInBackground
(long exportImportConfigurationId) long
exportLayoutsAsFileInBackground
(com.liferay.exportimport.kernel.model.ExportImportConfiguration exportImportConfiguration) exportPortletInfoAsFile
(com.liferay.exportimport.kernel.model.ExportImportConfiguration exportImportConfiguration) long
exportPortletInfoAsFileInBackground
(com.liferay.exportimport.kernel.model.ExportImportConfiguration exportImportConfiguration) void
importLayouts
(com.liferay.exportimport.kernel.model.ExportImportConfiguration exportImportConfiguration, File file) void
importLayouts
(com.liferay.exportimport.kernel.model.ExportImportConfiguration exportImportConfiguration, InputStream inputStream) long
importLayoutsInBackground
(com.liferay.exportimport.kernel.model.ExportImportConfiguration exportImportConfiguration, File file) long
importLayoutsInBackground
(com.liferay.exportimport.kernel.model.ExportImportConfiguration exportImportConfiguration, InputStream inputStream) void
importPortletInfo
(com.liferay.exportimport.kernel.model.ExportImportConfiguration exportImportConfiguration, File file) void
importPortletInfo
(com.liferay.exportimport.kernel.model.ExportImportConfiguration exportImportConfiguration, InputStream inputStream) long
importPortletInfoInBackground
(com.liferay.exportimport.kernel.model.ExportImportConfiguration exportImportConfiguration, File file) long
importPortletInfoInBackground
(com.liferay.exportimport.kernel.model.ExportImportConfiguration exportImportConfiguration, InputStream inputStream) com.liferay.exportimport.kernel.lar.MissingReferences
validateImportLayoutsFile
(com.liferay.exportimport.kernel.model.ExportImportConfiguration exportImportConfiguration, File file) com.liferay.exportimport.kernel.lar.MissingReferences
validateImportLayoutsFile
(com.liferay.exportimport.kernel.model.ExportImportConfiguration exportImportConfiguration, InputStream inputStream) com.liferay.exportimport.kernel.lar.MissingReferences
validateImportPortletInfo
(com.liferay.exportimport.kernel.model.ExportImportConfiguration exportImportConfiguration, File file) com.liferay.exportimport.kernel.lar.MissingReferences
validateImportPortletInfo
(com.liferay.exportimport.kernel.model.ExportImportConfiguration exportImportConfiguration, InputStream inputStream) Methods inherited from class com.liferay.portlet.exportimport.service.base.ExportImportServiceBaseImpl
afterPropertiesSet, destroy, getCounterLocalService, getExportImportLocalService, getExportImportService, getOSGiServiceIdentifier, runSQL, setCounterLocalService, setExportImportLocalService, setExportImportService
Methods inherited from class com.liferay.portal.kernel.service.BaseServiceImpl
getClassLoader, getGuestOrUser, getGuestOrUserId, getPermissionChecker, getUser, getUserId
-
Constructor Details
-
ExportImportServiceImpl
public ExportImportServiceImpl()
-
-
Method Details
-
exportLayoutsAsFile
@CTAware public File exportLayoutsAsFile(com.liferay.exportimport.kernel.model.ExportImportConfiguration exportImportConfiguration) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
exportLayoutsAsFileInBackground
@CTAware public long exportLayoutsAsFileInBackground(com.liferay.exportimport.kernel.model.ExportImportConfiguration exportImportConfiguration) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
exportLayoutsAsFileInBackground
@CTAware public long exportLayoutsAsFileInBackground(long exportImportConfigurationId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
exportPortletInfoAsFile
@CTAware public File exportPortletInfoAsFile(com.liferay.exportimport.kernel.model.ExportImportConfiguration exportImportConfiguration) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
exportPortletInfoAsFileInBackground
@CTAware public long exportPortletInfoAsFileInBackground(com.liferay.exportimport.kernel.model.ExportImportConfiguration exportImportConfiguration) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
importLayouts
@CTAware public void importLayouts(com.liferay.exportimport.kernel.model.ExportImportConfiguration exportImportConfiguration, File file) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
importLayouts
@CTAware public void importLayouts(com.liferay.exportimport.kernel.model.ExportImportConfiguration exportImportConfiguration, InputStream inputStream) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
importLayoutsInBackground
@CTAware public long importLayoutsInBackground(com.liferay.exportimport.kernel.model.ExportImportConfiguration exportImportConfiguration, File file) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
importLayoutsInBackground
@CTAware public long importLayoutsInBackground(com.liferay.exportimport.kernel.model.ExportImportConfiguration exportImportConfiguration, InputStream inputStream) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
importPortletInfo
@CTAware public void importPortletInfo(com.liferay.exportimport.kernel.model.ExportImportConfiguration exportImportConfiguration, File file) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
importPortletInfo
@CTAware public void importPortletInfo(com.liferay.exportimport.kernel.model.ExportImportConfiguration exportImportConfiguration, InputStream inputStream) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
importPortletInfoInBackground
@CTAware public long importPortletInfoInBackground(com.liferay.exportimport.kernel.model.ExportImportConfiguration exportImportConfiguration, File file) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
importPortletInfoInBackground
@CTAware public long importPortletInfoInBackground(com.liferay.exportimport.kernel.model.ExportImportConfiguration exportImportConfiguration, InputStream inputStream) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
validateImportLayoutsFile
@CTAware public com.liferay.exportimport.kernel.lar.MissingReferences validateImportLayoutsFile(com.liferay.exportimport.kernel.model.ExportImportConfiguration exportImportConfiguration, File file) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
validateImportLayoutsFile
@CTAware public com.liferay.exportimport.kernel.lar.MissingReferences validateImportLayoutsFile(com.liferay.exportimport.kernel.model.ExportImportConfiguration exportImportConfiguration, InputStream inputStream) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
validateImportPortletInfo
@CTAware public com.liferay.exportimport.kernel.lar.MissingReferences validateImportPortletInfo(com.liferay.exportimport.kernel.model.ExportImportConfiguration exportImportConfiguration, File file) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
validateImportPortletInfo
@CTAware public com.liferay.exportimport.kernel.lar.MissingReferences validateImportPortletInfo(com.liferay.exportimport.kernel.model.ExportImportConfiguration exportImportConfiguration, InputStream inputStream) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-