@AccessControlled @JSONWebService @ProviderType @Transactional(isolation=PORTAL, rollbackFor={PortalException.class,SystemException.class}) public interface ExportImportService extends BaseService
ExportImportServiceUtil| 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(ExportImportConfiguration exportImportConfiguration) |
long |
exportLayoutsAsFileInBackground(long exportImportConfigurationId) |
File |
exportPortletInfoAsFile(ExportImportConfiguration exportImportConfiguration) |
long |
exportPortletInfoAsFileInBackground(ExportImportConfiguration exportImportConfiguration) |
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)
|
long |
importLayoutsInBackground(ExportImportConfiguration exportImportConfiguration,
File file) |
long |
importLayoutsInBackground(ExportImportConfiguration exportImportConfiguration,
InputStream inputStream) |
void |
importPortletInfo(ExportImportConfiguration exportImportConfiguration,
File file) |
void |
importPortletInfo(ExportImportConfiguration exportImportConfiguration,
InputStream inputStream) |
long |
importPortletInfoInBackground(ExportImportConfiguration exportImportConfiguration,
File file) |
long |
importPortletInfoInBackground(ExportImportConfiguration exportImportConfiguration,
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
ExportImportServiceUtil to access the export import remote service. Add custom service methods to com.liferay.portlet.exportimport.service.impl.ExportImportServiceImpl 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(ExportImportConfiguration exportImportConfiguration) throws PortalException
PortalExceptionlong exportLayoutsAsFileInBackground(long exportImportConfigurationId)
throws PortalException
PortalExceptionFile exportPortletInfoAsFile(ExportImportConfiguration exportImportConfiguration) throws PortalException
PortalExceptionlong exportPortletInfoAsFileInBackground(ExportImportConfiguration exportImportConfiguration) 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
PortalExceptionlong importLayoutsInBackground(ExportImportConfiguration exportImportConfiguration, File file) throws PortalException
PortalExceptionlong importLayoutsInBackground(ExportImportConfiguration exportImportConfiguration, InputStream inputStream) throws PortalException
PortalExceptionvoid importPortletInfo(ExportImportConfiguration exportImportConfiguration, File file) throws PortalException
PortalExceptionvoid importPortletInfo(ExportImportConfiguration exportImportConfiguration, InputStream inputStream) throws PortalException
PortalExceptionlong importPortletInfoInBackground(ExportImportConfiguration exportImportConfiguration, File file) throws PortalException
PortalExceptionlong importPortletInfoInBackground(ExportImportConfiguration exportImportConfiguration, 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