Uses of Class
com.echothree.model.data.offer.server.value.OfferItemValue
Packages that use OfferItemValue
Package
Description
-
Uses of OfferItemValue in com.echothree.model.data.offer.server.entity
Methods in com.echothree.model.data.offer.server.entity that return OfferItemValueMethods in com.echothree.model.data.offer.server.entity with parameters of type OfferItemValueConstructors in com.echothree.model.data.offer.server.entity with parameters of type OfferItemValueModifierConstructorDescriptionOfferItem
(OfferItemValue value, EntityPermission entityPermission) Creates a new instance of OfferItem -
Uses of OfferItemValue in com.echothree.model.data.offer.server.factory
Methods in com.echothree.model.data.offer.server.factory that return OfferItemValueModifier and TypeMethodDescriptionOfferItemFactory.getValueFromPK
(Session session, OfferItemPK pk) OfferItemFactory.getValueFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.offer.server.factory that return types with arguments of type OfferItemValueModifier and TypeMethodDescriptionOfferItemFactory.getValuesFromPKs
(Session session, Collection<OfferItemPK> pks) OfferItemFactory.getValuesFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.offer.server.factory with parameters of type OfferItemValueModifier and TypeMethodDescriptionOfferItemFactory.getEntityFromValue
(EntityPermission entityPermission, OfferItemValue value) OfferItemFactory.getEntityFromValue
(Session session, EntityPermission entityPermission, OfferItemValue value) Method parameters in com.echothree.model.data.offer.server.factory with type arguments of type OfferItemValueModifier and TypeMethodDescriptionvoid
OfferItemFactory.create
(Session session, Collection<OfferItemValue> _values) void
OfferItemFactory.create
(Collection<OfferItemValue> _values) -
Uses of OfferItemValue in com.echothree.model.data.offer.server.value
Methods in com.echothree.model.data.offer.server.value that return OfferItemValue