Uses of Class
com.echothree.model.data.item.common.pk.ItemPricePK
Packages that use ItemPricePK
Package
Description
-
Uses of ItemPricePK in com.echothree.model.data.item.server.entity
Methods in com.echothree.model.data.item.server.entity that return ItemPricePKModifier and TypeMethodDescriptionItemFixedPrice.getItemPricePK()
ItemVariablePrice.getItemPricePK()
ItemPrice.getPrimaryKey()
Methods in com.echothree.model.data.item.server.entity with parameters of type ItemPricePKModifier and TypeMethodDescriptionvoid
ItemFixedPrice.setItemPricePK
(ItemPricePK itemPricePK) void
ItemVariablePrice.setItemPricePK
(ItemPricePK itemPricePK) -
Uses of ItemPricePK in com.echothree.model.data.item.server.factory
Methods in com.echothree.model.data.item.server.factory that return ItemPricePKModifier and TypeMethodDescriptionItemPriceFactory.getNextPK()
ItemPriceFactory.getPKFromQuery
(PreparedStatement ps, Object... params) ItemPriceFactory.getPKFromResultSet
(ResultSet rs) Methods in com.echothree.model.data.item.server.factory that return types with arguments of type ItemPricePKModifier and TypeMethodDescriptionItemPriceFactory.getPKsFromQueryAsList
(PreparedStatement ps, Object... params) ItemPriceFactory.getPKsFromQueryAsSet
(PreparedStatement ps, Object... params) ItemPriceFactory.getPKsFromResultSetAsList
(ResultSet rs) ItemPriceFactory.getPKsFromResultSetAsSet
(ResultSet rs) Methods in com.echothree.model.data.item.server.factory with parameters of type ItemPricePKModifier and TypeMethodDescriptionItemFixedPriceFactory.create
(ItemPricePK itemPricePK, Long unitPrice, Long fromTime, Long thruTime) ItemFixedPriceFactory.create
(Session session, ItemPricePK itemPricePK, Long unitPrice, Long fromTime, Long thruTime) ItemVariablePriceFactory.create
(ItemPricePK itemPricePK, Long minimumUnitPrice, Long maximumUnitPrice, Long unitPriceIncrement, Long fromTime, Long thruTime) ItemVariablePriceFactory.create
(Session session, ItemPricePK itemPricePK, Long minimumUnitPrice, Long maximumUnitPrice, Long unitPriceIncrement, Long fromTime, Long thruTime) ItemPriceFactory.getEntityFromCache
(Session session, ItemPricePK pk) ItemPriceFactory.getEntityFromPK
(EntityPermission entityPermission, ItemPricePK pk) ItemPriceFactory.getEntityFromPK
(Session session, EntityPermission entityPermission, ItemPricePK pk) ItemPriceFactory.getValueFromPK
(Session session, ItemPricePK pk) void
ItemPriceFactory.remove
(Session session, ItemPricePK pk) boolean
ItemPriceFactory.validPK
(Session session, ItemPricePK pk) Method parameters in com.echothree.model.data.item.server.factory with type arguments of type ItemPricePKModifier and TypeMethodDescriptionItemPriceFactory.getEntitiesFromPKs
(EntityPermission entityPermission, Collection<ItemPricePK> pks) ItemPriceFactory.getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<ItemPricePK> pks) ItemPriceFactory.getValuesFromPKs
(Session session, Collection<ItemPricePK> pks) void
ItemPriceFactory.remove
(Session session, Collection<ItemPricePK> pks) void
ItemPriceFactory.remove
(Collection<ItemPricePK> pks) -
Uses of ItemPricePK in com.echothree.model.data.item.server.value
Methods in com.echothree.model.data.item.server.value that return ItemPricePKModifier and TypeMethodDescriptionItemFixedPriceValue.getItemPricePK()
ItemVariablePriceValue.getItemPricePK()
ItemPriceValue.getPrimaryKey()
Methods in com.echothree.model.data.item.server.value with parameters of type ItemPricePKModifier and TypeMethodDescriptionvoid
ItemFixedPriceValue.setItemPricePK
(ItemPricePK itemPricePK) void
ItemVariablePriceValue.setItemPricePK
(ItemPricePK itemPricePK) Constructors in com.echothree.model.data.item.server.value with parameters of type ItemPricePKModifierConstructorDescriptionItemFixedPriceValue
(ItemFixedPricePK itemFixedPricePK, ItemPricePK itemPricePK, Long unitPrice, Long fromTime, Long thruTime) Creates a new instance of ItemFixedPriceValueItemFixedPriceValue
(ItemPricePK itemPricePK, Long unitPrice, Long fromTime, Long thruTime) Creates a new instance of ItemFixedPriceValueItemPriceValue
(ItemPricePK itemPricePK, ItemPK itemPK, InventoryConditionPK inventoryConditionPK, UnitOfMeasureTypePK unitOfMeasureTypePK, CurrencyPK currencyPK, Long fromTime, Long thruTime) Creates a new instance of ItemPriceValueItemVariablePriceValue
(ItemPricePK itemPricePK, Long minimumUnitPrice, Long maximumUnitPrice, Long unitPriceIncrement, Long fromTime, Long thruTime) Creates a new instance of ItemVariablePriceValueItemVariablePriceValue
(ItemVariablePricePK itemVariablePricePK, ItemPricePK itemPricePK, Long minimumUnitPrice, Long maximumUnitPrice, Long unitPriceIncrement, Long fromTime, Long thruTime) Creates a new instance of ItemVariablePriceValue