Class ExportImportLocalServiceImpl
Object
com.liferay.portal.kernel.service.BaseLocalServiceImpl
com.liferay.portlet.exportimport.service.base.ExportImportLocalServiceBaseImpl
com.liferay.portlet.exportimport.service.impl.ExportImportLocalServiceImpl
- All Implemented Interfaces:
com.liferay.exportimport.kernel.service.ExportImportLocalService
,com.liferay.portal.kernel.module.framework.service.IdentifiableOSGiService
,com.liferay.portal.kernel.service.BaseLocalService
- Author:
- Daniel Kocsis
-
Field Summary
Fields inherited from class com.liferay.portlet.exportimport.service.base.ExportImportLocalServiceBaseImpl
counterLocalService, exportImportLocalService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionexportLayoutsAsFile
(com.liferay.exportimport.kernel.model.ExportImportConfiguration exportImportConfiguration) long
exportLayoutsAsFileInBackground
(long userId, long exportImportConfigurationId) long
exportLayoutsAsFileInBackground
(long userId, com.liferay.exportimport.kernel.model.ExportImportConfiguration exportImportConfiguration) exportPortletInfoAsFile
(com.liferay.exportimport.kernel.model.ExportImportConfiguration exportImportConfiguration) long
exportPortletInfoAsFileInBackground
(long userId, long exportImportConfigurationId) long
exportPortletInfoAsFileInBackground
(long userId, 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) void
importLayoutsDataDeletions
(com.liferay.exportimport.kernel.model.ExportImportConfiguration exportImportConfiguration, File file) long
importLayoutSetPrototypeInBackground
(long userId, com.liferay.exportimport.kernel.model.ExportImportConfiguration exportImportConfiguration, File file) long
importLayoutsInBackground
(long userId, long exportImportConfigurationId, File file) long
importLayoutsInBackground
(long userId, long exportImportConfigurationId, InputStream inputStream) long
importLayoutsInBackground
(long userId, com.liferay.exportimport.kernel.model.ExportImportConfiguration exportImportConfiguration, File file) long
importLayoutsInBackground
(long userId, com.liferay.exportimport.kernel.model.ExportImportConfiguration exportImportConfiguration, InputStream inputStream) void
importPortletDataDeletions
(com.liferay.exportimport.kernel.model.ExportImportConfiguration exportImportConfiguration, File file) void
importPortletInfo
(com.liferay.exportimport.kernel.model.ExportImportConfiguration exportImportConfiguration, File file) void
importPortletInfo
(com.liferay.exportimport.kernel.model.ExportImportConfiguration exportImportConfiguration, InputStream inputStream) long
importPortletInfoInBackground
(long userId, long exportImportConfigurationId, File file) long
importPortletInfoInBackground
(long userId, long exportImportConfigurationId, InputStream inputStream) long
importPortletInfoInBackground
(long userId, com.liferay.exportimport.kernel.model.ExportImportConfiguration exportImportConfiguration, File file) long
importPortletInfoInBackground
(long userId, com.liferay.exportimport.kernel.model.ExportImportConfiguration exportImportConfiguration, InputStream inputStream) long
mergeLayoutSetPrototypeInBackground
(long userId, long groupId, com.liferay.exportimport.kernel.model.ExportImportConfiguration exportImportConfiguration) 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.ExportImportLocalServiceBaseImpl
afterPropertiesSet, destroy, getCounterLocalService, getExportImportLocalService, getOSGiServiceIdentifier, runSQL, setCounterLocalService, setExportImportLocalService
Methods inherited from class com.liferay.portal.kernel.service.BaseLocalServiceImpl
getClassLoader, getLocalizationMap
-
Constructor Details
-
ExportImportLocalServiceImpl
public ExportImportLocalServiceImpl()
-
-
Method Details
-
exportLayoutsAsFile
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
public long exportLayoutsAsFileInBackground(long userId, com.liferay.exportimport.kernel.model.ExportImportConfiguration exportImportConfiguration) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
exportLayoutsAsFileInBackground
public long exportLayoutsAsFileInBackground(long userId, long exportImportConfigurationId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
exportPortletInfoAsFile
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
public long exportPortletInfoAsFileInBackground(long userId, com.liferay.exportimport.kernel.model.ExportImportConfiguration exportImportConfiguration) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
exportPortletInfoAsFileInBackground
public long exportPortletInfoAsFileInBackground(long userId, long exportImportConfigurationId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
importLayouts
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
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
-
importLayoutsDataDeletions
public void importLayoutsDataDeletions(com.liferay.exportimport.kernel.model.ExportImportConfiguration exportImportConfiguration, File file) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
importLayoutSetPrototypeInBackground
public long importLayoutSetPrototypeInBackground(long userId, com.liferay.exportimport.kernel.model.ExportImportConfiguration exportImportConfiguration, File file) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
importLayoutsInBackground
public long importLayoutsInBackground(long userId, com.liferay.exportimport.kernel.model.ExportImportConfiguration exportImportConfiguration, File file) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
importLayoutsInBackground
public long importLayoutsInBackground(long userId, com.liferay.exportimport.kernel.model.ExportImportConfiguration exportImportConfiguration, InputStream inputStream) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
importLayoutsInBackground
public long importLayoutsInBackground(long userId, long exportImportConfigurationId, File file) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
importLayoutsInBackground
public long importLayoutsInBackground(long userId, long exportImportConfigurationId, InputStream inputStream) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
importPortletDataDeletions
public void importPortletDataDeletions(com.liferay.exportimport.kernel.model.ExportImportConfiguration exportImportConfiguration, File file) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
importPortletInfo
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
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
public long importPortletInfoInBackground(long userId, com.liferay.exportimport.kernel.model.ExportImportConfiguration exportImportConfiguration, File file) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
importPortletInfoInBackground
public long importPortletInfoInBackground(long userId, com.liferay.exportimport.kernel.model.ExportImportConfiguration exportImportConfiguration, InputStream inputStream) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
importPortletInfoInBackground
public long importPortletInfoInBackground(long userId, long exportImportConfigurationId, File file) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
importPortletInfoInBackground
public long importPortletInfoInBackground(long userId, long exportImportConfigurationId, InputStream inputStream) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
mergeLayoutSetPrototypeInBackground
public long mergeLayoutSetPrototypeInBackground(long userId, long groupId, com.liferay.exportimport.kernel.model.ExportImportConfiguration exportImportConfiguration) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
validateImportLayoutsFile
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
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
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
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
-