Uses of Class
com.echothree.model.control.content.common.transfer.ContentCatalogItemTransfer
Packages that use ContentCatalogItemTransfer
Package
Description
-
Uses of ContentCatalogItemTransfer in com.echothree.control.user.content.common.result
Methods in com.echothree.control.user.content.common.result that return ContentCatalogItemTransferMethods in com.echothree.control.user.content.common.result that return types with arguments of type ContentCatalogItemTransferMethods in com.echothree.control.user.content.common.result with parameters of type ContentCatalogItemTransferModifier and TypeMethodDescriptionvoidGetContentCatalogItemResult.setContentCatalogItem(ContentCatalogItemTransfer contentCatalogItem) Method parameters in com.echothree.control.user.content.common.result with type arguments of type ContentCatalogItemTransferModifier and TypeMethodDescriptionvoidGetContentCatalogItemsResult.setContentCatalogItems(List<ContentCatalogItemTransfer> contentCatalogItems) -
Uses of ContentCatalogItemTransfer in com.echothree.model.control.content.common.transfer
Methods in com.echothree.model.control.content.common.transfer that return ContentCatalogItemTransferModifier and TypeMethodDescriptionContentCatalogItemResultTransfer.getContentCatalogItem()Returns the contentCatalogItem.ContentCategoryItemTransfer.getContentCatalogItem()Returns the contentCatalogItem.Methods in com.echothree.model.control.content.common.transfer that return types with arguments of type ContentCatalogItemTransferModifier and TypeMethodDescriptionContentCatalogTransfer.getContentCatalogItems()Returns the contentCatalogItems.Methods in com.echothree.model.control.content.common.transfer with parameters of type ContentCatalogItemTransferModifier and TypeMethodDescriptionvoidContentCatalogItemResultTransfer.setContentCatalogItem(ContentCatalogItemTransfer contentCatalogItem) Sets the contentCatalogItem.voidContentCategoryItemTransfer.setContentCatalogItem(ContentCatalogItemTransfer contentCatalogItem) Sets the contentCatalogItem.Method parameters in com.echothree.model.control.content.common.transfer with type arguments of type ContentCatalogItemTransferModifier and TypeMethodDescriptionvoidContentCatalogTransfer.setContentCatalogItems(ListWrapper<ContentCatalogItemTransfer> contentCatalogItems) Sets the contentCatalogItems.Constructors in com.echothree.model.control.content.common.transfer with parameters of type ContentCatalogItemTransferModifierConstructorDescriptionContentCatalogItemResultTransfer(String contentCollectionName, String contentCatalogName, String itemName, ContentCatalogItemTransfer contentCatalogItem) Creates a new instance of ContentCatalogItemResultTransferContentCategoryItemTransfer(ContentCategoryTransfer contentCategory, ContentCatalogItemTransfer contentCatalogItem, Boolean isDefault, Integer sortOrder) Creates a new instance of ContentCategoryItemTransfer -
Uses of ContentCatalogItemTransfer in com.echothree.model.control.content.server.control
Methods in com.echothree.model.control.content.server.control that return ContentCatalogItemTransferModifier and TypeMethodDescriptionContentControl.getContentCatalogItemTransfer(UserVisit userVisit, ContentCatalogItem contentCatalogItem) Methods in com.echothree.model.control.content.server.control that return types with arguments of type ContentCatalogItemTransferModifier and TypeMethodDescriptionContentControl.getContentCatalogItemTransfers(UserVisit userVisit, ContentCatalog contentCatalog) ContentControl.getContentCatalogItemTransfers(UserVisit userVisit, Collection<ContentCatalogItem> contentCatalogItems) -
Uses of ContentCatalogItemTransfer in com.echothree.model.control.content.server.transfer
Methods in com.echothree.model.control.content.server.transfer that return ContentCatalogItemTransferModifier and TypeMethodDescriptionContentCatalogItemTransferCache.getContentCatalogItemTransfer(UserVisit userVisit, ContentCatalogItem contentCatalogItem)