com.liferay.portlet.exportimport.service
Interface ExportImportLocalService
- All Superinterfaces:
- BaseLocalService
- All Known Implementing Classes:
- ExportImportLocalServiceBaseImpl, ExportImportLocalServiceImpl, ExportImportLocalServiceWrapper
@ProviderType
@Transactional(isolation=PORTAL,
rollbackFor={PortalException.class,SystemException.class})
public interface ExportImportLocalService- extends BaseLocalService
Provides the local service interface for ExportImport. Methods of this
service will not have security checks based on the propagated JAAS
credentials because this service can only be accessed from within the same
VM.
- See Also:
ExportImportLocalServiceUtil,
ExportImportLocalServiceBaseImpl,
ExportImportLocalServiceImpl- ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.
|
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)
|
String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier. |
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)
|
exportLayoutsAsFile
File exportLayoutsAsFile(ExportImportConfiguration exportImportConfiguration)
throws PortalException
- Throws:
PortalException
exportLayoutsAsFileInBackground
long exportLayoutsAsFileInBackground(long userId,
ExportImportConfiguration exportImportConfiguration)
throws PortalException
- Throws:
PortalException
exportLayoutsAsFileInBackground
long exportLayoutsAsFileInBackground(long userId,
long exportImportConfigurationId)
throws PortalException
- Throws:
PortalException
exportPortletInfoAsFile
File exportPortletInfoAsFile(ExportImportConfiguration exportImportConfiguration)
throws PortalException
- Throws:
PortalException
exportPortletInfoAsFileInBackground
long exportPortletInfoAsFileInBackground(long userId,
ExportImportConfiguration exportImportConfiguration)
throws PortalException
- Throws:
PortalException
exportPortletInfoAsFileInBackground
long exportPortletInfoAsFileInBackground(long userId,
long exportImportConfigurationId)
throws PortalException
- Throws:
PortalException
getOSGiServiceIdentifier
String getOSGiServiceIdentifier()
- Returns the OSGi service identifier.
- Returns:
- the OSGi service identifier
importLayouts
void importLayouts(ExportImportConfiguration exportImportConfiguration,
File file)
throws PortalException
- Throws:
PortalException
importLayouts
void importLayouts(ExportImportConfiguration exportImportConfiguration,
InputStream inputStream)
throws PortalException
- Throws:
PortalException
importLayoutsDataDeletions
void importLayoutsDataDeletions(ExportImportConfiguration exportImportConfiguration,
File file)
throws PortalException
- Throws:
PortalException
importLayoutsInBackground
long importLayoutsInBackground(long userId,
ExportImportConfiguration exportImportConfiguration,
File file)
throws PortalException
- Throws:
PortalException
importLayoutsInBackground
long importLayoutsInBackground(long userId,
ExportImportConfiguration exportImportConfiguration,
InputStream inputStream)
throws PortalException
- Throws:
PortalException
importLayoutsInBackground
long importLayoutsInBackground(long userId,
long exportImportConfigurationId,
File file)
throws PortalException
- Throws:
PortalException
importLayoutsInBackground
long importLayoutsInBackground(long userId,
long exportImportConfigurationId,
InputStream inputStream)
throws PortalException
- Throws:
PortalException
importPortletDataDeletions
void importPortletDataDeletions(ExportImportConfiguration exportImportConfiguration,
File file)
throws PortalException
- Throws:
PortalException
importPortletInfo
void importPortletInfo(ExportImportConfiguration exportImportConfiguration,
File file)
throws PortalException
- Throws:
PortalException
importPortletInfo
void importPortletInfo(ExportImportConfiguration exportImportConfiguration,
InputStream inputStream)
throws PortalException
- Throws:
PortalException
importPortletInfoInBackground
long importPortletInfoInBackground(long userId,
ExportImportConfiguration exportImportConfiguration,
File file)
throws PortalException
- Throws:
PortalException
importPortletInfoInBackground
long importPortletInfoInBackground(long userId,
ExportImportConfiguration exportImportConfiguration,
InputStream inputStream)
throws PortalException
- Throws:
PortalException
importPortletInfoInBackground
long importPortletInfoInBackground(long userId,
long exportImportConfigurationId,
File file)
throws PortalException
- Throws:
PortalException
importPortletInfoInBackground
long importPortletInfoInBackground(long userId,
long exportImportConfigurationId,
InputStream inputStream)
throws PortalException
- Throws:
PortalException
validateImportLayoutsFile
MissingReferences validateImportLayoutsFile(ExportImportConfiguration exportImportConfiguration,
File file)
throws PortalException
- Throws:
PortalException
validateImportLayoutsFile
MissingReferences validateImportLayoutsFile(ExportImportConfiguration exportImportConfiguration,
InputStream inputStream)
throws PortalException
- Throws:
PortalException
validateImportPortletInfo
MissingReferences validateImportPortletInfo(ExportImportConfiguration exportImportConfiguration,
File file)
throws PortalException
- Throws:
PortalException
validateImportPortletInfo
MissingReferences validateImportPortletInfo(ExportImportConfiguration exportImportConfiguration,
InputStream inputStream)
throws PortalException
- Throws:
PortalException