com.liferay.portlet.exportimport.service.impl
Class ExportImportServiceImpl
java.lang.Object
com.liferay.portal.service.BaseServiceImpl
com.liferay.portlet.exportimport.service.base.ExportImportServiceBaseImpl
com.liferay.portlet.exportimport.service.impl.ExportImportServiceImpl
- All Implemented Interfaces:
- IdentifiableOSGiService, BaseService, ExportImportService
public class ExportImportServiceImpl
- extends ExportImportServiceBaseImpl
| Fields inherited from class com.liferay.portlet.exportimport.service.base.ExportImportServiceBaseImpl |
classNameLocalService, classNamePersistence, classNameService, counterLocalService, exportImportConfigurationLocalService, exportImportConfigurationPersistence, exportImportConfigurationService, exportImportLocalService, exportImportService, layoutFinder, layoutLocalService, layoutPersistence, layoutService, resourceLocalService, stagingLocalService, stagingService, userFinder, userLocalService, userPersistence, userService |
|
Method Summary |
File |
exportLayoutsAsFile(ExportImportConfiguration exportImportConfiguration)
|
long |
exportLayoutsAsFileInBackground(ExportImportConfiguration exportImportConfiguration)
|
long |
exportLayoutsAsFileInBackground(long exportImportConfigurationId)
|
File |
exportPortletInfoAsFile(ExportImportConfiguration exportImportConfiguration)
|
long |
exportPortletInfoAsFileInBackground(ExportImportConfiguration exportImportConfiguration)
|
void |
importLayouts(ExportImportConfiguration exportImportConfiguration,
File file)
|
void |
importLayouts(ExportImportConfiguration exportImportConfiguration,
InputStream inputStream)
|
long |
importLayoutsInBackground(ExportImportConfiguration exportImportConfiguration,
File file)
|
long |
importLayoutsInBackground(ExportImportConfiguration exportImportConfiguration,
InputStream inputStream)
|
void |
importPortletInfo(ExportImportConfiguration exportImportConfiguration,
File file)
|
void |
importPortletInfo(ExportImportConfiguration exportImportConfiguration,
InputStream inputStream)
|
long |
importPortletInfoInBackground(ExportImportConfiguration exportImportConfiguration,
File file)
|
long |
importPortletInfoInBackground(ExportImportConfiguration exportImportConfiguration,
InputStream inputStream)
|
MissingReferences |
validateImportLayoutsFile(ExportImportConfiguration exportImportConfiguration,
File file)
|
MissingReferences |
validateImportLayoutsFile(ExportImportConfiguration exportImportConfiguration,
InputStream inputStream)
|
MissingReferences |
validateImportPortletInfo(ExportImportConfiguration exportImportConfiguration,
File file)
|
MissingReferences |
validateImportPortletInfo(ExportImportConfiguration exportImportConfiguration,
InputStream inputStream)
|
| Methods inherited from class com.liferay.portlet.exportimport.service.base.ExportImportServiceBaseImpl |
afterPropertiesSet, destroy, getClassNameLocalService, getClassNamePersistence, getClassNameService, getCounterLocalService, getExportImportConfigurationLocalService, getExportImportConfigurationPersistence, getExportImportConfigurationService, getExportImportLocalService, getExportImportService, getLayoutFinder, getLayoutLocalService, getLayoutPersistence, getLayoutService, getOSGiServiceIdentifier, getResourceLocalService, getStagingLocalService, getStagingService, getUserFinder, getUserLocalService, getUserPersistence, getUserService, runSQL, setClassNameLocalService, setClassNamePersistence, setClassNameService, setCounterLocalService, setExportImportConfigurationLocalService, setExportImportConfigurationPersistence, setExportImportConfigurationService, setExportImportLocalService, setExportImportService, setLayoutFinder, setLayoutLocalService, setLayoutPersistence, setLayoutService, setResourceLocalService, setStagingLocalService, setStagingService, setUserFinder, setUserLocalService, setUserPersistence, setUserService |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExportImportServiceImpl
public ExportImportServiceImpl()
exportLayoutsAsFile
public File exportLayoutsAsFile(ExportImportConfiguration exportImportConfiguration)
throws PortalException
- Throws:
PortalException
exportLayoutsAsFileInBackground
public long exportLayoutsAsFileInBackground(ExportImportConfiguration exportImportConfiguration)
throws PortalException
- Throws:
PortalException
exportLayoutsAsFileInBackground
public long exportLayoutsAsFileInBackground(long exportImportConfigurationId)
throws PortalException
- Throws:
PortalException
exportPortletInfoAsFile
public File exportPortletInfoAsFile(ExportImportConfiguration exportImportConfiguration)
throws PortalException
- Throws:
PortalException
exportPortletInfoAsFileInBackground
public long exportPortletInfoAsFileInBackground(ExportImportConfiguration exportImportConfiguration)
throws PortalException
- Throws:
PortalException
importLayouts
public void importLayouts(ExportImportConfiguration exportImportConfiguration,
File file)
throws PortalException
- Throws:
PortalException
importLayouts
public void importLayouts(ExportImportConfiguration exportImportConfiguration,
InputStream inputStream)
throws PortalException
- Throws:
PortalException
importLayoutsInBackground
public long importLayoutsInBackground(ExportImportConfiguration exportImportConfiguration,
File file)
throws PortalException
- Throws:
PortalException
importLayoutsInBackground
public long importLayoutsInBackground(ExportImportConfiguration exportImportConfiguration,
InputStream inputStream)
throws PortalException
- Throws:
PortalException
importPortletInfo
public void importPortletInfo(ExportImportConfiguration exportImportConfiguration,
File file)
throws PortalException
- Throws:
PortalException
importPortletInfo
public void importPortletInfo(ExportImportConfiguration exportImportConfiguration,
InputStream inputStream)
throws PortalException
- Throws:
PortalException
importPortletInfoInBackground
public long importPortletInfoInBackground(ExportImportConfiguration exportImportConfiguration,
File file)
throws PortalException
- Throws:
PortalException
importPortletInfoInBackground
public long importPortletInfoInBackground(ExportImportConfiguration exportImportConfiguration,
InputStream inputStream)
throws PortalException
- Throws:
PortalException
validateImportLayoutsFile
public MissingReferences validateImportLayoutsFile(ExportImportConfiguration exportImportConfiguration,
File file)
throws PortalException
- Throws:
PortalException
validateImportLayoutsFile
public MissingReferences validateImportLayoutsFile(ExportImportConfiguration exportImportConfiguration,
InputStream inputStream)
throws PortalException
- Throws:
PortalException
validateImportPortletInfo
public MissingReferences validateImportPortletInfo(ExportImportConfiguration exportImportConfiguration,
File file)
throws PortalException
- Throws:
PortalException
validateImportPortletInfo
public MissingReferences validateImportPortletInfo(ExportImportConfiguration exportImportConfiguration,
InputStream inputStream)
throws PortalException
- Throws:
PortalException