|
Liferay 7.0-ce-m6 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
@ProviderType
@Transactional(isolation=PORTAL,
rollbackFor={PortalException.class,SystemException.class})
public interface ExportImportLocalServiceProvides 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.
ExportImportLocalServiceUtil,
ExportImportLocalServiceBaseImpl,
ExportImportLocalServiceImpl| Method Detail |
|---|
File exportLayoutsAsFile(ExportImportConfiguration exportImportConfiguration)
throws PortalException
PortalException
long exportLayoutsAsFileInBackground(long userId,
ExportImportConfiguration exportImportConfiguration)
throws PortalException
PortalException
long exportLayoutsAsFileInBackground(long userId,
long exportImportConfigurationId)
throws PortalException
PortalException
File exportPortletInfoAsFile(ExportImportConfiguration exportImportConfiguration)
throws PortalException
PortalException
long exportPortletInfoAsFileInBackground(long userId,
ExportImportConfiguration exportImportConfiguration)
throws PortalException
PortalException
long exportPortletInfoAsFileInBackground(long userId,
long exportImportConfigurationId)
throws PortalException
PortalExceptionString getBeanIdentifier()
void importLayouts(ExportImportConfiguration exportImportConfiguration,
File file)
throws PortalException
PortalException
void importLayouts(ExportImportConfiguration exportImportConfiguration,
InputStream inputStream)
throws PortalException
PortalException
void importLayoutsDataDeletions(ExportImportConfiguration exportImportConfiguration,
File file)
throws PortalException
PortalException
long importLayoutsInBackground(long userId,
ExportImportConfiguration exportImportConfiguration,
File file)
throws PortalException
PortalException
long importLayoutsInBackground(long userId,
ExportImportConfiguration exportImportConfiguration,
InputStream inputStream)
throws PortalException
PortalException
long importLayoutsInBackground(long userId,
long exportImportConfigurationId,
File file)
throws PortalException
PortalException
long importLayoutsInBackground(long userId,
long exportImportConfigurationId,
InputStream inputStream)
throws PortalException
PortalException
void importPortletDataDeletions(ExportImportConfiguration exportImportConfiguration,
File file)
throws PortalException
PortalException
void importPortletInfo(ExportImportConfiguration exportImportConfiguration,
File file)
throws PortalException
PortalException
void importPortletInfo(ExportImportConfiguration exportImportConfiguration,
InputStream inputStream)
throws PortalException
PortalException
long importPortletInfoInBackground(long userId,
ExportImportConfiguration exportImportConfiguration,
File file)
throws PortalException
PortalException
long importPortletInfoInBackground(long userId,
ExportImportConfiguration exportImportConfiguration,
InputStream inputStream)
throws PortalException
PortalException
long importPortletInfoInBackground(long userId,
long exportImportConfigurationId,
File file)
throws PortalException
PortalException
long importPortletInfoInBackground(long userId,
long exportImportConfigurationId,
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 | |||||||||