Uses of Class
com.echothree.model.control.content.common.transfer.ContentSectionTransfer
Packages that use ContentSectionTransfer
Package
Description
-
Uses of ContentSectionTransfer in com.echothree.control.user.content.common.result
Methods in com.echothree.control.user.content.common.result that return ContentSectionTransferModifier and TypeMethodDescriptionEditContentPageDescriptionResult.getContentSection()
EditContentSectionDescriptionResult.getContentSection()
EditContentSectionResult.getContentSection()
GetContentPageDescriptionsResult.getContentSection()
GetContentPagesResult.getContentSection()
GetContentSectionDescriptionsResult.getContentSection()
GetContentSectionResult.getContentSection()
GetContentSectionsResult.getParentContentSection()
Methods in com.echothree.control.user.content.common.result that return types with arguments of type ContentSectionTransferMethods in com.echothree.control.user.content.common.result with parameters of type ContentSectionTransferModifier and TypeMethodDescriptionvoid
EditContentPageDescriptionResult.setContentSection
(ContentSectionTransfer contentSection) void
EditContentSectionDescriptionResult.setContentSection
(ContentSectionTransfer contentSection) void
EditContentSectionResult.setContentSection
(ContentSectionTransfer contentSection) void
GetContentPageDescriptionsResult.setContentSection
(ContentSectionTransfer contentSection) void
GetContentPagesResult.setContentSection
(ContentSectionTransfer contentSection) void
GetContentSectionDescriptionsResult.setContentSection
(ContentSectionTransfer contentSection) void
GetContentSectionResult.setContentSection
(ContentSectionTransfer contentSection) void
GetContentSectionsResult.setParentContentSection
(ContentSectionTransfer contentSection) Method parameters in com.echothree.control.user.content.common.result with type arguments of type ContentSectionTransferModifier and TypeMethodDescriptionvoid
GetContentSectionsResult.setContentSections
(List<ContentSectionTransfer> contentSections) -
Uses of ContentSectionTransfer in com.echothree.model.control.content.common.transfer
Methods in com.echothree.model.control.content.common.transfer that return ContentSectionTransferModifier and TypeMethodDescriptionContentPageTransfer.getContentSection()
Returns the contentSection.ContentSectionDescriptionTransfer.getContentSection()
Returns the contentSection.ContentSectionTransfer.getParentContentSection()
Returns the parentContentSection.Methods in com.echothree.model.control.content.common.transfer that return types with arguments of type ContentSectionTransferModifier and TypeMethodDescriptionContentCollectionTransfer.getContentSections()
Returns the contentSections.Methods in com.echothree.model.control.content.common.transfer with parameters of type ContentSectionTransferModifier and TypeMethodDescriptionvoid
ContentPageTransfer.setContentSection
(ContentSectionTransfer contentSection) Sets the contentSection.void
ContentSectionDescriptionTransfer.setContentSection
(ContentSectionTransfer contentSection) Sets the contentSection.void
ContentSectionTransfer.setParentContentSection
(ContentSectionTransfer parentContentSection) Sets the parentContentSection.Method parameters in com.echothree.model.control.content.common.transfer with type arguments of type ContentSectionTransferModifier and TypeMethodDescriptionvoid
ContentCollectionTransfer.setContentSections
(ListWrapper<ContentSectionTransfer> contentSections) Sets the contentSections.Constructors in com.echothree.model.control.content.common.transfer with parameters of type ContentSectionTransferModifierConstructorDescriptionContentPageTransfer
(ContentSectionTransfer contentSection, String contentPageName, ContentPageLayoutTransfer contentPageLayout, Boolean isDefault, Integer sortOrder, String description) Creates a new instance of ContentPageTransferContentSectionDescriptionTransfer
(LanguageTransfer language, ContentSectionTransfer contentSection, String description) Creates a new instance of ContentSectionDescriptionTransferContentSectionTransfer
(ContentCollectionTransfer contentCollection, String contentSectionName, ContentSectionTransfer parentContentSection, Boolean isDefault, Integer sortOrder, String description) Creates a new instance of ContentSectionTransfer -
Uses of ContentSectionTransfer in com.echothree.model.control.content.server.control
Methods in com.echothree.model.control.content.server.control that return ContentSectionTransferModifier and TypeMethodDescriptionContentControl.getContentSectionTransfer
(UserVisit userVisit, ContentSection contentSection) Methods in com.echothree.model.control.content.server.control that return types with arguments of type ContentSectionTransferModifier and TypeMethodDescriptionContentControl.getContentSectionTransfers
(UserVisit userVisit, ContentCollection contentCollection) ContentControl.getContentSectionTransfers
(UserVisit userVisit, Collection<ContentSection> contentSections) ContentControl.getContentSectionTransfersByParentContentSection
(UserVisit userVisit, ContentSection parentContentSection) -
Uses of ContentSectionTransfer in com.echothree.model.control.content.server.transfer
Methods in com.echothree.model.control.content.server.transfer that return ContentSectionTransferModifier and TypeMethodDescriptionContentSectionTransferCache.getContentSectionTransfer
(ContentSection contentSection)