Uses of Class
com.echothree.model.data.offer.server.value.OfferValue
Packages that use OfferValue
Package
Description
-
Uses of OfferValue in com.echothree.model.data.offer.server.entity
Methods in com.echothree.model.data.offer.server.entity that return OfferValueMethods in com.echothree.model.data.offer.server.entity with parameters of type OfferValueConstructors in com.echothree.model.data.offer.server.entity with parameters of type OfferValueModifierConstructorDescriptionOffer(OfferValue value, EntityPermission entityPermission) Creates a new instance of Offer -
Uses of OfferValue in com.echothree.model.data.offer.server.factory
Methods in com.echothree.model.data.offer.server.factory that return OfferValueModifier and TypeMethodDescriptionOfferFactory.getValueFromPK(Session session, OfferPK pk) OfferFactory.getValueFromResultSet(Session session, ResultSet rs) Methods in com.echothree.model.data.offer.server.factory that return types with arguments of type OfferValueModifier and TypeMethodDescriptionOfferFactory.getValuesFromPKs(Session session, Collection<OfferPK> pks) OfferFactory.getValuesFromResultSet(Session session, ResultSet rs) Methods in com.echothree.model.data.offer.server.factory with parameters of type OfferValueModifier and TypeMethodDescriptionOfferFactory.getEntityFromValue(EntityPermission entityPermission, OfferValue value) OfferFactory.getEntityFromValue(Session session, EntityPermission entityPermission, OfferValue value) Method parameters in com.echothree.model.data.offer.server.factory with type arguments of type OfferValueModifier and TypeMethodDescriptionvoidOfferFactory.create(Session session, Collection<OfferValue> _values) voidOfferFactory.create(Collection<OfferValue> _values) -
Uses of OfferValue in com.echothree.model.data.offer.server.value
Methods in com.echothree.model.data.offer.server.value that return OfferValue