Uses of Class
com.echothree.model.control.inventory.common.transfer.InventoryConditionTransfer
Packages that use InventoryConditionTransfer
Package
Description
-
Uses of InventoryConditionTransfer in com.echothree.control.user.inventory.common.result
Methods in com.echothree.control.user.inventory.common.result that return InventoryConditionTransferModifier and TypeMethodDescriptionGetInventoryConditionDescriptionsResult.getInventoryCondition()
GetInventoryConditionResult.getInventoryCondition()
GetInventoryConditionUsesResult.getInventoryCondition()
GetPartyInventoryLevelsResult.getInventoryCondition()
Methods in com.echothree.control.user.inventory.common.result that return types with arguments of type InventoryConditionTransferMethods in com.echothree.control.user.inventory.common.result with parameters of type InventoryConditionTransferModifier and TypeMethodDescriptionvoid
GetInventoryConditionDescriptionsResult.setInventoryCondition
(InventoryConditionTransfer inventoryCondition) void
GetInventoryConditionResult.setInventoryCondition
(InventoryConditionTransfer inventoryCondition) void
GetInventoryConditionUsesResult.setInventoryCondition
(InventoryConditionTransfer inventoryCondition) void
GetPartyInventoryLevelsResult.setInventoryCondition
(InventoryConditionTransfer inventoryCondition) Method parameters in com.echothree.control.user.inventory.common.result with type arguments of type InventoryConditionTransferModifier and TypeMethodDescriptionvoid
GetInventoryConditionsResult.setInventoryConditions
(List<InventoryConditionTransfer> inventoryConditions) -
Uses of InventoryConditionTransfer in com.echothree.model.control.content.common.transfer
Methods in com.echothree.model.control.content.common.transfer that return InventoryConditionTransferModifier and TypeMethodDescriptionContentCatalogItemTransfer.getInventoryCondition()
Returns the inventoryCondition.Methods in com.echothree.model.control.content.common.transfer with parameters of type InventoryConditionTransferModifier and TypeMethodDescriptionvoid
ContentCatalogItemTransfer.setInventoryCondition
(InventoryConditionTransfer inventoryCondition) Sets the inventoryCondition.Constructors in com.echothree.model.control.content.common.transfer with parameters of type InventoryConditionTransferModifierConstructorDescriptionContentCatalogItemTransfer
(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 ContentCatalogItemTransfer -
Uses of InventoryConditionTransfer in com.echothree.model.control.inventory.common.transfer
Methods in com.echothree.model.control.inventory.common.transfer that return InventoryConditionTransferModifier and TypeMethodDescriptionInventoryConditionDescriptionTransfer.getInventoryCondition()
InventoryConditionGlAccountTransfer.getInventoryCondition()
InventoryConditionUseTransfer.getInventoryCondition()
LotTransfer.getInventoryCondition()
PartyInventoryLevelTransfer.getInventoryCondition()
Methods in com.echothree.model.control.inventory.common.transfer with parameters of type InventoryConditionTransferModifier and TypeMethodDescriptionvoid
InventoryConditionDescriptionTransfer.setInventoryCondition
(InventoryConditionTransfer inventoryCondition) void
InventoryConditionGlAccountTransfer.setInventoryCondition
(InventoryConditionTransfer inventoryCondition) void
InventoryConditionUseTransfer.setInventoryCondition
(InventoryConditionTransfer inventoryCondition) void
LotTransfer.setInventoryCondition
(InventoryConditionTransfer inventoryCondition) void
PartyInventoryLevelTransfer.setInventoryCondition
(InventoryConditionTransfer inventoryCondition) Constructors in com.echothree.model.control.inventory.common.transfer with parameters of type InventoryConditionTransferModifierConstructorDescriptionInventoryConditionDescriptionTransfer
(LanguageTransfer language, InventoryConditionTransfer inventoryCondition, String description) Creates a new instance of InventoryConditionDescriptionTransferInventoryConditionGlAccountTransfer
(InventoryConditionTransfer inventoryCondition, ItemAccountingCategoryTransfer itemAccountingCategory, GlAccountTransfer inventoryGlAccount, GlAccountTransfer salesGlAccount, GlAccountTransfer returnsGlAccount, GlAccountTransfer cogsGlAccount, GlAccountTransfer returnsCogsGlAccount) Creates a new instance of InventoryConditionGlAccountTransferInventoryConditionUseTransfer
(InventoryConditionUseTypeTransfer inventoryConditionUseType, InventoryConditionTransfer inventoryCondition, Boolean isDefault) Creates a new instance of InventoryConditionUseTransferLotTransfer
(String lotName, PartyTransfer ownerParty, ItemTransfer item, InventoryConditionTransfer inventoryCondition, UnitOfMeasureTypeTransfer unitOfMeasureType, Long quantity, CurrencyTransfer currency, Long unformattedUnitCost, String unitCost) PartyInventoryLevelTransfer
(PartyTransfer party, ItemTransfer item, InventoryConditionTransfer inventoryCondition, String minimumInventory, String maximumInventory, String reorderQuantity) Creates a new instance of PartyInventoryLevelTransfer -
Uses of InventoryConditionTransfer in com.echothree.model.control.inventory.server.control
Methods in com.echothree.model.control.inventory.server.control that return InventoryConditionTransferModifier and TypeMethodDescriptionInventoryControl.getInventoryConditionTransfer
(UserVisit userVisit, InventoryCondition inventoryCondition) Methods in com.echothree.model.control.inventory.server.control that return types with arguments of type InventoryConditionTransferModifier and TypeMethodDescriptionInventoryControl.getInventoryConditionTransfers
(UserVisit userVisit) InventoryControl.getInventoryConditionTransfers
(UserVisit userVisit, Collection<InventoryCondition> inventoryConditions) -
Uses of InventoryConditionTransfer in com.echothree.model.control.inventory.server.transfer
Methods in com.echothree.model.control.inventory.server.transfer that return InventoryConditionTransferModifier and TypeMethodDescriptionInventoryConditionTransferCache.getTransfer
(InventoryCondition inventoryCondition) -
Uses of InventoryConditionTransfer in com.echothree.model.control.invoice.common.transfer
Methods in com.echothree.model.control.invoice.common.transfer that return InventoryConditionTransferMethods in com.echothree.model.control.invoice.common.transfer with parameters of type InventoryConditionTransferModifier and TypeMethodDescriptionvoid
InvoiceLineItemTransfer.setInventoryCondition
(InventoryConditionTransfer inventoryCondition) Constructors in com.echothree.model.control.invoice.common.transfer with parameters of type InventoryConditionTransferModifierConstructorDescriptionInvoiceLineItemTransfer
(InvoiceLineTransfer invoiceLine, ItemTransfer item, InventoryConditionTransfer inventoryCondition, UnitOfMeasureTypeTransfer unitOfMeasureType, Integer quantity) Creates a new instance of InvoiceLineItemTransfer -
Uses of InventoryConditionTransfer in com.echothree.model.control.item.common.transfer
Methods in com.echothree.model.control.item.common.transfer that return InventoryConditionTransferModifier and TypeMethodDescriptionItemKitMemberTransfer.getInventoryCondition()
ItemPriceTransfer.getInventoryCondition()
Returns the inventoryCondition.ItemUnitCustomerTypeLimitTransfer.getInventoryCondition()
ItemUnitLimitTransfer.getInventoryCondition()
ItemUnitPriceLimitTransfer.getInventoryCondition()
Returns the inventoryCondition.ItemKitMemberTransfer.getMemberInventoryCondition()
Methods in com.echothree.model.control.item.common.transfer with parameters of type InventoryConditionTransferModifier and TypeMethodDescriptionvoid
ItemKitMemberTransfer.setInventoryCondition
(InventoryConditionTransfer inventoryCondition) void
ItemPriceTransfer.setInventoryCondition
(InventoryConditionTransfer inventoryCondition) Sets the inventoryCondition.void
ItemUnitCustomerTypeLimitTransfer.setInventoryCondition
(InventoryConditionTransfer inventoryCondition) void
ItemUnitLimitTransfer.setInventoryCondition
(InventoryConditionTransfer inventoryCondition) void
ItemUnitPriceLimitTransfer.setInventoryCondition
(InventoryConditionTransfer inventoryCondition) Sets the inventoryCondition.void
ItemKitMemberTransfer.setMemberInventoryCondition
(InventoryConditionTransfer memberInventoryCondition) Constructors in com.echothree.model.control.item.common.transfer with parameters of type InventoryConditionTransferModifierConstructorDescriptionItemKitMemberTransfer
(ItemTransfer item, InventoryConditionTransfer inventoryCondition, UnitOfMeasureTypeTransfer unitOfMeasureType, ItemTransfer memberItem, InventoryConditionTransfer memberInventoryCondition, UnitOfMeasureTypeTransfer memberUnitOfMeasureType, String quantity) Creates a new instance of ItemKitMemberTransferItemPriceTransfer
(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 ItemPriceTransferItemUnitCustomerTypeLimitTransfer
(ItemTransfer item, InventoryConditionTransfer inventoryCondition, UnitOfMeasureTypeTransfer unitOfMeasureType, CustomerTypeTransfer customerType, String minimumQuantity, String maximumQuantity) Creates a new instance of ItemUnitCustomerTypeLimitTransferItemUnitLimitTransfer
(ItemTransfer item, InventoryConditionTransfer inventoryCondition, UnitOfMeasureTypeTransfer unitOfMeasureType, String minimumQuantity, String maximumQuantity) Creates a new instance of ItemUnitLimitTransferItemUnitPriceLimitTransfer
(ItemTransfer item, InventoryConditionTransfer inventoryCondition, UnitOfMeasureTypeTransfer unitOfMeasureType, CurrencyTransfer currency, Long unformattedMinimumUnitPrice, String minimumUnitPrice, Long unformattedMaximumUnitPrice, String maximumUnitPrice) Creates a new instance of ItemUnitPriceLimitTransfer -
Uses of InventoryConditionTransfer in com.echothree.model.control.offer.common.transfer
Methods in com.echothree.model.control.offer.common.transfer that return InventoryConditionTransferModifier and TypeMethodDescriptionOfferItemPriceTransfer.getInventoryCondition()
Returns the inventoryCondition.Methods in com.echothree.model.control.offer.common.transfer with parameters of type InventoryConditionTransferModifier and TypeMethodDescriptionvoid
OfferItemPriceTransfer.setInventoryCondition
(InventoryConditionTransfer inventoryCondition) Sets the inventoryCondition.Constructors in com.echothree.model.control.offer.common.transfer with parameters of type InventoryConditionTransferModifierConstructorDescriptionOfferItemPriceTransfer
(OfferItemTransfer offerItem, 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 OfferItemPriceTransfer -
Uses of InventoryConditionTransfer in com.echothree.model.control.order.common.transfer
Methods in com.echothree.model.control.order.common.transfer that return InventoryConditionTransferModifier and TypeMethodDescriptionOrderLineTransfer.getInventoryCondition()
Returns the inventoryCondition.Methods in com.echothree.model.control.order.common.transfer with parameters of type InventoryConditionTransferModifier and TypeMethodDescriptionvoid
OrderLineTransfer.setInventoryCondition
(InventoryConditionTransfer inventoryCondition) Sets the inventoryCondition.Constructors in com.echothree.model.control.order.common.transfer with parameters of type InventoryConditionTransferModifierConstructorDescriptionprotected
OrderLineTransfer
(O order, Integer orderLineSequence, ItemTransfer item, InventoryConditionTransfer inventoryCondition, UnitOfMeasureTypeTransfer unitOfMeasureType, Long quantity, Long unformattedUnitAmount, String unitAmount, String description, CancellationPolicyTransfer cancellationPolicy, ReturnPolicyTransfer returnPolicy, Boolean taxable) -
Uses of InventoryConditionTransfer in com.echothree.model.control.vendor.common.transfer
Methods in com.echothree.model.control.vendor.common.transfer that return InventoryConditionTransferModifier and TypeMethodDescriptionVendorItemCostTransfer.getInventoryCondition()
Returns the inventoryCondition.Methods in com.echothree.model.control.vendor.common.transfer with parameters of type InventoryConditionTransferModifier and TypeMethodDescriptionvoid
VendorItemCostTransfer.setInventoryCondition
(InventoryConditionTransfer inventoryCondition) Sets the inventoryCondition.Constructors in com.echothree.model.control.vendor.common.transfer with parameters of type InventoryConditionTransferModifierConstructorDescriptionVendorItemCostTransfer
(VendorItemTransfer vendorItem, InventoryConditionTransfer inventoryCondition, UnitOfMeasureTypeTransfer unitOfMeasureType, Long unformattedUnitCost, String unitCost) Creates a new instance of VendorItemCostTransfer -
Uses of InventoryConditionTransfer in com.echothree.model.control.wishlist.common.transfer
Constructors in com.echothree.model.control.wishlist.common.transfer with parameters of type InventoryConditionTransferModifierConstructorDescriptionWishlistLineTransfer
(WishlistTransfer wishlist, Integer orderLineSequence, ItemTransfer item, InventoryConditionTransfer inventoryCondition, UnitOfMeasureTypeTransfer unitOfMeasureType, Long quantity, Long unformattedUnitAmount, String unitAmount, String description, OfferUseTransfer offerUse, WishlistPriorityTransfer wishlistPriority, AssociateReferralTransfer associateReferral, String comment) Creates a new instance of WishlistLineTransfer