@ProviderType @Transactional(isolation=PORTAL, rollbackFor={PortalException.class,SystemException.class}) public interface ExportImportLocalService extends BaseLocalService
ExportImportLocalServiceUtil
,
ExportImportLocalServiceBaseImpl
,
ExportImportLocalServiceImpl
Modifier and Type | Method and Description |
---|---|
File |
exportLayoutsAsFile(ExportImportConfiguration exportImportConfiguration) |
File |
exportLayoutsAsFile(long userId,
long groupId,
boolean privateLayout,
Map<String,String[]> parameterMap)
Deprecated.
As of Judson (7.1.x)
|
long |
exportLayoutsAsFileInBackground(long userId,
ExportImportConfiguration exportImportConfiguration) |
long |
exportLayoutsAsFileInBackground(long userId,
long exportImportConfigurationId) |
File |
exportPortletInfoAsFile(ExportImportConfiguration exportImportConfiguration) |
long |
exportPortletInfoAsFileInBackground(long userId,
ExportImportConfiguration exportImportConfiguration) |
long |
exportPortletInfoAsFileInBackground(long userId,
long exportImportConfigurationId) |
String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
void |
importLayouts(ExportImportConfiguration exportImportConfiguration,
File file) |
void |
importLayouts(ExportImportConfiguration exportImportConfiguration,
InputStream inputStream) |
void |
importLayouts(long userId,
long groupId,
boolean privateLayout,
Map<String,String[]> parameterMap,
File file)
Deprecated.
As of Judson (7.1.x)
|
void |
importLayoutsDataDeletions(ExportImportConfiguration exportImportConfiguration,
File file) |
long |
importLayoutsInBackground(long userId,
ExportImportConfiguration exportImportConfiguration,
File file) |
long |
importLayoutsInBackground(long userId,
ExportImportConfiguration exportImportConfiguration,
InputStream inputStream) |
long |
importLayoutsInBackground(long userId,
long exportImportConfigurationId,
File file) |
long |
importLayoutsInBackground(long userId,
long exportImportConfigurationId,
InputStream inputStream) |
void |
importPortletDataDeletions(ExportImportConfiguration exportImportConfiguration,
File file) |
void |
importPortletInfo(ExportImportConfiguration exportImportConfiguration,
File file) |
void |
importPortletInfo(ExportImportConfiguration exportImportConfiguration,
InputStream inputStream) |
long |
importPortletInfoInBackground(long userId,
ExportImportConfiguration exportImportConfiguration,
File file) |
long |
importPortletInfoInBackground(long userId,
ExportImportConfiguration exportImportConfiguration,
InputStream inputStream) |
long |
importPortletInfoInBackground(long userId,
long exportImportConfigurationId,
File file) |
long |
importPortletInfoInBackground(long userId,
long exportImportConfigurationId,
InputStream inputStream) |
MissingReferences |
validateImportLayoutsFile(ExportImportConfiguration exportImportConfiguration,
File file) |
MissingReferences |
validateImportLayoutsFile(ExportImportConfiguration exportImportConfiguration,
InputStream inputStream) |
MissingReferences |
validateImportPortletInfo(ExportImportConfiguration exportImportConfiguration,
File file) |
MissingReferences |
validateImportPortletInfo(ExportImportConfiguration exportImportConfiguration,
InputStream inputStream) |
File exportLayoutsAsFile(ExportImportConfiguration exportImportConfiguration) throws PortalException
PortalException
@Deprecated File exportLayoutsAsFile(long userId, long groupId, boolean privateLayout, Map<String,String[]> parameterMap) 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
PortalException
String getOSGiServiceIdentifier()
void importLayouts(ExportImportConfiguration exportImportConfiguration, File file) throws PortalException
PortalException
void importLayouts(ExportImportConfiguration exportImportConfiguration, InputStream inputStream) throws PortalException
PortalException
@Deprecated void importLayouts(long userId, long groupId, boolean privateLayout, Map<String,String[]> parameterMap, File file) 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
PortalException
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