|
Liferay 7.0-ce-m6 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
@AccessControlled
@JSONWebService
@ProviderType
@Transactional(isolation=PORTAL,
rollbackFor={PortalException.class,SystemException.class})
public interface ExportImportServiceProvides the remote service interface for ExportImport. Methods of this service are expected to have security checks based on the propagated JAAS credentials because this service can be accessed remotely.
ExportImportServiceUtil,
ExportImportServiceBaseImpl,
ExportImportServiceImpl| Method Detail |
|---|
File exportLayoutsAsFile(ExportImportConfiguration exportImportConfiguration)
throws PortalException
PortalException
long exportLayoutsAsFileInBackground(ExportImportConfiguration exportImportConfiguration)
throws PortalException
PortalException
long exportLayoutsAsFileInBackground(long exportImportConfigurationId)
throws PortalException
PortalException
File exportPortletInfoAsFile(ExportImportConfiguration exportImportConfiguration)
throws PortalException
PortalException
long exportPortletInfoAsFileInBackground(ExportImportConfiguration exportImportConfiguration)
throws PortalException
PortalExceptionString getBeanIdentifier()
void importLayouts(ExportImportConfiguration exportImportConfiguration,
File file)
throws PortalException
PortalException
void importLayouts(ExportImportConfiguration exportImportConfiguration,
InputStream inputStream)
throws PortalException
PortalException
long importLayoutsInBackground(ExportImportConfiguration exportImportConfiguration,
File file)
throws PortalException
PortalException
long importLayoutsInBackground(ExportImportConfiguration exportImportConfiguration,
InputStream inputStream)
throws PortalException
PortalException
void importPortletInfo(ExportImportConfiguration exportImportConfiguration,
File file)
throws PortalException
PortalException
void importPortletInfo(ExportImportConfiguration exportImportConfiguration,
InputStream inputStream)
throws PortalException
PortalException
long importPortletInfoInBackground(ExportImportConfiguration exportImportConfiguration,
File file)
throws PortalException
PortalException
long importPortletInfoInBackground(ExportImportConfiguration exportImportConfiguration,
InputStream inputStream)
throws PortalException
PortalExceptionvoid setBeanIdentifier(String beanIdentifier)
beanIdentifier - the Spring bean ID for this bean
MissingReferences validateImportLayoutsFile(ExportImportConfiguration exportImportConfiguration,
File file)
throws PortalException
PortalException
MissingReferences validateImportLayoutsFile(ExportImportConfiguration exportImportConfiguration,
InputStream inputStream)
throws PortalException
PortalException
MissingReferences validateImportPortletInfo(ExportImportConfiguration exportImportConfiguration,
File file)
throws PortalException
PortalException
MissingReferences validateImportPortletInfo(ExportImportConfiguration exportImportConfiguration,
InputStream inputStream)
throws PortalException
PortalException
|
Liferay 7.0-ce-m6 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||