Uses of Class
com.echothree.model.data.item.common.pk.ItemPK
Packages that use ItemPK
Package
Description
-
Uses of ItemPK in com.echothree.model.control.item.server.control
Methods in com.echothree.model.control.item.server.control with parameters of type ItemPK -
Uses of ItemPK in com.echothree.model.data.club.server.entity
Methods in com.echothree.model.data.club.server.entity that return ItemPKMethods in com.echothree.model.data.club.server.entity with parameters of type ItemPK -
Uses of ItemPK in com.echothree.model.data.club.server.factory
Methods in com.echothree.model.data.club.server.factory with parameters of type ItemPK -
Uses of ItemPK in com.echothree.model.data.club.server.value
Methods in com.echothree.model.data.club.server.value that return ItemPKMethods in com.echothree.model.data.club.server.value with parameters of type ItemPKConstructors in com.echothree.model.data.club.server.value with parameters of type ItemPKModifierConstructorDescriptionClubItemValue(ClubItemPK clubItemPK, ClubPK clubPK, ClubItemTypePK clubItemTypePK, ItemPK itemPK, Long subscriptionTime, Long fromTime, Long thruTime) Creates a new instance of ClubItemValueClubItemValue(ClubPK clubPK, ClubItemTypePK clubItemTypePK, ItemPK itemPK, Long subscriptionTime, Long fromTime, Long thruTime) Creates a new instance of ClubItemValue -
Uses of ItemPK in com.echothree.model.data.content.server.entity
Methods in com.echothree.model.data.content.server.entity that return ItemPKMethods in com.echothree.model.data.content.server.entity with parameters of type ItemPK -
Uses of ItemPK in com.echothree.model.data.content.server.factory
Methods in com.echothree.model.data.content.server.factory with parameters of type ItemPKModifier and TypeMethodDescriptionContentCatalogItemFactory.create(ContentCatalogPK contentCatalogPK, ItemPK itemPK, InventoryConditionPK inventoryConditionPK, UnitOfMeasureTypePK unitOfMeasureTypePK, CurrencyPK currencyPK, Long fromTime, Long thruTime) -
Uses of ItemPK in com.echothree.model.data.content.server.value
Methods in com.echothree.model.data.content.server.value that return ItemPKMethods in com.echothree.model.data.content.server.value with parameters of type ItemPKConstructors in com.echothree.model.data.content.server.value with parameters of type ItemPKModifierConstructorDescriptionContentCatalogItemValue(ContentCatalogItemPK contentCatalogItemPK, ContentCatalogPK contentCatalogPK, ItemPK itemPK, InventoryConditionPK inventoryConditionPK, UnitOfMeasureTypePK unitOfMeasureTypePK, CurrencyPK currencyPK, Long fromTime, Long thruTime) Creates a new instance of ContentCatalogItemValueContentCatalogItemValue(ContentCatalogPK contentCatalogPK, ItemPK itemPK, InventoryConditionPK inventoryConditionPK, UnitOfMeasureTypePK unitOfMeasureTypePK, CurrencyPK currencyPK, Long fromTime, Long thruTime) Creates a new instance of ContentCatalogItemValue -
Uses of ItemPK in com.echothree.model.data.inventory.server.entity
Methods in com.echothree.model.data.inventory.server.entity that return ItemPKModifier and TypeMethodDescriptionInventoryCostingPoolDetail.getItemPK()InventoryLocation.getItemPK()InventoryTransactionLineDetail.getItemPK()LotDetail.getItemPK()PartyBucket.getItemPK()PartyInventoryLevel.getItemPK()Methods in com.echothree.model.data.inventory.server.entity with parameters of type ItemPKModifier and TypeMethodDescriptionvoidvoidvoidvoidvoidvoid -
Uses of ItemPK in com.echothree.model.data.inventory.server.factory
Methods in com.echothree.model.data.inventory.server.factory with parameters of type ItemPKModifier and TypeMethodDescriptionInventoryCostingPoolDetailFactory.create(InventoryCostingPoolPK inventoryCostingPoolPK, String inventoryCostingPoolName, PartyPK companyPartyPK, ItemPK itemPK, InventoryConditionPK inventoryConditionPK, Long fromTime, Long thruTime) InventoryLocationFactory.create(LocationPK locationPK, PartyPK ownerPartyPK, ItemPK itemPK, UnitOfMeasureTypePK unitOfMeasureTypePK, InventoryConditionPK inventoryConditionPK, Long fromTime, Long thruTime) InventoryTransactionLineDetailFactory.create(InventoryTransactionLinePK inventoryTransactionLinePK, InventoryTransactionPK inventoryTransactionPK, Integer inventoryTransactionLineSequence, InventoryTransactionReasonPK inventoryTransactionReasonPK, ItemPK itemPK, LotPK lotPK, InventoryAdjustmentTypePK inventoryAdjustmentTypePK, Long unitAmount, String description, Long fromTime, Long thruTime) LotDetailFactory.create(LotPK lotPK, ItemPK itemPK, String lotIdentifier, Long fromTime, Long thruTime) PartyBucketFactory.create(PartyPK partyPK, ItemPK itemPK, UnitOfMeasureTypePK unitOfMeasureTypePK, InventoryConditionPK inventoryConditionPK, InventoryBucketTypePK inventoryBucketTypePK, Long quantity) PartyInventoryLevelFactory.create(PartyPK partyPK, ItemPK itemPK, InventoryConditionPK inventoryConditionPK, Long minimumInventory, Long maximumInventory, Long reorderQuantity, Long fromTime, Long thruTime) -
Uses of ItemPK in com.echothree.model.data.inventory.server.value
Methods in com.echothree.model.data.inventory.server.value that return ItemPKModifier and TypeMethodDescriptionInventoryCostingPoolDetailValue.getItemPK()InventoryLocationValue.getItemPK()InventoryTransactionLineDetailValue.getItemPK()LotDetailValue.getItemPK()PartyBucketValue.getItemPK()PartyInventoryLevelValue.getItemPK()Methods in com.echothree.model.data.inventory.server.value with parameters of type ItemPKModifier and TypeMethodDescriptionvoidvoidvoidvoidvoidvoidConstructors in com.echothree.model.data.inventory.server.value with parameters of type ItemPKModifierConstructorDescriptionInventoryCostingPoolDetailValue(InventoryCostingPoolDetailPK inventoryCostingPoolDetailPK, InventoryCostingPoolPK inventoryCostingPoolPK, String inventoryCostingPoolName, PartyPK companyPartyPK, ItemPK itemPK, InventoryConditionPK inventoryConditionPK, Long fromTime, Long thruTime) Creates a new instance of InventoryCostingPoolDetailValueInventoryCostingPoolDetailValue(InventoryCostingPoolPK inventoryCostingPoolPK, String inventoryCostingPoolName, PartyPK companyPartyPK, ItemPK itemPK, InventoryConditionPK inventoryConditionPK, Long fromTime, Long thruTime) Creates a new instance of InventoryCostingPoolDetailValueInventoryLocationValue(InventoryLocationPK inventoryLocationPK, LocationPK locationPK, PartyPK ownerPartyPK, ItemPK itemPK, UnitOfMeasureTypePK unitOfMeasureTypePK, InventoryConditionPK inventoryConditionPK, Long fromTime, Long thruTime) Creates a new instance of InventoryLocationValueInventoryLocationValue(LocationPK locationPK, PartyPK ownerPartyPK, ItemPK itemPK, UnitOfMeasureTypePK unitOfMeasureTypePK, InventoryConditionPK inventoryConditionPK, Long fromTime, Long thruTime) Creates a new instance of InventoryLocationValueInventoryTransactionLineDetailValue(InventoryTransactionLineDetailPK inventoryTransactionLineDetailPK, InventoryTransactionLinePK inventoryTransactionLinePK, InventoryTransactionPK inventoryTransactionPK, Integer inventoryTransactionLineSequence, InventoryTransactionReasonPK inventoryTransactionReasonPK, ItemPK itemPK, LotPK lotPK, InventoryAdjustmentTypePK inventoryAdjustmentTypePK, Long unitAmount, String description, Long fromTime, Long thruTime) Creates a new instance of InventoryTransactionLineDetailValueInventoryTransactionLineDetailValue(InventoryTransactionLinePK inventoryTransactionLinePK, InventoryTransactionPK inventoryTransactionPK, Integer inventoryTransactionLineSequence, InventoryTransactionReasonPK inventoryTransactionReasonPK, ItemPK itemPK, LotPK lotPK, InventoryAdjustmentTypePK inventoryAdjustmentTypePK, Long unitAmount, String description, Long fromTime, Long thruTime) Creates a new instance of InventoryTransactionLineDetailValueLotDetailValue(LotDetailPK lotDetailPK, LotPK lotPK, ItemPK itemPK, String lotIdentifier, Long fromTime, Long thruTime) Creates a new instance of LotDetailValueCreates a new instance of LotDetailValuePartyBucketValue(PartyBucketPK partyBucketPK, PartyPK partyPK, ItemPK itemPK, UnitOfMeasureTypePK unitOfMeasureTypePK, InventoryConditionPK inventoryConditionPK, InventoryBucketTypePK inventoryBucketTypePK, Long quantity) Creates a new instance of PartyBucketValuePartyBucketValue(PartyPK partyPK, ItemPK itemPK, UnitOfMeasureTypePK unitOfMeasureTypePK, InventoryConditionPK inventoryConditionPK, InventoryBucketTypePK inventoryBucketTypePK, Long quantity) Creates a new instance of PartyBucketValuePartyInventoryLevelValue(PartyInventoryLevelPK partyInventoryLevelPK, PartyPK partyPK, ItemPK itemPK, InventoryConditionPK inventoryConditionPK, Long minimumInventory, Long maximumInventory, Long reorderQuantity, Long fromTime, Long thruTime) Creates a new instance of PartyInventoryLevelValuePartyInventoryLevelValue(PartyPK partyPK, ItemPK itemPK, InventoryConditionPK inventoryConditionPK, Long minimumInventory, Long maximumInventory, Long reorderQuantity, Long fromTime, Long thruTime) Creates a new instance of PartyInventoryLevelValue -
Uses of ItemPK in com.echothree.model.data.invoice.server.entity
Methods in com.echothree.model.data.invoice.server.entity that return ItemPKMethods in com.echothree.model.data.invoice.server.entity with parameters of type ItemPK -
Uses of ItemPK in com.echothree.model.data.invoice.server.factory
Methods in com.echothree.model.data.invoice.server.factory with parameters of type ItemPKModifier and TypeMethodDescriptionInvoiceLineItemFactory.create(InvoiceLinePK invoiceLinePK, ItemPK itemPK, InventoryConditionPK inventoryConditionPK, UnitOfMeasureTypePK unitOfMeasureTypePK, Integer quantity, Long fromTime, Long thruTime) -
Uses of ItemPK in com.echothree.model.data.invoice.server.value
Methods in com.echothree.model.data.invoice.server.value that return ItemPKMethods in com.echothree.model.data.invoice.server.value with parameters of type ItemPKConstructors in com.echothree.model.data.invoice.server.value with parameters of type ItemPKModifierConstructorDescriptionInvoiceLineItemValue(InvoiceLineItemPK invoiceLineItemPK, InvoiceLinePK invoiceLinePK, ItemPK itemPK, InventoryConditionPK inventoryConditionPK, UnitOfMeasureTypePK unitOfMeasureTypePK, Integer quantity, Long fromTime, Long thruTime) Creates a new instance of InvoiceLineItemValueInvoiceLineItemValue(InvoiceLinePK invoiceLinePK, ItemPK itemPK, InventoryConditionPK inventoryConditionPK, UnitOfMeasureTypePK unitOfMeasureTypePK, Integer quantity, Long fromTime, Long thruTime) Creates a new instance of InvoiceLineItemValue -
Uses of ItemPK in com.echothree.model.data.item.server.entity
Methods in com.echothree.model.data.item.server.entity that return ItemPKModifier and TypeMethodDescriptionRelatedItemDetail.getFromItemPK()ItemAdditionalCharge.getItemPK()ItemAlias.getItemPK()ItemCountryOfOrigin.getItemPK()ItemDescriptionDetail.getItemPK()ItemDetail.getItemPK()ItemHarmonizedTariffScheduleCodeDetail.getItemPK()ItemKitMember.getItemPK()ItemKitOption.getItemPK()ItemPackCheckRequirement.getItemPK()ItemPrice.getItemPK()ItemShippingTime.getItemPK()ItemUnitCustomerTypeLimit.getItemPK()ItemUnitLimit.getItemPK()ItemUnitOfMeasureType.getItemPK()ItemUnitPriceLimit.getItemPK()ItemVolume.getItemPK()ItemWeight.getItemPK()ItemKitMember.getMemberItemPK()Item.getPrimaryKey()RelatedItemDetail.getToItemPK()Methods in com.echothree.model.data.item.server.entity with parameters of type ItemPKModifier and TypeMethodDescriptionvoidRelatedItemDetail.setFromItemPK(ItemPK fromItemPK) voidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidItemKitMember.setMemberItemPK(ItemPK memberItemPK) voidRelatedItemDetail.setToItemPK(ItemPK toItemPK) -
Uses of ItemPK in com.echothree.model.data.item.server.factory
Methods in com.echothree.model.data.item.server.factory that return ItemPKModifier and TypeMethodDescriptionItemFactory.getNextPK()ItemFactory.getPKFromQuery(PreparedStatement ps, Object... params) ItemFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.item.server.factory that return types with arguments of type ItemPKModifier and TypeMethodDescriptionItemFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) ItemFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) ItemFactory.getPKsFromResultSetAsList(ResultSet rs) ItemFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.item.server.factory with parameters of type ItemPKModifier and TypeMethodDescriptionItemAdditionalChargeFactory.create(ItemPK itemPK, ItemAdditionalChargeTypePK itemAdditionalChargeTypePK, UnitOfMeasureTypePK unitOfMeasureTypePK, Long minimumQuantity, Long maximumQuantity, CurrencyPK currencyPK, Long unitPrice, Long fromTime, Long thruTime) ItemAliasFactory.create(ItemPK itemPK, UnitOfMeasureTypePK unitOfMeasureTypePK, ItemAliasTypePK itemAliasTypePK, String alias, Long fromTime, Long thruTime) ItemCountryOfOriginFactory.create(ItemPK itemPK, GeoCodePK countryGeoCodePK, Integer percent, Long fromTime, Long thruTime) ItemDescriptionDetailFactory.create(ItemDescriptionPK itemDescriptionPK, ItemDescriptionTypePK itemDescriptionTypePK, ItemPK itemPK, LanguagePK languagePK, MimeTypePK mimeTypePK, Long fromTime, Long thruTime) ItemDetailFactory.create(ItemPK itemPK, String itemName, ItemTypePK itemTypePK, ItemUseTypePK itemUseTypePK, ItemCategoryPK itemCategoryPK, ItemAccountingCategoryPK itemAccountingCategoryPK, ItemPurchasingCategoryPK itemPurchasingCategoryPK, PartyPK companyPartyPK, ItemDeliveryTypePK itemDeliveryTypePK, ItemInventoryTypePK itemInventoryTypePK, Boolean inventorySerialized, SequencePK serialNumberSequencePK, Boolean shippingChargeExempt, Long shippingStartTime, Long shippingEndTime, Long salesOrderStartTime, Long salesOrderEndTime, Long purchaseOrderStartTime, Long purchaseOrderEndTime, Boolean allowClubDiscounts, Boolean allowCouponDiscounts, Boolean allowAssociatePayments, UnitOfMeasureKindPK unitOfMeasureKindPK, ItemPriceTypePK itemPriceTypePK, CancellationPolicyPK cancellationPolicyPK, ReturnPolicyPK returnPolicyPK, StylePathPK stylePathPK, Long fromTime, Long thruTime) ItemHarmonizedTariffScheduleCodeDetailFactory.create(ItemHarmonizedTariffScheduleCodePK itemHarmonizedTariffScheduleCodePK, ItemPK itemPK, GeoCodePK countryGeoCodePK, HarmonizedTariffScheduleCodeUseTypePK harmonizedTariffScheduleCodeUseTypePK, HarmonizedTariffScheduleCodePK harmonizedTariffScheduleCodePK, Long fromTime, Long thruTime) ItemKitMemberFactory.create(ItemPK itemPK, InventoryConditionPK inventoryConditionPK, UnitOfMeasureTypePK unitOfMeasureTypePK, ItemPK memberItemPK, InventoryConditionPK memberInventoryConditionPK, UnitOfMeasureTypePK memberUnitOfMeasureTypePK, Long quantity, Long fromTime, Long thruTime) ItemKitOptionFactory.create(ItemPK itemPK, Boolean allowPartialShipments, Long fromTime, Long thruTime) ItemPackCheckRequirementFactory.create(ItemPK itemPK, UnitOfMeasureTypePK unitOfMeasureTypePK, Long minimumQuantity, Long maximumQuantity, Long fromTime, Long thruTime) ItemPriceFactory.create(ItemPK itemPK, InventoryConditionPK inventoryConditionPK, UnitOfMeasureTypePK unitOfMeasureTypePK, CurrencyPK currencyPK, Long fromTime, Long thruTime) ItemShippingTimeFactory.create(ItemPK itemPK, CustomerTypePK customerTypePK, Long shippingStartTime, Long shippingEndTime, Long fromTime, Long thruTime) ItemUnitCustomerTypeLimitFactory.create(ItemPK itemPK, InventoryConditionPK inventoryConditionPK, UnitOfMeasureTypePK unitOfMeasureTypePK, CustomerTypePK customerTypePK, Long minimumQuantity, Long maximumQuantity, Long fromTime, Long thruTime) ItemUnitLimitFactory.create(ItemPK itemPK, InventoryConditionPK inventoryConditionPK, UnitOfMeasureTypePK unitOfMeasureTypePK, Long minimumQuantity, Long maximumQuantity, Long fromTime, Long thruTime) ItemUnitOfMeasureTypeFactory.create(ItemPK itemPK, UnitOfMeasureTypePK unitOfMeasureTypePK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) ItemUnitPriceLimitFactory.create(ItemPK itemPK, InventoryConditionPK inventoryConditionPK, UnitOfMeasureTypePK unitOfMeasureTypePK, CurrencyPK currencyPK, Long minimumUnitPrice, Long maximumUnitPrice, Long fromTime, Long thruTime) ItemVolumeFactory.create(ItemPK itemPK, UnitOfMeasureTypePK unitOfMeasureTypePK, ItemVolumeTypePK itemVolumeTypePK, Long height, Long width, Long depth, Long fromTime, Long thruTime) ItemWeightFactory.create(ItemPK itemPK, UnitOfMeasureTypePK unitOfMeasureTypePK, ItemWeightTypePK itemWeightTypePK, Long weight, Long fromTime, Long thruTime) RelatedItemDetailFactory.create(RelatedItemPK relatedItemPK, RelatedItemTypePK relatedItemTypePK, ItemPK fromItemPK, ItemPK toItemPK, Integer sortOrder, Long fromTime, Long thruTime) ItemFactory.getEntityFromCache(ItemPK pk) ItemFactory.getEntityFromPK(EntityPermission entityPermission, ItemPK pk) ItemFactory.getValueFromPK(ItemPK pk) voidbooleanMethod parameters in com.echothree.model.data.item.server.factory with type arguments of type ItemPKModifier and TypeMethodDescriptionItemFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<ItemPK> pks) ItemFactory.getValuesFromPKs(Collection<ItemPK> pks) voidItemFactory.remove(Collection<ItemPK> pks) -
Uses of ItemPK in com.echothree.model.data.item.server.value
Methods in com.echothree.model.data.item.server.value that return ItemPKModifier and TypeMethodDescriptionRelatedItemDetailValue.getFromItemPK()ItemAdditionalChargeValue.getItemPK()ItemAliasValue.getItemPK()ItemCountryOfOriginValue.getItemPK()ItemDescriptionDetailValue.getItemPK()ItemDetailValue.getItemPK()ItemHarmonizedTariffScheduleCodeDetailValue.getItemPK()ItemKitMemberValue.getItemPK()ItemKitOptionValue.getItemPK()ItemPackCheckRequirementValue.getItemPK()ItemPriceValue.getItemPK()ItemShippingTimeValue.getItemPK()ItemUnitCustomerTypeLimitValue.getItemPK()ItemUnitLimitValue.getItemPK()ItemUnitOfMeasureTypeValue.getItemPK()ItemUnitPriceLimitValue.getItemPK()ItemVolumeValue.getItemPK()ItemWeightValue.getItemPK()ItemKitMemberValue.getMemberItemPK()ItemValue.getPrimaryKey()RelatedItemDetailValue.getToItemPK()Methods in com.echothree.model.data.item.server.value with parameters of type ItemPKModifier and TypeMethodDescriptionvoidRelatedItemDetailValue.setFromItemPK(ItemPK fromItemPK) voidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidItemKitMemberValue.setMemberItemPK(ItemPK memberItemPK) voidRelatedItemDetailValue.setToItemPK(ItemPK toItemPK) Constructors in com.echothree.model.data.item.server.value with parameters of type ItemPKModifierConstructorDescriptionItemAdditionalChargeValue(ItemAdditionalChargePK itemAdditionalChargePK, ItemPK itemPK, ItemAdditionalChargeTypePK itemAdditionalChargeTypePK, UnitOfMeasureTypePK unitOfMeasureTypePK, Long minimumQuantity, Long maximumQuantity, CurrencyPK currencyPK, Long unitPrice, Long fromTime, Long thruTime) Creates a new instance of ItemAdditionalChargeValueItemAdditionalChargeValue(ItemPK itemPK, ItemAdditionalChargeTypePK itemAdditionalChargeTypePK, UnitOfMeasureTypePK unitOfMeasureTypePK, Long minimumQuantity, Long maximumQuantity, CurrencyPK currencyPK, Long unitPrice, Long fromTime, Long thruTime) Creates a new instance of ItemAdditionalChargeValueItemAliasValue(ItemAliasPK itemAliasPK, ItemPK itemPK, UnitOfMeasureTypePK unitOfMeasureTypePK, ItemAliasTypePK itemAliasTypePK, String alias, Long fromTime, Long thruTime) Creates a new instance of ItemAliasValueItemAliasValue(ItemPK itemPK, UnitOfMeasureTypePK unitOfMeasureTypePK, ItemAliasTypePK itemAliasTypePK, String alias, Long fromTime, Long thruTime) Creates a new instance of ItemAliasValueItemCountryOfOriginValue(ItemCountryOfOriginPK itemCountryOfOriginPK, ItemPK itemPK, GeoCodePK countryGeoCodePK, Integer percent, Long fromTime, Long thruTime) Creates a new instance of ItemCountryOfOriginValueItemCountryOfOriginValue(ItemPK itemPK, GeoCodePK countryGeoCodePK, Integer percent, Long fromTime, Long thruTime) Creates a new instance of ItemCountryOfOriginValueItemDescriptionDetailValue(ItemDescriptionDetailPK itemDescriptionDetailPK, ItemDescriptionPK itemDescriptionPK, ItemDescriptionTypePK itemDescriptionTypePK, ItemPK itemPK, LanguagePK languagePK, MimeTypePK mimeTypePK, Long fromTime, Long thruTime) Creates a new instance of ItemDescriptionDetailValueItemDescriptionDetailValue(ItemDescriptionPK itemDescriptionPK, ItemDescriptionTypePK itemDescriptionTypePK, ItemPK itemPK, LanguagePK languagePK, MimeTypePK mimeTypePK, Long fromTime, Long thruTime) Creates a new instance of ItemDescriptionDetailValueItemDetailValue(ItemDetailPK itemDetailPK, ItemPK itemPK, String itemName, ItemTypePK itemTypePK, ItemUseTypePK itemUseTypePK, ItemCategoryPK itemCategoryPK, ItemAccountingCategoryPK itemAccountingCategoryPK, ItemPurchasingCategoryPK itemPurchasingCategoryPK, PartyPK companyPartyPK, ItemDeliveryTypePK itemDeliveryTypePK, ItemInventoryTypePK itemInventoryTypePK, Boolean inventorySerialized, SequencePK serialNumberSequencePK, Boolean shippingChargeExempt, Long shippingStartTime, Long shippingEndTime, Long salesOrderStartTime, Long salesOrderEndTime, Long purchaseOrderStartTime, Long purchaseOrderEndTime, Boolean allowClubDiscounts, Boolean allowCouponDiscounts, Boolean allowAssociatePayments, UnitOfMeasureKindPK unitOfMeasureKindPK, ItemPriceTypePK itemPriceTypePK, CancellationPolicyPK cancellationPolicyPK, ReturnPolicyPK returnPolicyPK, StylePathPK stylePathPK, Long fromTime, Long thruTime) Creates a new instance of ItemDetailValueItemDetailValue(ItemPK itemPK, String itemName, ItemTypePK itemTypePK, ItemUseTypePK itemUseTypePK, ItemCategoryPK itemCategoryPK, ItemAccountingCategoryPK itemAccountingCategoryPK, ItemPurchasingCategoryPK itemPurchasingCategoryPK, PartyPK companyPartyPK, ItemDeliveryTypePK itemDeliveryTypePK, ItemInventoryTypePK itemInventoryTypePK, Boolean inventorySerialized, SequencePK serialNumberSequencePK, Boolean shippingChargeExempt, Long shippingStartTime, Long shippingEndTime, Long salesOrderStartTime, Long salesOrderEndTime, Long purchaseOrderStartTime, Long purchaseOrderEndTime, Boolean allowClubDiscounts, Boolean allowCouponDiscounts, Boolean allowAssociatePayments, UnitOfMeasureKindPK unitOfMeasureKindPK, ItemPriceTypePK itemPriceTypePK, CancellationPolicyPK cancellationPolicyPK, ReturnPolicyPK returnPolicyPK, StylePathPK stylePathPK, Long fromTime, Long thruTime) Creates a new instance of ItemDetailValueItemHarmonizedTariffScheduleCodeDetailValue(ItemHarmonizedTariffScheduleCodeDetailPK itemHarmonizedTariffScheduleCodeDetailPK, ItemHarmonizedTariffScheduleCodePK itemHarmonizedTariffScheduleCodePK, ItemPK itemPK, GeoCodePK countryGeoCodePK, HarmonizedTariffScheduleCodeUseTypePK harmonizedTariffScheduleCodeUseTypePK, HarmonizedTariffScheduleCodePK harmonizedTariffScheduleCodePK, Long fromTime, Long thruTime) Creates a new instance of ItemHarmonizedTariffScheduleCodeDetailValueItemHarmonizedTariffScheduleCodeDetailValue(ItemHarmonizedTariffScheduleCodePK itemHarmonizedTariffScheduleCodePK, ItemPK itemPK, GeoCodePK countryGeoCodePK, HarmonizedTariffScheduleCodeUseTypePK harmonizedTariffScheduleCodeUseTypePK, HarmonizedTariffScheduleCodePK harmonizedTariffScheduleCodePK, Long fromTime, Long thruTime) Creates a new instance of ItemHarmonizedTariffScheduleCodeDetailValueItemKitMemberValue(ItemKitMemberPK itemKitMemberPK, ItemPK itemPK, InventoryConditionPK inventoryConditionPK, UnitOfMeasureTypePK unitOfMeasureTypePK, ItemPK memberItemPK, InventoryConditionPK memberInventoryConditionPK, UnitOfMeasureTypePK memberUnitOfMeasureTypePK, Long quantity, Long fromTime, Long thruTime) Creates a new instance of ItemKitMemberValueItemKitMemberValue(ItemPK itemPK, InventoryConditionPK inventoryConditionPK, UnitOfMeasureTypePK unitOfMeasureTypePK, ItemPK memberItemPK, InventoryConditionPK memberInventoryConditionPK, UnitOfMeasureTypePK memberUnitOfMeasureTypePK, Long quantity, Long fromTime, Long thruTime) Creates a new instance of ItemKitMemberValueItemKitOptionValue(ItemKitOptionPK itemKitOptionPK, ItemPK itemPK, Boolean allowPartialShipments, Long fromTime, Long thruTime) Creates a new instance of ItemKitOptionValueItemKitOptionValue(ItemPK itemPK, Boolean allowPartialShipments, Long fromTime, Long thruTime) Creates a new instance of ItemKitOptionValueItemPackCheckRequirementValue(ItemPackCheckRequirementPK itemPackCheckRequirementPK, ItemPK itemPK, UnitOfMeasureTypePK unitOfMeasureTypePK, Long minimumQuantity, Long maximumQuantity, Long fromTime, Long thruTime) Creates a new instance of ItemPackCheckRequirementValueItemPackCheckRequirementValue(ItemPK itemPK, UnitOfMeasureTypePK unitOfMeasureTypePK, Long minimumQuantity, Long maximumQuantity, Long fromTime, Long thruTime) Creates a new instance of ItemPackCheckRequirementValueItemPriceValue(ItemPK itemPK, InventoryConditionPK inventoryConditionPK, UnitOfMeasureTypePK unitOfMeasureTypePK, CurrencyPK currencyPK, Long fromTime, Long thruTime) Creates a new instance of ItemPriceValueItemPriceValue(ItemPricePK itemPricePK, ItemPK itemPK, InventoryConditionPK inventoryConditionPK, UnitOfMeasureTypePK unitOfMeasureTypePK, CurrencyPK currencyPK, Long fromTime, Long thruTime) Creates a new instance of ItemPriceValueItemShippingTimeValue(ItemPK itemPK, CustomerTypePK customerTypePK, Long shippingStartTime, Long shippingEndTime, Long fromTime, Long thruTime) Creates a new instance of ItemShippingTimeValueItemShippingTimeValue(ItemShippingTimePK itemShippingTimePK, ItemPK itemPK, CustomerTypePK customerTypePK, Long shippingStartTime, Long shippingEndTime, Long fromTime, Long thruTime) Creates a new instance of ItemShippingTimeValueItemUnitCustomerTypeLimitValue(ItemPK itemPK, InventoryConditionPK inventoryConditionPK, UnitOfMeasureTypePK unitOfMeasureTypePK, CustomerTypePK customerTypePK, Long minimumQuantity, Long maximumQuantity, Long fromTime, Long thruTime) Creates a new instance of ItemUnitCustomerTypeLimitValueItemUnitCustomerTypeLimitValue(ItemUnitCustomerTypeLimitPK itemUnitCustomerTypeLimitPK, ItemPK itemPK, InventoryConditionPK inventoryConditionPK, UnitOfMeasureTypePK unitOfMeasureTypePK, CustomerTypePK customerTypePK, Long minimumQuantity, Long maximumQuantity, Long fromTime, Long thruTime) Creates a new instance of ItemUnitCustomerTypeLimitValueItemUnitLimitValue(ItemPK itemPK, InventoryConditionPK inventoryConditionPK, UnitOfMeasureTypePK unitOfMeasureTypePK, Long minimumQuantity, Long maximumQuantity, Long fromTime, Long thruTime) Creates a new instance of ItemUnitLimitValueItemUnitLimitValue(ItemUnitLimitPK itemUnitLimitPK, ItemPK itemPK, InventoryConditionPK inventoryConditionPK, UnitOfMeasureTypePK unitOfMeasureTypePK, Long minimumQuantity, Long maximumQuantity, Long fromTime, Long thruTime) Creates a new instance of ItemUnitLimitValueItemUnitOfMeasureTypeValue(ItemPK itemPK, UnitOfMeasureTypePK unitOfMeasureTypePK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of ItemUnitOfMeasureTypeValueItemUnitOfMeasureTypeValue(ItemUnitOfMeasureTypePK itemUnitOfMeasureTypePK, ItemPK itemPK, UnitOfMeasureTypePK unitOfMeasureTypePK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of ItemUnitOfMeasureTypeValueItemUnitPriceLimitValue(ItemPK itemPK, InventoryConditionPK inventoryConditionPK, UnitOfMeasureTypePK unitOfMeasureTypePK, CurrencyPK currencyPK, Long minimumUnitPrice, Long maximumUnitPrice, Long fromTime, Long thruTime) Creates a new instance of ItemUnitPriceLimitValueItemUnitPriceLimitValue(ItemUnitPriceLimitPK itemUnitPriceLimitPK, ItemPK itemPK, InventoryConditionPK inventoryConditionPK, UnitOfMeasureTypePK unitOfMeasureTypePK, CurrencyPK currencyPK, Long minimumUnitPrice, Long maximumUnitPrice, Long fromTime, Long thruTime) Creates a new instance of ItemUnitPriceLimitValueItemValue(ItemPK itemPK, ItemDetailPK activeDetailPK, ItemDetailPK lastDetailPK) Creates a new instance of ItemValueItemVolumeValue(ItemPK itemPK, UnitOfMeasureTypePK unitOfMeasureTypePK, ItemVolumeTypePK itemVolumeTypePK, Long height, Long width, Long depth, Long fromTime, Long thruTime) Creates a new instance of ItemVolumeValueItemVolumeValue(ItemVolumePK itemVolumePK, ItemPK itemPK, UnitOfMeasureTypePK unitOfMeasureTypePK, ItemVolumeTypePK itemVolumeTypePK, Long height, Long width, Long depth, Long fromTime, Long thruTime) Creates a new instance of ItemVolumeValueItemWeightValue(ItemPK itemPK, UnitOfMeasureTypePK unitOfMeasureTypePK, ItemWeightTypePK itemWeightTypePK, Long weight, Long fromTime, Long thruTime) Creates a new instance of ItemWeightValueItemWeightValue(ItemWeightPK itemWeightPK, ItemPK itemPK, UnitOfMeasureTypePK unitOfMeasureTypePK, ItemWeightTypePK itemWeightTypePK, Long weight, Long fromTime, Long thruTime) Creates a new instance of ItemWeightValueRelatedItemDetailValue(RelatedItemDetailPK relatedItemDetailPK, RelatedItemPK relatedItemPK, RelatedItemTypePK relatedItemTypePK, ItemPK fromItemPK, ItemPK toItemPK, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of RelatedItemDetailValueRelatedItemDetailValue(RelatedItemPK relatedItemPK, RelatedItemTypePK relatedItemTypePK, ItemPK fromItemPK, ItemPK toItemPK, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of RelatedItemDetailValue -
Uses of ItemPK in com.echothree.model.data.offer.server.entity
Methods in com.echothree.model.data.offer.server.entity that return ItemPKMethods in com.echothree.model.data.offer.server.entity with parameters of type ItemPK -
Uses of ItemPK in com.echothree.model.data.offer.server.factory
Methods in com.echothree.model.data.offer.server.factory with parameters of type ItemPK -
Uses of ItemPK in com.echothree.model.data.offer.server.value
Methods in com.echothree.model.data.offer.server.value that return ItemPKMethods in com.echothree.model.data.offer.server.value with parameters of type ItemPKConstructors in com.echothree.model.data.offer.server.value with parameters of type ItemPKModifierConstructorDescriptionOfferItemValue(OfferItemPK offerItemPK, OfferPK offerPK, ItemPK itemPK, Long fromTime, Long thruTime) Creates a new instance of OfferItemValueOfferItemValue(OfferPK offerPK, ItemPK itemPK, Long fromTime, Long thruTime) Creates a new instance of OfferItemValue -
Uses of ItemPK in com.echothree.model.data.order.server.entity
Methods in com.echothree.model.data.order.server.entity that return ItemPKMethods in com.echothree.model.data.order.server.entity with parameters of type ItemPK -
Uses of ItemPK in com.echothree.model.data.order.server.factory
Methods in com.echothree.model.data.order.server.factory with parameters of type ItemPKModifier and TypeMethodDescriptionOrderLineDetailFactory.create(OrderLinePK orderLinePK, OrderPK orderPK, Integer orderLineSequence, OrderLinePK parentOrderLinePK, OrderShipmentGroupPK orderShipmentGroupPK, ItemPK itemPK, InventoryConditionPK inventoryConditionPK, UnitOfMeasureTypePK unitOfMeasureTypePK, Long quantity, Long unitAmount, String description, CancellationPolicyPK cancellationPolicyPK, ReturnPolicyPK returnPolicyPK, Boolean taxable, Long fromTime, Long thruTime) -
Uses of ItemPK in com.echothree.model.data.order.server.value
Methods in com.echothree.model.data.order.server.value that return ItemPKMethods in com.echothree.model.data.order.server.value with parameters of type ItemPKConstructors in com.echothree.model.data.order.server.value with parameters of type ItemPKModifierConstructorDescriptionOrderLineDetailValue(OrderLineDetailPK orderLineDetailPK, OrderLinePK orderLinePK, OrderPK orderPK, Integer orderLineSequence, OrderLinePK parentOrderLinePK, OrderShipmentGroupPK orderShipmentGroupPK, ItemPK itemPK, InventoryConditionPK inventoryConditionPK, UnitOfMeasureTypePK unitOfMeasureTypePK, Long quantity, Long unitAmount, String description, CancellationPolicyPK cancellationPolicyPK, ReturnPolicyPK returnPolicyPK, Boolean taxable, Long fromTime, Long thruTime) Creates a new instance of OrderLineDetailValueOrderLineDetailValue(OrderLinePK orderLinePK, OrderPK orderPK, Integer orderLineSequence, OrderLinePK parentOrderLinePK, OrderShipmentGroupPK orderShipmentGroupPK, ItemPK itemPK, InventoryConditionPK inventoryConditionPK, UnitOfMeasureTypePK unitOfMeasureTypePK, Long quantity, Long unitAmount, String description, CancellationPolicyPK cancellationPolicyPK, ReturnPolicyPK returnPolicyPK, Boolean taxable, Long fromTime, Long thruTime) Creates a new instance of OrderLineDetailValue -
Uses of ItemPK in com.echothree.model.data.shipment.server.entity
Methods in com.echothree.model.data.shipment.server.entity that return ItemPKModifier and TypeMethodDescriptionShipmentLineDetail.getItemPK()ShipmentPackageLineDetail.getItemPK()Methods in com.echothree.model.data.shipment.server.entity with parameters of type ItemPK -
Uses of ItemPK in com.echothree.model.data.shipment.server.factory
Methods in com.echothree.model.data.shipment.server.factory with parameters of type ItemPKModifier and TypeMethodDescriptionShipmentLineDetailFactory.create(ShipmentLinePK shipmentLinePK, ShipmentPK shipmentPK, Integer shipmentLineSequence, ShipmentLinePK parentShipmentLinePK, OrderLinePK orderLinePK, ItemPK itemPK, InventoryConditionPK inventoryConditionPK, UnitOfMeasureTypePK unitOfMeasureTypePK, Long quantity, Long fromTime, Long thruTime) ShipmentPackageLineDetailFactory.create(ShipmentPackageLinePK shipmentPackageLinePK, ShipmentPackagePK shipmentPackagePK, Integer shipmentPackageLineSequence, ShipmentLinePK shipmentLinePK, ItemPK itemPK, InventoryConditionPK inventoryConditionPK, UnitOfMeasureTypePK unitOfMeasureTypePK, Long quantity, Long fromTime, Long thruTime) -
Uses of ItemPK in com.echothree.model.data.shipment.server.value
Methods in com.echothree.model.data.shipment.server.value that return ItemPKModifier and TypeMethodDescriptionShipmentLineDetailValue.getItemPK()ShipmentPackageLineDetailValue.getItemPK()Methods in com.echothree.model.data.shipment.server.value with parameters of type ItemPKModifier and TypeMethodDescriptionvoidvoidConstructors in com.echothree.model.data.shipment.server.value with parameters of type ItemPKModifierConstructorDescriptionShipmentLineDetailValue(ShipmentLineDetailPK shipmentLineDetailPK, ShipmentLinePK shipmentLinePK, ShipmentPK shipmentPK, Integer shipmentLineSequence, ShipmentLinePK parentShipmentLinePK, OrderLinePK orderLinePK, ItemPK itemPK, InventoryConditionPK inventoryConditionPK, UnitOfMeasureTypePK unitOfMeasureTypePK, Long quantity, Long fromTime, Long thruTime) Creates a new instance of ShipmentLineDetailValueShipmentLineDetailValue(ShipmentLinePK shipmentLinePK, ShipmentPK shipmentPK, Integer shipmentLineSequence, ShipmentLinePK parentShipmentLinePK, OrderLinePK orderLinePK, ItemPK itemPK, InventoryConditionPK inventoryConditionPK, UnitOfMeasureTypePK unitOfMeasureTypePK, Long quantity, Long fromTime, Long thruTime) Creates a new instance of ShipmentLineDetailValueShipmentPackageLineDetailValue(ShipmentPackageLineDetailPK shipmentPackageLineDetailPK, ShipmentPackageLinePK shipmentPackageLinePK, ShipmentPackagePK shipmentPackagePK, Integer shipmentPackageLineSequence, ShipmentLinePK shipmentLinePK, ItemPK itemPK, InventoryConditionPK inventoryConditionPK, UnitOfMeasureTypePK unitOfMeasureTypePK, Long quantity, Long fromTime, Long thruTime) Creates a new instance of ShipmentPackageLineDetailValueShipmentPackageLineDetailValue(ShipmentPackageLinePK shipmentPackageLinePK, ShipmentPackagePK shipmentPackagePK, Integer shipmentPackageLineSequence, ShipmentLinePK shipmentLinePK, ItemPK itemPK, InventoryConditionPK inventoryConditionPK, UnitOfMeasureTypePK unitOfMeasureTypePK, Long quantity, Long fromTime, Long thruTime) Creates a new instance of ShipmentPackageLineDetailValue -
Uses of ItemPK in com.echothree.model.data.tax.server.entity
Methods in com.echothree.model.data.tax.server.entity that return ItemPKMethods in com.echothree.model.data.tax.server.entity with parameters of type ItemPK -
Uses of ItemPK in com.echothree.model.data.tax.server.factory
Methods in com.echothree.model.data.tax.server.factory with parameters of type ItemPKModifier and TypeMethodDescriptionItemTaxClassificationDetailFactory.create(ItemTaxClassificationPK itemTaxClassificationPK, ItemPK itemPK, GeoCodePK countryGeoCodePK, TaxClassificationPK taxClassificationPK, Long fromTime, Long thruTime) -
Uses of ItemPK in com.echothree.model.data.tax.server.value
Methods in com.echothree.model.data.tax.server.value that return ItemPKMethods in com.echothree.model.data.tax.server.value with parameters of type ItemPKConstructors in com.echothree.model.data.tax.server.value with parameters of type ItemPKModifierConstructorDescriptionItemTaxClassificationDetailValue(ItemTaxClassificationDetailPK itemTaxClassificationDetailPK, ItemTaxClassificationPK itemTaxClassificationPK, ItemPK itemPK, GeoCodePK countryGeoCodePK, TaxClassificationPK taxClassificationPK, Long fromTime, Long thruTime) Creates a new instance of ItemTaxClassificationDetailValueItemTaxClassificationDetailValue(ItemTaxClassificationPK itemTaxClassificationPK, ItemPK itemPK, GeoCodePK countryGeoCodePK, TaxClassificationPK taxClassificationPK, Long fromTime, Long thruTime) Creates a new instance of ItemTaxClassificationDetailValue -
Uses of ItemPK in com.echothree.model.data.vendor.server.entity
Methods in com.echothree.model.data.vendor.server.entity that return ItemPKMethods in com.echothree.model.data.vendor.server.entity with parameters of type ItemPK -
Uses of ItemPK in com.echothree.model.data.vendor.server.factory
Methods in com.echothree.model.data.vendor.server.factory with parameters of type ItemPKModifier and TypeMethodDescriptionVendorItemDetailFactory.create(VendorItemPK vendorItemPK, ItemPK itemPK, PartyPK vendorPartyPK, String vendorItemName, String description, Integer priority, CancellationPolicyPK cancellationPolicyPK, ReturnPolicyPK returnPolicyPK, Long fromTime, Long thruTime) -
Uses of ItemPK in com.echothree.model.data.vendor.server.value
Methods in com.echothree.model.data.vendor.server.value that return ItemPKMethods in com.echothree.model.data.vendor.server.value with parameters of type ItemPKConstructors in com.echothree.model.data.vendor.server.value with parameters of type ItemPKModifierConstructorDescriptionVendorItemDetailValue(VendorItemDetailPK vendorItemDetailPK, VendorItemPK vendorItemPK, ItemPK itemPK, PartyPK vendorPartyPK, String vendorItemName, String description, Integer priority, CancellationPolicyPK cancellationPolicyPK, ReturnPolicyPK returnPolicyPK, Long fromTime, Long thruTime) Creates a new instance of VendorItemDetailValueVendorItemDetailValue(VendorItemPK vendorItemPK, ItemPK itemPK, PartyPK vendorPartyPK, String vendorItemName, String description, Integer priority, CancellationPolicyPK cancellationPolicyPK, ReturnPolicyPK returnPolicyPK, Long fromTime, Long thruTime) Creates a new instance of VendorItemDetailValue -
Uses of ItemPK in com.echothree.model.jooq.server.records.club
Methods in com.echothree.model.jooq.server.records.club that return ItemPKMethods in com.echothree.model.jooq.server.records.club with parameters of type ItemPKModifier and TypeMethodDescriptionvoidSetter forclubitems.clbitm_itm_itemid.Constructors in com.echothree.model.jooq.server.records.club with parameters of type ItemPKModifierConstructorDescriptionClubItems(ClubItemPK ClubItem, ClubPK Club, ClubItemTypePK ClubItemType, ItemPK Item, Long SubscriptionTime, Long FromTime, Long ThruTime) Create a detached, initialised ClubItems -
Uses of ItemPK in com.echothree.model.jooq.server.records.content
Methods in com.echothree.model.jooq.server.records.content that return ItemPKModifier and TypeMethodDescriptionContentCatalogItems.Item()Getter forcontentcatalogitems.cntcti_itm_itemid.Methods in com.echothree.model.jooq.server.records.content with parameters of type ItemPKModifier and TypeMethodDescriptionvoidSetter forcontentcatalogitems.cntcti_itm_itemid.Constructors in com.echothree.model.jooq.server.records.content with parameters of type ItemPKModifierConstructorDescriptionContentCatalogItems(ContentCatalogItemPK ContentCatalogItem, ContentCatalogPK ContentCatalog, ItemPK Item, InventoryConditionPK InventoryCondition, UnitOfMeasureTypePK UnitOfMeasureType, CurrencyPK Currency, Long FromTime, Long ThruTime) Create a detached, initialised ContentCatalogItems -
Uses of ItemPK in com.echothree.model.jooq.server.records.inventory
Methods in com.echothree.model.jooq.server.records.inventory that return ItemPKModifier and TypeMethodDescriptionInventoryCostingPoolDetails.Item()Getter forinventorycostingpooldetails.invcpldt_itm_itemid.InventoryLocations.Item()Getter forinventorylocations.invloc_itm_itemid.InventoryTransactionLineDetails.Item()Getter forinventorytransactionlinedetails.invtrxldt_itm_itemid.LotDetails.Item()Getter forlotdetails.ltdt_itm_itemid.PartyBuckets.Item()Getter forpartybuckets.parbckt_itm_itemid.PartyInventoryLevels.Item()Getter forpartyinventorylevels.parinvlvl_itm_itemid.Methods in com.echothree.model.jooq.server.records.inventory with parameters of type ItemPKModifier and TypeMethodDescriptionvoidSetter forinventorycostingpooldetails.invcpldt_itm_itemid.voidSetter forinventorylocations.invloc_itm_itemid.voidSetter forinventorytransactionlinedetails.invtrxldt_itm_itemid.voidSetter forlotdetails.ltdt_itm_itemid.voidSetter forpartybuckets.parbckt_itm_itemid.voidSetter forpartyinventorylevels.parinvlvl_itm_itemid.Constructors in com.echothree.model.jooq.server.records.inventory with parameters of type ItemPKModifierConstructorDescriptionInventoryCostingPoolDetails(InventoryCostingPoolDetailPK InventoryCostingPoolDetail, InventoryCostingPoolPK InventoryCostingPool, String InventoryCostingPoolName, PartyPK CompanyParty, ItemPK Item, InventoryConditionPK InventoryCondition, Long FromTime, Long ThruTime) Create a detached, initialised InventoryCostingPoolDetailsInventoryLocations(InventoryLocationPK InventoryLocation, LocationPK Location, PartyPK OwnerParty, ItemPK Item, UnitOfMeasureTypePK UnitOfMeasureType, InventoryConditionPK InventoryCondition, Long FromTime, Long ThruTime) Create a detached, initialised InventoryLocationsInventoryTransactionLineDetails(InventoryTransactionLineDetailPK InventoryTransactionLineDetail, InventoryTransactionLinePK InventoryTransactionLine, InventoryTransactionPK InventoryTransaction, Integer InventoryTransactionLineSequence, InventoryTransactionReasonPK InventoryTransactionReason, ItemPK Item, LotPK Lot, InventoryAdjustmentTypePK InventoryAdjustmentType, Long UnitAmount, String Description, Long FromTime, Long ThruTime) Create a detached, initialised InventoryTransactionLineDetailsLotDetails(LotDetailPK LotDetail, LotPK Lot, ItemPK Item, String LotIdentifier, Long FromTime, Long ThruTime) Create a detached, initialised LotDetailsPartyBuckets(PartyBucketPK PartyBucket, PartyPK Party, ItemPK Item, UnitOfMeasureTypePK UnitOfMeasureType, InventoryConditionPK InventoryCondition, InventoryBucketTypePK InventoryBucketType, Long Quantity) Create a detached, initialised PartyBucketsPartyInventoryLevels(PartyInventoryLevelPK PartyInventoryLevel, PartyPK Party, ItemPK Item, InventoryConditionPK InventoryCondition, Long MinimumInventory, Long MaximumInventory, Long ReorderQuantity, Long FromTime, Long ThruTime) Create a detached, initialised PartyInventoryLevels -
Uses of ItemPK in com.echothree.model.jooq.server.records.invoice
Methods in com.echothree.model.jooq.server.records.invoice that return ItemPKModifier and TypeMethodDescriptionInvoiceLineItems.Item()Getter forinvoicelineitems.invclitm_itm_itemid.Methods in com.echothree.model.jooq.server.records.invoice with parameters of type ItemPKModifier and TypeMethodDescriptionvoidSetter forinvoicelineitems.invclitm_itm_itemid.Constructors in com.echothree.model.jooq.server.records.invoice with parameters of type ItemPKModifierConstructorDescriptionInvoiceLineItems(InvoiceLineItemPK InvoiceLineItem, InvoiceLinePK InvoiceLine, ItemPK Item, InventoryConditionPK InventoryCondition, UnitOfMeasureTypePK UnitOfMeasureType, Integer Quantity, Long FromTime, Long ThruTime) Create a detached, initialised InvoiceLineItems -
Uses of ItemPK in com.echothree.model.jooq.server.records.item
Methods in com.echothree.model.jooq.server.records.item that return ItemPKModifier and TypeMethodDescriptionRelatedItemDetails.FromItem()Getter forrelateditemdetails.rltidt_fromitemid.ItemAdditionalCharges.Item()Getter foritemadditionalcharges.itmaddtlc_itm_itemid.ItemAliases.Item()Getter foritemaliases.itmal_itm_itemid.ItemCountryOfOrigins.Item()Getter foritemcountryoforigins.icoorgn_itm_itemid.ItemDescriptionDetails.Item()Getter foritemdescriptiondetails.idescdt_itm_itemid.ItemDetails.Item()Getter foritemdetails.itmdt_itm_itemid.ItemHarmonizedTariffScheduleCodeDetails.Item()Getter foritemharmonizedtariffschedulecodedetails.itmhztscdt_itm_itemid.ItemKitMembers.Item()Getter foritemkitmembers.ikm_itm_itemid.ItemKitOptions.Item()Getter foritemkitoptions.ikopt_itm_itemid.ItemPackCheckRequirements.Item()Getter foritempackcheckrequirements.ipcr_itm_itemid.ItemPrices.Item()Getter foritemprices.itmp_itm_itemid.Items.Item()Getter foritems.itm_itemid.ItemShippingTimes.Item()Getter foritemshippingtimes.istim_itm_itemid.ItemUnitCustomerTypeLimits.Item()Getter foritemunitcustomertypelimits.iuctl_itm_itemid.ItemUnitLimits.Item()Getter foritemunitlimits.iul_itm_itemid.ItemUnitOfMeasureTypes.Item()Getter foritemunitofmeasuretypes.iuomt_itm_itemid.ItemUnitPriceLimits.Item()Getter foritemunitpricelimits.iupl_itm_itemid.ItemVolumes.Item()Getter foritemvolumes.ivol_itm_itemid.ItemWeights.Item()Getter foritemweights.iwght_itm_itemid.ItemKitMembers.MemberItem()Getter foritemkitmembers.ikm_memberitemid.RelatedItemDetails.ToItem()Getter forrelateditemdetails.rltidt_toitemid.Methods in com.echothree.model.jooq.server.records.item that return types with arguments of type ItemPKMethods in com.echothree.model.jooq.server.records.item with parameters of type ItemPKModifier and TypeMethodDescriptionvoidSetter forrelateditemdetails.rltidt_fromitemid.voidSetter foritemadditionalcharges.itmaddtlc_itm_itemid.voidSetter foritemaliases.itmal_itm_itemid.voidSetter foritemcountryoforigins.icoorgn_itm_itemid.voidSetter foritemdescriptiondetails.idescdt_itm_itemid.voidSetter foritemdetails.itmdt_itm_itemid.voidSetter foritemharmonizedtariffschedulecodedetails.itmhztscdt_itm_itemid.voidSetter foritemkitmembers.ikm_itm_itemid.voidSetter foritemkitoptions.ikopt_itm_itemid.voidSetter foritempackcheckrequirements.ipcr_itm_itemid.voidSetter foritemprices.itmp_itm_itemid.voidSetter foritems.itm_itemid.voidSetter foritemshippingtimes.istim_itm_itemid.voidSetter foritemunitcustomertypelimits.iuctl_itm_itemid.voidSetter foritemunitlimits.iul_itm_itemid.voidSetter foritemunitofmeasuretypes.iuomt_itm_itemid.voidSetter foritemunitpricelimits.iupl_itm_itemid.voidSetter foritemvolumes.ivol_itm_itemid.voidSetter foritemweights.iwght_itm_itemid.voidItemKitMembers.MemberItem(ItemPK value) Setter foritemkitmembers.ikm_memberitemid.voidSetter forrelateditemdetails.rltidt_toitemid.Constructors in com.echothree.model.jooq.server.records.item with parameters of type ItemPKModifierConstructorDescriptionItemAdditionalCharges(ItemAdditionalChargePK ItemAdditionalCharge, ItemPK Item, ItemAdditionalChargeTypePK ItemAdditionalChargeType, UnitOfMeasureTypePK UnitOfMeasureType, Long MinimumQuantity, Long MaximumQuantity, CurrencyPK Currency, Long UnitPrice, Long FromTime, Long ThruTime) Create a detached, initialised ItemAdditionalChargesItemAliases(ItemAliasPK ItemAlias, ItemPK Item, UnitOfMeasureTypePK UnitOfMeasureType, ItemAliasTypePK ItemAliasType, String Alias, Long FromTime, Long ThruTime) Create a detached, initialised ItemAliasesItemCountryOfOrigins(ItemCountryOfOriginPK ItemCountryOfOrigin, ItemPK Item, GeoCodePK CountryGeoCode, Integer Percent, Long FromTime, Long ThruTime) Create a detached, initialised ItemCountryOfOriginsItemDescriptionDetails(ItemDescriptionDetailPK ItemDescriptionDetail, ItemDescriptionPK ItemDescription, ItemDescriptionTypePK ItemDescriptionType, ItemPK Item, LanguagePK Language, MimeTypePK MimeType, Long FromTime, Long ThruTime) Create a detached, initialised ItemDescriptionDetailsItemDetails(ItemDetailPK ItemDetail, ItemPK Item, String ItemName, ItemTypePK ItemType, ItemUseTypePK ItemUseType, ItemCategoryPK ItemCategory, ItemAccountingCategoryPK ItemAccountingCategory, ItemPurchasingCategoryPK ItemPurchasingCategory, PartyPK CompanyParty, ItemDeliveryTypePK ItemDeliveryType, ItemInventoryTypePK ItemInventoryType, Boolean InventorySerialized, SequencePK SerialNumberSequence, Boolean ShippingChargeExempt, Long ShippingStartTime, Long ShippingEndTime, Long SalesOrderStartTime, Long SalesOrderEndTime, Long PurchaseOrderStartTime, Long PurchaseOrderEndTime, Boolean AllowClubDiscounts, Boolean AllowCouponDiscounts, Boolean AllowAssociatePayments, UnitOfMeasureKindPK UnitOfMeasureKind, ItemPriceTypePK ItemPriceType, CancellationPolicyPK CancellationPolicy, ReturnPolicyPK ReturnPolicy, StylePathPK StylePath, Long FromTime, Long ThruTime) Create a detached, initialised ItemDetailsItemHarmonizedTariffScheduleCodeDetails(ItemHarmonizedTariffScheduleCodeDetailPK ItemHarmonizedTariffScheduleCodeDetail, ItemHarmonizedTariffScheduleCodePK ItemHarmonizedTariffScheduleCode, ItemPK Item, GeoCodePK CountryGeoCode, HarmonizedTariffScheduleCodeUseTypePK HarmonizedTariffScheduleCodeUseType, HarmonizedTariffScheduleCodePK HarmonizedTariffScheduleCode, Long FromTime, Long ThruTime) Create a detached, initialised ItemHarmonizedTariffScheduleCodeDetailsItemKitMembers(ItemKitMemberPK ItemKitMember, ItemPK Item, InventoryConditionPK InventoryCondition, UnitOfMeasureTypePK UnitOfMeasureType, ItemPK MemberItem, InventoryConditionPK MemberInventoryCondition, UnitOfMeasureTypePK MemberUnitOfMeasureType, Long Quantity, Long FromTime, Long ThruTime) Create a detached, initialised ItemKitMembersItemKitOptions(ItemKitOptionPK ItemKitOption, ItemPK Item, Boolean AllowPartialShipments, Long FromTime, Long ThruTime) Create a detached, initialised ItemKitOptionsItemPackCheckRequirements(ItemPackCheckRequirementPK ItemPackCheckRequirement, ItemPK Item, UnitOfMeasureTypePK UnitOfMeasureType, Long MinimumQuantity, Long MaximumQuantity, Long FromTime, Long ThruTime) Create a detached, initialised ItemPackCheckRequirementsItemPrices(ItemPricePK ItemPrice, ItemPK Item, InventoryConditionPK InventoryCondition, UnitOfMeasureTypePK UnitOfMeasureType, CurrencyPK Currency, Long FromTime, Long ThruTime) Create a detached, initialised ItemPricesItems(ItemPK Item, ItemDetailPK ActiveDetail, ItemDetailPK LastDetail) Create a detached, initialised ItemsItemShippingTimes(ItemShippingTimePK ItemShippingTime, ItemPK Item, CustomerTypePK CustomerType, Long ShippingStartTime, Long ShippingEndTime, Long FromTime, Long ThruTime) Create a detached, initialised ItemShippingTimesItemUnitCustomerTypeLimits(ItemUnitCustomerTypeLimitPK ItemUnitCustomerTypeLimit, ItemPK Item, InventoryConditionPK InventoryCondition, UnitOfMeasureTypePK UnitOfMeasureType, CustomerTypePK CustomerType, Long MinimumQuantity, Long MaximumQuantity, Long FromTime, Long ThruTime) Create a detached, initialised ItemUnitCustomerTypeLimitsItemUnitLimits(ItemUnitLimitPK ItemUnitLimit, ItemPK Item, InventoryConditionPK InventoryCondition, UnitOfMeasureTypePK UnitOfMeasureType, Long MinimumQuantity, Long MaximumQuantity, Long FromTime, Long ThruTime) Create a detached, initialised ItemUnitLimitsItemUnitOfMeasureTypes(ItemUnitOfMeasureTypePK ItemUnitOfMeasureType, ItemPK Item, UnitOfMeasureTypePK UnitOfMeasureType, Boolean IsDefault, Integer SortOrder, Long FromTime, Long ThruTime) Create a detached, initialised ItemUnitOfMeasureTypesItemUnitPriceLimits(ItemUnitPriceLimitPK ItemUnitPriceLimit, ItemPK Item, InventoryConditionPK InventoryCondition, UnitOfMeasureTypePK UnitOfMeasureType, CurrencyPK Currency, Long MinimumUnitPrice, Long MaximumUnitPrice, Long FromTime, Long ThruTime) Create a detached, initialised ItemUnitPriceLimitsItemVolumes(ItemVolumePK ItemVolume, ItemPK Item, UnitOfMeasureTypePK UnitOfMeasureType, ItemVolumeTypePK ItemVolumeType, Long Height, Long Width, Long Depth, Long FromTime, Long ThruTime) Create a detached, initialised ItemVolumesItemWeights(ItemWeightPK ItemWeight, ItemPK Item, UnitOfMeasureTypePK UnitOfMeasureType, ItemWeightTypePK ItemWeightType, Long Weight, Long FromTime, Long ThruTime) Create a detached, initialised ItemWeightsRelatedItemDetails(RelatedItemDetailPK RelatedItemDetail, RelatedItemPK RelatedItem, RelatedItemTypePK RelatedItemType, ItemPK FromItem, ItemPK ToItem, Integer SortOrder, Long FromTime, Long ThruTime) Create a detached, initialised RelatedItemDetails -
Uses of ItemPK in com.echothree.model.jooq.server.records.offer
Methods in com.echothree.model.jooq.server.records.offer that return ItemPKMethods in com.echothree.model.jooq.server.records.offer with parameters of type ItemPKModifier and TypeMethodDescriptionvoidSetter forofferitems.ofri_itm_itemid.Constructors in com.echothree.model.jooq.server.records.offer with parameters of type ItemPKModifierConstructorDescriptionOfferItems(OfferItemPK OfferItem, OfferPK Offer, ItemPK Item, Long FromTime, Long ThruTime) Create a detached, initialised OfferItems -
Uses of ItemPK in com.echothree.model.jooq.server.records.order
Methods in com.echothree.model.jooq.server.records.order that return ItemPKModifier and TypeMethodDescriptionOrderLineDetails.Item()Getter fororderlinedetails.ordldt_itm_itemid.Methods in com.echothree.model.jooq.server.records.order with parameters of type ItemPKModifier and TypeMethodDescriptionvoidSetter fororderlinedetails.ordldt_itm_itemid.Constructors in com.echothree.model.jooq.server.records.order with parameters of type ItemPKModifierConstructorDescriptionOrderLineDetails(OrderLineDetailPK OrderLineDetail, OrderLinePK OrderLine, OrderPK Order, Integer OrderLineSequence, OrderLinePK ParentOrderLine, OrderShipmentGroupPK OrderShipmentGroup, ItemPK Item, InventoryConditionPK InventoryCondition, UnitOfMeasureTypePK UnitOfMeasureType, Long Quantity, Long UnitAmount, String Description, CancellationPolicyPK CancellationPolicy, ReturnPolicyPK ReturnPolicy, Boolean Taxable, Long FromTime, Long ThruTime) Create a detached, initialised OrderLineDetails -
Uses of ItemPK in com.echothree.model.jooq.server.records.shipment
Methods in com.echothree.model.jooq.server.records.shipment that return ItemPKModifier and TypeMethodDescriptionShipmentLineDetails.Item()Getter forshipmentlinedetails.shpldt_itm_itemid.ShipmentPackageLineDetails.Item()Getter forshipmentpackagelinedetails.shppckgldt_itm_itemid.Methods in com.echothree.model.jooq.server.records.shipment with parameters of type ItemPKModifier and TypeMethodDescriptionvoidSetter forshipmentlinedetails.shpldt_itm_itemid.voidSetter forshipmentpackagelinedetails.shppckgldt_itm_itemid.Constructors in com.echothree.model.jooq.server.records.shipment with parameters of type ItemPKModifierConstructorDescriptionShipmentLineDetails(ShipmentLineDetailPK ShipmentLineDetail, ShipmentLinePK ShipmentLine, ShipmentPK Shipment, Integer ShipmentLineSequence, ShipmentLinePK ParentShipmentLine, OrderLinePK OrderLine, ItemPK Item, InventoryConditionPK InventoryCondition, UnitOfMeasureTypePK UnitOfMeasureType, Long Quantity, Long FromTime, Long ThruTime) Create a detached, initialised ShipmentLineDetailsShipmentPackageLineDetails(ShipmentPackageLineDetailPK ShipmentPackageLineDetail, ShipmentPackageLinePK ShipmentPackageLine, ShipmentPackagePK ShipmentPackage, Integer ShipmentPackageLineSequence, ShipmentLinePK ShipmentLine, ItemPK Item, InventoryConditionPK InventoryCondition, UnitOfMeasureTypePK UnitOfMeasureType, Long Quantity, Long FromTime, Long ThruTime) Create a detached, initialised ShipmentPackageLineDetails -
Uses of ItemPK in com.echothree.model.jooq.server.records.tax
Methods in com.echothree.model.jooq.server.records.tax that return ItemPKModifier and TypeMethodDescriptionItemTaxClassificationDetails.Item()Getter foritemtaxclassificationdetails.itmtxclsfndt_itm_itemid.Methods in com.echothree.model.jooq.server.records.tax with parameters of type ItemPKModifier and TypeMethodDescriptionvoidSetter foritemtaxclassificationdetails.itmtxclsfndt_itm_itemid.Constructors in com.echothree.model.jooq.server.records.tax with parameters of type ItemPKModifierConstructorDescriptionItemTaxClassificationDetails(ItemTaxClassificationDetailPK ItemTaxClassificationDetail, ItemTaxClassificationPK ItemTaxClassification, ItemPK Item, GeoCodePK CountryGeoCode, TaxClassificationPK TaxClassification, Long FromTime, Long ThruTime) Create a detached, initialised ItemTaxClassificationDetails -
Uses of ItemPK in com.echothree.model.jooq.server.records.vendor
Methods in com.echothree.model.jooq.server.records.vendor that return ItemPKModifier and TypeMethodDescriptionVendorItemDetails.Item()Getter forvendoritemdetails.vndritmdt_itm_itemid.Methods in com.echothree.model.jooq.server.records.vendor with parameters of type ItemPKModifier and TypeMethodDescriptionvoidSetter forvendoritemdetails.vndritmdt_itm_itemid.Constructors in com.echothree.model.jooq.server.records.vendor with parameters of type ItemPKModifierConstructorDescriptionVendorItemDetails(VendorItemDetailPK VendorItemDetail, VendorItemPK VendorItem, ItemPK Item, PartyPK VendorParty, String VendorItemName, String Description, Integer Priority, CancellationPolicyPK CancellationPolicy, ReturnPolicyPK ReturnPolicy, Long FromTime, Long ThruTime) Create a detached, initialised VendorItemDetails -
Uses of ItemPK in com.echothree.model.jooq.server.tables.club
Fields in com.echothree.model.jooq.server.tables.club with type parameters of type ItemPK -
Uses of ItemPK in com.echothree.model.jooq.server.tables.content
Fields in com.echothree.model.jooq.server.tables.content with type parameters of type ItemPKModifier and TypeFieldDescriptionfinal org.jooq.TableField<ContentCatalogItems, ItemPK> ContentCatalogItems.ITEMThe columncontentcatalogitems.cntcti_itm_itemid. -
Uses of ItemPK in com.echothree.model.jooq.server.tables.inventory
Fields in com.echothree.model.jooq.server.tables.inventory with type parameters of type ItemPKModifier and TypeFieldDescriptionfinal org.jooq.TableField<InventoryCostingPoolDetails, ItemPK> InventoryCostingPoolDetails.ITEMThe columninventorycostingpooldetails.invcpldt_itm_itemid.final org.jooq.TableField<InventoryLocations, ItemPK> InventoryLocations.ITEMThe columninventorylocations.invloc_itm_itemid.final org.jooq.TableField<InventoryTransactionLineDetails, ItemPK> InventoryTransactionLineDetails.ITEMThe columninventorytransactionlinedetails.invtrxldt_itm_itemid.final org.jooq.TableField<LotDetails, ItemPK> LotDetails.ITEMThe columnlotdetails.ltdt_itm_itemid.final org.jooq.TableField<PartyBuckets, ItemPK> PartyBuckets.ITEMThe columnpartybuckets.parbckt_itm_itemid.final org.jooq.TableField<PartyInventoryLevels, ItemPK> PartyInventoryLevels.ITEMThe columnpartyinventorylevels.parinvlvl_itm_itemid. -
Uses of ItemPK in com.echothree.model.jooq.server.tables.invoice
Fields in com.echothree.model.jooq.server.tables.invoice with type parameters of type ItemPKModifier and TypeFieldDescriptionfinal org.jooq.TableField<InvoiceLineItems, ItemPK> InvoiceLineItems.ITEMThe columninvoicelineitems.invclitm_itm_itemid. -
Uses of ItemPK in com.echothree.model.jooq.server.tables.item
Fields in com.echothree.model.jooq.server.tables.item with type parameters of type ItemPKModifier and TypeFieldDescriptionfinal org.jooq.TableField<RelatedItemDetails, ItemPK> RelatedItemDetails.FROM_ITEMThe columnrelateditemdetails.rltidt_fromitemid.final org.jooq.TableField<ItemAdditionalCharges, ItemPK> ItemAdditionalCharges.ITEMThe columnitemadditionalcharges.itmaddtlc_itm_itemid.final org.jooq.TableField<ItemAliases, ItemPK> ItemAliases.ITEMThe columnitemaliases.itmal_itm_itemid.final org.jooq.TableField<ItemCountryOfOrigins, ItemPK> ItemCountryOfOrigins.ITEMThe columnitemcountryoforigins.icoorgn_itm_itemid.final org.jooq.TableField<ItemDescriptionDetails, ItemPK> ItemDescriptionDetails.ITEMThe columnitemdescriptiondetails.idescdt_itm_itemid.final org.jooq.TableField<ItemDetails, ItemPK> ItemDetails.ITEMThe columnitemdetails.itmdt_itm_itemid.final org.jooq.TableField<ItemHarmonizedTariffScheduleCodeDetails, ItemPK> ItemHarmonizedTariffScheduleCodeDetails.ITEMThe columnitemharmonizedtariffschedulecodedetails.itmhztscdt_itm_itemid.final org.jooq.TableField<ItemKitMembers, ItemPK> ItemKitMembers.ITEMThe columnitemkitmembers.ikm_itm_itemid.final org.jooq.TableField<ItemKitOptions, ItemPK> ItemKitOptions.ITEMThe columnitemkitoptions.ikopt_itm_itemid.final org.jooq.TableField<ItemPackCheckRequirements, ItemPK> ItemPackCheckRequirements.ITEMThe columnitempackcheckrequirements.ipcr_itm_itemid.final org.jooq.TableField<ItemPrices, ItemPK> ItemPrices.ITEMThe columnitemprices.itmp_itm_itemid.Items.ITEMThe columnitems.itm_itemid.final org.jooq.TableField<ItemShippingTimes, ItemPK> ItemShippingTimes.ITEMThe columnitemshippingtimes.istim_itm_itemid.final org.jooq.TableField<ItemUnitCustomerTypeLimits, ItemPK> ItemUnitCustomerTypeLimits.ITEMThe columnitemunitcustomertypelimits.iuctl_itm_itemid.final org.jooq.TableField<ItemUnitLimits, ItemPK> ItemUnitLimits.ITEMThe columnitemunitlimits.iul_itm_itemid.final org.jooq.TableField<ItemUnitOfMeasureTypes, ItemPK> ItemUnitOfMeasureTypes.ITEMThe columnitemunitofmeasuretypes.iuomt_itm_itemid.final org.jooq.TableField<ItemUnitPriceLimits, ItemPK> ItemUnitPriceLimits.ITEMThe columnitemunitpricelimits.iupl_itm_itemid.final org.jooq.TableField<ItemVolumes, ItemPK> ItemVolumes.ITEMThe columnitemvolumes.ivol_itm_itemid.final org.jooq.TableField<ItemWeights, ItemPK> ItemWeights.ITEMThe columnitemweights.iwght_itm_itemid.final org.jooq.TableField<ItemKitMembers, ItemPK> ItemKitMembers.MEMBER_ITEMThe columnitemkitmembers.ikm_memberitemid.final org.jooq.TableField<RelatedItemDetails, ItemPK> RelatedItemDetails.TO_ITEMThe columnrelateditemdetails.rltidt_toitemid. -
Uses of ItemPK in com.echothree.model.jooq.server.tables.offer
Fields in com.echothree.model.jooq.server.tables.offer with type parameters of type ItemPKModifier and TypeFieldDescriptionfinal org.jooq.TableField<OfferItems, ItemPK> OfferItems.ITEMThe columnofferitems.ofri_itm_itemid. -
Uses of ItemPK in com.echothree.model.jooq.server.tables.order
Fields in com.echothree.model.jooq.server.tables.order with type parameters of type ItemPKModifier and TypeFieldDescriptionfinal org.jooq.TableField<OrderLineDetails, ItemPK> OrderLineDetails.ITEMThe columnorderlinedetails.ordldt_itm_itemid. -
Uses of ItemPK in com.echothree.model.jooq.server.tables.shipment
Fields in com.echothree.model.jooq.server.tables.shipment with type parameters of type ItemPKModifier and TypeFieldDescriptionfinal org.jooq.TableField<ShipmentLineDetails, ItemPK> ShipmentLineDetails.ITEMThe columnshipmentlinedetails.shpldt_itm_itemid.final org.jooq.TableField<ShipmentPackageLineDetails, ItemPK> ShipmentPackageLineDetails.ITEMThe columnshipmentpackagelinedetails.shppckgldt_itm_itemid. -
Uses of ItemPK in com.echothree.model.jooq.server.tables.tax
Fields in com.echothree.model.jooq.server.tables.tax with type parameters of type ItemPKModifier and TypeFieldDescriptionfinal org.jooq.TableField<ItemTaxClassificationDetails, ItemPK> ItemTaxClassificationDetails.ITEMThe columnitemtaxclassificationdetails.itmtxclsfndt_itm_itemid. -
Uses of ItemPK in com.echothree.model.jooq.server.tables.vendor
Fields in com.echothree.model.jooq.server.tables.vendor with type parameters of type ItemPKModifier and TypeFieldDescriptionfinal org.jooq.TableField<VendorItemDetails, ItemPK> VendorItemDetails.ITEMThe columnvendoritemdetails.vndritmdt_itm_itemid.