Uses of Class
com.echothree.model.data.offer.common.pk.OfferItemFixedPricePK
Packages that use OfferItemFixedPricePK
Package
Description
-
Uses of OfferItemFixedPricePK in com.echothree.model.data.offer.server.entity
Methods in com.echothree.model.data.offer.server.entity that return OfferItemFixedPricePK -
Uses of OfferItemFixedPricePK in com.echothree.model.data.offer.server.factory
Methods in com.echothree.model.data.offer.server.factory that return OfferItemFixedPricePKModifier and TypeMethodDescriptionOfferItemFixedPriceFactory.getNextPK()
OfferItemFixedPriceFactory.getPKFromQuery
(PreparedStatement ps, Object... params) OfferItemFixedPriceFactory.getPKFromResultSet
(ResultSet rs) Methods in com.echothree.model.data.offer.server.factory that return types with arguments of type OfferItemFixedPricePKModifier and TypeMethodDescriptionOfferItemFixedPriceFactory.getPKsFromQueryAsList
(PreparedStatement ps, Object... params) OfferItemFixedPriceFactory.getPKsFromQueryAsSet
(PreparedStatement ps, Object... params) OfferItemFixedPriceFactory.getPKsFromResultSetAsList
(ResultSet rs) OfferItemFixedPriceFactory.getPKsFromResultSetAsSet
(ResultSet rs) Methods in com.echothree.model.data.offer.server.factory with parameters of type OfferItemFixedPricePKModifier and TypeMethodDescriptionOfferItemFixedPriceFactory.getEntityFromCache
(Session session, OfferItemFixedPricePK pk) OfferItemFixedPriceFactory.getEntityFromPK
(EntityPermission entityPermission, OfferItemFixedPricePK pk) OfferItemFixedPriceFactory.getEntityFromPK
(Session session, EntityPermission entityPermission, OfferItemFixedPricePK pk) OfferItemFixedPriceFactory.getValueFromPK
(Session session, OfferItemFixedPricePK pk) void
OfferItemFixedPriceFactory.remove
(Session session, OfferItemFixedPricePK pk) boolean
OfferItemFixedPriceFactory.validPK
(Session session, OfferItemFixedPricePK pk) Method parameters in com.echothree.model.data.offer.server.factory with type arguments of type OfferItemFixedPricePKModifier and TypeMethodDescriptionOfferItemFixedPriceFactory.getEntitiesFromPKs
(EntityPermission entityPermission, Collection<OfferItemFixedPricePK> pks) OfferItemFixedPriceFactory.getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<OfferItemFixedPricePK> pks) OfferItemFixedPriceFactory.getValuesFromPKs
(Session session, Collection<OfferItemFixedPricePK> pks) void
OfferItemFixedPriceFactory.remove
(Session session, Collection<OfferItemFixedPricePK> pks) void
OfferItemFixedPriceFactory.remove
(Collection<OfferItemFixedPricePK> pks) -
Uses of OfferItemFixedPricePK in com.echothree.model.data.offer.server.value
Methods in com.echothree.model.data.offer.server.value that return OfferItemFixedPricePKConstructors in com.echothree.model.data.offer.server.value with parameters of type OfferItemFixedPricePKModifierConstructorDescriptionOfferItemFixedPriceValue
(OfferItemFixedPricePK offerItemFixedPricePK, OfferItemPricePK offerItemPricePK, Long unitPrice, Long fromTime, Long thruTime) Creates a new instance of OfferItemFixedPriceValue