@ProviderType @Transactional(isolation=PORTAL, rollbackFor={PortalException.class,SystemException.class}) public interface ExportImportLocalService extends BaseLocalService
ExportImportLocalServiceUtil| Modifier and Type | Method and Description |
|---|---|
File |
exportLayoutsAsFile(ExportImportConfiguration exportImportConfiguration)
NOTE FOR DEVELOPERS:
Never modify or reference this interface directly.
|
File |
exportLayoutsAsFile(long userId,
long groupId,
boolean privateLayout,
Map<String,String[]> parameterMap)
Deprecated.
As of Judson (7.1.x)
|
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 |
importLayouts(long userId,
long groupId,
boolean privateLayout,
Map<String,String[]> parameterMap,
File file)
Deprecated.
As of Judson (7.1.x)
|
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) |
File exportLayoutsAsFile(ExportImportConfiguration exportImportConfiguration) throws PortalException
ExportImportLocalServiceUtil to access the export import local service. Add custom service methods to com.liferay.portlet.exportimport.service.impl.ExportImportLocalServiceImpl and rerun ServiceBuilder to automatically copy the method declarations to this interface.PortalException@Deprecated
File exportLayoutsAsFile(long userId,
long groupId,
boolean privateLayout,
Map<String,String[]> parameterMap)
throws PortalException
PortalExceptionlong exportLayoutsAsFileInBackground(long userId,
ExportImportConfiguration exportImportConfiguration)
throws PortalException
PortalExceptionlong exportLayoutsAsFileInBackground(long userId,
long exportImportConfigurationId)
throws PortalException
PortalExceptionFile exportPortletInfoAsFile(ExportImportConfiguration exportImportConfiguration) throws PortalException
PortalExceptionlong exportPortletInfoAsFileInBackground(long userId,
ExportImportConfiguration exportImportConfiguration)
throws PortalException
PortalExceptionlong exportPortletInfoAsFileInBackground(long userId,
long exportImportConfigurationId)
throws PortalException
PortalExceptionString getOSGiServiceIdentifier()
void importLayouts(ExportImportConfiguration exportImportConfiguration, File file) throws PortalException
PortalExceptionvoid importLayouts(ExportImportConfiguration exportImportConfiguration, InputStream inputStream) throws PortalException
PortalException@Deprecated
void importLayouts(long userId,
long groupId,
boolean privateLayout,
Map<String,String[]> parameterMap,
File file)
throws PortalException
PortalExceptionvoid importLayoutsDataDeletions(ExportImportConfiguration exportImportConfiguration, File file) throws PortalException
PortalExceptionlong importLayoutsInBackground(long userId,
ExportImportConfiguration exportImportConfiguration,
File file)
throws PortalException
PortalExceptionlong importLayoutsInBackground(long userId,
ExportImportConfiguration exportImportConfiguration,
InputStream inputStream)
throws PortalException
PortalExceptionlong importLayoutsInBackground(long userId,
long exportImportConfigurationId,
File file)
throws PortalException
PortalExceptionlong importLayoutsInBackground(long userId,
long exportImportConfigurationId,
InputStream inputStream)
throws PortalException
PortalExceptionvoid importPortletDataDeletions(ExportImportConfiguration exportImportConfiguration, File file) throws PortalException
PortalExceptionvoid importPortletInfo(ExportImportConfiguration exportImportConfiguration, File file) throws PortalException
PortalExceptionvoid importPortletInfo(ExportImportConfiguration exportImportConfiguration, InputStream inputStream) throws PortalException
PortalExceptionlong importPortletInfoInBackground(long userId,
ExportImportConfiguration exportImportConfiguration,
File file)
throws PortalException
PortalExceptionlong importPortletInfoInBackground(long userId,
ExportImportConfiguration exportImportConfiguration,
InputStream inputStream)
throws PortalException
PortalExceptionlong importPortletInfoInBackground(long userId,
long exportImportConfigurationId,
File file)
throws PortalException
PortalExceptionlong importPortletInfoInBackground(long userId,
long exportImportConfigurationId,
InputStream inputStream)
throws PortalException
PortalExceptionMissingReferences validateImportLayoutsFile(ExportImportConfiguration exportImportConfiguration, File file) throws PortalException
PortalExceptionMissingReferences validateImportLayoutsFile(ExportImportConfiguration exportImportConfiguration, InputStream inputStream) throws PortalException
PortalExceptionMissingReferences validateImportPortletInfo(ExportImportConfiguration exportImportConfiguration, File file) throws PortalException
PortalExceptionMissingReferences validateImportPortletInfo(ExportImportConfiguration exportImportConfiguration, InputStream inputStream) throws PortalException
PortalException