@AccessControlled @JSONWebService @ProviderType @Transactional(isolation=PORTAL, rollbackFor={PortalException.class,SystemException.class}) public interface ExportImportService extends BaseService
ExportImportServiceUtil,
ExportImportServiceBaseImpl,
ExportImportServiceImpl| Modifier and Type | Method and Description |
|---|---|
java.io.File |
exportLayoutsAsFile(ExportImportConfiguration exportImportConfiguration) |
java.io.File |
exportLayoutsAsFile(long userId,
long groupId,
boolean privateLayout,
java.util.Map<java.lang.String,java.lang.String[]> parameterMap)
Deprecated.
As of 7.0.0
|
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) |
void |
importLayouts(long userId,
long groupId,
boolean privateLayout,
java.util.Map<java.lang.String,java.lang.String[]> parameterMap,
java.io.File file)
Deprecated.
As of 7.0.0
|
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
PortalException@Deprecated
java.io.File exportLayoutsAsFile(long userId,
long groupId,
boolean privateLayout,
java.util.Map<java.lang.String,java.lang.String[]> parameterMap)
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
PortalException@Deprecated
void importLayouts(long userId,
long groupId,
boolean privateLayout,
java.util.Map<java.lang.String,java.lang.String[]> parameterMap,
java.io.File file)
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