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 TypeMethodDescriptionvoidEditContentCategoryDescriptionResult.setContentCategory(ContentCategoryTransfer contentCategory) voidEditContentCategoryResult.setContentCategory(ContentCategoryTransfer contentCategory) voidGetContentCategoryDescriptionsResult.setContentCategory(ContentCategoryTransfer contentCategory) voidGetContentCategoryItemsResult.setContentCategory(ContentCategoryTransfer contentCategory) voidGetContentCategoryResult.setContentCategory(ContentCategoryTransfer contentCategory) voidGetContentCategoriesResult.setParentContentCategory(ContentCategoryTransfer parentContentCategory) Method parameters in com.echothree.control.user.content.common.result with type arguments of type ContentCategoryTransferModifier and TypeMethodDescriptionvoidGetContentCategoriesResult.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 TypeMethodDescriptionvoidContentCategoryDescriptionTransfer.setContentCategory(ContentCategoryTransfer contentCategory) Sets the contentCategory.voidContentCategoryItemTransfer.setContentCategory(ContentCategoryTransfer contentCategory) Sets the contentCategory.voidContentCategoryResultTransfer.setContentCategory(ContentCategoryTransfer contentCategory) Sets the contentCategory.voidContentCategoryTransfer.setParentContentCategory(ContentCategoryTransfer parentContentCategory) Sets the parentContentCategory.Method parameters in com.echothree.model.control.content.common.transfer with type arguments of type ContentCategoryTransferModifier and TypeMethodDescriptionvoidContentCatalogTransfer.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(UserVisit userVisit, ContentCategory contentCategory)