com.liferay.portlet.exportimport.service.impl
Class ExportImportLocalServiceImpl
java.lang.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
public class ExportImportLocalServiceImpl
- extends ExportImportLocalServiceBaseImpl
| Fields inherited from class com.liferay.portlet.exportimport.service.base.ExportImportLocalServiceBaseImpl |
classNameLocalService, classNamePersistence, counterLocalService, exportImportConfigurationFinder, exportImportConfigurationLocalService, exportImportConfigurationPersistence, exportImportLocalService, layoutFinder, layoutLocalService, layoutPersistence, resourceLocalService, stagingLocalService, userFinder, userLocalService, userPersistence |
|
Method Summary |
File |
exportLayoutsAsFile(com.liferay.exportimport.kernel.model.ExportImportConfiguration exportImportConfiguration)
|
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 |
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)
|
| Methods inherited from class com.liferay.portlet.exportimport.service.base.ExportImportLocalServiceBaseImpl |
afterPropertiesSet, destroy, getClassNameLocalService, getClassNamePersistence, getCounterLocalService, getExportImportConfigurationFinder, getExportImportConfigurationLocalService, getExportImportConfigurationPersistence, getExportImportLocalService, getLayoutFinder, getLayoutLocalService, getLayoutPersistence, getOSGiServiceIdentifier, getResourceLocalService, getStagingLocalService, getUserFinder, getUserLocalService, getUserPersistence, runSQL, setClassNameLocalService, setClassNamePersistence, setCounterLocalService, setExportImportConfigurationFinder, setExportImportConfigurationLocalService, setExportImportConfigurationPersistence, setExportImportLocalService, setLayoutFinder, setLayoutLocalService, setLayoutPersistence, setResourceLocalService, setStagingLocalService, setUserFinder, setUserLocalService, setUserPersistence |
| Methods inherited from class com.liferay.portal.kernel.service.BaseLocalServiceImpl |
getClassLoader, getLocalizationMap |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExportImportLocalServiceImpl
public ExportImportLocalServiceImpl()
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
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
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