Uses of Class
com.echothree.model.control.content.common.transfer.ContentCategoryTransfer
Packages that use ContentCategoryTransfer
Package
Description
-
Uses of ContentCategoryTransfer in com.echothree.control.user.content.common.result
Methods in com.echothree.control.user.content.common.result that return ContentCategoryTransferModifier and TypeMethodDescriptionEditContentCategoryDescriptionResult.getContentCategory()
EditContentCategoryResult.getContentCategory()
GetContentCategoryDescriptionsResult.getContentCategory()
GetContentCategoryItemsResult.getContentCategory()
GetContentCategoryResult.getContentCategory()
GetContentCategoriesResult.getParentContentCategory()
Methods in com.echothree.control.user.content.common.result that return types with arguments of type ContentCategoryTransferMethods in com.echothree.control.user.content.common.result with parameters of type ContentCategoryTransferModifier and TypeMethodDescriptionvoid
EditContentCategoryDescriptionResult.setContentCategory
(ContentCategoryTransfer contentCategory) void
EditContentCategoryResult.setContentCategory
(ContentCategoryTransfer contentCategory) void
GetContentCategoryDescriptionsResult.setContentCategory
(ContentCategoryTransfer contentCategory) void
GetContentCategoryItemsResult.setContentCategory
(ContentCategoryTransfer contentCategory) void
GetContentCategoryResult.setContentCategory
(ContentCategoryTransfer contentCategory) void
GetContentCategoriesResult.setParentContentCategory
(ContentCategoryTransfer parentContentCategory) Method parameters in com.echothree.control.user.content.common.result with type arguments of type ContentCategoryTransferModifier and TypeMethodDescriptionvoid
GetContentCategoriesResult.setContentCategories
(List<ContentCategoryTransfer> contentCategories) -
Uses of ContentCategoryTransfer in com.echothree.model.control.content.common.transfer
Methods in com.echothree.model.control.content.common.transfer that return ContentCategoryTransferModifier and TypeMethodDescriptionContentCategoryDescriptionTransfer.getContentCategory()
Returns the contentCategory.ContentCategoryItemTransfer.getContentCategory()
Returns the contentCategory.ContentCategoryResultTransfer.getContentCategory()
Returns the contentCategory.ContentCategoryTransfer.getParentContentCategory()
Returns the parentContentCategory.Methods in com.echothree.model.control.content.common.transfer that return types with arguments of type ContentCategoryTransferModifier and TypeMethodDescriptionContentCatalogTransfer.getContentCategories()
Returns the contentCategories.Methods in com.echothree.model.control.content.common.transfer with parameters of type ContentCategoryTransferModifier and TypeMethodDescriptionvoid
ContentCategoryDescriptionTransfer.setContentCategory
(ContentCategoryTransfer contentCategory) Sets the contentCategory.void
ContentCategoryItemTransfer.setContentCategory
(ContentCategoryTransfer contentCategory) Sets the contentCategory.void
ContentCategoryResultTransfer.setContentCategory
(ContentCategoryTransfer contentCategory) Sets the contentCategory.void
ContentCategoryTransfer.setParentContentCategory
(ContentCategoryTransfer parentContentCategory) Sets the parentContentCategory.Method parameters in com.echothree.model.control.content.common.transfer with type arguments of type ContentCategoryTransferModifier and TypeMethodDescriptionvoid
ContentCatalogTransfer.setContentCategories
(ListWrapper<ContentCategoryTransfer> contentCategories) Sets the contentCategories.Constructors in com.echothree.model.control.content.common.transfer with parameters of type ContentCategoryTransferModifierConstructorDescriptionContentCategoryDescriptionTransfer
(LanguageTransfer language, ContentCategoryTransfer contentCategory, String description) Creates a new instance of ContentCategoryDescriptionTransferContentCategoryItemTransfer
(ContentCategoryTransfer contentCategory, ContentCatalogItemTransfer contentCatalogItem, Boolean isDefault, Integer sortOrder) Creates a new instance of ContentCategoryItemTransferContentCategoryResultTransfer
(String contentCollectionName, String contentCatalogName, String contentCategoryName, ContentCategoryTransfer contentCategory) Creates a new instance of ItemResultTransferContentCategoryTransfer
(ContentCatalogTransfer contentCatalog, String contentCategoryName, ContentCategoryTransfer parentContentCategory, OfferUseTransfer defaultOfferUse, SelectorTransfer contentCategoryItemSelector, Boolean isDefault, Integer sortOrder, String description) Creates a new instance of ContentCategoryTransfer -
Uses of ContentCategoryTransfer in com.echothree.model.control.content.server.control
Methods in com.echothree.model.control.content.server.control that return ContentCategoryTransferModifier and TypeMethodDescriptionContentControl.getContentCategoryTransfer
(UserVisit userVisit, ContentCategory contentCategory) Methods in com.echothree.model.control.content.server.control that return types with arguments of type ContentCategoryTransferModifier and TypeMethodDescriptionContentControl.getContentCategoryTransfers
(UserVisit userVisit, ContentCatalog contentCatalog) ContentControl.getContentCategoryTransfers
(UserVisit userVisit, Collection<ContentCategory> contentCategories) ContentControl.getContentCategoryTransfersByParentContentCategory
(UserVisit userVisit, ContentCategory parentContentCategory) -
Uses of ContentCategoryTransfer in com.echothree.model.control.content.server.transfer
Methods in com.echothree.model.control.content.server.transfer that return ContentCategoryTransferModifier and TypeMethodDescriptionContentCategoryTransferCache.getContentCategoryTransfer
(ContentCategory contentCategory)