Uses of Class
com.echothree.model.control.item.common.transfer.ItemCategoryTransfer
Packages that use ItemCategoryTransfer
Package
Description
-
Uses of ItemCategoryTransfer in com.echothree.control.user.item.common.result
Methods in com.echothree.control.user.item.common.result that return ItemCategoryTransferModifier and TypeMethodDescriptionEditItemCategoryResult.getItemCategory()
GetItemCategoryDescriptionsResult.getItemCategory()
GetItemCategoryResult.getItemCategory()
GetItemCategoriesResult.getParentItemCategory()
Methods in com.echothree.control.user.item.common.result that return types with arguments of type ItemCategoryTransferMethods in com.echothree.control.user.item.common.result with parameters of type ItemCategoryTransferModifier and TypeMethodDescriptionvoid
EditItemCategoryResult.setItemCategory
(ItemCategoryTransfer itemCategory) void
GetItemCategoryDescriptionsResult.setItemCategory
(ItemCategoryTransfer itemCategory) void
GetItemCategoryResult.setItemCategory
(ItemCategoryTransfer itemCategory) void
GetItemCategoriesResult.setParentItemCategory
(ItemCategoryTransfer parentItemCategory) Method parameters in com.echothree.control.user.item.common.result with type arguments of type ItemCategoryTransferModifier and TypeMethodDescriptionvoid
GetItemCategoriesResult.setItemCategories
(List<ItemCategoryTransfer> itemCategories) -
Uses of ItemCategoryTransfer in com.echothree.model.control.item.common.transfer
Methods in com.echothree.model.control.item.common.transfer that return ItemCategoryTransferModifier and TypeMethodDescriptionItemCategoryDescriptionTransfer.getItemCategory()
ItemTransfer.getItemCategory()
Returns the itemCategory.ItemCategoryTransfer.getParentItemCategory()
Methods in com.echothree.model.control.item.common.transfer with parameters of type ItemCategoryTransferModifier and TypeMethodDescriptionvoid
ItemCategoryDescriptionTransfer.setItemCategory
(ItemCategoryTransfer itemCategory) void
ItemTransfer.setItemCategory
(ItemCategoryTransfer itemCategory) Sets the itemCategory.void
ItemCategoryTransfer.setParentItemCategory
(ItemCategoryTransfer parentItemCategory) Constructors in com.echothree.model.control.item.common.transfer with parameters of type ItemCategoryTransferModifierConstructorDescriptionItemCategoryDescriptionTransfer
(LanguageTransfer language, ItemCategoryTransfer itemCategory, String description) Creates a new instance of ItemCategoryDescriptionTransferItemCategoryTransfer
(String itemCategoryName, ItemCategoryTransfer parentItemCategory, Boolean isDefault, Integer sortOrder, String description) Creates a new instance of ItemCategoryTransferItemTransfer
(String itemName, ItemTypeTransfer itemType, ItemUseTypeTransfer itemUseType, ItemCategoryTransfer itemCategory, ItemAccountingCategoryTransfer itemAccountingCategory, ItemPurchasingCategoryTransfer itemPurchasingCategory, CompanyTransfer company, ItemDeliveryTypeTransfer itemDeliveryType, ItemInventoryTypeTransfer itemInventoryType, Boolean inventorySerialized, SequenceTransfer serialNumberSequence, Boolean shippingChargeExempt, Long unformattedShippingStartTime, String shippingStartTime, Long unformattedShippingEndTime, String shippingEndTime, Long unformattedSalesOrderStartTime, String salesOrderStartTime, Long unformattedSalesOrderEndTime, String salesOrderEndTime, Long unformattedPurchaseOrderStartTime, String purchaseOrderStartTime, Long unformattedPurchaseOrderEndTime, String purchaseOrderEndTime, Boolean allowClubDiscounts, Boolean allowCouponDiscounts, Boolean allowAssociatePayments, UnitOfMeasureKindTransfer unitOfMeasureKind, ItemPriceTypeTransfer itemPriceType, CancellationPolicyTransfer cancellationPolicy, ReturnPolicyTransfer returnPolicy, String description, WorkflowEntityStatusTransfer itemStatus) Creates a new instance of ItemTransfer -
Uses of ItemCategoryTransfer in com.echothree.model.control.item.server.control
Methods in com.echothree.model.control.item.server.control that return ItemCategoryTransferModifier and TypeMethodDescriptionItemControl.getItemCategoryTransfer
(UserVisit userVisit, ItemCategory itemCategory) Methods in com.echothree.model.control.item.server.control that return types with arguments of type ItemCategoryTransferModifier and TypeMethodDescriptionItemControl.getItemCategoryTransfers
(UserVisit userVisit) ItemControl.getItemCategoryTransfers
(UserVisit userVisit, Collection<ItemCategory> itemCategories) ItemControl.getItemCategoryTransfersByParentItemCategory
(UserVisit userVisit, ItemCategory parentItemCategory) -
Uses of ItemCategoryTransfer in com.echothree.model.control.item.server.transfer
Methods in com.echothree.model.control.item.server.transfer that return ItemCategoryTransferModifier and TypeMethodDescriptionItemCategoryTransferCache.getTransfer
(ItemCategory itemCategory)