com.liferay.portlet.exportimport.service.impl
Class ExportImportServiceImpl
java.lang.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
public class ExportImportServiceImpl
- extends ExportImportServiceBaseImpl
| Fields inherited from class com.liferay.portlet.exportimport.service.base.ExportImportServiceBaseImpl |
classNameLocalService, classNamePersistence, classNameService, counterLocalService, exportImportConfigurationFinder, exportImportConfigurationLocalService, exportImportConfigurationPersistence, exportImportConfigurationService, exportImportLocalService, exportImportService, layoutFinder, layoutLocalService, layoutPersistence, layoutService, resourceLocalService, stagingLocalService, stagingService, userFinder, userLocalService, userPersistence, userService |
| Fields inherited from class com.liferay.portal.kernel.service.BaseServiceImpl |
ANONYMOUS_NAMES, JRUN_ANONYMOUS, ORACLE_ANONYMOUS, SUN_ANONYMOUS, WEBLOGIC_ANONYMOUS |
|
Method Summary |
File |
exportLayoutsAsFile(com.liferay.exportimport.kernel.model.ExportImportConfiguration exportImportConfiguration)
|
long |
exportLayoutsAsFileInBackground(com.liferay.exportimport.kernel.model.ExportImportConfiguration exportImportConfiguration)
|
long |
exportLayoutsAsFileInBackground(long exportImportConfigurationId)
|
File |
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, getClassNameLocalService, getClassNamePersistence, getClassNameService, getCounterLocalService, getExportImportConfigurationFinder, getExportImportConfigurationLocalService, getExportImportConfigurationPersistence, getExportImportConfigurationService, getExportImportLocalService, getExportImportService, getLayoutFinder, getLayoutLocalService, getLayoutPersistence, getLayoutService, getOSGiServiceIdentifier, getResourceLocalService, getStagingLocalService, getStagingService, getUserFinder, getUserLocalService, getUserPersistence, getUserService, runSQL, setClassNameLocalService, setClassNamePersistence, setClassNameService, setCounterLocalService, setExportImportConfigurationFinder, setExportImportConfigurationLocalService, setExportImportConfigurationPersistence, setExportImportConfigurationService, setExportImportLocalService, setExportImportService, setLayoutFinder, setLayoutLocalService, setLayoutPersistence, setLayoutService, setResourceLocalService, setStagingLocalService, setStagingService, setUserFinder, setUserLocalService, setUserPersistence, setUserService |
| Methods inherited from class com.liferay.portal.kernel.service.BaseServiceImpl |
getClassLoader, getGuestOrUser, getGuestOrUserId, getPermissionChecker, getUser, getUserId |
| 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(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(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 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(com.liferay.exportimport.kernel.model.ExportImportConfiguration exportImportConfiguration)
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
importLayoutsInBackground
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
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
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(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(com.liferay.exportimport.kernel.model.ExportImportConfiguration exportImportConfiguration,
InputStream inputStream)
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