Uses of Class
com.echothree.model.data.item.common.pk.ItemDetailPK
Packages that use ItemDetailPK
Package
Description
-
Uses of ItemDetailPK in com.echothree.model.data.item.server.entity
Methods in com.echothree.model.data.item.server.entity that return ItemDetailPKModifier and TypeMethodDescriptionItem.getActiveDetailPK()
Item.getLastDetailPK()
ItemDetail.getPrimaryKey()
Methods in com.echothree.model.data.item.server.entity with parameters of type ItemDetailPKModifier and TypeMethodDescriptionvoid
Item.setActiveDetailPK
(ItemDetailPK activeDetailPK) void
Item.setLastDetailPK
(ItemDetailPK lastDetailPK) -
Uses of ItemDetailPK in com.echothree.model.data.item.server.factory
Methods in com.echothree.model.data.item.server.factory that return ItemDetailPKModifier and TypeMethodDescriptionItemDetailFactory.getNextPK()
ItemDetailFactory.getPKFromQuery
(PreparedStatement ps, Object... params) ItemDetailFactory.getPKFromResultSet
(ResultSet rs) Methods in com.echothree.model.data.item.server.factory that return types with arguments of type ItemDetailPKModifier and TypeMethodDescriptionItemDetailFactory.getPKsFromQueryAsList
(PreparedStatement ps, Object... params) ItemDetailFactory.getPKsFromQueryAsSet
(PreparedStatement ps, Object... params) ItemDetailFactory.getPKsFromResultSetAsList
(ResultSet rs) ItemDetailFactory.getPKsFromResultSetAsSet
(ResultSet rs) Methods in com.echothree.model.data.item.server.factory with parameters of type ItemDetailPKModifier and TypeMethodDescriptionItemFactory.create
(ItemDetailPK activeDetailPK, ItemDetailPK lastDetailPK) ItemFactory.create
(Session session, ItemDetailPK activeDetailPK, ItemDetailPK lastDetailPK) ItemDetailFactory.getEntityFromCache
(Session session, ItemDetailPK pk) ItemDetailFactory.getEntityFromPK
(EntityPermission entityPermission, ItemDetailPK pk) ItemDetailFactory.getEntityFromPK
(Session session, EntityPermission entityPermission, ItemDetailPK pk) ItemDetailFactory.getValueFromPK
(Session session, ItemDetailPK pk) void
ItemDetailFactory.remove
(Session session, ItemDetailPK pk) boolean
ItemDetailFactory.validPK
(Session session, ItemDetailPK pk) Method parameters in com.echothree.model.data.item.server.factory with type arguments of type ItemDetailPKModifier and TypeMethodDescriptionItemDetailFactory.getEntitiesFromPKs
(EntityPermission entityPermission, Collection<ItemDetailPK> pks) ItemDetailFactory.getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<ItemDetailPK> pks) ItemDetailFactory.getValuesFromPKs
(Session session, Collection<ItemDetailPK> pks) void
ItemDetailFactory.remove
(Session session, Collection<ItemDetailPK> pks) void
ItemDetailFactory.remove
(Collection<ItemDetailPK> pks) -
Uses of ItemDetailPK in com.echothree.model.data.item.server.value
Methods in com.echothree.model.data.item.server.value that return ItemDetailPKModifier and TypeMethodDescriptionItemValue.getActiveDetailPK()
ItemValue.getLastDetailPK()
ItemDetailValue.getPrimaryKey()
Methods in com.echothree.model.data.item.server.value with parameters of type ItemDetailPKModifier and TypeMethodDescriptionvoid
ItemValue.setActiveDetailPK
(ItemDetailPK activeDetailPK) void
ItemValue.setLastDetailPK
(ItemDetailPK lastDetailPK) Constructors in com.echothree.model.data.item.server.value with parameters of type ItemDetailPKModifierConstructorDescriptionItemDetailValue
(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 ItemDetailValueItemValue
(ItemDetailPK activeDetailPK, ItemDetailPK lastDetailPK) Creates a new instance of ItemValueItemValue
(ItemPK itemPK, ItemDetailPK activeDetailPK, ItemDetailPK lastDetailPK) Creates a new instance of ItemValue