Uses of Class
com.echothree.model.data.offer.common.pk.OfferItemPK
Packages that use OfferItemPK
Package
Description
-
Uses of OfferItemPK in com.echothree.model.data.offer.server.entity
Methods in com.echothree.model.data.offer.server.entity that return OfferItemPKMethods in com.echothree.model.data.offer.server.entity with parameters of type OfferItemPK -
Uses of OfferItemPK in com.echothree.model.data.offer.server.factory
Methods in com.echothree.model.data.offer.server.factory that return OfferItemPKModifier and TypeMethodDescriptionOfferItemFactory.getNextPK()
OfferItemFactory.getPKFromQuery
(PreparedStatement ps, Object... params) OfferItemFactory.getPKFromResultSet
(ResultSet rs) Methods in com.echothree.model.data.offer.server.factory that return types with arguments of type OfferItemPKModifier and TypeMethodDescriptionOfferItemFactory.getPKsFromQueryAsList
(PreparedStatement ps, Object... params) OfferItemFactory.getPKsFromQueryAsSet
(PreparedStatement ps, Object... params) OfferItemFactory.getPKsFromResultSetAsList
(ResultSet rs) OfferItemFactory.getPKsFromResultSetAsSet
(ResultSet rs) Methods in com.echothree.model.data.offer.server.factory with parameters of type OfferItemPKModifier and TypeMethodDescriptionOfferItemPriceFactory.create
(OfferItemPK offerItemPK, InventoryConditionPK inventoryConditionPK, UnitOfMeasureTypePK unitOfMeasureTypePK, CurrencyPK currencyPK, Long fromTime, Long thruTime) OfferItemPriceFactory.create
(Session session, OfferItemPK offerItemPK, InventoryConditionPK inventoryConditionPK, UnitOfMeasureTypePK unitOfMeasureTypePK, CurrencyPK currencyPK, Long fromTime, Long thruTime) OfferItemFactory.getEntityFromCache
(Session session, OfferItemPK pk) OfferItemFactory.getEntityFromPK
(EntityPermission entityPermission, OfferItemPK pk) OfferItemFactory.getEntityFromPK
(Session session, EntityPermission entityPermission, OfferItemPK pk) OfferItemFactory.getValueFromPK
(Session session, OfferItemPK pk) void
OfferItemFactory.remove
(Session session, OfferItemPK pk) boolean
OfferItemFactory.validPK
(Session session, OfferItemPK pk) Method parameters in com.echothree.model.data.offer.server.factory with type arguments of type OfferItemPKModifier and TypeMethodDescriptionOfferItemFactory.getEntitiesFromPKs
(EntityPermission entityPermission, Collection<OfferItemPK> pks) OfferItemFactory.getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<OfferItemPK> pks) OfferItemFactory.getValuesFromPKs
(Session session, Collection<OfferItemPK> pks) void
OfferItemFactory.remove
(Session session, Collection<OfferItemPK> pks) void
OfferItemFactory.remove
(Collection<OfferItemPK> pks) -
Uses of OfferItemPK in com.echothree.model.data.offer.server.value
Methods in com.echothree.model.data.offer.server.value that return OfferItemPKModifier and TypeMethodDescriptionOfferItemPriceValue.getOfferItemPK()
OfferItemValue.getPrimaryKey()
Methods in com.echothree.model.data.offer.server.value with parameters of type OfferItemPKModifier and TypeMethodDescriptionvoid
OfferItemPriceValue.setOfferItemPK
(OfferItemPK offerItemPK) Constructors in com.echothree.model.data.offer.server.value with parameters of type OfferItemPKModifierConstructorDescriptionOfferItemPriceValue
(OfferItemPK offerItemPK, InventoryConditionPK inventoryConditionPK, UnitOfMeasureTypePK unitOfMeasureTypePK, CurrencyPK currencyPK, Long fromTime, Long thruTime) Creates a new instance of OfferItemPriceValueOfferItemPriceValue
(OfferItemPricePK offerItemPricePK, OfferItemPK offerItemPK, InventoryConditionPK inventoryConditionPK, UnitOfMeasureTypePK unitOfMeasureTypePK, CurrencyPK currencyPK, Long fromTime, Long thruTime) Creates a new instance of OfferItemPriceValueOfferItemValue
(OfferItemPK offerItemPK, OfferPK offerPK, ItemPK itemPK, Long fromTime, Long thruTime) Creates a new instance of OfferItemValue