Uses of Class
com.echothree.model.control.content.common.transfer.ContentPageLayoutTransfer
Packages that use ContentPageLayoutTransfer
Package
Description
-
Uses of ContentPageLayoutTransfer in com.echothree.control.user.content.common.result
Methods in com.echothree.control.user.content.common.result that return ContentPageLayoutTransferModifier and TypeMethodDescriptionGetContentPageLayoutDescriptionsResult.getContentPageLayout()GetContentPageLayoutResult.getContentPageLayout()Methods in com.echothree.control.user.content.common.result that return types with arguments of type ContentPageLayoutTransferMethods in com.echothree.control.user.content.common.result with parameters of type ContentPageLayoutTransferModifier and TypeMethodDescriptionvoidGetContentPageLayoutDescriptionsResult.setContentPageLayout(ContentPageLayoutTransfer contentPageLayout) voidGetContentPageLayoutResult.setContentPageLayout(ContentPageLayoutTransfer contentPageLayout) Method parameters in com.echothree.control.user.content.common.result with type arguments of type ContentPageLayoutTransferModifier and TypeMethodDescriptionvoidGetContentPageLayoutsResult.setContentPageLayouts(List<ContentPageLayoutTransfer> contentPageLayouts) -
Uses of ContentPageLayoutTransfer in com.echothree.model.control.content.common.transfer
Methods in com.echothree.model.control.content.common.transfer that return ContentPageLayoutTransferModifier and TypeMethodDescriptionContentPageLayoutAreaTransfer.getContentPageLayout()Returns the contentPageLayout.ContentPageLayoutDescriptionTransfer.getContentPageLayout()ContentPageTransfer.getContentPageLayout()Returns the contentPageLayout.Methods in com.echothree.model.control.content.common.transfer with parameters of type ContentPageLayoutTransferModifier and TypeMethodDescriptionvoidContentPageLayoutAreaTransfer.setContentPageLayout(ContentPageLayoutTransfer contentPageLayout) Sets the contentPageLayout.voidContentPageLayoutDescriptionTransfer.setContentPageLayout(ContentPageLayoutTransfer contentPageLayout) voidContentPageTransfer.setContentPageLayout(ContentPageLayoutTransfer contentPageLayout) Sets the contentPageLayout.Constructors in com.echothree.model.control.content.common.transfer with parameters of type ContentPageLayoutTransferModifierConstructorDescriptionContentPageLayoutAreaTransfer(ContentPageLayoutTransfer contentPageLayout, ContentPageAreaTypeTransfer contentPageAreaType, Boolean showDescriptionField, Integer sortOrder, String description) Creates a new instance of ContentPageLayoutAreaTransferContentPageLayoutDescriptionTransfer(LanguageTransfer language, ContentPageLayoutTransfer contentPageLayout, String description) Creates a new instance of ContentPageLayoutDescriptionTransferContentPageTransfer(ContentSectionTransfer contentSection, String contentPageName, ContentPageLayoutTransfer contentPageLayout, Boolean isDefault, Integer sortOrder, String description) Creates a new instance of ContentPageTransfer -
Uses of ContentPageLayoutTransfer in com.echothree.model.control.content.server.control
Methods in com.echothree.model.control.content.server.control that return ContentPageLayoutTransferModifier and TypeMethodDescriptionContentControl.getContentPageLayoutTransfer(UserVisit userVisit, ContentPageLayout contentPageLayout) Methods in com.echothree.model.control.content.server.control that return types with arguments of type ContentPageLayoutTransferModifier and TypeMethodDescriptionContentControl.getContentPageLayoutTransfers(UserVisit userVisit) ContentControl.getContentPageLayoutTransfers(UserVisit userVisit, Collection<ContentPageLayout> contentPageLayouts) -
Uses of ContentPageLayoutTransfer in com.echothree.model.control.content.server.transfer
Methods in com.echothree.model.control.content.server.transfer that return ContentPageLayoutTransferModifier and TypeMethodDescriptionContentPageLayoutTransferCache.getTransfer(UserVisit userVisit, ContentPageLayout contentPageLayout)