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(OfferPK pk) OfferFactory.getValueFromResultSet(ResultSet rs) Methods in com.echothree.model.data.offer.server.factory that return types with arguments of type OfferValueModifier and TypeMethodDescriptionOfferFactory.getValuesFromPKs(Collection<OfferPK> pks) OfferFactory.getValuesFromResultSet(ResultSet rs) Methods in com.echothree.model.data.offer.server.factory with parameters of type OfferValueModifier and TypeMethodDescriptionOfferFactory.getEntityFromValue(EntityPermission entityPermission, OfferValue value) Method parameters in com.echothree.model.data.offer.server.factory with type arguments of type OfferValue -
Uses of OfferValue in com.echothree.model.data.offer.server.value
Methods in com.echothree.model.data.offer.server.value that return OfferValue