|
Liferay 7.0-ce-b4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
@ProviderType public interface ExportImportHelper
| Field Summary | |
|---|---|
static String |
DATA_HANDLER_COMPANY_SECURE_URL
Deprecated. As of 7.0.0, with no direct replacement |
static String |
DATA_HANDLER_COMPANY_URL
Deprecated. As of 7.0.0, with no direct replacement |
static String |
DATA_HANDLER_GROUP_FRIENDLY_URL
Deprecated. As of 7.0.0, with no direct replacement |
static String |
DATA_HANDLER_PATH_CONTEXT
Deprecated. As of 7.0.0, with no direct replacement |
static String |
DATA_HANDLER_PRIVATE_GROUP_SERVLET_MAPPING
Deprecated. As of 7.0.0, with no direct replacement |
static String |
DATA_HANDLER_PRIVATE_LAYOUT_SET_SECURE_URL
Deprecated. As of 7.0.0, with no direct replacement |
static String |
DATA_HANDLER_PRIVATE_LAYOUT_SET_URL
Deprecated. As of 7.0.0, with no direct replacement |
static String |
DATA_HANDLER_PRIVATE_USER_SERVLET_MAPPING
Deprecated. As of 7.0.0, with no direct replacement |
static String |
DATA_HANDLER_PUBLIC_LAYOUT_SET_SECURE_URL
Deprecated. As of 7.0.0, with no direct replacement |
static String |
DATA_HANDLER_PUBLIC_LAYOUT_SET_URL
Deprecated. As of 7.0.0, with no direct replacement |
static String |
DATA_HANDLER_PUBLIC_SERVLET_MAPPING
Deprecated. As of 7.0.0, with no direct replacement |
static String |
TEMP_FOLDER_NAME
|
| Method Summary | |
|---|---|
long[] |
getAllLayoutIds(long groupId,
boolean privateLayout)
|
Map<Long,Boolean> |
getAllLayoutIdsMap(long groupId,
boolean privateLayout)
|
Calendar |
getCalendar(PortletRequest portletRequest,
String paramPrefix,
boolean timeZoneSensitive)
Deprecated. As of 7.0.0, moved to ExportImportDateUtil.getCalendar(PortletRequest, String,
boolean) |
List<Portlet> |
getDataSiteLevelPortlets(long companyId)
|
List<Portlet> |
getDataSiteLevelPortlets(long companyId,
boolean excludeDataAlwaysStaged)
|
DateRange |
getDateRange(PortletRequest portletRequest,
long groupId,
boolean privateLayout,
long plid,
String portletId,
String defaultRange)
Deprecated. As of 7.0.0, moved to ExportImportDateUtil.getDateRange(PortletRequest, long,
boolean, long, String, String) |
Layout |
getExportableLayout(ThemeDisplay themeDisplay)
|
String |
getExportableRootPortletId(long companyId,
String portletId)
|
boolean[] |
getExportPortletControls(long companyId,
String portletId,
Map<String,String[]> parameterMap)
Deprecated. As of 7.0.0, replaced by getExportPortletControlsMap(long, String, Map) |
boolean[] |
getExportPortletControls(long companyId,
String portletId,
Map<String,String[]> parameterMap,
String type)
Deprecated. As of 7.0.0, replaced by getExportPortletControlsMap(long, String, Map, String) |
Map<String,Boolean> |
getExportPortletControlsMap(long companyId,
String portletId,
Map<String,String[]> parameterMap)
|
Map<String,Boolean> |
getExportPortletControlsMap(long companyId,
String portletId,
Map<String,String[]> parameterMap,
String type)
|
boolean[] |
getImportPortletControls(long companyId,
String portletId,
Map<String,String[]> parameterMap,
Element portletDataElement)
Deprecated. As of 7.0.0, replaced by getImportPortletControlsMap(long, String, Map, Element,
ManifestSummary) |
boolean[] |
getImportPortletControls(long companyId,
String portletId,
Map<String,String[]> parameterMap,
Element portletDataElement,
ManifestSummary manifestSummary)
Deprecated. As of 7.0.0, replaced by getImportPortletControlsMap(long, String, Map, Element,
ManifestSummary) |
Map<String,Boolean> |
getImportPortletControlsMap(long companyId,
String portletId,
Map<String,String[]> parameterMap,
Element portletDataElement,
ManifestSummary manifestSummary)
|
Map<Long,Boolean> |
getLayoutIdMap(PortletRequest portletRequest)
|
long[] |
getLayoutIds(List<Layout> layouts)
|
long[] |
getLayoutIds(Map<Long,Boolean> layoutIdMap)
|
long[] |
getLayoutIds(Map<Long,Boolean> layoutIdMap,
long targetGroupId)
|
long[] |
getLayoutIds(PortletRequest portletRequest)
|
long[] |
getLayoutIds(PortletRequest portletRequest,
long targetGroupId)
|
ZipWriter |
getLayoutSetZipWriter(long groupId)
|
ManifestSummary |
getManifestSummary(long userId,
long groupId,
Map<String,String[]> parameterMap,
File file)
Deprecated. As of 7.0.0, replaced by getManifestSummary(PortletDataContext) |
ManifestSummary |
getManifestSummary(long userId,
long groupId,
Map<String,String[]> parameterMap,
FileEntry fileEntry)
|
ManifestSummary |
getManifestSummary(PortletDataContext portletDataContext)
|
List<Layout> |
getMissingParentLayouts(Layout layout,
long liveGroupId)
|
long |
getModelDeletionCount(PortletDataContext portletDataContext,
StagedModelType stagedModelType)
|
ZipWriter |
getPortletZipWriter(String portletId)
|
String |
getSelectedLayoutsJSON(long groupId,
boolean privateLayout,
String selectedNodes)
|
FileEntry |
getTempFileEntry(long groupId,
long userId,
String folderName)
|
UserIdStrategy |
getUserIdStrategy(long userId,
String userIdStrategy)
|
boolean |
isReferenceWithinExportScope(PortletDataContext portletDataContext,
StagedModel stagedModel)
|
String |
replaceExportContentReferences(PortletDataContext portletDataContext,
StagedModel entityStagedModel,
Element entityElement,
String content,
boolean exportReferencedContent)
Deprecated. As of 7.0.0, replaced by com.liferay.exportimport.content.processor.ExportImportContentProcessor#replaceExportContentReferences( PortletDataContext, StagedModel, String, boolean, boolean) in the export-import-api module |
String |
replaceExportContentReferences(PortletDataContext portletDataContext,
StagedModel entityStagedModel,
String content,
boolean exportReferencedContent)
Deprecated. As of 7.0.0, replaced by com.liferay.exportimport.content.processor.ExportImportContentProcessor#replaceExportContentReferences( PortletDataContext, StagedModel, String, boolean, boolean) in the export-import-api module |
String |
replaceExportContentReferences(PortletDataContext portletDataContext,
StagedModel entityStagedModel,
String content,
boolean exportReferencedContent,
boolean escapeContent)
Deprecated. As of 7.0.0, replaced by com.liferay.exportimport.content.processor.ExportImportContentProcessorr#replaceExportContentReferences( PortletDataContext, StagedModel, String, boolean, boolean) in the export-import-api module |
String |
replaceExportDLReferences(PortletDataContext portletDataContext,
StagedModel entityStagedModel,
Element entityElement,
String content,
boolean exportReferencedContent)
Deprecated. As of 7.0.0, with no direct replacement |
String |
replaceExportDLReferences(PortletDataContext portletDataContext,
StagedModel entityStagedModel,
String content,
boolean exportReferencedContent)
Deprecated. As of 7.0.0, with no direct replacement |
String |
replaceExportLayoutReferences(PortletDataContext portletDataContext,
String content)
Deprecated. As of 7.0.0, with no direct replacement |
String |
replaceExportLayoutReferences(PortletDataContext portletDataContext,
String content,
boolean exportReferencedContent)
Deprecated. As of 7.0.0, with no direct replacement |
String |
replaceExportLinksToLayouts(PortletDataContext portletDataContext,
StagedModel entityStagedModel,
Element entityElement,
String content,
boolean exportReferencedContent)
Deprecated. As of 7.0.0, with no direct replacement |
String |
replaceExportLinksToLayouts(PortletDataContext portletDataContext,
StagedModel entityStagedModel,
String content)
Deprecated. As of 7.0.0, with no direct replacement |
String |
replaceImportContentReferences(PortletDataContext portletDataContext,
Element entityElement,
String content,
boolean importReferencedContent)
Deprecated. As of 7.0.0, replaced by com.liferay.exportimport.content.processor.ExportImportContentProcessor#replaceImportContentReferences( PortletDataContext, StagedModel, String) in the export-import-api module |
String |
replaceImportContentReferences(PortletDataContext portletDataContext,
StagedModel entityStagedModel,
String content)
Deprecated. As of 7.0.0, replaced by com.liferay.exportimport.content.processor.ExportImportContentProcessor#replaceImportContentReferences( PortletDataContext, StagedModel, String) in the export-import-api module |
String |
replaceImportDLReferences(PortletDataContext portletDataContext,
Element entityElement,
String content,
boolean importReferencedContent)
Deprecated. As of 7.0.0, with no direct replacement |
String |
replaceImportDLReferences(PortletDataContext portletDataContext,
StagedModel entityStagedModel,
String content)
Deprecated. As of 7.0.0, with no direct replacement |
String |
replaceImportLayoutReferences(PortletDataContext portletDataContext,
String content)
Deprecated. As of 7.0.0, with no direct replacement |
String |
replaceImportLayoutReferences(PortletDataContext portletDataContext,
String content,
boolean importReferencedContent)
Deprecated. As of 7.0.0, with no direct replacement |
String |
replaceImportLinksToLayouts(PortletDataContext portletDataContext,
String content)
Deprecated. As of 7.0.0, with no direct replacement |
String |
replaceImportLinksToLayouts(PortletDataContext portletDataContext,
String content,
boolean importReferencedContent)
Deprecated. As of 7.0.0, with no direct replacement |
void |
updateExportPortletPreferencesClassPKs(PortletDataContext portletDataContext,
Portlet portlet,
PortletPreferences portletPreferences,
String key,
String className)
Deprecated. As of 7.0.0, see DefaultConfigurationPortletDataHandler.updateExportPortletPreferencesClassPKs(
PortletDataContext, Portlet, PortletPreferences, String,
String) |
void |
updateExportPortletPreferencesClassPKs(PortletDataContext portletDataContext,
Portlet portlet,
PortletPreferences portletPreferences,
String key,
String className,
Element rootElement)
Deprecated. As of 7.0.0, replaced by updateExportPortletPreferencesClassPKs(PortletDataContext,
Portlet, PortletPreferences, String, String) |
void |
updateImportPortletPreferencesClassPKs(PortletDataContext portletDataContext,
PortletPreferences portletPreferences,
String key,
Class<?> clazz,
long companyGroupId)
Deprecated. As of 7.0.0, see DefaultConfigurationPortletDataHandler.updateImportPortletPreferencesClassPKs(
PortletDataContext, PortletPreferences, String, Class, long) |
MissingReferences |
validateMissingReferences(long userId,
long groupId,
Map<String,String[]> parameterMap,
File file)
Deprecated. As of 7.0.0, replaced by validateMissingReferences(PortletDataContext) |
MissingReferences |
validateMissingReferences(PortletDataContext portletDataContext)
|
void |
writeManifestSummary(Document document,
ManifestSummary manifestSummary)
|
| Field Detail |
|---|
@Deprecated static final String DATA_HANDLER_COMPANY_SECURE_URL
@Deprecated static final String DATA_HANDLER_COMPANY_URL
@Deprecated static final String DATA_HANDLER_GROUP_FRIENDLY_URL
@Deprecated static final String DATA_HANDLER_PATH_CONTEXT
@Deprecated static final String DATA_HANDLER_PRIVATE_GROUP_SERVLET_MAPPING
@Deprecated static final String DATA_HANDLER_PRIVATE_LAYOUT_SET_SECURE_URL
@Deprecated static final String DATA_HANDLER_PRIVATE_LAYOUT_SET_URL
@Deprecated static final String DATA_HANDLER_PRIVATE_USER_SERVLET_MAPPING
@Deprecated static final String DATA_HANDLER_PUBLIC_LAYOUT_SET_SECURE_URL
@Deprecated static final String DATA_HANDLER_PUBLIC_LAYOUT_SET_URL
@Deprecated static final String DATA_HANDLER_PUBLIC_SERVLET_MAPPING
static final String TEMP_FOLDER_NAME
| Method Detail |
|---|
long[] getAllLayoutIds(long groupId,
boolean privateLayout)
Map<Long,Boolean> getAllLayoutIdsMap(long groupId,
boolean privateLayout)
@Deprecated
Calendar getCalendar(PortletRequest portletRequest,
String paramPrefix,
boolean timeZoneSensitive)
ExportImportDateUtil.getCalendar(PortletRequest, String,
boolean)
List<Portlet> getDataSiteLevelPortlets(long companyId)
throws Exception
Exception
List<Portlet> getDataSiteLevelPortlets(long companyId,
boolean excludeDataAlwaysStaged)
throws Exception
Exception
@Deprecated
DateRange getDateRange(PortletRequest portletRequest,
long groupId,
boolean privateLayout,
long plid,
String portletId,
String defaultRange)
throws Exception
ExportImportDateUtil.getDateRange(PortletRequest, long,
boolean, long, String, String)
Exception
Layout getExportableLayout(ThemeDisplay themeDisplay)
throws PortalException
PortalException
String getExportableRootPortletId(long companyId,
String portletId)
throws Exception
Exception
@Deprecated
boolean[] getExportPortletControls(long companyId,
String portletId,
Map<String,String[]> parameterMap)
throws Exception
getExportPortletControlsMap(long, String, Map)
Exception
@Deprecated
boolean[] getExportPortletControls(long companyId,
String portletId,
Map<String,String[]> parameterMap,
String type)
throws Exception
getExportPortletControlsMap(long, String, Map, String)
Exception
Map<String,Boolean> getExportPortletControlsMap(long companyId,
String portletId,
Map<String,String[]> parameterMap)
throws Exception
Exception
Map<String,Boolean> getExportPortletControlsMap(long companyId,
String portletId,
Map<String,String[]> parameterMap,
String type)
throws Exception
Exception
@Deprecated
boolean[] getImportPortletControls(long companyId,
String portletId,
Map<String,String[]> parameterMap,
Element portletDataElement)
throws Exception
getImportPortletControlsMap(long, String, Map, Element,
ManifestSummary)
Exception
@Deprecated
boolean[] getImportPortletControls(long companyId,
String portletId,
Map<String,String[]> parameterMap,
Element portletDataElement,
ManifestSummary manifestSummary)
throws Exception
getImportPortletControlsMap(long, String, Map, Element,
ManifestSummary)
Exception
Map<String,Boolean> getImportPortletControlsMap(long companyId,
String portletId,
Map<String,String[]> parameterMap,
Element portletDataElement,
ManifestSummary manifestSummary)
throws Exception
Exception
Map<Long,Boolean> getLayoutIdMap(PortletRequest portletRequest)
throws PortalException
PortalExceptionlong[] getLayoutIds(List<Layout> layouts)
long[] getLayoutIds(Map<Long,Boolean> layoutIdMap)
throws PortalException
PortalException
long[] getLayoutIds(Map<Long,Boolean> layoutIdMap,
long targetGroupId)
throws PortalException
PortalException
long[] getLayoutIds(PortletRequest portletRequest)
throws PortalException
PortalException
long[] getLayoutIds(PortletRequest portletRequest,
long targetGroupId)
throws PortalException
PortalExceptionZipWriter getLayoutSetZipWriter(long groupId)
@Deprecated
ManifestSummary getManifestSummary(long userId,
long groupId,
Map<String,String[]> parameterMap,
File file)
throws Exception
getManifestSummary(PortletDataContext)
Exception
ManifestSummary getManifestSummary(long userId,
long groupId,
Map<String,String[]> parameterMap,
FileEntry fileEntry)
throws Exception
Exception
ManifestSummary getManifestSummary(PortletDataContext portletDataContext)
throws Exception
Exception
List<Layout> getMissingParentLayouts(Layout layout,
long liveGroupId)
throws PortalException
PortalException
long getModelDeletionCount(PortletDataContext portletDataContext,
StagedModelType stagedModelType)
throws PortalException
PortalExceptionZipWriter getPortletZipWriter(String portletId)
String getSelectedLayoutsJSON(long groupId,
boolean privateLayout,
String selectedNodes)
FileEntry getTempFileEntry(long groupId,
long userId,
String folderName)
throws PortalException
PortalException
UserIdStrategy getUserIdStrategy(long userId,
String userIdStrategy)
throws PortalException
PortalException
boolean isReferenceWithinExportScope(PortletDataContext portletDataContext,
StagedModel stagedModel)
@Deprecated
String replaceExportContentReferences(PortletDataContext portletDataContext,
StagedModel entityStagedModel,
Element entityElement,
String content,
boolean exportReferencedContent)
throws Exception
Exception
@Deprecated
String replaceExportContentReferences(PortletDataContext portletDataContext,
StagedModel entityStagedModel,
String content,
boolean exportReferencedContent)
throws Exception
Exception
@Deprecated
String replaceExportContentReferences(PortletDataContext portletDataContext,
StagedModel entityStagedModel,
String content,
boolean exportReferencedContent,
boolean escapeContent)
throws Exception
Exception
@Deprecated
String replaceExportDLReferences(PortletDataContext portletDataContext,
StagedModel entityStagedModel,
Element entityElement,
String content,
boolean exportReferencedContent)
throws Exception
Exception
@Deprecated
String replaceExportDLReferences(PortletDataContext portletDataContext,
StagedModel entityStagedModel,
String content,
boolean exportReferencedContent)
throws Exception
Exception
@Deprecated
String replaceExportLayoutReferences(PortletDataContext portletDataContext,
String content)
throws Exception
Exception
@Deprecated
String replaceExportLayoutReferences(PortletDataContext portletDataContext,
String content,
boolean exportReferencedContent)
throws Exception
Exception
@Deprecated
String replaceExportLinksToLayouts(PortletDataContext portletDataContext,
StagedModel entityStagedModel,
Element entityElement,
String content,
boolean exportReferencedContent)
throws Exception
Exception
@Deprecated
String replaceExportLinksToLayouts(PortletDataContext portletDataContext,
StagedModel entityStagedModel,
String content)
throws Exception
Exception
@Deprecated
String replaceImportContentReferences(PortletDataContext portletDataContext,
Element entityElement,
String content,
boolean importReferencedContent)
throws Exception
Exception
@Deprecated
String replaceImportContentReferences(PortletDataContext portletDataContext,
StagedModel entityStagedModel,
String content)
throws Exception
Exception
@Deprecated
String replaceImportDLReferences(PortletDataContext portletDataContext,
Element entityElement,
String content,
boolean importReferencedContent)
throws Exception
Exception
@Deprecated
String replaceImportDLReferences(PortletDataContext portletDataContext,
StagedModel entityStagedModel,
String content)
throws Exception
Exception
@Deprecated
String replaceImportLayoutReferences(PortletDataContext portletDataContext,
String content)
throws Exception
Exception
@Deprecated
String replaceImportLayoutReferences(PortletDataContext portletDataContext,
String content,
boolean importReferencedContent)
throws Exception
Exception
@Deprecated
String replaceImportLinksToLayouts(PortletDataContext portletDataContext,
String content)
throws Exception
Exception
@Deprecated
String replaceImportLinksToLayouts(PortletDataContext portletDataContext,
String content,
boolean importReferencedContent)
throws Exception
Exception
@Deprecated
void updateExportPortletPreferencesClassPKs(PortletDataContext portletDataContext,
Portlet portlet,
PortletPreferences portletPreferences,
String key,
String className)
throws Exception
DefaultConfigurationPortletDataHandler.updateExportPortletPreferencesClassPKs(
PortletDataContext, Portlet, PortletPreferences, String,
String)
Exception
@Deprecated
void updateExportPortletPreferencesClassPKs(PortletDataContext portletDataContext,
Portlet portlet,
PortletPreferences portletPreferences,
String key,
String className,
Element rootElement)
throws Exception
updateExportPortletPreferencesClassPKs(PortletDataContext,
Portlet, PortletPreferences, String, String)
Exception
@Deprecated
void updateImportPortletPreferencesClassPKs(PortletDataContext portletDataContext,
PortletPreferences portletPreferences,
String key,
Class<?> clazz,
long companyGroupId)
throws Exception
DefaultConfigurationPortletDataHandler.updateImportPortletPreferencesClassPKs(
PortletDataContext, PortletPreferences, String, Class, long)
Exception
@Deprecated
MissingReferences validateMissingReferences(long userId,
long groupId,
Map<String,String[]> parameterMap,
File file)
throws Exception
validateMissingReferences(PortletDataContext)
Exception
MissingReferences validateMissingReferences(PortletDataContext portletDataContext)
throws Exception
Exception
void writeManifestSummary(Document document,
ManifestSummary manifestSummary)
|
Liferay 7.0-ce-b4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||