@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 |
getBeanIdentifier()
Returns the Spring bean ID for this bean.
|
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) |
void |
setBeanIdentifier(java.lang.String beanIdentifier)
Sets the Spring bean ID for this bean.
|
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 getBeanIdentifier()
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
PortalExceptionvoid setBeanIdentifier(java.lang.String beanIdentifier)
beanIdentifier - the Spring bean ID for this beanMissingReferences 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