public class ExportImportLocalServiceImpl extends ExportImportLocalServiceBaseImpl
classNameLocalService, classNamePersistence, counterLocalService, exportImportConfigurationFinder, exportImportConfigurationLocalService, exportImportConfigurationPersistence, exportImportLocalService, resourceLocalService, stagingLocalService, userFinder, userLocalService, userPersistence| Constructor and Description |
|---|
ExportImportLocalServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
File |
exportLayoutsAsFile(com.liferay.exportimport.kernel.model.ExportImportConfiguration exportImportConfiguration) |
File |
exportLayoutsAsFile(long userId,
long groupId,
boolean privateLayout,
Map<String,String[]> parameterMap)
Deprecated.
As of Judson (7.1.x)
|
long |
exportLayoutsAsFileInBackground(long userId,
com.liferay.exportimport.kernel.model.ExportImportConfiguration exportImportConfiguration) |
long |
exportLayoutsAsFileInBackground(long userId,
long exportImportConfigurationId) |
File |
exportPortletInfoAsFile(com.liferay.exportimport.kernel.model.ExportImportConfiguration exportImportConfiguration) |
long |
exportPortletInfoAsFileInBackground(long userId,
com.liferay.exportimport.kernel.model.ExportImportConfiguration exportImportConfiguration) |
long |
exportPortletInfoAsFileInBackground(long userId,
long exportImportConfigurationId) |
void |
importLayouts(com.liferay.exportimport.kernel.model.ExportImportConfiguration exportImportConfiguration,
File file) |
void |
importLayouts(com.liferay.exportimport.kernel.model.ExportImportConfiguration exportImportConfiguration,
InputStream inputStream) |
void |
importLayouts(long userId,
long groupId,
boolean privateLayout,
Map<String,String[]> parameterMap,
File file)
Deprecated.
As of Judson (7.1.x)
|
void |
importLayoutsDataDeletions(com.liferay.exportimport.kernel.model.ExportImportConfiguration exportImportConfiguration,
File file) |
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) |
long |
importLayoutsInBackground(long userId,
long exportImportConfigurationId,
File file) |
long |
importLayoutsInBackground(long userId,
long exportImportConfigurationId,
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,
com.liferay.exportimport.kernel.model.ExportImportConfiguration exportImportConfiguration,
File file) |
long |
importPortletInfoInBackground(long userId,
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) |
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) |
afterPropertiesSet, destroy, getClassNameLocalService, getClassNamePersistence, getCounterLocalService, getExportImportConfigurationFinder, getExportImportConfigurationLocalService, getExportImportConfigurationPersistence, getExportImportLocalService, getOSGiServiceIdentifier, getResourceLocalService, getStagingLocalService, getUserFinder, getUserLocalService, getUserPersistence, runSQL, setClassNameLocalService, setClassNamePersistence, setCounterLocalService, setExportImportConfigurationFinder, setExportImportConfigurationLocalService, setExportImportConfigurationPersistence, setExportImportLocalService, setResourceLocalService, setStagingLocalService, setUserFinder, setUserLocalService, setUserPersistencepublic File exportLayoutsAsFile(com.liferay.exportimport.kernel.model.ExportImportConfiguration exportImportConfiguration)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException@Deprecated
public File exportLayoutsAsFile(long userId,
long groupId,
boolean privateLayout,
Map<String,String[]> parameterMap)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic long exportLayoutsAsFileInBackground(long userId,
com.liferay.exportimport.kernel.model.ExportImportConfiguration exportImportConfiguration)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic long exportLayoutsAsFileInBackground(long userId,
long exportImportConfigurationId)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic File exportPortletInfoAsFile(com.liferay.exportimport.kernel.model.ExportImportConfiguration exportImportConfiguration)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic long exportPortletInfoAsFileInBackground(long userId,
com.liferay.exportimport.kernel.model.ExportImportConfiguration exportImportConfiguration)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic long exportPortletInfoAsFileInBackground(long userId,
long exportImportConfigurationId)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic void importLayouts(com.liferay.exportimport.kernel.model.ExportImportConfiguration exportImportConfiguration,
File file)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic void importLayouts(com.liferay.exportimport.kernel.model.ExportImportConfiguration exportImportConfiguration,
InputStream inputStream)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException@Deprecated
public void importLayouts(long userId,
long groupId,
boolean privateLayout,
Map<String,String[]> parameterMap,
File file)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic void importLayoutsDataDeletions(com.liferay.exportimport.kernel.model.ExportImportConfiguration exportImportConfiguration,
File file)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic long importLayoutsInBackground(long userId,
com.liferay.exportimport.kernel.model.ExportImportConfiguration exportImportConfiguration,
File file)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic long importLayoutsInBackground(long userId,
com.liferay.exportimport.kernel.model.ExportImportConfiguration exportImportConfiguration,
InputStream inputStream)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic long importLayoutsInBackground(long userId,
long exportImportConfigurationId,
File file)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic long importLayoutsInBackground(long userId,
long exportImportConfigurationId,
InputStream inputStream)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic void importPortletDataDeletions(com.liferay.exportimport.kernel.model.ExportImportConfiguration exportImportConfiguration,
File file)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic void importPortletInfo(com.liferay.exportimport.kernel.model.ExportImportConfiguration exportImportConfiguration,
File file)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic void importPortletInfo(com.liferay.exportimport.kernel.model.ExportImportConfiguration exportImportConfiguration,
InputStream inputStream)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic long importPortletInfoInBackground(long userId,
com.liferay.exportimport.kernel.model.ExportImportConfiguration exportImportConfiguration,
File file)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic long importPortletInfoInBackground(long userId,
com.liferay.exportimport.kernel.model.ExportImportConfiguration exportImportConfiguration,
InputStream inputStream)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic long importPortletInfoInBackground(long userId,
long exportImportConfigurationId,
File file)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic long importPortletInfoInBackground(long userId,
long exportImportConfigurationId,
InputStream inputStream)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic com.liferay.exportimport.kernel.lar.MissingReferences validateImportLayoutsFile(com.liferay.exportimport.kernel.model.ExportImportConfiguration exportImportConfiguration,
File file)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic com.liferay.exportimport.kernel.lar.MissingReferences validateImportLayoutsFile(com.liferay.exportimport.kernel.model.ExportImportConfiguration exportImportConfiguration,
InputStream inputStream)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic com.liferay.exportimport.kernel.lar.MissingReferences validateImportPortletInfo(com.liferay.exportimport.kernel.model.ExportImportConfiguration exportImportConfiguration,
File file)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic com.liferay.exportimport.kernel.lar.MissingReferences validateImportPortletInfo(com.liferay.exportimport.kernel.model.ExportImportConfiguration exportImportConfiguration,
InputStream inputStream)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException