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 TypeMethodDescriptionvoid
EditContentCatalogDescriptionResult.setContentCatalog
(ContentCatalogTransfer contentCatalog) void
EditContentCatalogResult.setContentCatalog
(ContentCatalogTransfer contentCatalog) void
EditContentCategoryDescriptionResult.setContentCatalog
(ContentCatalogTransfer contentCatalog) void
GetContentCatalogDescriptionsResult.setContentCatalog
(ContentCatalogTransfer contentCatalog) void
GetContentCatalogItemsResult.setContentCatalog
(ContentCatalogTransfer contentCatalog) void
GetContentCatalogResult.setContentCatalog
(ContentCatalogTransfer contentCatalog) void
GetContentCategoriesResult.setContentCatalog
(ContentCatalogTransfer contentCatalog) void
GetContentCategoryDescriptionsResult.setContentCatalog
(ContentCatalogTransfer contentCatalog) Method parameters in com.echothree.control.user.content.common.result with type arguments of type ContentCatalogTransferModifier and TypeMethodDescriptionvoid
GetContentCatalogsResult.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.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 TypeMethodDescriptionvoid
ContentCatalogDescriptionTransfer.setContentCatalog
(ContentCatalogTransfer contentCatalog) Sets the contentCatalog.void
ContentCatalogItemTransfer.setContentCatalog
(ContentCatalogTransfer contentCatalog) Sets the contentCatalog.void
ContentCategoryTransfer.setContentCatalog
(ContentCatalogTransfer contentCatalog) Sets the contentCatalog.Method parameters in com.echothree.model.control.content.common.transfer with type arguments of type ContentCatalogTransferModifier and TypeMethodDescriptionvoid
ContentCollectionTransfer.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 ContentCatalogItemTransferContentCategoryTransfer
(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
(ContentCatalog contentCatalog)