public class ExportImportLocalServiceImpl extends ExportImportLocalServiceBaseImpl
backgroundTaskLocalService, backgroundTaskPersistence, backgroundTaskService, classNameLocalService, classNamePersistence, classNameService, counterLocalService, exportImportConfigurationLocalService, exportImportConfigurationPersistence, exportImportConfigurationService, exportImportLocalService, exportImportService, layoutFinder, layoutLocalService, layoutPersistence, layoutService, resourceLocalService, stagingLocalService, stagingService, userFinder, userLocalService, userPersistence, userService| Constructor and Description |
|---|
ExportImportLocalServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
java.io.File |
exportLayoutsAsFile(com.liferay.portlet.exportimport.model.ExportImportConfiguration exportImportConfiguration) |
long |
exportLayoutsAsFileInBackground(long userId,
com.liferay.portlet.exportimport.model.ExportImportConfiguration exportImportConfiguration) |
long |
exportLayoutsAsFileInBackground(long userId,
long exportImportConfigurationId) |
java.io.File |
exportPortletInfoAsFile(com.liferay.portlet.exportimport.model.ExportImportConfiguration exportImportConfiguration) |
long |
exportPortletInfoAsFileInBackground(long userId,
com.liferay.portlet.exportimport.model.ExportImportConfiguration exportImportConfiguration) |
long |
exportPortletInfoAsFileInBackground(long userId,
long exportImportConfigurationId) |
void |
importLayouts(com.liferay.portlet.exportimport.model.ExportImportConfiguration exportImportConfiguration,
java.io.File file) |
void |
importLayouts(com.liferay.portlet.exportimport.model.ExportImportConfiguration exportImportConfiguration,
java.io.InputStream inputStream) |
void |
importLayoutsDataDeletions(com.liferay.portlet.exportimport.model.ExportImportConfiguration exportImportConfiguration,
java.io.File file) |
long |
importLayoutsInBackground(long userId,
com.liferay.portlet.exportimport.model.ExportImportConfiguration exportImportConfiguration,
java.io.File file) |
long |
importLayoutsInBackground(long userId,
com.liferay.portlet.exportimport.model.ExportImportConfiguration exportImportConfiguration,
java.io.InputStream inputStream) |
long |
importLayoutsInBackground(long userId,
long exportImportConfigurationId,
java.io.File file) |
long |
importLayoutsInBackground(long userId,
long exportImportConfigurationId,
java.io.InputStream inputStream) |
void |
importPortletDataDeletions(com.liferay.portlet.exportimport.model.ExportImportConfiguration exportImportConfiguration,
java.io.File file) |
void |
importPortletInfo(com.liferay.portlet.exportimport.model.ExportImportConfiguration exportImportConfiguration,
java.io.File file) |
void |
importPortletInfo(com.liferay.portlet.exportimport.model.ExportImportConfiguration exportImportConfiguration,
java.io.InputStream inputStream) |
long |
importPortletInfoInBackground(long userId,
com.liferay.portlet.exportimport.model.ExportImportConfiguration exportImportConfiguration,
java.io.File file) |
long |
importPortletInfoInBackground(long userId,
com.liferay.portlet.exportimport.model.ExportImportConfiguration exportImportConfiguration,
java.io.InputStream inputStream) |
long |
importPortletInfoInBackground(long userId,
long exportImportConfigurationId,
java.io.File file) |
long |
importPortletInfoInBackground(long userId,
long exportImportConfigurationId,
java.io.InputStream inputStream) |
com.liferay.portlet.exportimport.lar.MissingReferences |
validateImportLayoutsFile(com.liferay.portlet.exportimport.model.ExportImportConfiguration exportImportConfiguration,
java.io.File file) |
com.liferay.portlet.exportimport.lar.MissingReferences |
validateImportLayoutsFile(com.liferay.portlet.exportimport.model.ExportImportConfiguration exportImportConfiguration,
java.io.InputStream inputStream) |
com.liferay.portlet.exportimport.lar.MissingReferences |
validateImportPortletInfo(com.liferay.portlet.exportimport.model.ExportImportConfiguration exportImportConfiguration,
java.io.File file) |
com.liferay.portlet.exportimport.lar.MissingReferences |
validateImportPortletInfo(com.liferay.portlet.exportimport.model.ExportImportConfiguration exportImportConfiguration,
java.io.InputStream inputStream) |
afterPropertiesSet, destroy, getBackgroundTaskLocalService, getBackgroundTaskPersistence, getBackgroundTaskService, getBeanIdentifier, getClassNameLocalService, getClassNamePersistence, getClassNameService, getCounterLocalService, getExportImportConfigurationLocalService, getExportImportConfigurationPersistence, getExportImportConfigurationService, getExportImportLocalService, getExportImportService, getLayoutFinder, getLayoutLocalService, getLayoutPersistence, getLayoutService, getResourceLocalService, getStagingLocalService, getStagingService, getUserFinder, getUserLocalService, getUserPersistence, getUserService, runSQL, setBackgroundTaskLocalService, setBackgroundTaskPersistence, setBackgroundTaskService, setBeanIdentifier, setClassNameLocalService, setClassNamePersistence, setClassNameService, setCounterLocalService, setExportImportConfigurationLocalService, setExportImportConfigurationPersistence, setExportImportConfigurationService, setExportImportLocalService, setExportImportService, setLayoutFinder, setLayoutLocalService, setLayoutPersistence, setLayoutService, setResourceLocalService, setStagingLocalService, setStagingService, setUserFinder, setUserLocalService, setUserPersistence, setUserServicepublic java.io.File exportLayoutsAsFile(com.liferay.portlet.exportimport.model.ExportImportConfiguration exportImportConfiguration)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic long exportLayoutsAsFileInBackground(long userId,
com.liferay.portlet.exportimport.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 java.io.File exportPortletInfoAsFile(com.liferay.portlet.exportimport.model.ExportImportConfiguration exportImportConfiguration)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic long exportPortletInfoAsFileInBackground(long userId,
com.liferay.portlet.exportimport.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.portlet.exportimport.model.ExportImportConfiguration exportImportConfiguration,
java.io.File file)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic void importLayouts(com.liferay.portlet.exportimport.model.ExportImportConfiguration exportImportConfiguration,
java.io.InputStream inputStream)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic void importLayoutsDataDeletions(com.liferay.portlet.exportimport.model.ExportImportConfiguration exportImportConfiguration,
java.io.File file)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic long importLayoutsInBackground(long userId,
com.liferay.portlet.exportimport.model.ExportImportConfiguration exportImportConfiguration,
java.io.File file)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic long importLayoutsInBackground(long userId,
com.liferay.portlet.exportimport.model.ExportImportConfiguration exportImportConfiguration,
java.io.InputStream inputStream)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic long importLayoutsInBackground(long userId,
long exportImportConfigurationId,
java.io.File file)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic long importLayoutsInBackground(long userId,
long exportImportConfigurationId,
java.io.InputStream inputStream)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic void importPortletDataDeletions(com.liferay.portlet.exportimport.model.ExportImportConfiguration exportImportConfiguration,
java.io.File file)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic void importPortletInfo(com.liferay.portlet.exportimport.model.ExportImportConfiguration exportImportConfiguration,
java.io.File file)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic void importPortletInfo(com.liferay.portlet.exportimport.model.ExportImportConfiguration exportImportConfiguration,
java.io.InputStream inputStream)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic long importPortletInfoInBackground(long userId,
com.liferay.portlet.exportimport.model.ExportImportConfiguration exportImportConfiguration,
java.io.File file)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic long importPortletInfoInBackground(long userId,
com.liferay.portlet.exportimport.model.ExportImportConfiguration exportImportConfiguration,
java.io.InputStream inputStream)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic long importPortletInfoInBackground(long userId,
long exportImportConfigurationId,
java.io.File file)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic long importPortletInfoInBackground(long userId,
long exportImportConfigurationId,
java.io.InputStream inputStream)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic com.liferay.portlet.exportimport.lar.MissingReferences validateImportLayoutsFile(com.liferay.portlet.exportimport.model.ExportImportConfiguration exportImportConfiguration,
java.io.File file)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic com.liferay.portlet.exportimport.lar.MissingReferences validateImportLayoutsFile(com.liferay.portlet.exportimport.model.ExportImportConfiguration exportImportConfiguration,
java.io.InputStream inputStream)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic com.liferay.portlet.exportimport.lar.MissingReferences validateImportPortletInfo(com.liferay.portlet.exportimport.model.ExportImportConfiguration exportImportConfiguration,
java.io.File file)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic com.liferay.portlet.exportimport.lar.MissingReferences validateImportPortletInfo(com.liferay.portlet.exportimport.model.ExportImportConfiguration exportImportConfiguration,
java.io.InputStream inputStream)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException