Uses of Class
com.echothree.model.data.offer.server.value.OfferDescriptionValue
Packages that use OfferDescriptionValue
Package
Description
-
Uses of OfferDescriptionValue in com.echothree.model.control.offer.server.control
Methods in com.echothree.model.control.offer.server.control that return OfferDescriptionValueModifier and TypeMethodDescriptionOfferControl.getOfferDescriptionValue(OfferDescription offerDescription) OfferControl.getOfferDescriptionValueForUpdate(Offer offer, Language language) Methods in com.echothree.model.control.offer.server.control with parameters of type OfferDescriptionValueModifier and TypeMethodDescriptionvoidOfferControl.updateOfferDescriptionFromValue(OfferDescriptionValue offerDescriptionValue, BasePK updatedBy) -
Uses of OfferDescriptionValue in com.echothree.model.data.offer.server.entity
Methods in com.echothree.model.data.offer.server.entity that return OfferDescriptionValueMethods in com.echothree.model.data.offer.server.entity with parameters of type OfferDescriptionValueModifier and TypeMethodDescriptionvoidOfferDescription.setOfferDescriptionValue(OfferDescriptionValue value) Constructors in com.echothree.model.data.offer.server.entity with parameters of type OfferDescriptionValueModifierConstructorDescriptionOfferDescription(OfferDescriptionValue value, EntityPermission entityPermission) Creates a new instance of OfferDescription -
Uses of OfferDescriptionValue in com.echothree.model.data.offer.server.factory
Methods in com.echothree.model.data.offer.server.factory that return OfferDescriptionValueModifier and TypeMethodDescriptionOfferDescriptionFactory.getValueFromPK(Session session, OfferDescriptionPK pk) OfferDescriptionFactory.getValueFromResultSet(Session session, ResultSet rs) Methods in com.echothree.model.data.offer.server.factory that return types with arguments of type OfferDescriptionValueModifier and TypeMethodDescriptionOfferDescriptionFactory.getValuesFromPKs(Session session, Collection<OfferDescriptionPK> pks) OfferDescriptionFactory.getValuesFromResultSet(Session session, ResultSet rs) Methods in com.echothree.model.data.offer.server.factory with parameters of type OfferDescriptionValueModifier and TypeMethodDescriptionOfferDescriptionFactory.getEntityFromValue(EntityPermission entityPermission, OfferDescriptionValue value) OfferDescriptionFactory.getEntityFromValue(Session session, EntityPermission entityPermission, OfferDescriptionValue value) Method parameters in com.echothree.model.data.offer.server.factory with type arguments of type OfferDescriptionValueModifier and TypeMethodDescriptionvoidOfferDescriptionFactory.create(Session session, Collection<OfferDescriptionValue> _values) voidOfferDescriptionFactory.create(Collection<OfferDescriptionValue> _values) -
Uses of OfferDescriptionValue in com.echothree.model.data.offer.server.value
Methods in com.echothree.model.data.offer.server.value that return OfferDescriptionValue