Uses of Class
com.echothree.model.data.item.server.entity.Item
Packages that use Item
Package
Description
-
Uses of Item in com.echothree.control.user.inventory.server.command
Methods in com.echothree.control.user.inventory.server.command that return ItemModifier and TypeMethodDescriptionEditPartyInventoryLevelCommand.getLockEntity
(PartyInventoryLevel partyInventoryLevel) -
Uses of Item in com.echothree.control.user.item.server.command
Methods in com.echothree.control.user.item.server.command that return ItemModifier and TypeMethodDescriptionEditItemCommand.getEntity
(EditItemResult result) protected Item
GetItemCommand.getEntity()
EditItemAliasCommand.getLockEntity
(ItemAlias itemAlias) EditItemCommand.getLockEntity
(Item item) EditItemCountryOfOriginCommand.getLockEntity
(ItemCountryOfOrigin itemCountryOfOrigin) EditItemPackCheckRequirementCommand.getLockEntity
(ItemPackCheckRequirement itemPackCheckRequirement) EditItemShippingTimeCommand.getLockEntity
(ItemShippingTime itemShippingTime) EditItemUnitOfMeasureTypeCommand.getLockEntity
(ItemUnitOfMeasureType itemUnitOfMeasureType) EditItemVolumeCommand.getLockEntity
(ItemVolume itemVolume) EditItemWeightCommand.getLockEntity
(ItemWeight itemWeight) EditRelatedItemCommand.getLockEntity
(RelatedItem relatedItem) Methods in com.echothree.control.user.item.server.command that return types with arguments of type ItemMethods in com.echothree.control.user.item.server.command with parameters of type ItemModifier and TypeMethodDescriptionvoid
protected ItemDescription
CreateItemDescriptionCommand.createItemDescription
(ItemControl itemControl, ItemDescriptionType itemDescriptionType, Item item, Language language, MimeType mimeType, BasePK createdBy, ByteArray blobDescription, String clobDescription, String stringDescription, MimeTypeUsageType mimeTypeUsageType) void
void
void
EditItemCommand.fillInResult
(EditItemResult result, Item item) EditItemCommand.getLockEntity
(Item item) protected BaseResult
protected void
EditItemDescriptionCommand.updateItemDescription
(ItemControl itemControl, Item item, MimeType mimeType, BasePK updatedBy, ItemDescription itemDescription, ByteArray blobDescription, String clobDescription, String stringDescription) Method parameters in com.echothree.control.user.item.server.command with type arguments of type ItemModifier and TypeMethodDescriptionprotected BaseResult
GetItemsCommand.getResult
(Collection<Item> entities) -
Uses of Item in com.echothree.model.control.club.server.control
Methods in com.echothree.model.control.club.server.control with parameters of type ItemModifier and TypeMethodDescriptionClubControl.createClubItem
(Club club, ClubItemType clubItemType, Item item, Long subscriptionTime, BasePK createdBy) void
ClubControl.deleteClubItemsByItem
(Item item, BasePK deletedBy) ClubControl.getClubItem
(Club club, ClubItemType clubItemType, Item item) ClubControl.getClubItemForUpdate
(Club club, ClubItemType clubItemType, Item item) ClubControl.getClubItemsByItem
(Item item) ClubControl.getClubItemsByItem
(UserVisit userVisit, Item item) ClubControl.getClubItemsByItemForUpdate
(Item item) -
Uses of Item in com.echothree.model.control.content.server.control
Methods in com.echothree.model.control.content.server.control with parameters of type ItemModifier and TypeMethodDescriptionContentControl.createContentCatalogItem
(ContentCatalog contentCatalog, Item item, InventoryCondition inventoryCondition, UnitOfMeasureType unitOfMeasureType, Currency currency, BasePK createdBy) void
ContentControl.deleteContentCatalogItemsByItem
(Item item, 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.getContentCatalogItemsByContentCatalogAndItem
(ContentCatalog contentCatalog, Item item) ContentControl.getContentCatalogItemsByContentCatalogAndItemForUpdate
(ContentCatalog contentCatalog, Item item) ContentControl.getContentCatalogItemsByItem
(Item item) ContentControl.getContentCatalogItemsByItemForUpdate
(Item item) -
Uses of Item in com.echothree.model.control.content.server.logic
Methods in com.echothree.model.control.content.server.logic with parameters of type ItemModifier and TypeMethodDescriptionContentLogic.createContentCategoryItem
(ExecutionErrorAccumulator eea, ContentCategory contentCategory, Item item, InventoryCondition inventoryCondition, UnitOfMeasureType unitOfMeasureType, Currency currency, Boolean isDefault, Integer sortOrder, BasePK createdBy) -
Uses of Item in com.echothree.model.control.filter.server.evaluator
Fields in com.echothree.model.control.filter.server.evaluator declared as ItemMethods in com.echothree.model.control.filter.server.evaluator that return ItemMethods in com.echothree.model.control.filter.server.evaluator with parameters of type ItemModifier and TypeMethodDescriptionOfferItemPriceFilterEvaluator.evaluate
(Item item, ItemPrice itemPrice, ItemFixedPrice itemFixedPrice, Filter filter) void
Constructors in com.echothree.model.control.filter.server.evaluator with parameters of type ItemModifierConstructorDescriptionFilteredItemFixedPrice
(Item item, UnitOfMeasureType unitOfMeasureType, Currency currency, Long unitPrice) Creates a new instance of FilteredItemFixedPriceFilteredItemPrice
(Item item, UnitOfMeasureType unitOfMeasureType, Currency currency) Creates a new instance of FilteredItemPrice -
Uses of Item in com.echothree.model.control.inventory.server.control
Methods in com.echothree.model.control.inventory.server.control with parameters of type ItemModifier and TypeMethodDescriptionLotControl.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
LotControl.deleteLotsByItem
(Item item, BasePK deletedBy) void
InventoryControl.deletePartyInventoryLevelsByItem
(Item item, BasePK deletedBy) LotControl.getLotsByItem
(Item item) LotControl.getLotsByItemForUpdate
(Item item) InventoryControl.getPartyInventoryLevel
(Party party, Item item, InventoryCondition inventoryCondition) InventoryControl.getPartyInventoryLevelForUpdate
(Party party, Item item, InventoryCondition inventoryCondition) InventoryControl.getPartyInventoryLevelsByItem
(Item item) InventoryControl.getPartyInventoryLevelsByItemForUpdate
(Item item) InventoryControl.getPartyInventoryLevelTransfersByItem
(UserVisit userVisit, Item item) InventoryControl.getPartyInventoryLevelValueForUpdate
(Party party, Item item, InventoryCondition inventoryCondition) -
Uses of Item in com.echothree.model.control.inventory.server.logic
Methods in com.echothree.model.control.inventory.server.logic with parameters of type ItemModifier and TypeMethodDescriptionLotLogic.createLot
(ExecutionErrorAccumulator eea, String lotName, Party ownerParty, Item item, UnitOfMeasureType unitOfMeasureType, InventoryCondition inventoryCondition, Long quantity, Currency currency, Long unitCost, BasePK createdBy) -
Uses of Item in com.echothree.model.control.invoice.server.control
Methods in com.echothree.model.control.invoice.server.control with parameters of type ItemModifier and TypeMethodDescriptionInvoiceControl.createInvoiceLineItem
(InvoiceLine invoiceLine, Item item, InventoryCondition inventoryCondition, UnitOfMeasureType unitOfMeasureType, Integer quantity, BasePK createdBy) -
Uses of Item in com.echothree.model.control.item.server.control
Methods in com.echothree.model.control.item.server.control that return ItemModifier and TypeMethodDescriptionItemControl.createItem
(String itemName, ItemType itemType, ItemUseType itemUseType, ItemCategory itemCategory, ItemAccountingCategory itemAccountingCategory, ItemPurchasingCategory itemPurchasingCategory, Party companyParty, ItemDeliveryType itemDeliveryType, ItemInventoryType itemInventoryType, Boolean inventorySerialized, Sequence serialNumberSequence, Boolean shippingChargeExempt, Long shippingStartTime, Long shippingEndTime, Long salesOrderStartTime, Long salesOrderEndTime, Long purchaseOrderStartTime, Long purchaseOrderEndTime, Boolean allowClubDiscounts, Boolean allowCouponDiscounts, Boolean allowAssociatePayments, UnitOfMeasureKind unitOfMeasureKind, ItemPriceType itemPriceType, CancellationPolicy cancellationPolicy, ReturnPolicy returnPolicy, StylePath stylePath, BasePK createdBy) ItemControl.getItemByEntityInstance
(EntityInstance entityInstance) ItemControl.getItemByEntityInstance
(EntityInstance entityInstance, EntityPermission entityPermission) Assume that the entityInstance passed to this function is a ECHO_THREE.ItemItemControl.getItemByEntityInstanceForUpdate
(EntityInstance entityInstance) ItemControl.getItemByName
(String itemName) ItemControl.getItemByNameForUpdate
(String itemName) ItemControl.getItemByNameThenAlias
(String itemName) ItemControl.getItemByNameThenAliasForUpdate
(String itemName) ItemControl.getItemByPK
(ItemPK itemPK) Methods in com.echothree.model.control.item.server.control that return types with arguments of type ItemModifier and TypeMethodDescriptionItemControl.getItems()
ItemControl.getItemsByCompanyParty
(Party companyParty) ItemControl.getItemsByCompanyPartyForUpdate
(Party companyParty) ItemControl.getItemsByItemAccountingCategory
(ItemAccountingCategory itemAccountingCategory) ItemControl.getItemsByItemAccountingCategoryForUpdate
(ItemAccountingCategory itemAccountingCategory) ItemControl.getItemsByItemCategory
(ItemCategory itemCategory) ItemControl.getItemsByItemCategoryForUpdate
(ItemCategory itemCategory) ItemControl.getItemsByItemPurchasingCategory
(ItemPurchasingCategory itemPurchasingCategory) ItemControl.getItemsByItemPurchasingCategoryForUpdate
(ItemPurchasingCategory itemPurchasingCategory) ItemControl.getItemsByUnitOfMeasureKind
(UnitOfMeasureKind unitOfMeasureKind) ItemControl.getItemsByUnitOfMeasureKindForUpdate
(UnitOfMeasureKind unitOfMeasureKind) ItemControl.getItemsForUpdate()
Methods in com.echothree.model.control.item.server.control with parameters of type ItemModifier and TypeMethodDescriptionlong
ItemControl.countItemAliases
(Item item, UnitOfMeasureType unitOfMeasureType, ItemAliasType itemAliasType) long
ItemControl.countItemAliasesByItem
(Item item) long
ItemControl.countItemDescriptionsByItem
(Item item) long
ItemControl.countItemPricesByItem
(Item item) long
ItemControl.countItemUnitOfMeasureTypesByItem
(Item item) long
ItemControl.countRelatedItemsByFromItem
(Item fromItem) long
ItemControl.countRelatedItemsByRelatedItemTypeAndFromItem
(RelatedItemType relatedItemType, Item fromItem) long
ItemControl.countRelatedItemsByRelatedItemTypeAndToItem
(RelatedItemType relatedItemType, Item toItem) long
ItemControl.countRelatedItemsByToItem
(Item toItem) ItemControl.createItemAlias
(Item item, UnitOfMeasureType unitOfMeasureType, ItemAliasType itemAliasType, String alias, BasePK createdBy) ItemControl.createItemCountryOfOrigin
(Item item, GeoCode countryGeoCode, Integer percent, BasePK createdBy) ItemControl.createItemDescription
(ItemDescriptionType itemDescriptionType, Item item, Language language, MimeType mimeType, BasePK createdBy) ItemControl.createItemHarmonizedTariffScheduleCode
(Item item, GeoCode countryGeoCode, HarmonizedTariffScheduleCodeUseType harmonizedTariffScheduleCodeUseType, HarmonizedTariffScheduleCode harmonizedTariffScheduleCode, BasePK createdBy) ItemControl.createItemKitMember
(Item item, InventoryCondition inventoryCondition, UnitOfMeasureType unitOfMeasureType, Item memberItem, InventoryCondition memberInventoryCondition, UnitOfMeasureType memberUnitOfMeasureType, Long quantity, BasePK createdBy) ItemControl.createItemKitOption
(Item item, Boolean allowPartialShipments, BasePK createdBy) ItemControl.createItemPackCheckRequirement
(Item item, UnitOfMeasureType unitOfMeasureType, Long minimumQuantity, Long maximumQuantity, BasePK createdBy) ItemControl.createItemPrice
(Item item, InventoryCondition inventoryCondition, UnitOfMeasureType unitOfMeasureType, Currency currency, BasePK createdBy) ItemControl.createItemShippingTime
(Item item, CustomerType customerType, Long shippingStartTime, Long shippingEndTime, 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.createItemUnitOfMeasureType
(Item item, UnitOfMeasureType unitOfMeasureType, Boolean isDefault, Integer sortOrder, BasePK createdBy) ItemControl.createItemUnitPriceLimit
(Item item, InventoryCondition inventoryCondition, UnitOfMeasureType unitOfMeasureType, Currency currency, Long minimumUnitPrice, Long maximumUnitPrice, BasePK createdBy) ItemControl.createItemVolume
(Item item, UnitOfMeasureType unitOfMeasureType, Long height, Long width, Long depth, BasePK createdBy) ItemControl.createItemWeight
(Item item, UnitOfMeasureType unitOfMeasureType, Long weight, BasePK createdBy) ItemControl.createRelatedItem
(RelatedItemType relatedItemType, Item fromItem, Item toItem, Integer sortOrder, BasePK createdBy) void
ItemControl.deleteItemAliasesByItem
(Item item, BasePK deletedBy) void
ItemControl.deleteItemAliasesByItemAndUnitOfMeasureType
(Item item, UnitOfMeasureType unitOfMeasureType, BasePK deletedBy) void
ItemControl.deleteItemCountryOfOriginsByItem
(Item item, BasePK deletedBy) void
ItemControl.deleteItemDescriptionsByItem
(Item item, BasePK deletedBy) void
ItemControl.deleteItemHarmonizedTariffScheduleCodesByItem
(Item item, BasePK deletedBy) void
ItemControl.deleteItemKitMembersByItem
(Item item, BasePK deletedBy) void
ItemControl.deleteItemKitMembersByItemAndUnitOfMeasureType
(Item item, UnitOfMeasureType unitOfMeasureType, BasePK deletedBy) void
ItemControl.deleteItemPackCheckRequirementsByItem
(Item item, BasePK deletedBy) void
ItemControl.deleteItemPackCheckRequirementsByItemAndUnitOfMeasureType
(Item item, UnitOfMeasureType unitOfMeasureType, BasePK deletedBy) void
ItemControl.deleteItemPricesByItem
(Item item, BasePK deletedBy) void
ItemControl.deleteItemPricesByItemAndUnitOfMeasureType
(Item item, UnitOfMeasureType unitOfMeasureType, BasePK deletedBy) void
ItemControl.deleteItemShippingTimesByItem
(Item item, BasePK deletedBy) void
ItemControl.deleteItemUnitCustomerTypeLimitsByItem
(Item item, BasePK deletedBy) void
ItemControl.deleteItemUnitCustomerTypeLimitsByItemAndUnitOfMeasureType
(Item item, UnitOfMeasureType unitOfMeasureType, BasePK deletedBy) void
ItemControl.deleteItemUnitLimitsByItem
(Item item, BasePK deletedBy) void
ItemControl.deleteItemUnitLimitsByItemAndUnitOfMeasureType
(Item item, UnitOfMeasureType unitOfMeasureType, BasePK deletedBy) void
ItemControl.deleteItemUnitOfMeasureTypesByItem
(Item item, BasePK deletedBy) void
ItemControl.deleteItemUnitPriceLimitsByItem
(Item item, BasePK deletedBy) void
ItemControl.deleteItemUnitPriceLimitsByItemAndUnitOfMeasureType
(Item item, UnitOfMeasureType unitOfMeasureType, BasePK deletedBy) void
ItemControl.deleteItemVolumeByItemAndUnitOfMeasureType
(Item item, UnitOfMeasureType unitOfMeasureType, BasePK deletedBy) void
ItemControl.deleteItemVolumesByItem
(Item item, BasePK deletedBy) void
ItemControl.deleteItemWeightByItemAndUnitOfMeasureType
(Item item, UnitOfMeasureType unitOfMeasureType, BasePK deletedBy) void
ItemControl.deleteItemWeightsByItem
(Item item, BasePK deletedBy) void
ItemControl.deleteRelatedItemsByFromItem
(Item fromItem, BasePK deletedBy) void
ItemControl.deleteRelatedItemsByItem
(Item item, BasePK deletedBy) void
ItemControl.deleteRelatedItemsByToItem
(Item toItem, BasePK deletedBy) ItemControl.getBestItemDescription
(ItemDescriptionType itemDescriptionType, Item item, Language language) ItemControl.getBestItemStringDescription
(ItemDescriptionType itemDescriptionType, Item item, Language language) ItemControl.getDefaultItemUnitOfMeasureType
(Item item) ItemControl.getDefaultItemUnitOfMeasureTypeForUpdate
(Item item) ItemControl.getDefaultItemUnitOfMeasureTypeValueForUpdate
(Item item) ItemControl.getItemAliases
(Item item, UnitOfMeasureType unitOfMeasureType, ItemAliasType itemAliasType) ItemControl.getItemAliasesByItem
(Item item) ItemControl.getItemAliasesByItemAndUnitOfMeasureType
(Item item, UnitOfMeasureType unitOfMeasureType) ItemControl.getItemAliasesByItemForUpdate
(Item item) ItemControl.getItemAliasesForUpdate
(Item item, UnitOfMeasureType unitOfMeasureType, ItemAliasType itemAliasType) ItemControl.getItemAliasTransfersByItem
(UserVisit userVisit, Item item) ItemControl.getItemCountryOfOrigin
(Item item, GeoCode countryGeoCode) ItemControl.getItemCountryOfOriginForUpdate
(Item item, GeoCode countryGeoCode) ItemControl.getItemCountryOfOriginsByItem
(Item item) ItemControl.getItemCountryOfOriginsByItemForUpdate
(Item item) ItemControl.getItemCountryOfOriginTransfer
(UserVisit userVisit, Item item, GeoCode countryGeoCode) ItemControl.getItemCountryOfOriginTransfersByItem
(UserVisit userVisit, Item item) ItemControl.getItemCountryOfOriginValueForUpdate
(Item item, GeoCode countryGeoCode) ItemControl.getItemDescription
(ItemDescriptionType itemDescriptionType, Item item, Language language) ItemControl.getItemDescriptionDetailValueForUpdate
(ItemDescriptionType itemDescriptionType, Item item, Language language) ItemControl.getItemDescriptionForUpdate
(ItemDescriptionType itemDescriptionType, Item item, Language language) ItemControl.getItemDescriptionsByItem
(Item item) ItemControl.getItemDescriptionsByItem
(Item item, EntityPermission entityPermission) ItemControl.getItemDescriptionsByItemForUpdate
(Item item) ItemControl.getItemDescriptionTransfersByItem
(UserVisit userVisit, Item item) ItemControl.getItemDetailValueForUpdate
(Item item) ItemControl.getItemHarmonizedTariffScheduleCode
(Item item, GeoCode countryGeoCode, HarmonizedTariffScheduleCodeUseType harmonizedTariffScheduleCodeUseType) ItemControl.getItemHarmonizedTariffScheduleCodeDetailValueForUpdate
(Item item, GeoCode countryGeoCode, HarmonizedTariffScheduleCodeUseType harmonizedTariffScheduleCodeUseType) ItemControl.getItemHarmonizedTariffScheduleCodeForUpdate
(Item item, GeoCode countryGeoCode, HarmonizedTariffScheduleCodeUseType harmonizedTariffScheduleCodeUseType) ItemControl.getItemHarmonizedTariffScheduleCodesByItem
(Item item) ItemControl.getItemHarmonizedTariffScheduleCodesByItemForUpdate
(Item item) ItemControl.getItemHarmonizedTariffScheduleCodeTransfersByItem
(UserVisit userVisit, Item item) 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.getItemKitMembersByItem
(Item item) ItemControl.getItemKitMembersByItemAndUnitOfMeasureTypeForUpdate
(Item item, UnitOfMeasureType unitOfMeasureType) ItemControl.getItemKitMembersByItemForUpdate
(Item item) ItemControl.getItemKitMembersByMemberItem
(Item memberItem) ItemControl.getItemKitMembersByMemberItemAndUnitOfMeasureTypeForUpdate
(Item memberItem, UnitOfMeasureType memberUnitOfMeasureType) ItemControl.getItemKitMembersByMemberItemForUpdate
(Item memberItem) 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.getItemKitMemberTransfersByItem
(UserVisit userVisit, Item item) ItemControl.getItemKitMemberValueForUpdate
(Item item, InventoryCondition inventoryCondition, UnitOfMeasureType unitOfMeasureType, Item memberItem, InventoryCondition memberInventoryCondition, UnitOfMeasureType memberUnitOfMeasureType) ItemControl.getItemKitOption
(Item item) ItemControl.getItemKitOptionForUpdate
(Item item) ItemControl.getItemKitOptionValueForUpdate
(Item item) ItemControl.getItemPackCheckRequirement
(Item item, UnitOfMeasureType unitOfMeasureType) ItemControl.getItemPackCheckRequirementForUpdate
(Item item, UnitOfMeasureType unitOfMeasureType) ItemControl.getItemPackCheckRequirementsByItem
(Item item) ItemControl.getItemPackCheckRequirementsByItemAndUnitOfMeasureTypeForUpdate
(Item item, UnitOfMeasureType unitOfMeasureType) ItemControl.getItemPackCheckRequirementsByItemForUpdate
(Item item) ItemControl.getItemPackCheckRequirementTransfer
(UserVisit userVisit, Item item, UnitOfMeasureType unitOfMeasureType) ItemControl.getItemPackCheckRequirementTransfersByItem
(UserVisit userVisit, Item item) ItemControl.getItemPackCheckRequirementValueForUpdate
(Item item, UnitOfMeasureType unitOfMeasureType) 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.getItemPricesByItem
(Item item) ItemControl.getItemPricesByItemAndUnitOfMeasureTypeForUpdate
(Item item, UnitOfMeasureType unitOfMeasureType) ItemControl.getItemPricesByItemForUpdate
(Item item) ItemControl.getItemPricesForUpdate
(Item item, InventoryCondition inventoryCondition, UnitOfMeasureType unitOfMeasureType) ItemControl.getItemPriceTransfersByItem
(UserVisit userVisit, Item item) ItemControl.getItemShippingTime
(Item item, CustomerType customerType) ItemControl.getItemShippingTimeForUpdate
(Item item, CustomerType customerType) ItemControl.getItemShippingTimesByItem
(Item item) ItemControl.getItemShippingTimesByItemForUpdate
(Item item) ItemControl.getItemShippingTimeTransfer
(UserVisit userVisit, Item item, CustomerType customerType) ItemControl.getItemShippingTimeTransfersByItem
(UserVisit userVisit, Item item) ItemControl.getItemShippingTimeValueForUpdate
(Item item, CustomerType customerType) ItemControl.getItemStatusChoices
(String defaultItemStatusChoice, Language language, boolean allowNullChoice, Item item, PartyPK partyPK) ItemControl.getItemTransfer
(UserVisit userVisit, Item item) ItemControl.getItemUnitCustomerTypeLimit
(Item item, InventoryCondition inventoryCondition, UnitOfMeasureType unitOfMeasureType, CustomerType customerType) ItemControl.getItemUnitCustomerTypeLimitForUpdate
(Item item, InventoryCondition inventoryCondition, UnitOfMeasureType unitOfMeasureType, CustomerType customerType) ItemControl.getItemUnitCustomerTypeLimitsByItem
(Item item) ItemControl.getItemUnitCustomerTypeLimitsByItemAndUnitOfMeasureTypeForUpdate
(Item item, UnitOfMeasureType unitOfMeasureType) ItemControl.getItemUnitCustomerTypeLimitsByItemForUpdate
(Item item) ItemControl.getItemUnitCustomerTypeLimitTransfer
(UserVisit userVisit, Item item, InventoryCondition inventoryCondition, UnitOfMeasureType unitOfMeasureType, CustomerType customerType) ItemControl.getItemUnitCustomerTypeLimitTransfersByItem
(UserVisit userVisit, Item item) 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.getItemUnitLimitsByItem
(Item item) ItemControl.getItemUnitLimitsByItemAndUnitOfMeasureTypeForUpdate
(Item item, UnitOfMeasureType unitOfMeasureType) ItemControl.getItemUnitLimitsByItemForUpdate
(Item item) ItemControl.getItemUnitLimitTransfer
(UserVisit userVisit, Item item, InventoryCondition inventoryCondition, UnitOfMeasureType unitOfMeasureType) ItemControl.getItemUnitLimitTransfersByItem
(UserVisit userVisit, Item item) ItemControl.getItemUnitLimitValueForUpdate
(Item item, InventoryCondition inventoryCondition, UnitOfMeasureType unitOfMeasureType) ItemControl.getItemUnitOfMeasureType
(Item item, UnitOfMeasureType unitOfMeasureType) ItemControl.getItemUnitOfMeasureTypeForUpdate
(Item item, UnitOfMeasureType unitOfMeasureType) ItemControl.getItemUnitOfMeasureTypesByItem
(Item item) ItemControl.getItemUnitOfMeasureTypesByItemForUpdate
(Item item) ItemControl.getItemUnitOfMeasureTypeTransfersByItem
(UserVisit userVisit, Item item) ItemControl.getItemUnitOfMeasureTypeValueForUpdate
(Item item, UnitOfMeasureType unitOfMeasureType) ItemControl.getItemUnitPriceLimit
(Item item, InventoryCondition inventoryCondition, UnitOfMeasureType unitOfMeasureType, Currency currency) ItemControl.getItemUnitPriceLimitForUpdate
(Item item, InventoryCondition inventoryCondition, UnitOfMeasureType unitOfMeasureType, Currency currency) ItemControl.getItemUnitPriceLimitsByItem
(Item item) ItemControl.getItemUnitPriceLimitsByItemAndUnitOfMeasureTypeForUpdate
(Item item, UnitOfMeasureType unitOfMeasureType) ItemControl.getItemUnitPriceLimitsByItemForUpdate
(Item item) ItemControl.getItemUnitPriceLimitTransfer
(UserVisit userVisit, Item item, InventoryCondition inventoryCondition, UnitOfMeasureType unitOfMeasureType, Currency currency) ItemControl.getItemUnitPriceLimitTransfersByItem
(UserVisit userVisit, Item item) ItemControl.getItemUnitPriceLimitValueForUpdate
(Item item, InventoryCondition inventoryCondition, UnitOfMeasureType unitOfMeasureType, Currency currency) ItemControl.getItemVolume
(Item item, UnitOfMeasureType unitOfMeasureType) ItemControl.getItemVolumeForUpdate
(Item item, UnitOfMeasureType unitOfMeasureType) ItemControl.getItemVolumesByItem
(Item item) ItemControl.getItemVolumesByItemForUpdate
(Item item) ItemControl.getItemVolumeTransfer
(UserVisit userVisit, Item item, UnitOfMeasureType unitOfMeasureType) ItemControl.getItemVolumeTransfersByItem
(UserVisit userVisit, Item item) ItemControl.getItemVolumeValueForUpdate
(Item item, UnitOfMeasureType unitOfMeasureType) ItemControl.getItemWeight
(Item item, UnitOfMeasureType unitOfMeasureType) ItemControl.getItemWeightForUpdate
(Item item, UnitOfMeasureType unitOfMeasureType) ItemControl.getItemWeightsByItem
(Item item) ItemControl.getItemWeightsByItemForUpdate
(Item item) ItemControl.getItemWeightTransfer
(UserVisit userVisit, Item item, UnitOfMeasureType unitOfMeasureType) ItemControl.getItemWeightTransfersByItem
(UserVisit userVisit, Item item) ItemControl.getItemWeightValueForUpdate
(Item item, UnitOfMeasureType unitOfMeasureType) ItemControl.getRelatedItem
(RelatedItemType relatedItemType, Item fromItem, Item toItem) ItemControl.getRelatedItemDetailValueForUpdate
(RelatedItemType relatedItemType, Item fromItem, Item toItem) ItemControl.getRelatedItemForUpdate
(RelatedItemType relatedItemType, Item fromItem, Item toItem) ItemControl.getRelatedItemsByFromItem
(Item fromItem) ItemControl.getRelatedItemsByFromItemForUpdate
(Item fromItem) ItemControl.getRelatedItemsByRelatedItemTypeAndFromItem
(RelatedItemType relatedItemType, Item fromItem) ItemControl.getRelatedItemsByRelatedItemTypeAndFromItemForUpdate
(RelatedItemType relatedItemType, Item fromItem) ItemControl.getRelatedItemsByRelatedItemTypeAndToItem
(RelatedItemType relatedItemType, Item toItem) ItemControl.getRelatedItemsByRelatedItemTypeAndToItemForUpdate
(RelatedItemType relatedItemType, Item toItem) ItemControl.getRelatedItemsByToItem
(Item toItem) ItemControl.getRelatedItemsByToItemForUpdate
(Item toItem) ItemControl.getRelatedItemTransfersByFromItem
(UserVisit userVisit, Item fromItem) ItemControl.getRelatedItemTransfersByRelatedItemTypeAndFromItem
(UserVisit userVisit, RelatedItemType relatedItemType, Item fromItem) ItemControl.getRelatedItemTransfersByRelatedItemTypeAndToItem
(UserVisit userVisit, RelatedItemType relatedItemType, Item toItem) ItemControl.getRelatedItemTransfersByToItem
(UserVisit userVisit, Item toItem) void
ItemControl.setItemStatus
(ExecutionErrorAccumulator eea, Item item, String itemStatusChoice, PartyPK modifiedBy) Method parameters in com.echothree.model.control.item.server.control with type arguments of type ItemModifier and TypeMethodDescriptionItemControl.getItemTransfers
(UserVisit userVisit, Collection<Item> items) -
Uses of Item in com.echothree.model.control.item.server.graphql
Constructors in com.echothree.model.control.item.server.graphql with parameters of type ItemModifierConstructorDescriptionItemObject
(Item item) RelatedItemTypeObject
(RelatedItemType relatedItemType, Item fromItem) -
Uses of Item in com.echothree.model.control.item.server.indexer
Methods in com.echothree.model.control.item.server.indexer that return ItemModifier and TypeMethodDescriptionprotected Item
ItemIndexer.getEntity
(EntityInstance entityInstance) Methods in com.echothree.model.control.item.server.indexer with parameters of type ItemModifier and TypeMethodDescriptionprotected org.apache.lucene.document.Document
ItemIndexer.convertToDocument
(EntityInstance entityInstance, Item item) -
Uses of Item in com.echothree.model.control.item.server.logic
Methods in com.echothree.model.control.item.server.logic that return ItemModifier and TypeMethodDescriptionItemLogic.createItem
(ExecutionErrorAccumulator eea, String itemName, ItemType itemType, ItemUseType itemUseType, ItemCategory itemCategory, ItemAccountingCategory itemAccountingCategory, ItemPurchasingCategory itemPurchasingCategory, Party companyParty, ItemDeliveryType itemDeliveryType, ItemInventoryType itemInventoryType, Boolean inventorySerialized, Sequence serialNumberSequence, Boolean shippingChargeExempt, Long shippingStartTime, Long shippingEndTime, Long salesOrderStartTime, Long salesOrderEndTime, Long purchaseOrderStartTime, Long purchaseOrderEndTime, Boolean allowClubDiscounts, Boolean allowCouponDiscounts, Boolean allowAssociatePayments, UnitOfMeasureKind unitOfMeasureKind, ItemPriceType itemPriceType, CancellationPolicy cancellationPolicy, ReturnPolicy returnPolicy, StylePath stylePath, BasePK createdBy) ItemLogic.getItemByName
(ExecutionErrorAccumulator eea, String itemName) ItemLogic.getItemByNameThenAlias
(ExecutionErrorAccumulator eea, String itemNameOrAlias) Methods in com.echothree.model.control.item.server.logic with parameters of type ItemModifier and TypeMethodDescriptionvoid
ItemDescriptionLogic.deleteItemImageDescriptionChildren
(ItemDescriptionType itemDescriptionType, Item item, Language language, BasePK deletedBy) ItemDescriptionLogic.getBestParent
(ItemControl itemControl, ItemDescriptionType itemDescriptionType, Item item, Language language) ItemDescriptionLogic.getBestParent
(ItemDescriptionType itemDescriptionType, Item item, Party party) ItemDescriptionLogic.getBestParentImage
(ItemControl itemControl, ItemDescriptionType itemDescriptionType, Item item, Language language) ItemDescriptionLogic.getBestParentUsingNames
(ExecutionErrorAccumulator eea, String itemDescriptionTypeName, Item item, Party party) ItemDescriptionLogic.getBestStringUsingNames
(ExecutionErrorAccumulator eea, String itemDescriptionTypeName, Item item, Party party) ItemDescriptionLogic.searchForItemDescription
(ItemDescriptionType itemDescriptionType, Item item, Language language, BasePK createdBy) void
ItemLogic.setItemStatus
(Session session, ExecutionErrorAccumulator eea, Item item, String itemStatusChoice, PartyPK modifiedBy) -
Uses of Item in com.echothree.model.control.item.server.transfer
Methods in com.echothree.model.control.item.server.transfer with parameters of type Item -
Uses of Item in com.echothree.model.control.offer.server.control
Methods in com.echothree.model.control.offer.server.control with parameters of type ItemModifier and TypeMethodDescriptionlong
OfferItemControl.countOfferItemPricesByItem
(Item item) long
OfferItemControl.countOfferItemsByItem
(Item item) OfferItemControl.createOfferItem
(Offer offer, Item item, BasePK createdBy) Use the function in OfferLogic instead.OfferItemControl.getOfferItem
(Offer offer, Item item) OfferItemControl.getOfferItem
(Offer offer, Item item, EntityPermission entityPermission) OfferItemControl.getOfferItemForUpdate
(Offer offer, Item item) OfferItemControl.getOfferItemPrices
(Item item, InventoryCondition inventoryCondition, UnitOfMeasureType unitOfMeasureType, Currency currency) OfferItemControl.getOfferItemPricesByItemAndUnitOfMeasureType
(Item item, UnitOfMeasureType unitOfMeasureType) OfferItemControl.getOfferItemPricesByItemAndUnitOfMeasureTypeForUpdate
(Item item, UnitOfMeasureType unitOfMeasureType) OfferItemControl.getOfferItemPricesForUpdate
(Item item, InventoryCondition inventoryCondition, UnitOfMeasureType unitOfMeasureType, Currency currency) OfferItemControl.getOfferItemsByItem
(Item item) OfferItemControl.getOfferItemsByItemForUpdate
(Item item) OfferItemControl.getOfferItemTransfersByItem
(UserVisit userVisit, Item item) -
Uses of Item in com.echothree.model.control.offer.server.logic
Methods in com.echothree.model.control.offer.server.logic with parameters of type ItemModifier and TypeMethodDescriptionOfferItemLogic.createOfferItem
(Offer offer, Item item, BasePK createdBy) OfferItemLogic.createOfferItem
(ExecutionErrorAccumulator eea, Offer offer, Item item, BasePK createdBy) void
OfferItemLogic.deleteOfferItemPricesByItemAndUnitOfMeasureType
(Item item, UnitOfMeasureType unitOfMeasureType, BasePK deletedBy) OfferItemLogic.getOfferItem
(ExecutionErrorAccumulator eea, Offer offer, Item item) OfferItemLogic.getOfferItem
(ExecutionErrorAccumulator eea, Offer offer, Item item, EntityPermission entityPermission) OfferItemLogic.getOfferItemForUpdate
(ExecutionErrorAccumulator eea, Offer offer, Item item) OfferItemLogic.getOfferItemPrice
(ExecutionErrorAccumulator eea, Offer offer, Item item, InventoryCondition inventoryCondition, UnitOfMeasureType unitOfMeasureType, Currency currency) -
Uses of Item in com.echothree.model.control.order.server.control
Methods in com.echothree.model.control.order.server.control with parameters of type ItemModifier and TypeMethodDescriptionOrderLineControl.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 Item in com.echothree.model.control.order.server.logic
Methods in com.echothree.model.control.order.server.logic that return types with arguments of type ItemMethods in com.echothree.model.control.order.server.logic with parameters of type ItemModifier and TypeMethodDescriptionvoid
OrderLogic.checkItemAgainstOrderPaymentPreferences
(Session session, ExecutionErrorAccumulator eea, Order order, Item item, BasePK evaluatedBy) void
OrderLogic.checkItemAgainstShippingMethod
(Session session, ExecutionErrorAccumulator eea, OrderShipmentGroup orderShipmentGroup, Item item, BasePK evaluatedBy) OrderLineLogic.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 Item in com.echothree.model.control.payment.server.logic
Methods in com.echothree.model.control.payment.server.logic with parameters of type ItemModifier and TypeMethodDescriptionvoid
PaymentMethodLogic.checkAcceptanceOfItem
(Session session, ExecutionErrorAccumulator eea, SelectorCache selectorCache, PaymentMethod paymentMethod, Item item, BasePK evaluatedBy) void
PaymentMethodLogic.checkAcceptanceOfItem
(Session session, ExecutionErrorAccumulator eea, PaymentMethod paymentMethod, Item item, BasePK evaluatedBy) Method parameters in com.echothree.model.control.payment.server.logic with type arguments of type ItemModifier and TypeMethodDescriptionvoid
PaymentMethodLogic.checkAcceptanceOfItems
(Session session, ExecutionErrorAccumulator eea, PaymentMethod paymentMethod, Set<Item> items, BasePK evaluatedBy) -
Uses of Item in com.echothree.model.control.sales.server.logic
Methods in com.echothree.model.control.sales.server.logic with parameters of type ItemModifier 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 Item in com.echothree.model.control.search.server.graphql
Constructors in com.echothree.model.control.search.server.graphql with parameters of type Item -
Uses of Item in com.echothree.model.control.selector.server.evaluator
Methods in com.echothree.model.control.selector.server.evaluator with parameters of type ItemModifier and TypeMethodDescriptionboolean
FilterItemSelectorEvaluator.evaluate
(CachedSelector cachedSelector, Item item) boolean
PaymentMethodItemSelectorEvaluator.evaluate
(CachedSelector cachedSelector, Item item) boolean
ShippingMethodItemSelectorEvaluator.evaluate
(CachedSelector cachedSelector, Item item) protected Boolean
BaseItemSelectorEvaluator.isItemSelected
(CachedSelector cachedSelector, EntityInstance entityInstance, Item item) protected Boolean
BaseItemSelectorEvaluator.isItemSelected
(CachedSelector cachedSelector, Item item) -
Uses of Item in com.echothree.model.control.shipping.server.logic
Methods in com.echothree.model.control.shipping.server.logic with parameters of type ItemModifier and TypeMethodDescriptionvoid
ShippingMethodLogic.checkAcceptanceOfItem
(Session session, ExecutionErrorAccumulator eea, SelectorCache selectorCache, ShippingMethod shippingMethod, Item item, BasePK evaluatedBy) void
ShippingMethodLogic.checkAcceptanceOfItem
(Session session, ExecutionErrorAccumulator eea, ShippingMethod shippingMethod, Item item, BasePK evaluatedBy) Method parameters in com.echothree.model.control.shipping.server.logic with type arguments of type ItemModifier and TypeMethodDescriptionvoid
ShippingMethodLogic.checkAcceptanceOfItems
(Session session, ExecutionErrorAccumulator eea, ShippingMethod shippingMethod, Set<Item> items, BasePK evaluatedBy) -
Uses of Item in com.echothree.model.control.tax.server.control
Methods in com.echothree.model.control.tax.server.control with parameters of type ItemModifier and TypeMethodDescriptionTaxControl.createItemTaxClassification
(Item item, GeoCode countryGeoCode, TaxClassification taxClassification, BasePK createdBy) void
TaxControl.deleteItemTaxClassificationsByItem
(Item item, BasePK deletedBy) TaxControl.getItemTaxClassification
(Item item, GeoCode countryGeoCode) TaxControl.getItemTaxClassificationDetailValueForUpdate
(Item item, GeoCode countryGeoCode) TaxControl.getItemTaxClassificationForUpdate
(Item item, GeoCode countryGeoCode) TaxControl.getItemTaxClassificationsByItem
(Item item) TaxControl.getItemTaxClassificationsByItemForUpdate
(Item item) TaxControl.getItemTaxClassificationTransfersByItem
(UserVisit userVisit, Item item) -
Uses of Item in com.echothree.model.control.vendor.server.control
Methods in com.echothree.model.control.vendor.server.control with parameters of type ItemModifier and TypeMethodDescriptionlong
VendorControl.countVendorItemsByItem
(Item item) VendorControl.createVendorItem
(Item item, Party vendorParty, String vendorItemName, String description, Integer priority, CancellationPolicy cancellationPolicy, ReturnPolicy returnPolicy, BasePK createdBy) void
VendorControl.deleteVendorItemCostsByItemAndUnitOfMeasureType
(Item item, UnitOfMeasureType unitOfMeasureType, BasePK deletedBy) void
VendorControl.deleteVendorItemsByItem
(Item item, BasePK deletedBy) VendorControl.getVendorItemCostsByItemAndUnitOfMeasureTypeForUpdate
(Item item, UnitOfMeasureType unitOfMeasureType) VendorControl.getVendorItemsByItem
(Item item) VendorControl.getVendorItemsByItemForUpdate
(Item item) VendorControl.getVendorItemTransfersByItem
(UserVisit userVisit, Item item) -
Uses of Item in com.echothree.model.control.wishlist.server.control
Methods in com.echothree.model.control.wishlist.server.control with parameters of type ItemModifier and TypeMethodDescriptionWishlistControl.getWishlistLineByItem
(Order order, Item item, InventoryCondition inventoryCondition, UnitOfMeasureType unitOfMeasureType) WishlistControl.getWishlistLineByItemForUpdate
(Order order, Item item, InventoryCondition inventoryCondition, UnitOfMeasureType unitOfMeasureType) WishlistControl.getWishlistLinesByItem
(Item item) WishlistControl.getWishlistLinesByItemForUpdate
(Item item) WishlistControl.getWishlistLineTransfersByItem
(UserVisit userVisit, Item item) -
Uses of Item in com.echothree.model.data.club.server.entity
Methods in com.echothree.model.data.club.server.entity that return ItemModifier and TypeMethodDescriptionClubItem.getItem()
ClubItem.getItem
(EntityPermission entityPermission) ClubItem.getItem
(Session session, EntityPermission entityPermission) ClubItem.getItemForUpdate()
ClubItem.getItemForUpdate
(Session session) Methods in com.echothree.model.data.club.server.entity with parameters of type Item -
Uses of Item in com.echothree.model.data.club.server.factory
Methods in com.echothree.model.data.club.server.factory with parameters of type ItemModifier and TypeMethodDescriptionClubItemFactory.create
(Club club, ClubItemType clubItemType, Item item, Long subscriptionTime, Long fromTime, Long thruTime) ClubItemFactory.create
(Session session, Club club, ClubItemType clubItemType, Item item, Long subscriptionTime, Long fromTime, Long thruTime) -
Uses of Item in com.echothree.model.data.content.server.entity
Methods in com.echothree.model.data.content.server.entity that return ItemModifier and TypeMethodDescriptionContentCatalogItem.getItem()
ContentCatalogItem.getItem
(EntityPermission entityPermission) ContentCatalogItem.getItem
(Session session, EntityPermission entityPermission) ContentCatalogItem.getItemForUpdate()
ContentCatalogItem.getItemForUpdate
(Session session) Methods in com.echothree.model.data.content.server.entity with parameters of type Item -
Uses of Item in com.echothree.model.data.content.server.factory
Methods in com.echothree.model.data.content.server.factory with parameters of type ItemModifier 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 Item in com.echothree.model.data.inventory.server.entity
Methods in com.echothree.model.data.inventory.server.entity that return ItemModifier and TypeMethodDescriptionLotDetail.getItem()
LotDetail.getItem
(EntityPermission entityPermission) LotDetail.getItem
(Session session, EntityPermission entityPermission) PartyInventoryLevel.getItem()
PartyInventoryLevel.getItem
(EntityPermission entityPermission) PartyInventoryLevel.getItem
(Session session, EntityPermission entityPermission) LotDetail.getItemForUpdate()
LotDetail.getItemForUpdate
(Session session) PartyInventoryLevel.getItemForUpdate()
PartyInventoryLevel.getItemForUpdate
(Session session) Methods in com.echothree.model.data.inventory.server.entity with parameters of type Item -
Uses of Item in com.echothree.model.data.inventory.server.factory
Methods in com.echothree.model.data.inventory.server.factory with parameters of type ItemModifier and TypeMethodDescriptionLotDetailFactory.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) -
Uses of Item in com.echothree.model.data.invoice.server.entity
Methods in com.echothree.model.data.invoice.server.entity that return ItemModifier and TypeMethodDescriptionInvoiceLineItem.getItem()
InvoiceLineItem.getItem
(EntityPermission entityPermission) InvoiceLineItem.getItem
(Session session, EntityPermission entityPermission) InvoiceLineItem.getItemForUpdate()
InvoiceLineItem.getItemForUpdate
(Session session) Methods in com.echothree.model.data.invoice.server.entity with parameters of type Item -
Uses of Item in com.echothree.model.data.invoice.server.factory
Methods in com.echothree.model.data.invoice.server.factory with parameters of type ItemModifier 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 Item in com.echothree.model.data.item.server.entity
Methods in com.echothree.model.data.item.server.entity that return ItemModifier and TypeMethodDescriptionRelatedItemDetail.getFromItem()
RelatedItemDetail.getFromItem
(EntityPermission entityPermission) RelatedItemDetail.getFromItem
(Session session) RelatedItemDetail.getFromItem
(Session session, EntityPermission entityPermission) RelatedItemDetail.getFromItemForUpdate()
RelatedItemDetail.getFromItemForUpdate
(Session session) ItemAdditionalCharge.getItem()
ItemAdditionalCharge.getItem
(EntityPermission entityPermission) ItemAdditionalCharge.getItem
(Session session, EntityPermission entityPermission) ItemAlias.getItem()
ItemAlias.getItem
(EntityPermission entityPermission) ItemAlias.getItem
(Session session, EntityPermission entityPermission) ItemCountryOfOrigin.getItem()
ItemCountryOfOrigin.getItem
(EntityPermission entityPermission) ItemCountryOfOrigin.getItem
(Session session, EntityPermission entityPermission) ItemDescriptionDetail.getItem()
ItemDescriptionDetail.getItem
(EntityPermission entityPermission) ItemDescriptionDetail.getItem
(Session session, EntityPermission entityPermission) ItemDetail.getItem()
ItemDetail.getItem
(EntityPermission entityPermission) ItemDetail.getItem
(Session session, EntityPermission entityPermission) ItemHarmonizedTariffScheduleCodeDetail.getItem()
ItemHarmonizedTariffScheduleCodeDetail.getItem
(EntityPermission entityPermission) ItemHarmonizedTariffScheduleCodeDetail.getItem
(Session session, EntityPermission entityPermission) ItemKitMember.getItem()
ItemKitMember.getItem
(EntityPermission entityPermission) ItemKitMember.getItem
(Session session, EntityPermission entityPermission) ItemKitOption.getItem()
ItemKitOption.getItem
(EntityPermission entityPermission) ItemKitOption.getItem
(Session session, EntityPermission entityPermission) ItemPackCheckRequirement.getItem()
ItemPackCheckRequirement.getItem
(EntityPermission entityPermission) ItemPackCheckRequirement.getItem
(Session session, EntityPermission entityPermission) ItemPrice.getItem()
ItemPrice.getItem
(EntityPermission entityPermission) ItemPrice.getItem
(Session session, EntityPermission entityPermission) ItemShippingTime.getItem()
ItemShippingTime.getItem
(EntityPermission entityPermission) ItemShippingTime.getItem
(Session session, EntityPermission entityPermission) ItemUnitCustomerTypeLimit.getItem()
ItemUnitCustomerTypeLimit.getItem
(EntityPermission entityPermission) ItemUnitCustomerTypeLimit.getItem
(Session session, EntityPermission entityPermission) ItemUnitLimit.getItem()
ItemUnitLimit.getItem
(EntityPermission entityPermission) ItemUnitLimit.getItem
(Session session, EntityPermission entityPermission) ItemUnitOfMeasureType.getItem()
ItemUnitOfMeasureType.getItem
(EntityPermission entityPermission) ItemUnitOfMeasureType.getItem
(Session session, EntityPermission entityPermission) ItemUnitPriceLimit.getItem()
ItemUnitPriceLimit.getItem
(EntityPermission entityPermission) ItemUnitPriceLimit.getItem
(Session session, EntityPermission entityPermission) ItemVolume.getItem()
ItemVolume.getItem
(EntityPermission entityPermission) ItemVolume.getItem
(Session session, EntityPermission entityPermission) ItemWeight.getItem()
ItemWeight.getItem
(EntityPermission entityPermission) ItemWeight.getItem
(Session session, EntityPermission entityPermission) ItemAdditionalCharge.getItemForUpdate()
ItemAdditionalCharge.getItemForUpdate
(Session session) ItemAlias.getItemForUpdate()
ItemAlias.getItemForUpdate
(Session session) ItemCountryOfOrigin.getItemForUpdate()
ItemCountryOfOrigin.getItemForUpdate
(Session session) ItemDescriptionDetail.getItemForUpdate()
ItemDescriptionDetail.getItemForUpdate
(Session session) ItemDetail.getItemForUpdate()
ItemDetail.getItemForUpdate
(Session session) ItemHarmonizedTariffScheduleCodeDetail.getItemForUpdate()
ItemHarmonizedTariffScheduleCodeDetail.getItemForUpdate
(Session session) ItemKitMember.getItemForUpdate()
ItemKitMember.getItemForUpdate
(Session session) ItemKitOption.getItemForUpdate()
ItemKitOption.getItemForUpdate
(Session session) ItemPackCheckRequirement.getItemForUpdate()
ItemPackCheckRequirement.getItemForUpdate
(Session session) ItemPrice.getItemForUpdate()
ItemPrice.getItemForUpdate
(Session session) ItemShippingTime.getItemForUpdate()
ItemShippingTime.getItemForUpdate
(Session session) ItemUnitCustomerTypeLimit.getItemForUpdate()
ItemUnitCustomerTypeLimit.getItemForUpdate
(Session session) ItemUnitLimit.getItemForUpdate()
ItemUnitLimit.getItemForUpdate
(Session session) ItemUnitOfMeasureType.getItemForUpdate()
ItemUnitOfMeasureType.getItemForUpdate
(Session session) ItemUnitPriceLimit.getItemForUpdate()
ItemUnitPriceLimit.getItemForUpdate
(Session session) ItemVolume.getItemForUpdate()
ItemVolume.getItemForUpdate
(Session session) ItemWeight.getItemForUpdate()
ItemWeight.getItemForUpdate
(Session session) ItemKitMember.getMemberItem()
ItemKitMember.getMemberItem
(EntityPermission entityPermission) ItemKitMember.getMemberItem
(Session session) ItemKitMember.getMemberItem
(Session session, EntityPermission entityPermission) ItemKitMember.getMemberItemForUpdate()
ItemKitMember.getMemberItemForUpdate
(Session session) RelatedItemDetail.getToItem()
RelatedItemDetail.getToItem
(EntityPermission entityPermission) RelatedItemDetail.getToItem
(Session session, EntityPermission entityPermission) RelatedItemDetail.getToItemForUpdate()
RelatedItemDetail.getToItemForUpdate
(Session session) Methods in com.echothree.model.data.item.server.entity with parameters of type ItemModifier and TypeMethodDescriptionvoid
RelatedItemDetail.setFromItem
(Item entity) void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
ItemKitMember.setMemberItem
(Item entity) void
-
Uses of Item in com.echothree.model.data.item.server.factory
Methods in com.echothree.model.data.item.server.factory that return ItemModifier and TypeMethodDescriptionItemFactory.create()
ItemFactory.create
(ItemDetailPK activeDetailPK, ItemDetailPK lastDetailPK) ItemFactory.create
(ItemDetail activeDetail, ItemDetail lastDetail) ItemFactory.create
(Session session, ItemDetailPK activeDetailPK, ItemDetailPK lastDetailPK) ItemFactory.create
(Session session, ItemDetail activeDetail, ItemDetail lastDetail) ItemFactory.getEntityFromCache
(Session session, ItemPK pk) ItemFactory.getEntityFromPK
(EntityPermission entityPermission, ItemPK pk) ItemFactory.getEntityFromPK
(Session session, EntityPermission entityPermission, ItemPK pk) ItemFactory.getEntityFromQuery
(EntityPermission entityPermission, PreparedStatement ps) ItemFactory.getEntityFromQuery
(EntityPermission entityPermission, PreparedStatement ps, Object... params) ItemFactory.getEntityFromQuery
(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) ItemFactory.getEntityFromQuery
(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) ItemFactory.getEntityFromQuery
(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) ItemFactory.getEntityFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) ItemFactory.getEntityFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) ItemFactory.getEntityFromResultSet
(EntityPermission entityPermission, ResultSet rs) ItemFactory.getEntityFromResultSet
(Session session, EntityPermission entityPermission, ResultSet rs) ItemFactory.getEntityFromValue
(EntityPermission entityPermission, ItemValue value) ItemFactory.getEntityFromValue
(Session session, EntityPermission entityPermission, ItemValue value) Methods in com.echothree.model.data.item.server.factory that return types with arguments of type ItemModifier and TypeMethodDescriptionItemFactory.getEntitiesFromPKs
(EntityPermission entityPermission, Collection<ItemPK> pks) ItemFactory.getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<ItemPK> pks) ItemFactory.getEntitiesFromQuery
(EntityPermission entityPermission, PreparedStatement ps) ItemFactory.getEntitiesFromQuery
(EntityPermission entityPermission, PreparedStatement ps, Object... params) ItemFactory.getEntitiesFromQuery
(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) ItemFactory.getEntitiesFromQuery
(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) ItemFactory.getEntitiesFromQuery
(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) ItemFactory.getEntitiesFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) ItemFactory.getEntitiesFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) ItemFactory.getEntitiesFromResultSet
(EntityPermission entityPermission, ResultSet rs) ItemFactory.getEntitiesFromResultSet
(Session session, EntityPermission entityPermission, ResultSet rs) Methods in com.echothree.model.data.item.server.factory with parameters of type ItemModifier and TypeMethodDescriptionItemAdditionalChargeFactory.create
(Item item, ItemAdditionalChargeType itemAdditionalChargeType, UnitOfMeasureType unitOfMeasureType, Long minimumQuantity, Long maximumQuantity, Currency currency, Long unitPrice, Long fromTime, Long thruTime) ItemAdditionalChargeFactory.create
(Session session, Item item, ItemAdditionalChargeType itemAdditionalChargeType, UnitOfMeasureType unitOfMeasureType, Long minimumQuantity, Long maximumQuantity, Currency currency, Long unitPrice, Long fromTime, Long thruTime) ItemAliasFactory.create
(Item item, UnitOfMeasureType unitOfMeasureType, ItemAliasType itemAliasType, String alias, Long fromTime, Long thruTime) ItemAliasFactory.create
(Session session, Item item, UnitOfMeasureType unitOfMeasureType, ItemAliasType itemAliasType, String alias, Long fromTime, Long thruTime) ItemCountryOfOriginFactory.create
(Item item, GeoCode countryGeoCode, Integer percent, Long fromTime, Long thruTime) ItemCountryOfOriginFactory.create
(Session session, Item item, GeoCode countryGeoCode, Integer percent, Long fromTime, Long thruTime) ItemDescriptionDetailFactory.create
(ItemDescription itemDescription, ItemDescriptionType itemDescriptionType, Item item, Language language, MimeType mimeType, Long fromTime, Long thruTime) ItemDescriptionDetailFactory.create
(Session session, ItemDescription itemDescription, ItemDescriptionType itemDescriptionType, Item item, Language language, MimeType mimeType, Long fromTime, Long thruTime) ItemDetailFactory.create
(Item item, String itemName, ItemType itemType, ItemUseType itemUseType, ItemCategory itemCategory, ItemAccountingCategory itemAccountingCategory, ItemPurchasingCategory itemPurchasingCategory, Party companyParty, ItemDeliveryType itemDeliveryType, ItemInventoryType itemInventoryType, Boolean inventorySerialized, Sequence serialNumberSequence, Boolean shippingChargeExempt, Long shippingStartTime, Long shippingEndTime, Long salesOrderStartTime, Long salesOrderEndTime, Long purchaseOrderStartTime, Long purchaseOrderEndTime, Boolean allowClubDiscounts, Boolean allowCouponDiscounts, Boolean allowAssociatePayments, UnitOfMeasureKind unitOfMeasureKind, ItemPriceType itemPriceType, CancellationPolicy cancellationPolicy, ReturnPolicy returnPolicy, StylePath stylePath, Long fromTime, Long thruTime) ItemDetailFactory.create
(Session session, Item item, String itemName, ItemType itemType, ItemUseType itemUseType, ItemCategory itemCategory, ItemAccountingCategory itemAccountingCategory, ItemPurchasingCategory itemPurchasingCategory, Party companyParty, ItemDeliveryType itemDeliveryType, ItemInventoryType itemInventoryType, Boolean inventorySerialized, Sequence serialNumberSequence, Boolean shippingChargeExempt, Long shippingStartTime, Long shippingEndTime, Long salesOrderStartTime, Long salesOrderEndTime, Long purchaseOrderStartTime, Long purchaseOrderEndTime, Boolean allowClubDiscounts, Boolean allowCouponDiscounts, Boolean allowAssociatePayments, UnitOfMeasureKind unitOfMeasureKind, ItemPriceType itemPriceType, CancellationPolicy cancellationPolicy, ReturnPolicy returnPolicy, StylePath stylePath, Long fromTime, Long thruTime) ItemHarmonizedTariffScheduleCodeDetailFactory.create
(ItemHarmonizedTariffScheduleCode itemHarmonizedTariffScheduleCode, Item item, GeoCode countryGeoCode, HarmonizedTariffScheduleCodeUseType harmonizedTariffScheduleCodeUseType, HarmonizedTariffScheduleCode harmonizedTariffScheduleCode, Long fromTime, Long thruTime) ItemHarmonizedTariffScheduleCodeDetailFactory.create
(Session session, ItemHarmonizedTariffScheduleCode itemHarmonizedTariffScheduleCode, Item item, GeoCode countryGeoCode, HarmonizedTariffScheduleCodeUseType harmonizedTariffScheduleCodeUseType, HarmonizedTariffScheduleCode harmonizedTariffScheduleCode, Long fromTime, Long thruTime) ItemKitMemberFactory.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) ItemKitOptionFactory.create
(Session session, Item item, Boolean allowPartialShipments, Long fromTime, Long thruTime) ItemPackCheckRequirementFactory.create
(Item item, UnitOfMeasureType unitOfMeasureType, Long minimumQuantity, Long maximumQuantity, Long fromTime, Long thruTime) ItemPackCheckRequirementFactory.create
(Session session, Item item, UnitOfMeasureType unitOfMeasureType, Long minimumQuantity, Long maximumQuantity, 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) ItemShippingTimeFactory.create
(Item item, CustomerType customerType, Long shippingStartTime, Long shippingEndTime, Long fromTime, Long thruTime) ItemShippingTimeFactory.create
(Session session, Item item, CustomerType customerType, Long shippingStartTime, Long shippingEndTime, 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) ItemUnitOfMeasureTypeFactory.create
(Item item, UnitOfMeasureType unitOfMeasureType, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) ItemUnitOfMeasureTypeFactory.create
(Session session, Item item, UnitOfMeasureType unitOfMeasureType, Boolean isDefault, Integer sortOrder, 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) ItemVolumeFactory.create
(Item item, UnitOfMeasureType unitOfMeasureType, Long height, Long width, Long depth, Long fromTime, Long thruTime) ItemVolumeFactory.create
(Session session, Item item, UnitOfMeasureType unitOfMeasureType, Long height, Long width, Long depth, Long fromTime, Long thruTime) ItemWeightFactory.create
(Item item, UnitOfMeasureType unitOfMeasureType, Long weight, Long fromTime, Long thruTime) ItemWeightFactory.create
(Session session, Item item, UnitOfMeasureType unitOfMeasureType, Long weight, Long fromTime, Long thruTime) RelatedItemDetailFactory.create
(RelatedItem relatedItem, RelatedItemType relatedItemType, Item fromItem, Item toItem, Integer sortOrder, Long fromTime, Long thruTime) RelatedItemDetailFactory.create
(Session session, RelatedItem relatedItem, RelatedItemType relatedItemType, Item fromItem, Item toItem, Integer sortOrder, Long fromTime, Long thruTime) void
void
Method parameters in com.echothree.model.data.item.server.factory with type arguments of type ItemModifier and TypeMethodDescriptionvoid
ItemFactory.store
(Session session, Collection<Item> entities) void
ItemFactory.store
(Collection<Item> entities) -
Uses of Item in com.echothree.model.data.offer.server.entity
Methods in com.echothree.model.data.offer.server.entity that return ItemModifier and TypeMethodDescriptionOfferItem.getItem()
OfferItem.getItem
(EntityPermission entityPermission) OfferItem.getItem
(Session session, EntityPermission entityPermission) OfferItem.getItemForUpdate()
OfferItem.getItemForUpdate
(Session session) Methods in com.echothree.model.data.offer.server.entity with parameters of type Item -
Uses of Item in com.echothree.model.data.offer.server.factory
Methods in com.echothree.model.data.offer.server.factory with parameters of type Item -
Uses of Item in com.echothree.model.data.order.server.entity
Methods in com.echothree.model.data.order.server.entity that return ItemModifier and TypeMethodDescriptionOrderLineDetail.getItem()
OrderLineDetail.getItem
(EntityPermission entityPermission) OrderLineDetail.getItem
(Session session, EntityPermission entityPermission) OrderLineDetail.getItemForUpdate()
OrderLineDetail.getItemForUpdate
(Session session) Methods in com.echothree.model.data.order.server.entity with parameters of type Item -
Uses of Item in com.echothree.model.data.order.server.factory
Methods in com.echothree.model.data.order.server.factory with parameters of type ItemModifier 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 Item in com.echothree.model.data.shipment.server.entity
Methods in com.echothree.model.data.shipment.server.entity that return ItemModifier and TypeMethodDescriptionShipmentLineDetail.getItem()
ShipmentLineDetail.getItem
(EntityPermission entityPermission) ShipmentLineDetail.getItem
(Session session, EntityPermission entityPermission) ShipmentPackageLineDetail.getItem()
ShipmentPackageLineDetail.getItem
(EntityPermission entityPermission) ShipmentPackageLineDetail.getItem
(Session session, EntityPermission entityPermission) ShipmentLineDetail.getItemForUpdate()
ShipmentLineDetail.getItemForUpdate
(Session session) ShipmentPackageLineDetail.getItemForUpdate()
ShipmentPackageLineDetail.getItemForUpdate
(Session session) Methods in com.echothree.model.data.shipment.server.entity with parameters of type Item -
Uses of Item in com.echothree.model.data.shipment.server.factory
Methods in com.echothree.model.data.shipment.server.factory with parameters of type ItemModifier 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 Item in com.echothree.model.data.tax.server.entity
Methods in com.echothree.model.data.tax.server.entity that return ItemModifier and TypeMethodDescriptionItemTaxClassificationDetail.getItem()
ItemTaxClassificationDetail.getItem
(EntityPermission entityPermission) ItemTaxClassificationDetail.getItem
(Session session, EntityPermission entityPermission) ItemTaxClassificationDetail.getItemForUpdate()
ItemTaxClassificationDetail.getItemForUpdate
(Session session) Methods in com.echothree.model.data.tax.server.entity with parameters of type Item -
Uses of Item in com.echothree.model.data.tax.server.factory
Methods in com.echothree.model.data.tax.server.factory with parameters of type ItemModifier and TypeMethodDescriptionItemTaxClassificationDetailFactory.create
(ItemTaxClassification itemTaxClassification, Item item, GeoCode countryGeoCode, TaxClassification taxClassification, Long fromTime, Long thruTime) ItemTaxClassificationDetailFactory.create
(Session session, ItemTaxClassification itemTaxClassification, Item item, GeoCode countryGeoCode, TaxClassification taxClassification, Long fromTime, Long thruTime) -
Uses of Item in com.echothree.model.data.vendor.server.entity
Methods in com.echothree.model.data.vendor.server.entity that return ItemModifier and TypeMethodDescriptionVendorItemDetail.getItem()
VendorItemDetail.getItem
(EntityPermission entityPermission) VendorItemDetail.getItem
(Session session, EntityPermission entityPermission) VendorItemDetail.getItemForUpdate()
VendorItemDetail.getItemForUpdate
(Session session) Methods in com.echothree.model.data.vendor.server.entity with parameters of type Item -
Uses of Item in com.echothree.model.data.vendor.server.factory
Methods in com.echothree.model.data.vendor.server.factory with parameters of type ItemModifier and TypeMethodDescriptionVendorItemDetailFactory.create
(VendorItem vendorItem, Item item, Party vendorParty, String vendorItemName, String description, Integer priority, CancellationPolicy cancellationPolicy, ReturnPolicy returnPolicy, Long fromTime, Long thruTime) VendorItemDetailFactory.create
(Session session, VendorItem vendorItem, Item item, Party vendorParty, String vendorItemName, String description, Integer priority, CancellationPolicy cancellationPolicy, ReturnPolicy returnPolicy, Long fromTime, Long thruTime)