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, counterLocalService, exportImportConfigurationLocalService, exportImportConfigurationPersistence, exportImportLocalService, layoutFinder, layoutLocalService, layoutPersistence, resourceLocalService, stagingLocalService, userFinder, userLocalService, userPersistence |
|
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, getCounterLocalService, getExportImportConfigurationLocalService, getExportImportConfigurationPersistence, getExportImportLocalService, getLayoutFinder, getLayoutLocalService, getLayoutPersistence, getOSGiServiceIdentifier, getResourceLocalService, getStagingLocalService, getUserFinder, getUserLocalService, getUserPersistence, runSQL, setClassNameLocalService, setClassNamePersistence, setCounterLocalService, setExportImportConfigurationLocalService, setExportImportConfigurationPersistence, setExportImportLocalService, setLayoutFinder, setLayoutLocalService, setLayoutPersistence, setResourceLocalService, setStagingLocalService, setUserFinder, setUserLocalService, setUserPersistence |
| 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