public interface ExportImportContentProcessor<T extends java.io.Serializable>
| Modifier and Type | Method and Description |
|---|---|
T |
replaceExportContentReferences(PortletDataContext portletDataContext,
StagedModel stagedModel,
T content,
boolean exportReferencedContent,
boolean escapeContent) |
T |
replaceImportContentReferences(PortletDataContext portletDataContext,
StagedModel stagedModel,
T content) |
void |
validateContentReferences(long groupId,
T content) |
T replaceExportContentReferences(PortletDataContext portletDataContext, StagedModel stagedModel, T content, boolean exportReferencedContent, boolean escapeContent) throws java.lang.Exception
java.lang.ExceptionT replaceImportContentReferences(PortletDataContext portletDataContext, StagedModel stagedModel, T content) throws java.lang.Exception
java.lang.Exceptionvoid validateContentReferences(long groupId,
T content)
throws PortalException
PortalException