com.liferay.portlet.exportimport.service.impl
Class ExportImportLocalServiceImpl
java.lang.Object
com.liferay.portal.service.BaseLocalServiceImpl
com.liferay.portlet.exportimport.service.base.ExportImportLocalServiceBaseImpl
com.liferay.portlet.exportimport.service.impl.ExportImportLocalServiceImpl
- All Implemented Interfaces:
- IdentifiableOSGiService, BaseLocalService, ExportImportLocalService
public class ExportImportLocalServiceImpl
- extends ExportImportLocalServiceBaseImpl
| Fields inherited from class com.liferay.portlet.exportimport.service.base.ExportImportLocalServiceBaseImpl |
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(long userId,
ExportImportConfiguration exportImportConfiguration)
|
long |
exportLayoutsAsFileInBackground(long userId,
long exportImportConfigurationId)
|
File |
exportPortletInfoAsFile(ExportImportConfiguration exportImportConfiguration)
|
long |
exportPortletInfoAsFileInBackground(long userId,
ExportImportConfiguration exportImportConfiguration)
|
long |
exportPortletInfoAsFileInBackground(long userId,
long exportImportConfigurationId)
|
void |
importLayouts(ExportImportConfiguration exportImportConfiguration,
File file)
|
void |
importLayouts(ExportImportConfiguration exportImportConfiguration,
InputStream inputStream)
|
void |
importLayoutsDataDeletions(ExportImportConfiguration exportImportConfiguration,
File file)
|
long |
importLayoutsInBackground(long userId,
ExportImportConfiguration exportImportConfiguration,
File file)
|
long |
importLayoutsInBackground(long userId,
ExportImportConfiguration exportImportConfiguration,
InputStream inputStream)
|
long |
importLayoutsInBackground(long userId,
long exportImportConfigurationId,
File file)
|
long |
importLayoutsInBackground(long userId,
long exportImportConfigurationId,
InputStream inputStream)
|
void |
importPortletDataDeletions(ExportImportConfiguration exportImportConfiguration,
File file)
|
void |
importPortletInfo(ExportImportConfiguration exportImportConfiguration,
File file)
|
void |
importPortletInfo(ExportImportConfiguration exportImportConfiguration,
InputStream inputStream)
|
long |
importPortletInfoInBackground(long userId,
ExportImportConfiguration exportImportConfiguration,
File file)
|
long |
importPortletInfoInBackground(long userId,
ExportImportConfiguration exportImportConfiguration,
InputStream inputStream)
|
long |
importPortletInfoInBackground(long userId,
long exportImportConfigurationId,
File file)
|
long |
importPortletInfoInBackground(long userId,
long exportImportConfigurationId,
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.ExportImportLocalServiceBaseImpl |
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 |
ExportImportLocalServiceImpl
public ExportImportLocalServiceImpl()
exportLayoutsAsFile
public File exportLayoutsAsFile(ExportImportConfiguration exportImportConfiguration)
throws PortalException
- Throws:
PortalException
exportLayoutsAsFileInBackground
public long exportLayoutsAsFileInBackground(long userId,
ExportImportConfiguration exportImportConfiguration)
throws PortalException
- Throws:
PortalException
exportLayoutsAsFileInBackground
public long exportLayoutsAsFileInBackground(long userId,
long exportImportConfigurationId)
throws PortalException
- Throws:
PortalException
exportPortletInfoAsFile
public File exportPortletInfoAsFile(ExportImportConfiguration exportImportConfiguration)
throws PortalException
- Throws:
PortalException
exportPortletInfoAsFileInBackground
public long exportPortletInfoAsFileInBackground(long userId,
ExportImportConfiguration exportImportConfiguration)
throws PortalException
- Throws:
PortalException
exportPortletInfoAsFileInBackground
public long exportPortletInfoAsFileInBackground(long userId,
long exportImportConfigurationId)
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
importLayoutsDataDeletions
public void importLayoutsDataDeletions(ExportImportConfiguration exportImportConfiguration,
File file)
throws PortalException
- Throws:
PortalException
importLayoutsInBackground
public long importLayoutsInBackground(long userId,
ExportImportConfiguration exportImportConfiguration,
File file)
throws PortalException
- Throws:
PortalException
importLayoutsInBackground
public long importLayoutsInBackground(long userId,
ExportImportConfiguration exportImportConfiguration,
InputStream inputStream)
throws PortalException
- Throws:
PortalException
importLayoutsInBackground
public long importLayoutsInBackground(long userId,
long exportImportConfigurationId,
File file)
throws PortalException
- Throws:
PortalException
importLayoutsInBackground
public long importLayoutsInBackground(long userId,
long exportImportConfigurationId,
InputStream inputStream)
throws PortalException
- Throws:
PortalException
importPortletDataDeletions
public void importPortletDataDeletions(ExportImportConfiguration exportImportConfiguration,
File file)
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(long userId,
ExportImportConfiguration exportImportConfiguration,
File file)
throws PortalException
- Throws:
PortalException
importPortletInfoInBackground
public long importPortletInfoInBackground(long userId,
ExportImportConfiguration exportImportConfiguration,
InputStream inputStream)
throws PortalException
- Throws:
PortalException
importPortletInfoInBackground
public long importPortletInfoInBackground(long userId,
long exportImportConfigurationId,
File file)
throws PortalException
- Throws:
PortalException
importPortletInfoInBackground
public long importPortletInfoInBackground(long userId,
long exportImportConfigurationId,
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