Uses of Class
com.echothree.model.data.offer.server.value.OfferNameElementValue
Packages that use OfferNameElementValue
Package
Description
-
Uses of OfferNameElementValue in com.echothree.model.data.offer.server.entity
Methods in com.echothree.model.data.offer.server.entity that return OfferNameElementValueMethods in com.echothree.model.data.offer.server.entity with parameters of type OfferNameElementValueModifier and TypeMethodDescriptionvoid
OfferNameElement.setOfferNameElementValue
(OfferNameElementValue value) Constructors in com.echothree.model.data.offer.server.entity with parameters of type OfferNameElementValueModifierConstructorDescriptionOfferNameElement
(OfferNameElementValue value, EntityPermission entityPermission) Creates a new instance of OfferNameElement -
Uses of OfferNameElementValue in com.echothree.model.data.offer.server.factory
Methods in com.echothree.model.data.offer.server.factory that return OfferNameElementValueModifier and TypeMethodDescriptionOfferNameElementFactory.getValueFromPK
(Session session, OfferNameElementPK pk) OfferNameElementFactory.getValueFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.offer.server.factory that return types with arguments of type OfferNameElementValueModifier and TypeMethodDescriptionOfferNameElementFactory.getValuesFromPKs
(Session session, Collection<OfferNameElementPK> pks) OfferNameElementFactory.getValuesFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.offer.server.factory with parameters of type OfferNameElementValueModifier and TypeMethodDescriptionOfferNameElementFactory.getEntityFromValue
(EntityPermission entityPermission, OfferNameElementValue value) OfferNameElementFactory.getEntityFromValue
(Session session, EntityPermission entityPermission, OfferNameElementValue value) Method parameters in com.echothree.model.data.offer.server.factory with type arguments of type OfferNameElementValueModifier and TypeMethodDescriptionvoid
OfferNameElementFactory.create
(Session session, Collection<OfferNameElementValue> _values) void
OfferNameElementFactory.create
(Collection<OfferNameElementValue> _values) -
Uses of OfferNameElementValue in com.echothree.model.data.offer.server.value
Methods in com.echothree.model.data.offer.server.value that return OfferNameElementValue