Uses of Class
com.echothree.model.control.content.common.transfer.ContentCatalogTransfer
Packages that use ContentCatalogTransfer
Package
Description
-
Uses of ContentCatalogTransfer in com.echothree.control.user.content.common.result
Methods in com.echothree.control.user.content.common.result that return ContentCatalogTransferModifier and TypeMethodDescriptionEditContentCatalogDescriptionResult.getContentCatalog()EditContentCatalogResult.getContentCatalog()EditContentCategoryDescriptionResult.getContentCatalog()GetContentCatalogDescriptionsResult.getContentCatalog()GetContentCatalogItemsResult.getContentCatalog()GetContentCatalogResult.getContentCatalog()GetContentCategoriesResult.getContentCatalog()GetContentCategoryDescriptionsResult.getContentCatalog()Methods in com.echothree.control.user.content.common.result that return types with arguments of type ContentCatalogTransferMethods in com.echothree.control.user.content.common.result with parameters of type ContentCatalogTransferModifier and TypeMethodDescriptionvoidEditContentCatalogDescriptionResult.setContentCatalog(ContentCatalogTransfer contentCatalog) voidEditContentCatalogResult.setContentCatalog(ContentCatalogTransfer contentCatalog) voidEditContentCategoryDescriptionResult.setContentCatalog(ContentCatalogTransfer contentCatalog) voidGetContentCatalogDescriptionsResult.setContentCatalog(ContentCatalogTransfer contentCatalog) voidGetContentCatalogItemsResult.setContentCatalog(ContentCatalogTransfer contentCatalog) voidGetContentCatalogResult.setContentCatalog(ContentCatalogTransfer contentCatalog) voidGetContentCategoriesResult.setContentCatalog(ContentCatalogTransfer contentCatalog) voidGetContentCategoryDescriptionsResult.setContentCatalog(ContentCatalogTransfer contentCatalog) Method parameters in com.echothree.control.user.content.common.result with type arguments of type ContentCatalogTransferModifier and TypeMethodDescriptionvoidGetContentCatalogsResult.setContentCatalogs(List<ContentCatalogTransfer> contentCatalogs) -
Uses of ContentCatalogTransfer in com.echothree.model.control.content.common.transfer
Methods in com.echothree.model.control.content.common.transfer that return ContentCatalogTransferModifier and TypeMethodDescriptionContentCatalogDescriptionTransfer.getContentCatalog()Returns the contentCatalog.ContentCatalogItemTransfer.getContentCatalog()Returns the contentCatalog.ContentCatalogResultTransfer.getContentCatalog()Returns the contentCatalog.ContentCategoryTransfer.getContentCatalog()Returns the contentCatalog.Methods in com.echothree.model.control.content.common.transfer that return types with arguments of type ContentCatalogTransferModifier and TypeMethodDescriptionContentCollectionTransfer.getContentCatalogs()Returns the contentCatalogs.Methods in com.echothree.model.control.content.common.transfer with parameters of type ContentCatalogTransferModifier and TypeMethodDescriptionvoidContentCatalogDescriptionTransfer.setContentCatalog(ContentCatalogTransfer contentCatalog) Sets the contentCatalog.voidContentCatalogItemTransfer.setContentCatalog(ContentCatalogTransfer contentCatalog) Sets the contentCatalog.voidContentCatalogResultTransfer.setContentCatalog(ContentCatalogTransfer contentCatalog) Sets the contentCatalog.voidContentCategoryTransfer.setContentCatalog(ContentCatalogTransfer contentCatalog) Sets the contentCatalog.Method parameters in com.echothree.model.control.content.common.transfer with type arguments of type ContentCatalogTransferModifier and TypeMethodDescriptionvoidContentCollectionTransfer.setContentCatalogs(ListWrapper<ContentCatalogTransfer> contentCatalogs) Sets the contentCatalogs.Constructors in com.echothree.model.control.content.common.transfer with parameters of type ContentCatalogTransferModifierConstructorDescriptionContentCatalogDescriptionTransfer(LanguageTransfer language, ContentCatalogTransfer contentCatalog, String description) Creates a new instance of ContentCatalogDescriptionTransferContentCatalogItemTransfer(ContentCatalogTransfer contentCatalog, ItemTransfer item, InventoryConditionTransfer inventoryCondition, UnitOfMeasureTypeTransfer unitOfMeasureType, CurrencyTransfer currency, Long unformattedUnitPrice, String unitPrice, Long unformattedMinimumUnitPrice, String minimumUnitPrice, Long unformattedMaximumUnitPrice, String maximumUnitPrice, Long unformattedUnitPriceIncrement, String unitPriceIncrement) Creates a new instance of ContentCatalogItemTransferContentCatalogResultTransfer(String contentCollectionName, String contentCatalogName, ContentCatalogTransfer contentCatalog) 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 ContentCatalogTransfer in com.echothree.model.control.content.server.control
Methods in com.echothree.model.control.content.server.control that return ContentCatalogTransferModifier and TypeMethodDescriptionContentControl.getContentCatalogTransfer(UserVisit userVisit, ContentCatalog contentCatalog) Methods in com.echothree.model.control.content.server.control that return types with arguments of type ContentCatalogTransferModifier and TypeMethodDescriptionContentControl.getContentCatalogTransfers(UserVisit userVisit, ContentCollection contentCollection) ContentControl.getContentCatalogTransfers(UserVisit userVisit, Collection<ContentCatalog> contentCatalogs) -
Uses of ContentCatalogTransfer in com.echothree.model.control.content.server.transfer
Methods in com.echothree.model.control.content.server.transfer that return ContentCatalogTransferModifier and TypeMethodDescriptionContentCatalogTransferCache.getContentCatalogTransfer(UserVisit userVisit, ContentCatalog contentCatalog)