@AccessControlled @JSONWebService @ProviderType @Transactional(isolation=PORTAL, rollbackFor={PortalException.class,SystemException.class}) public interface ExportImportService extends BaseService
ExportImportServiceUtil,
com.liferay.portlet.exportimport.service.base.ExportImportServiceBaseImpl,
com.liferay.portlet.exportimport.service.impl.ExportImportServiceImpl| Modifier and Type | Method and Description |
|---|---|
java.io.File |
exportLayoutsAsFile(ExportImportConfiguration exportImportConfiguration) |
long |
exportLayoutsAsFileInBackground(ExportImportConfiguration exportImportConfiguration) |
long |
exportLayoutsAsFileInBackground(long exportImportConfigurationId) |
java.io.File |
exportPortletInfoAsFile(ExportImportConfiguration exportImportConfiguration) |
long |
exportPortletInfoAsFileInBackground(ExportImportConfiguration exportImportConfiguration) |
java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
void |
importLayouts(ExportImportConfiguration exportImportConfiguration,
java.io.File file) |
void |
importLayouts(ExportImportConfiguration exportImportConfiguration,
java.io.InputStream inputStream) |
long |
importLayoutsInBackground(ExportImportConfiguration exportImportConfiguration,
java.io.File file) |
long |
importLayoutsInBackground(ExportImportConfiguration exportImportConfiguration,
java.io.InputStream inputStream) |
void |
importPortletInfo(ExportImportConfiguration exportImportConfiguration,
java.io.File file) |
void |
importPortletInfo(ExportImportConfiguration exportImportConfiguration,
java.io.InputStream inputStream) |
long |
importPortletInfoInBackground(ExportImportConfiguration exportImportConfiguration,
java.io.File file) |
long |
importPortletInfoInBackground(ExportImportConfiguration exportImportConfiguration,
java.io.InputStream inputStream) |
MissingReferences |
validateImportLayoutsFile(ExportImportConfiguration exportImportConfiguration,
java.io.File file) |
MissingReferences |
validateImportLayoutsFile(ExportImportConfiguration exportImportConfiguration,
java.io.InputStream inputStream) |
MissingReferences |
validateImportPortletInfo(ExportImportConfiguration exportImportConfiguration,
java.io.File file) |
MissingReferences |
validateImportPortletInfo(ExportImportConfiguration exportImportConfiguration,
java.io.InputStream inputStream) |
java.io.File exportLayoutsAsFile(ExportImportConfiguration exportImportConfiguration) throws PortalException
PortalExceptionlong exportLayoutsAsFileInBackground(ExportImportConfiguration exportImportConfiguration) throws PortalException
PortalExceptionlong exportLayoutsAsFileInBackground(long exportImportConfigurationId)
throws PortalException
PortalExceptionjava.io.File exportPortletInfoAsFile(ExportImportConfiguration exportImportConfiguration) throws PortalException
PortalExceptionlong exportPortletInfoAsFileInBackground(ExportImportConfiguration exportImportConfiguration) throws PortalException
PortalExceptionjava.lang.String getOSGiServiceIdentifier()
void importLayouts(ExportImportConfiguration exportImportConfiguration, java.io.File file) throws PortalException
PortalExceptionvoid importLayouts(ExportImportConfiguration exportImportConfiguration, java.io.InputStream inputStream) throws PortalException
PortalExceptionlong importLayoutsInBackground(ExportImportConfiguration exportImportConfiguration, java.io.File file) throws PortalException
PortalExceptionlong importLayoutsInBackground(ExportImportConfiguration exportImportConfiguration, java.io.InputStream inputStream) throws PortalException
PortalExceptionvoid importPortletInfo(ExportImportConfiguration exportImportConfiguration, java.io.File file) throws PortalException
PortalExceptionvoid importPortletInfo(ExportImportConfiguration exportImportConfiguration, java.io.InputStream inputStream) throws PortalException
PortalExceptionlong importPortletInfoInBackground(ExportImportConfiguration exportImportConfiguration, java.io.File file) throws PortalException
PortalExceptionlong importPortletInfoInBackground(ExportImportConfiguration exportImportConfiguration, java.io.InputStream inputStream) throws PortalException
PortalExceptionMissingReferences validateImportLayoutsFile(ExportImportConfiguration exportImportConfiguration, java.io.File file) throws PortalException
PortalExceptionMissingReferences validateImportLayoutsFile(ExportImportConfiguration exportImportConfiguration, java.io.InputStream inputStream) throws PortalException
PortalExceptionMissingReferences validateImportPortletInfo(ExportImportConfiguration exportImportConfiguration, java.io.File file) throws PortalException
PortalExceptionMissingReferences validateImportPortletInfo(ExportImportConfiguration exportImportConfiguration, java.io.InputStream inputStream) throws PortalException
PortalException