Uses of Class
com.echothree.model.data.inventory.server.entity.InventoryCondition
Packages that use InventoryCondition
Package
Description
-
Uses of InventoryCondition in com.echothree.control.user.inventory.server.command
Methods in com.echothree.control.user.inventory.server.command that return InventoryConditionModifier and TypeMethodDescriptionEditInventoryConditionCommand.getEntity
(EditInventoryConditionResult result) protected InventoryCondition
GetInventoryConditionCommand.getEntity()
EditInventoryConditionCommand.getLockEntity
(InventoryCondition inventoryCondition) Methods in com.echothree.control.user.inventory.server.command that return types with arguments of type InventoryConditionModifier and TypeMethodDescriptionprotected Collection<InventoryCondition>
GetInventoryConditionsCommand.getEntities()
Methods in com.echothree.control.user.inventory.server.command with parameters of type InventoryConditionModifier and TypeMethodDescriptionvoid
EditInventoryConditionCommand.canUpdate
(InventoryCondition inventoryCondition) void
EditInventoryConditionCommand.doLock
(InventoryConditionEdit edit, InventoryCondition inventoryCondition) void
EditInventoryConditionCommand.doUpdate
(InventoryCondition inventoryCondition) void
EditInventoryConditionCommand.fillInResult
(EditInventoryConditionResult result, InventoryCondition inventoryCondition) EditInventoryConditionCommand.getLockEntity
(InventoryCondition inventoryCondition) protected BaseResult
GetInventoryConditionCommand.getResult
(InventoryCondition entity) Method parameters in com.echothree.control.user.inventory.server.command with type arguments of type InventoryConditionModifier and TypeMethodDescriptionprotected BaseResult
GetInventoryConditionsCommand.getResult
(Collection<InventoryCondition> entities) -
Uses of InventoryCondition in com.echothree.model.control.content.server.control
Methods in com.echothree.model.control.content.server.control with parameters of type InventoryConditionModifier and TypeMethodDescriptionContentControl.createContentCatalogItem
(ContentCatalog contentCatalog, Item item, InventoryCondition inventoryCondition, UnitOfMeasureType unitOfMeasureType, Currency currency, BasePK createdBy) void
ContentControl.deleteContentCatalogItemsByInventoryCondition
(InventoryCondition inventoryCondition, BasePK deletedBy) ContentControl.getContentCatalogItem
(ContentCatalog contentCatalog, Item item, InventoryCondition inventoryCondition, UnitOfMeasureType unitOfMeasureType, Currency currency) ContentControl.getContentCatalogItemForUpdate
(ContentCatalog contentCatalog, Item item, InventoryCondition inventoryCondition, UnitOfMeasureType unitOfMeasureType, Currency currency) ContentControl.getContentCatalogItemsByInventoryCondition
(InventoryCondition inventoryCondition) ContentControl.getContentCatalogItemsByInventoryConditionForUpdate
(InventoryCondition inventoryCondition) -
Uses of InventoryCondition in com.echothree.model.control.content.server.logic
Methods in com.echothree.model.control.content.server.logic with parameters of type InventoryConditionModifier and TypeMethodDescriptionContentLogic.createContentCategoryItem
(ExecutionErrorAccumulator eea, ContentCategory contentCategory, Item item, InventoryCondition inventoryCondition, UnitOfMeasureType unitOfMeasureType, Currency currency, Boolean isDefault, Integer sortOrder, BasePK createdBy) -
Uses of InventoryCondition in com.echothree.model.control.inventory.server.control
Methods in com.echothree.model.control.inventory.server.control that return InventoryConditionModifier and TypeMethodDescriptionInventoryControl.createInventoryCondition
(String inventoryConditionName, Boolean isDefault, Integer sortOrder, BasePK createdBy) InventoryControl.getDefaultInventoryCondition()
InventoryControl.getDefaultInventoryCondition
(EntityPermission entityPermission) InventoryControl.getDefaultInventoryConditionForUpdate()
InventoryControl.getInventoryConditionByEntityInstance
(EntityInstance entityInstance) InventoryControl.getInventoryConditionByEntityInstance
(EntityInstance entityInstance, EntityPermission entityPermission) Assume that the entityInstance passed to this function is a ECHO_THREE.InventoryConditionInventoryControl.getInventoryConditionByEntityInstanceForUpdate
(EntityInstance entityInstance) InventoryControl.getInventoryConditionByName
(String inventoryConditionName) InventoryControl.getInventoryConditionByName
(String inventoryConditionName, EntityPermission entityPermission) InventoryControl.getInventoryConditionByNameForUpdate
(String inventoryConditionName) Methods in com.echothree.model.control.inventory.server.control that return types with arguments of type InventoryConditionModifier and TypeMethodDescriptionInventoryControl.getInventoryConditions()
InventoryControl.getInventoryConditionsForUpdate()
Methods in com.echothree.model.control.inventory.server.control with parameters of type InventoryConditionModifier and TypeMethodDescriptionlong
InventoryControl.countInventoryConditionUsesByInventoryCondition
(InventoryCondition inventoryCondition) InventoryControl.createInventoryConditionDescription
(InventoryCondition inventoryCondition, Language language, String description, BasePK createdBy) InventoryControl.createInventoryConditionGlAccount
(InventoryCondition inventoryCondition, ItemAccountingCategory itemAccountingCategory, GlAccount inventoryGlAccount, GlAccount salesGlAccount, GlAccount returnsGlAccount, GlAccount cogsGlAccount, GlAccount returnsCogsGlAccount, BasePK createdBy) InventoryControl.createInventoryConditionUse
(InventoryConditionUseType inventoryConditionUseType, InventoryCondition inventoryCondition, Boolean isDefault, BasePK createdBy) LotControl.createLot
(String lotName, Party ownerParty, Item item, UnitOfMeasureType unitOfMeasureType, InventoryCondition inventoryCondition, Long quantity, Currency currency, Long unitCost, BasePK createdBy) InventoryControl.createPartyInventoryLevel
(Party party, Item item, InventoryCondition inventoryCondition, Long minimumInventory, Long maximumInventory, Long reorderQuantity, BasePK createdBy) void
InventoryControl.deleteInventoryCondition
(InventoryCondition inventoryCondition, BasePK deletedBy) void
InventoryControl.deleteInventoryConditionDescriptionsByInventoryCondition
(InventoryCondition inventoryCondition, BasePK deletedBy) void
InventoryControl.deleteInventoryConditionGlAccountByInventoryConditionAndItemAccountingCategory
(InventoryCondition inventoryCondition, ItemAccountingCategory itemAccountingCategory, BasePK deletedBy) void
InventoryControl.deleteInventoryConditionGlAccountsByInventoryCondition
(InventoryCondition inventoryCondition, BasePK deletedBy) void
InventoryControl.deleteInventoryConditionUseByInventoryCondition
(InventoryCondition inventoryCondition, BasePK deletedBy) void
LotControl.deleteLotsByInventoryCondition
(InventoryCondition inventoryCondition, BasePK deletedBy) void
InventoryControl.deletePartyInventoryLevelsByInventoryCondition
(InventoryCondition inventoryCondition, BasePK deletedBy) InventoryControl.getBestInventoryConditionDescription
(InventoryCondition inventoryCondition, Language language) InventoryControl.getInventoryConditionDescription
(InventoryCondition inventoryCondition, Language language) InventoryControl.getInventoryConditionDescriptionForUpdate
(InventoryCondition inventoryCondition, Language language) InventoryControl.getInventoryConditionDescriptionsByInventoryCondition
(InventoryCondition inventoryCondition) InventoryControl.getInventoryConditionDescriptionsByInventoryConditionForUpdate
(InventoryCondition inventoryCondition) InventoryControl.getInventoryConditionDescriptionTransfersByInventoryCondition
(UserVisit userVisit, InventoryCondition inventoryCondition) InventoryControl.getInventoryConditionDescriptionValueForUpdate
(InventoryCondition inventoryCondition, Language language) InventoryControl.getInventoryConditionDetailValueForUpdate
(InventoryCondition inventoryCondition) InventoryControl.getInventoryConditionGlAccount
(InventoryCondition inventoryCondition, ItemAccountingCategory itemAccountingCategory) InventoryControl.getInventoryConditionGlAccountForUpdate
(InventoryCondition inventoryCondition, ItemAccountingCategory itemAccountingCategory) InventoryControl.getInventoryConditionGlAccountsByInventoryCondition
(InventoryCondition inventoryCondition) InventoryControl.getInventoryConditionGlAccountsByInventoryConditionForUpdate
(InventoryCondition inventoryCondition) InventoryControl.getInventoryConditionGlAccountTransfer
(UserVisit userVisit, InventoryCondition inventoryCondition, ItemAccountingCategory itemAccountingCategory) InventoryControl.getInventoryConditionGlAccountTransfersByInventoryCondition
(UserVisit userVisit, InventoryCondition inventoryCondition) InventoryControl.getInventoryConditionGlAccountValueForUpdate
(InventoryCondition inventoryCondition, ItemAccountingCategory itemAccountingCategory) InventoryControl.getInventoryConditionTransfer
(UserVisit userVisit, InventoryCondition inventoryCondition) InventoryControl.getInventoryConditionUse
(InventoryConditionUseType inventoryConditionUseType, InventoryCondition inventoryCondition) InventoryControl.getInventoryConditionUseForUpdate
(InventoryConditionUseType inventoryConditionUseType, InventoryCondition inventoryCondition) InventoryControl.getInventoryConditionUsesByInventoryCondition
(InventoryCondition inventoryCondition) InventoryControl.getInventoryConditionUsesByInventoryConditionForUpdate
(InventoryCondition inventoryCondition) InventoryControl.getInventoryConditionUseTransfersByInventoryCondition
(UserVisit userVisit, InventoryCondition inventoryCondition) InventoryControl.getInventoryConditionUseValueForUpdate
(InventoryConditionUseType inventoryConditionUseType, InventoryCondition inventoryCondition) LotControl.getLotsByInventoryCondition
(InventoryCondition inventoryCondition) LotControl.getLotsByInventoryConditionForUpdate
(InventoryCondition inventoryCondition) InventoryControl.getPartyInventoryLevel
(Party party, Item item, InventoryCondition inventoryCondition) InventoryControl.getPartyInventoryLevelForUpdate
(Party party, Item item, InventoryCondition inventoryCondition) InventoryControl.getPartyInventoryLevelsByInventoryCondition
(InventoryCondition inventoryCondition) InventoryControl.getPartyInventoryLevelsByInventoryConditionForUpdate
(InventoryCondition inventoryCondition) InventoryControl.getPartyInventoryLevelTransfersByInventoryCondition
(UserVisit userVisit, InventoryCondition inventoryCondition) InventoryControl.getPartyInventoryLevelValueForUpdate
(Party party, Item item, InventoryCondition inventoryCondition) Method parameters in com.echothree.model.control.inventory.server.control with type arguments of type InventoryConditionModifier and TypeMethodDescriptionInventoryControl.getInventoryConditionTransfers
(UserVisit userVisit, Collection<InventoryCondition> inventoryConditions) -
Uses of InventoryCondition in com.echothree.model.control.inventory.server.graphql
Constructors in com.echothree.model.control.inventory.server.graphql with parameters of type InventoryCondition -
Uses of InventoryCondition in com.echothree.model.control.inventory.server.logic
Methods in com.echothree.model.control.inventory.server.logic that return InventoryConditionModifier and TypeMethodDescriptionInventoryConditionLogic.createInventoryCondition
(ExecutionErrorAccumulator eea, String inventoryConditionName, Boolean isDefault, Integer sortOrder, Language language, String description, BasePK createdBy) InventoryConditionLogic.getInventoryConditionByName
(ExecutionErrorAccumulator eea, String inventoryConditionName) InventoryConditionLogic.getInventoryConditionByName
(ExecutionErrorAccumulator eea, String inventoryConditionName, EntityPermission entityPermission) InventoryConditionLogic.getInventoryConditionByNameForUpdate
(ExecutionErrorAccumulator eea, String inventoryConditionName) InventoryConditionLogic.getInventoryConditionByUniversalSpec
(ExecutionErrorAccumulator eea, InventoryConditionUniversalSpec universalSpec, boolean allowDefault) InventoryConditionLogic.getInventoryConditionByUniversalSpec
(ExecutionErrorAccumulator eea, InventoryConditionUniversalSpec universalSpec, boolean allowDefault, EntityPermission entityPermission) InventoryConditionLogic.getInventoryConditionByUniversalSpecForUpdate
(ExecutionErrorAccumulator eea, InventoryConditionUniversalSpec universalSpec, boolean allowDefault) Methods in com.echothree.model.control.inventory.server.logic with parameters of type InventoryConditionModifier and TypeMethodDescriptionLotLogic.createLot
(ExecutionErrorAccumulator eea, String lotName, Party ownerParty, Item item, UnitOfMeasureType unitOfMeasureType, InventoryCondition inventoryCondition, Long quantity, Currency currency, Long unitCost, BasePK createdBy) void
InventoryConditionLogic.deleteInventoryCondition
(ExecutionErrorAccumulator eea, InventoryCondition inventoryCondition, BasePK deletedBy) -
Uses of InventoryCondition in com.echothree.model.control.inventory.server.transfer
Methods in com.echothree.model.control.inventory.server.transfer with parameters of type InventoryConditionModifier and TypeMethodDescriptionInventoryConditionTransferCache.getTransfer
(InventoryCondition inventoryCondition) -
Uses of InventoryCondition in com.echothree.model.control.invoice.server.control
Methods in com.echothree.model.control.invoice.server.control with parameters of type InventoryConditionModifier and TypeMethodDescriptionInvoiceControl.createInvoiceLineItem
(InvoiceLine invoiceLine, Item item, InventoryCondition inventoryCondition, UnitOfMeasureType unitOfMeasureType, Integer quantity, BasePK createdBy) -
Uses of InventoryCondition in com.echothree.model.control.item.server.control
Methods in com.echothree.model.control.item.server.control with parameters of type InventoryConditionModifier and TypeMethodDescriptionlong
ItemControl.countItemPricesByInventoryCondition
(InventoryCondition inventoryCondition) ItemControl.createItemKitMember
(Item item, InventoryCondition inventoryCondition, UnitOfMeasureType unitOfMeasureType, Item memberItem, InventoryCondition memberInventoryCondition, UnitOfMeasureType memberUnitOfMeasureType, Long quantity, BasePK createdBy) ItemControl.createItemPrice
(Item item, InventoryCondition inventoryCondition, UnitOfMeasureType unitOfMeasureType, Currency currency, BasePK createdBy) ItemControl.createItemUnitCustomerTypeLimit
(Item item, InventoryCondition inventoryCondition, UnitOfMeasureType unitOfMeasureType, CustomerType customerType, Long minimumQuantity, Long maximumQuantity, BasePK createdBy) ItemControl.createItemUnitLimit
(Item item, InventoryCondition inventoryCondition, UnitOfMeasureType unitOfMeasureType, Long minimumQuantity, Long maximumQuantity, BasePK createdBy) ItemControl.createItemUnitPriceLimit
(Item item, InventoryCondition inventoryCondition, UnitOfMeasureType unitOfMeasureType, Currency currency, Long minimumUnitPrice, Long maximumUnitPrice, BasePK createdBy) void
ItemControl.deleteItemKitMembersByInventoryCondition
(InventoryCondition inventoryCondition, BasePK deletedBy) void
ItemControl.deleteItemPricesByInventoryCondition
(InventoryCondition inventoryCondition, BasePK deletedBy) void
ItemControl.deleteItemUnitCustomerTypeLimitsByInventoryCondition
(InventoryCondition inventoryCondition, BasePK deletedBy) void
ItemControl.deleteItemUnitLimitsByInventoryCondition
(InventoryCondition inventoryCondition, BasePK deletedBy) void
ItemControl.deleteItemUnitPriceLimitsByInventoryCondition
(InventoryCondition inventoryCondition, BasePK deletedBy) ItemControl.getItemKitMember
(Item item, InventoryCondition inventoryCondition, UnitOfMeasureType unitOfMeasureType, Item memberItem, InventoryCondition memberInventoryCondition, UnitOfMeasureType memberUnitOfMeasureType) ItemControl.getItemKitMemberForUpdate
(Item item, InventoryCondition inventoryCondition, UnitOfMeasureType unitOfMeasureType, Item memberItem, InventoryCondition memberInventoryCondition, UnitOfMeasureType memberUnitOfMeasureType) ItemControl.getItemKitMembersByInventoryCondition
(InventoryCondition inventoryCondition) ItemControl.getItemKitMembersByInventoryConditionForUpdate
(InventoryCondition inventoryCondition) ItemControl.getItemKitMembersByMemberInventoryCondition
(InventoryCondition memberInventoryCondition) ItemControl.getItemKitMembersByMemberInventoryConditionForUpdate
(InventoryCondition memberInventoryCondition) ItemControl.getItemKitMembersFromItem
(Item item, InventoryCondition inventoryCondition, UnitOfMeasureType unitOfMeasureType) ItemControl.getItemKitMembersFromItemForUpdate
(Item item, InventoryCondition inventoryCondition, UnitOfMeasureType unitOfMeasureType) ItemControl.getItemKitMembersFromMemberItem
(Item memberItem, InventoryCondition memberInventoryCondition, UnitOfMeasureType memberUnitOfMeasureType) ItemControl.getItemKitMembersFromMemberItemForUpdate
(Item memberItem, InventoryCondition memberInventoryCondition, UnitOfMeasureType memberUnitOfMeasureType) ItemControl.getItemKitMemberTransfer
(UserVisit userVisit, Item item, InventoryCondition inventoryCondition, UnitOfMeasureType unitOfMeasureType, Item memberItem, InventoryCondition memberInventoryCondition, UnitOfMeasureType memberUnitOfMeasureType) ItemControl.getItemKitMemberValueForUpdate
(Item item, InventoryCondition inventoryCondition, UnitOfMeasureType unitOfMeasureType, Item memberItem, InventoryCondition memberInventoryCondition, UnitOfMeasureType memberUnitOfMeasureType) ItemControl.getItemPrice
(Item item, InventoryCondition inventoryCondition, UnitOfMeasureType unitOfMeasureType, Currency currency) ItemControl.getItemPriceForUpdate
(Item item, InventoryCondition inventoryCondition, UnitOfMeasureType unitOfMeasureType, Currency currency) ItemControl.getItemPrices
(Item item, InventoryCondition inventoryCondition, UnitOfMeasureType unitOfMeasureType) ItemControl.getItemPricesByInventoryCondition
(InventoryCondition inventoryCondition) ItemControl.getItemPricesByInventoryConditionForUpdate
(InventoryCondition inventoryCondition) ItemControl.getItemPricesForUpdate
(Item item, InventoryCondition inventoryCondition, UnitOfMeasureType unitOfMeasureType) ItemControl.getItemUnitCustomerTypeLimit
(Item item, InventoryCondition inventoryCondition, UnitOfMeasureType unitOfMeasureType, CustomerType customerType) ItemControl.getItemUnitCustomerTypeLimitForUpdate
(Item item, InventoryCondition inventoryCondition, UnitOfMeasureType unitOfMeasureType, CustomerType customerType) ItemControl.getItemUnitCustomerTypeLimitsByInventoryCondition
(InventoryCondition inventoryCondition) ItemControl.getItemUnitCustomerTypeLimitsByInventoryConditionForUpdate
(InventoryCondition inventoryCondition) ItemControl.getItemUnitCustomerTypeLimitTransfer
(UserVisit userVisit, Item item, InventoryCondition inventoryCondition, UnitOfMeasureType unitOfMeasureType, CustomerType customerType) ItemControl.getItemUnitCustomerTypeLimitValueForUpdate
(Item item, InventoryCondition inventoryCondition, UnitOfMeasureType unitOfMeasureType, CustomerType customerType) ItemControl.getItemUnitLimit
(Item item, InventoryCondition inventoryCondition, UnitOfMeasureType unitOfMeasureType) ItemControl.getItemUnitLimitForUpdate
(Item item, InventoryCondition inventoryCondition, UnitOfMeasureType unitOfMeasureType) ItemControl.getItemUnitLimitsByInventoryCondition
(InventoryCondition inventoryCondition) ItemControl.getItemUnitLimitsByInventoryConditionForUpdate
(InventoryCondition inventoryCondition) ItemControl.getItemUnitLimitTransfer
(UserVisit userVisit, Item item, InventoryCondition inventoryCondition, UnitOfMeasureType unitOfMeasureType) ItemControl.getItemUnitLimitValueForUpdate
(Item item, InventoryCondition inventoryCondition, UnitOfMeasureType unitOfMeasureType) ItemControl.getItemUnitPriceLimit
(Item item, InventoryCondition inventoryCondition, UnitOfMeasureType unitOfMeasureType, Currency currency) ItemControl.getItemUnitPriceLimitForUpdate
(Item item, InventoryCondition inventoryCondition, UnitOfMeasureType unitOfMeasureType, Currency currency) ItemControl.getItemUnitPriceLimitsByInventoryCondition
(InventoryCondition inventoryCondition) ItemControl.getItemUnitPriceLimitsByInventoryConditionForUpdate
(InventoryCondition inventoryCondition) ItemControl.getItemUnitPriceLimitTransfer
(UserVisit userVisit, Item item, InventoryCondition inventoryCondition, UnitOfMeasureType unitOfMeasureType, Currency currency) ItemControl.getItemUnitPriceLimitValueForUpdate
(Item item, InventoryCondition inventoryCondition, UnitOfMeasureType unitOfMeasureType, Currency currency) -
Uses of InventoryCondition in com.echothree.model.control.offer.server.control
Methods in com.echothree.model.control.offer.server.control with parameters of type InventoryConditionModifier and TypeMethodDescriptionlong
OfferItemControl.countOfferItemPricesByInventoryCondition
(InventoryCondition inventoryCondition) OfferItemControl.createOfferItemPrice
(OfferItem offerItem, InventoryCondition inventoryCondition, UnitOfMeasureType unitOfMeasureType, Currency currency, BasePK createdBy) Use the function in OfferItemLogic instead.OfferItemControl.getOfferItemPrice
(OfferItem offerItem, InventoryCondition inventoryCondition, UnitOfMeasureType unitOfMeasureType, Currency currency) OfferItemControl.getOfferItemPriceForUpdate
(OfferItem offerItem, InventoryCondition inventoryCondition, UnitOfMeasureType unitOfMeasureType, Currency currency) OfferItemControl.getOfferItemPrices
(Item item, InventoryCondition inventoryCondition, UnitOfMeasureType unitOfMeasureType, Currency currency) OfferItemControl.getOfferItemPricesByOfferItem
(OfferItem offerItem, InventoryCondition inventoryCondition, UnitOfMeasureType unitOfMeasureType) OfferItemControl.getOfferItemPricesByOfferItemForUpdate
(OfferItem offerItem, InventoryCondition inventoryCondition, UnitOfMeasureType unitOfMeasureType) OfferItemControl.getOfferItemPricesForUpdate
(Item item, InventoryCondition inventoryCondition, UnitOfMeasureType unitOfMeasureType, Currency currency) -
Uses of InventoryCondition in com.echothree.model.control.offer.server.logic
Methods in com.echothree.model.control.offer.server.logic with parameters of type InventoryConditionModifier and TypeMethodDescriptionOfferItemLogic.createOfferItemPrice
(OfferItem offerItem, InventoryCondition inventoryCondition, UnitOfMeasureType unitOfMeasureType, Currency currency, BasePK createdBy) OfferItemLogic.getOfferItemPrice
(ExecutionErrorAccumulator eea, Offer offer, Item item, InventoryCondition inventoryCondition, UnitOfMeasureType unitOfMeasureType, Currency currency) -
Uses of InventoryCondition in com.echothree.model.control.order.server.control
Methods in com.echothree.model.control.order.server.control with parameters of type InventoryConditionModifier and TypeMethodDescriptionlong
OrderLineControl.countOrderLinesByInventoryCondition
(InventoryCondition inventoryCondition) OrderLineControl.createOrderLine
(Order order, Integer orderLineSequence, OrderLine parentOrderLine, OrderShipmentGroup orderShipmentGroup, Item item, InventoryCondition inventoryCondition, UnitOfMeasureType unitOfMeasureType, Long quantity, Long unitAmount, String description, CancellationPolicy cancellationPolicy, ReturnPolicy returnPolicy, Boolean taxable, BasePK createdBy) -
Uses of InventoryCondition in com.echothree.model.control.order.server.logic
Methods in com.echothree.model.control.order.server.logic with parameters of type InventoryConditionModifier and TypeMethodDescriptionOrderLineLogic.createOrderLine
(Session session, ExecutionErrorAccumulator eea, Order order, Integer orderLineSequence, OrderLine parentOrderLine, OrderShipmentGroup orderShipmentGroup, Item item, InventoryCondition inventoryCondition, UnitOfMeasureType unitOfMeasureType, Long quantity, Long unitAmount, String description, CancellationPolicy cancellationPolicy, ReturnPolicy returnPolicy, Boolean taxable, BasePK createdBy) -
Uses of InventoryCondition in com.echothree.model.control.sales.server.logic
Methods in com.echothree.model.control.sales.server.logic with parameters of type InventoryConditionModifier and TypeMethodDescriptionSalesOrderLineLogic.createSalesOrderLine
(Session session, ExecutionErrorAccumulator eea, UserVisit userVisit, Order order, OrderShipmentGroup orderShipmentGroup, Integer orderShipmentGroupSequence, Integer orderLineSequence, OrderLine parentOrderLine, PartyContactMechanism partyContactMechanism, ShippingMethod shippingMethod, Item item, InventoryCondition inventoryCondition, UnitOfMeasureType unitOfMeasureType, Long quantity, Long unitAmount, String description, CancellationPolicy cancellationPolicy, ReturnPolicy returnPolicy, Boolean taxable, Source source, AssociateReferral associateReferral, Party createdByParty) Create a new Sales Order Line using appropriate defaults for Optional values when possible. -
Uses of InventoryCondition in com.echothree.model.control.vendor.server.control
Methods in com.echothree.model.control.vendor.server.control with parameters of type InventoryConditionModifier and TypeMethodDescriptionlong
VendorControl.countVendorItemCostsByInventoryCondition
(InventoryCondition inventoryCondition) VendorControl.createVendorItemCost
(VendorItem vendorItem, InventoryCondition inventoryCondition, UnitOfMeasureType unitOfMeasureType, Long unitCost, BasePK createdBy) void
VendorControl.deleteVendorItemCostsByInventoryCondition
(InventoryCondition inventoryCondition, BasePK deletedBy) VendorControl.getVendorItemCost
(VendorItem vendorItem, InventoryCondition inventoryCondition, UnitOfMeasureType unitOfMeasureType) VendorControl.getVendorItemCostForUpdate
(VendorItem vendorItem, InventoryCondition inventoryCondition, UnitOfMeasureType unitOfMeasureType) VendorControl.getVendorItemCostsByInventoryConditionForUpdate
(InventoryCondition inventoryCondition) VendorControl.getVendorItemCostValueForUpdate
(VendorItem vendorItem, InventoryCondition inventoryCondition, UnitOfMeasureType unitOfMeasureType) -
Uses of InventoryCondition in com.echothree.model.control.wishlist.server.control
Methods in com.echothree.model.control.wishlist.server.control with parameters of type InventoryConditionModifier and TypeMethodDescriptionWishlistControl.getWishlistLineByItem
(Order order, Item item, InventoryCondition inventoryCondition, UnitOfMeasureType unitOfMeasureType) WishlistControl.getWishlistLineByItemForUpdate
(Order order, Item item, InventoryCondition inventoryCondition, UnitOfMeasureType unitOfMeasureType) -
Uses of InventoryCondition in com.echothree.model.data.content.server.entity
Methods in com.echothree.model.data.content.server.entity that return InventoryConditionModifier and TypeMethodDescriptionContentCatalogItem.getInventoryCondition()
ContentCatalogItem.getInventoryCondition
(EntityPermission entityPermission) ContentCatalogItem.getInventoryCondition
(Session session) ContentCatalogItem.getInventoryCondition
(Session session, EntityPermission entityPermission) ContentCatalogItem.getInventoryConditionForUpdate()
ContentCatalogItem.getInventoryConditionForUpdate
(Session session) Methods in com.echothree.model.data.content.server.entity with parameters of type InventoryConditionModifier and TypeMethodDescriptionvoid
ContentCatalogItem.setInventoryCondition
(InventoryCondition entity) -
Uses of InventoryCondition in com.echothree.model.data.content.server.factory
Methods in com.echothree.model.data.content.server.factory with parameters of type InventoryConditionModifier and TypeMethodDescriptionContentCatalogItemFactory.create
(ContentCatalog contentCatalog, Item item, InventoryCondition inventoryCondition, UnitOfMeasureType unitOfMeasureType, Currency currency, Long fromTime, Long thruTime) ContentCatalogItemFactory.create
(Session session, ContentCatalog contentCatalog, Item item, InventoryCondition inventoryCondition, UnitOfMeasureType unitOfMeasureType, Currency currency, Long fromTime, Long thruTime) -
Uses of InventoryCondition in com.echothree.model.data.inventory.server.entity
Methods in com.echothree.model.data.inventory.server.entity that return InventoryConditionModifier and TypeMethodDescriptionInventoryConditionDescription.getInventoryCondition()
InventoryConditionDescription.getInventoryCondition
(EntityPermission entityPermission) InventoryConditionDescription.getInventoryCondition
(Session session) InventoryConditionDescription.getInventoryCondition
(Session session, EntityPermission entityPermission) InventoryConditionDetail.getInventoryCondition()
InventoryConditionDetail.getInventoryCondition
(EntityPermission entityPermission) InventoryConditionDetail.getInventoryCondition
(Session session) InventoryConditionDetail.getInventoryCondition
(Session session, EntityPermission entityPermission) InventoryConditionGlAccount.getInventoryCondition()
InventoryConditionGlAccount.getInventoryCondition
(EntityPermission entityPermission) InventoryConditionGlAccount.getInventoryCondition
(Session session) InventoryConditionGlAccount.getInventoryCondition
(Session session, EntityPermission entityPermission) InventoryConditionUse.getInventoryCondition()
InventoryConditionUse.getInventoryCondition
(EntityPermission entityPermission) InventoryConditionUse.getInventoryCondition
(Session session) InventoryConditionUse.getInventoryCondition
(Session session, EntityPermission entityPermission) LotDetail.getInventoryCondition()
LotDetail.getInventoryCondition
(EntityPermission entityPermission) LotDetail.getInventoryCondition
(Session session) LotDetail.getInventoryCondition
(Session session, EntityPermission entityPermission) PartyInventoryLevel.getInventoryCondition()
PartyInventoryLevel.getInventoryCondition
(EntityPermission entityPermission) PartyInventoryLevel.getInventoryCondition
(Session session) PartyInventoryLevel.getInventoryCondition
(Session session, EntityPermission entityPermission) InventoryConditionDescription.getInventoryConditionForUpdate()
InventoryConditionDescription.getInventoryConditionForUpdate
(Session session) InventoryConditionDetail.getInventoryConditionForUpdate()
InventoryConditionDetail.getInventoryConditionForUpdate
(Session session) InventoryConditionGlAccount.getInventoryConditionForUpdate()
InventoryConditionGlAccount.getInventoryConditionForUpdate
(Session session) InventoryConditionUse.getInventoryConditionForUpdate()
InventoryConditionUse.getInventoryConditionForUpdate
(Session session) LotDetail.getInventoryConditionForUpdate()
LotDetail.getInventoryConditionForUpdate
(Session session) PartyInventoryLevel.getInventoryConditionForUpdate()
PartyInventoryLevel.getInventoryConditionForUpdate
(Session session) Methods in com.echothree.model.data.inventory.server.entity with parameters of type InventoryConditionModifier and TypeMethodDescriptionvoid
InventoryConditionDescription.setInventoryCondition
(InventoryCondition entity) void
InventoryConditionDetail.setInventoryCondition
(InventoryCondition entity) void
InventoryConditionGlAccount.setInventoryCondition
(InventoryCondition entity) void
InventoryConditionUse.setInventoryCondition
(InventoryCondition entity) void
LotDetail.setInventoryCondition
(InventoryCondition entity) void
PartyInventoryLevel.setInventoryCondition
(InventoryCondition entity) -
Uses of InventoryCondition in com.echothree.model.data.inventory.server.factory
Methods in com.echothree.model.data.inventory.server.factory that return InventoryConditionModifier and TypeMethodDescriptionInventoryConditionFactory.create()
InventoryConditionFactory.create
(InventoryConditionDetailPK activeDetailPK, InventoryConditionDetailPK lastDetailPK) InventoryConditionFactory.create
(InventoryConditionDetail activeDetail, InventoryConditionDetail lastDetail) InventoryConditionFactory.create
(Session session, InventoryConditionDetailPK activeDetailPK, InventoryConditionDetailPK lastDetailPK) InventoryConditionFactory.create
(Session session, InventoryConditionDetail activeDetail, InventoryConditionDetail lastDetail) InventoryConditionFactory.getEntityFromCache
(Session session, InventoryConditionPK pk) InventoryConditionFactory.getEntityFromPK
(EntityPermission entityPermission, InventoryConditionPK pk) InventoryConditionFactory.getEntityFromPK
(Session session, EntityPermission entityPermission, InventoryConditionPK pk) InventoryConditionFactory.getEntityFromQuery
(EntityPermission entityPermission, PreparedStatement ps) InventoryConditionFactory.getEntityFromQuery
(EntityPermission entityPermission, PreparedStatement ps, Object... params) InventoryConditionFactory.getEntityFromQuery
(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) InventoryConditionFactory.getEntityFromQuery
(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) InventoryConditionFactory.getEntityFromQuery
(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) InventoryConditionFactory.getEntityFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) InventoryConditionFactory.getEntityFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) InventoryConditionFactory.getEntityFromResultSet
(EntityPermission entityPermission, ResultSet rs) InventoryConditionFactory.getEntityFromResultSet
(Session session, EntityPermission entityPermission, ResultSet rs) InventoryConditionFactory.getEntityFromValue
(EntityPermission entityPermission, InventoryConditionValue value) InventoryConditionFactory.getEntityFromValue
(Session session, EntityPermission entityPermission, InventoryConditionValue value) Methods in com.echothree.model.data.inventory.server.factory that return types with arguments of type InventoryConditionModifier and TypeMethodDescriptionInventoryConditionFactory.getEntitiesFromPKs
(EntityPermission entityPermission, Collection<InventoryConditionPK> pks) InventoryConditionFactory.getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<InventoryConditionPK> pks) InventoryConditionFactory.getEntitiesFromQuery
(EntityPermission entityPermission, PreparedStatement ps) InventoryConditionFactory.getEntitiesFromQuery
(EntityPermission entityPermission, PreparedStatement ps, Object... params) InventoryConditionFactory.getEntitiesFromQuery
(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) InventoryConditionFactory.getEntitiesFromQuery
(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) InventoryConditionFactory.getEntitiesFromQuery
(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) InventoryConditionFactory.getEntitiesFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) InventoryConditionFactory.getEntitiesFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) InventoryConditionFactory.getEntitiesFromResultSet
(EntityPermission entityPermission, ResultSet rs) InventoryConditionFactory.getEntitiesFromResultSet
(Session session, EntityPermission entityPermission, ResultSet rs) Methods in com.echothree.model.data.inventory.server.factory with parameters of type InventoryConditionModifier and TypeMethodDescriptionInventoryConditionDescriptionFactory.create
(InventoryCondition inventoryCondition, Language language, String description, Long fromTime, Long thruTime) InventoryConditionDescriptionFactory.create
(Session session, InventoryCondition inventoryCondition, Language language, String description, Long fromTime, Long thruTime) InventoryConditionDetailFactory.create
(InventoryCondition inventoryCondition, String inventoryConditionName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) InventoryConditionDetailFactory.create
(Session session, InventoryCondition inventoryCondition, String inventoryConditionName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) InventoryConditionGlAccountFactory.create
(InventoryCondition inventoryCondition, ItemAccountingCategory itemAccountingCategory, GlAccount inventoryGlAccount, GlAccount salesGlAccount, GlAccount returnsGlAccount, GlAccount cogsGlAccount, GlAccount returnsCogsGlAccount, Long fromTime, Long thruTime) InventoryConditionGlAccountFactory.create
(Session session, InventoryCondition inventoryCondition, ItemAccountingCategory itemAccountingCategory, GlAccount inventoryGlAccount, GlAccount salesGlAccount, GlAccount returnsGlAccount, GlAccount cogsGlAccount, GlAccount returnsCogsGlAccount, Long fromTime, Long thruTime) InventoryConditionUseFactory.create
(InventoryConditionUseType inventoryConditionUseType, InventoryCondition inventoryCondition, Boolean isDefault, Long fromTime, Long thruTime) InventoryConditionUseFactory.create
(Session session, InventoryConditionUseType inventoryConditionUseType, InventoryCondition inventoryCondition, Boolean isDefault, Long fromTime, Long thruTime) LotDetailFactory.create
(Lot lot, String lotName, Party ownerParty, Item item, UnitOfMeasureType unitOfMeasureType, InventoryCondition inventoryCondition, Long quantity, Currency currency, Long unitCost, Long fromTime, Long thruTime) LotDetailFactory.create
(Session session, Lot lot, String lotName, Party ownerParty, Item item, UnitOfMeasureType unitOfMeasureType, InventoryCondition inventoryCondition, Long quantity, Currency currency, Long unitCost, Long fromTime, Long thruTime) PartyInventoryLevelFactory.create
(Party party, Item item, InventoryCondition inventoryCondition, Long minimumInventory, Long maximumInventory, Long reorderQuantity, Long fromTime, Long thruTime) PartyInventoryLevelFactory.create
(Session session, Party party, Item item, InventoryCondition inventoryCondition, Long minimumInventory, Long maximumInventory, Long reorderQuantity, Long fromTime, Long thruTime) void
InventoryConditionFactory.remove
(Session session, InventoryCondition entity) void
InventoryConditionFactory.store
(Session session, InventoryCondition entity) Method parameters in com.echothree.model.data.inventory.server.factory with type arguments of type InventoryConditionModifier and TypeMethodDescriptionvoid
InventoryConditionFactory.store
(Session session, Collection<InventoryCondition> entities) void
InventoryConditionFactory.store
(Collection<InventoryCondition> entities) -
Uses of InventoryCondition in com.echothree.model.data.invoice.server.entity
Methods in com.echothree.model.data.invoice.server.entity that return InventoryConditionModifier and TypeMethodDescriptionInvoiceLineItem.getInventoryCondition()
InvoiceLineItem.getInventoryCondition
(EntityPermission entityPermission) InvoiceLineItem.getInventoryCondition
(Session session) InvoiceLineItem.getInventoryCondition
(Session session, EntityPermission entityPermission) InvoiceLineItem.getInventoryConditionForUpdate()
InvoiceLineItem.getInventoryConditionForUpdate
(Session session) Methods in com.echothree.model.data.invoice.server.entity with parameters of type InventoryConditionModifier and TypeMethodDescriptionvoid
InvoiceLineItem.setInventoryCondition
(InventoryCondition entity) -
Uses of InventoryCondition in com.echothree.model.data.invoice.server.factory
Methods in com.echothree.model.data.invoice.server.factory with parameters of type InventoryConditionModifier and TypeMethodDescriptionInvoiceLineItemFactory.create
(InvoiceLine invoiceLine, Item item, InventoryCondition inventoryCondition, UnitOfMeasureType unitOfMeasureType, Integer quantity, Long fromTime, Long thruTime) InvoiceLineItemFactory.create
(Session session, InvoiceLine invoiceLine, Item item, InventoryCondition inventoryCondition, UnitOfMeasureType unitOfMeasureType, Integer quantity, Long fromTime, Long thruTime) -
Uses of InventoryCondition in com.echothree.model.data.item.server.entity
Methods in com.echothree.model.data.item.server.entity that return InventoryConditionModifier and TypeMethodDescriptionItemKitMember.getInventoryCondition()
ItemKitMember.getInventoryCondition
(EntityPermission entityPermission) ItemKitMember.getInventoryCondition
(Session session) ItemKitMember.getInventoryCondition
(Session session, EntityPermission entityPermission) ItemPrice.getInventoryCondition()
ItemPrice.getInventoryCondition
(EntityPermission entityPermission) ItemPrice.getInventoryCondition
(Session session) ItemPrice.getInventoryCondition
(Session session, EntityPermission entityPermission) ItemUnitCustomerTypeLimit.getInventoryCondition()
ItemUnitCustomerTypeLimit.getInventoryCondition
(EntityPermission entityPermission) ItemUnitCustomerTypeLimit.getInventoryCondition
(Session session) ItemUnitCustomerTypeLimit.getInventoryCondition
(Session session, EntityPermission entityPermission) ItemUnitLimit.getInventoryCondition()
ItemUnitLimit.getInventoryCondition
(EntityPermission entityPermission) ItemUnitLimit.getInventoryCondition
(Session session) ItemUnitLimit.getInventoryCondition
(Session session, EntityPermission entityPermission) ItemUnitPriceLimit.getInventoryCondition()
ItemUnitPriceLimit.getInventoryCondition
(EntityPermission entityPermission) ItemUnitPriceLimit.getInventoryCondition
(Session session) ItemUnitPriceLimit.getInventoryCondition
(Session session, EntityPermission entityPermission) ItemKitMember.getInventoryConditionForUpdate()
ItemKitMember.getInventoryConditionForUpdate
(Session session) ItemPrice.getInventoryConditionForUpdate()
ItemPrice.getInventoryConditionForUpdate
(Session session) ItemUnitCustomerTypeLimit.getInventoryConditionForUpdate()
ItemUnitCustomerTypeLimit.getInventoryConditionForUpdate
(Session session) ItemUnitLimit.getInventoryConditionForUpdate()
ItemUnitLimit.getInventoryConditionForUpdate
(Session session) ItemUnitPriceLimit.getInventoryConditionForUpdate()
ItemUnitPriceLimit.getInventoryConditionForUpdate
(Session session) ItemKitMember.getMemberInventoryCondition()
ItemKitMember.getMemberInventoryCondition
(EntityPermission entityPermission) ItemKitMember.getMemberInventoryCondition
(Session session) ItemKitMember.getMemberInventoryCondition
(Session session, EntityPermission entityPermission) ItemKitMember.getMemberInventoryConditionForUpdate()
ItemKitMember.getMemberInventoryConditionForUpdate
(Session session) Methods in com.echothree.model.data.item.server.entity with parameters of type InventoryConditionModifier and TypeMethodDescriptionvoid
ItemKitMember.setInventoryCondition
(InventoryCondition entity) void
ItemPrice.setInventoryCondition
(InventoryCondition entity) void
ItemUnitCustomerTypeLimit.setInventoryCondition
(InventoryCondition entity) void
ItemUnitLimit.setInventoryCondition
(InventoryCondition entity) void
ItemUnitPriceLimit.setInventoryCondition
(InventoryCondition entity) void
ItemKitMember.setMemberInventoryCondition
(InventoryCondition entity) -
Uses of InventoryCondition in com.echothree.model.data.item.server.factory
Methods in com.echothree.model.data.item.server.factory with parameters of type InventoryConditionModifier and TypeMethodDescriptionItemKitMemberFactory.create
(Item item, InventoryCondition inventoryCondition, UnitOfMeasureType unitOfMeasureType, Item memberItem, InventoryCondition memberInventoryCondition, UnitOfMeasureType memberUnitOfMeasureType, Long quantity, Long fromTime, Long thruTime) ItemKitMemberFactory.create
(Session session, Item item, InventoryCondition inventoryCondition, UnitOfMeasureType unitOfMeasureType, Item memberItem, InventoryCondition memberInventoryCondition, UnitOfMeasureType memberUnitOfMeasureType, Long quantity, Long fromTime, Long thruTime) ItemPriceFactory.create
(Item item, InventoryCondition inventoryCondition, UnitOfMeasureType unitOfMeasureType, Currency currency, Long fromTime, Long thruTime) ItemPriceFactory.create
(Session session, Item item, InventoryCondition inventoryCondition, UnitOfMeasureType unitOfMeasureType, Currency currency, Long fromTime, Long thruTime) ItemUnitCustomerTypeLimitFactory.create
(Item item, InventoryCondition inventoryCondition, UnitOfMeasureType unitOfMeasureType, CustomerType customerType, Long minimumQuantity, Long maximumQuantity, Long fromTime, Long thruTime) ItemUnitCustomerTypeLimitFactory.create
(Session session, Item item, InventoryCondition inventoryCondition, UnitOfMeasureType unitOfMeasureType, CustomerType customerType, Long minimumQuantity, Long maximumQuantity, Long fromTime, Long thruTime) ItemUnitLimitFactory.create
(Item item, InventoryCondition inventoryCondition, UnitOfMeasureType unitOfMeasureType, Long minimumQuantity, Long maximumQuantity, Long fromTime, Long thruTime) ItemUnitLimitFactory.create
(Session session, Item item, InventoryCondition inventoryCondition, UnitOfMeasureType unitOfMeasureType, Long minimumQuantity, Long maximumQuantity, Long fromTime, Long thruTime) ItemUnitPriceLimitFactory.create
(Item item, InventoryCondition inventoryCondition, UnitOfMeasureType unitOfMeasureType, Currency currency, Long minimumUnitPrice, Long maximumUnitPrice, Long fromTime, Long thruTime) ItemUnitPriceLimitFactory.create
(Session session, Item item, InventoryCondition inventoryCondition, UnitOfMeasureType unitOfMeasureType, Currency currency, Long minimumUnitPrice, Long maximumUnitPrice, Long fromTime, Long thruTime) -
Uses of InventoryCondition in com.echothree.model.data.offer.server.entity
Methods in com.echothree.model.data.offer.server.entity that return InventoryConditionModifier and TypeMethodDescriptionOfferItemPrice.getInventoryCondition()
OfferItemPrice.getInventoryCondition
(EntityPermission entityPermission) OfferItemPrice.getInventoryCondition
(Session session) OfferItemPrice.getInventoryCondition
(Session session, EntityPermission entityPermission) OfferItemPrice.getInventoryConditionForUpdate()
OfferItemPrice.getInventoryConditionForUpdate
(Session session) Methods in com.echothree.model.data.offer.server.entity with parameters of type InventoryConditionModifier and TypeMethodDescriptionvoid
OfferItemPrice.setInventoryCondition
(InventoryCondition entity) -
Uses of InventoryCondition in com.echothree.model.data.offer.server.factory
Methods in com.echothree.model.data.offer.server.factory with parameters of type InventoryConditionModifier and TypeMethodDescriptionOfferItemPriceFactory.create
(OfferItem offerItem, InventoryCondition inventoryCondition, UnitOfMeasureType unitOfMeasureType, Currency currency, Long fromTime, Long thruTime) OfferItemPriceFactory.create
(Session session, OfferItem offerItem, InventoryCondition inventoryCondition, UnitOfMeasureType unitOfMeasureType, Currency currency, Long fromTime, Long thruTime) -
Uses of InventoryCondition in com.echothree.model.data.order.server.entity
Methods in com.echothree.model.data.order.server.entity that return InventoryConditionModifier and TypeMethodDescriptionOrderLineDetail.getInventoryCondition()
OrderLineDetail.getInventoryCondition
(EntityPermission entityPermission) OrderLineDetail.getInventoryCondition
(Session session) OrderLineDetail.getInventoryCondition
(Session session, EntityPermission entityPermission) OrderLineDetail.getInventoryConditionForUpdate()
OrderLineDetail.getInventoryConditionForUpdate
(Session session) Methods in com.echothree.model.data.order.server.entity with parameters of type InventoryConditionModifier and TypeMethodDescriptionvoid
OrderLineDetail.setInventoryCondition
(InventoryCondition entity) -
Uses of InventoryCondition in com.echothree.model.data.order.server.factory
Methods in com.echothree.model.data.order.server.factory with parameters of type InventoryConditionModifier and TypeMethodDescriptionOrderLineDetailFactory.create
(OrderLine orderLine, Order order, Integer orderLineSequence, OrderLine parentOrderLine, OrderShipmentGroup orderShipmentGroup, Item item, InventoryCondition inventoryCondition, UnitOfMeasureType unitOfMeasureType, Long quantity, Long unitAmount, String description, CancellationPolicy cancellationPolicy, ReturnPolicy returnPolicy, Boolean taxable, Long fromTime, Long thruTime) OrderLineDetailFactory.create
(Session session, OrderLine orderLine, Order order, Integer orderLineSequence, OrderLine parentOrderLine, OrderShipmentGroup orderShipmentGroup, Item item, InventoryCondition inventoryCondition, UnitOfMeasureType unitOfMeasureType, Long quantity, Long unitAmount, String description, CancellationPolicy cancellationPolicy, ReturnPolicy returnPolicy, Boolean taxable, Long fromTime, Long thruTime) -
Uses of InventoryCondition in com.echothree.model.data.shipment.server.entity
Methods in com.echothree.model.data.shipment.server.entity that return InventoryConditionModifier and TypeMethodDescriptionShipmentLineDetail.getInventoryCondition()
ShipmentLineDetail.getInventoryCondition
(EntityPermission entityPermission) ShipmentLineDetail.getInventoryCondition
(Session session) ShipmentLineDetail.getInventoryCondition
(Session session, EntityPermission entityPermission) ShipmentPackageLineDetail.getInventoryCondition()
ShipmentPackageLineDetail.getInventoryCondition
(EntityPermission entityPermission) ShipmentPackageLineDetail.getInventoryCondition
(Session session) ShipmentPackageLineDetail.getInventoryCondition
(Session session, EntityPermission entityPermission) ShipmentLineDetail.getInventoryConditionForUpdate()
ShipmentLineDetail.getInventoryConditionForUpdate
(Session session) ShipmentPackageLineDetail.getInventoryConditionForUpdate()
ShipmentPackageLineDetail.getInventoryConditionForUpdate
(Session session) Methods in com.echothree.model.data.shipment.server.entity with parameters of type InventoryConditionModifier and TypeMethodDescriptionvoid
ShipmentLineDetail.setInventoryCondition
(InventoryCondition entity) void
ShipmentPackageLineDetail.setInventoryCondition
(InventoryCondition entity) -
Uses of InventoryCondition in com.echothree.model.data.shipment.server.factory
Methods in com.echothree.model.data.shipment.server.factory with parameters of type InventoryConditionModifier and TypeMethodDescriptionShipmentLineDetailFactory.create
(ShipmentLine shipmentLine, Shipment shipment, Integer shipmentLineSequence, ShipmentLine parentShipmentLine, OrderLine orderLine, Item item, InventoryCondition inventoryCondition, UnitOfMeasureType unitOfMeasureType, Long quantity, Long fromTime, Long thruTime) ShipmentLineDetailFactory.create
(Session session, ShipmentLine shipmentLine, Shipment shipment, Integer shipmentLineSequence, ShipmentLine parentShipmentLine, OrderLine orderLine, Item item, InventoryCondition inventoryCondition, UnitOfMeasureType unitOfMeasureType, Long quantity, Long fromTime, Long thruTime) ShipmentPackageLineDetailFactory.create
(ShipmentPackageLine shipmentPackageLine, ShipmentPackage shipmentPackage, Integer shipmentPackageLineSequence, ShipmentLine shipmentLine, Item item, InventoryCondition inventoryCondition, UnitOfMeasureType unitOfMeasureType, Long quantity, Long fromTime, Long thruTime) ShipmentPackageLineDetailFactory.create
(Session session, ShipmentPackageLine shipmentPackageLine, ShipmentPackage shipmentPackage, Integer shipmentPackageLineSequence, ShipmentLine shipmentLine, Item item, InventoryCondition inventoryCondition, UnitOfMeasureType unitOfMeasureType, Long quantity, Long fromTime, Long thruTime) -
Uses of InventoryCondition in com.echothree.model.data.vendor.server.entity
Methods in com.echothree.model.data.vendor.server.entity that return InventoryConditionModifier and TypeMethodDescriptionVendorItemCost.getInventoryCondition()
VendorItemCost.getInventoryCondition
(EntityPermission entityPermission) VendorItemCost.getInventoryCondition
(Session session) VendorItemCost.getInventoryCondition
(Session session, EntityPermission entityPermission) VendorItemCost.getInventoryConditionForUpdate()
VendorItemCost.getInventoryConditionForUpdate
(Session session) Methods in com.echothree.model.data.vendor.server.entity with parameters of type InventoryConditionModifier and TypeMethodDescriptionvoid
VendorItemCost.setInventoryCondition
(InventoryCondition entity) -
Uses of InventoryCondition in com.echothree.model.data.vendor.server.factory
Methods in com.echothree.model.data.vendor.server.factory with parameters of type InventoryConditionModifier and TypeMethodDescriptionVendorItemCostFactory.create
(VendorItem vendorItem, InventoryCondition inventoryCondition, UnitOfMeasureType unitOfMeasureType, Long unitCost, Long fromTime, Long thruTime) VendorItemCostFactory.create
(Session session, VendorItem vendorItem, InventoryCondition inventoryCondition, UnitOfMeasureType unitOfMeasureType, Long unitCost, Long fromTime, Long thruTime)