Uses of Class
com.echothree.model.data.offer.server.value.OfferNameElementDescriptionValue
Packages that use OfferNameElementDescriptionValue
Package
Description
-
Uses of OfferNameElementDescriptionValue in com.echothree.model.control.offer.server.control
Methods in com.echothree.model.control.offer.server.control that return OfferNameElementDescriptionValueModifier and TypeMethodDescriptionOfferNameElementControl.getOfferNameElementDescriptionValue(OfferNameElementDescription offerNameElementDescription) OfferNameElementControl.getOfferNameElementDescriptionValueForUpdate(OfferNameElement offerNameElement, Language language) Methods in com.echothree.model.control.offer.server.control with parameters of type OfferNameElementDescriptionValueModifier and TypeMethodDescriptionvoidOfferNameElementControl.updateOfferNameElementDescriptionFromValue(OfferNameElementDescriptionValue offerNameElementDescriptionValue, BasePK updatedBy) -
Uses of OfferNameElementDescriptionValue in com.echothree.model.data.offer.server.entity
Methods in com.echothree.model.data.offer.server.entity that return OfferNameElementDescriptionValueModifier and TypeMethodDescriptionOfferNameElementDescription.getOfferNameElementDescriptionValue()Methods in com.echothree.model.data.offer.server.entity with parameters of type OfferNameElementDescriptionValueModifier and TypeMethodDescriptionvoidOfferNameElementDescription.setOfferNameElementDescriptionValue(OfferNameElementDescriptionValue value) Constructors in com.echothree.model.data.offer.server.entity with parameters of type OfferNameElementDescriptionValueModifierConstructorDescriptionOfferNameElementDescription(OfferNameElementDescriptionValue value, EntityPermission entityPermission) Creates a new instance of OfferNameElementDescription -
Uses of OfferNameElementDescriptionValue in com.echothree.model.data.offer.server.factory
Methods in com.echothree.model.data.offer.server.factory that return OfferNameElementDescriptionValueModifier and TypeMethodDescriptionOfferNameElementDescriptionFactory.getValueFromPK(Session session, OfferNameElementDescriptionPK pk) OfferNameElementDescriptionFactory.getValueFromResultSet(Session session, ResultSet rs) Methods in com.echothree.model.data.offer.server.factory that return types with arguments of type OfferNameElementDescriptionValueModifier and TypeMethodDescriptionOfferNameElementDescriptionFactory.getValuesFromPKs(Session session, Collection<OfferNameElementDescriptionPK> pks) OfferNameElementDescriptionFactory.getValuesFromResultSet(Session session, ResultSet rs) Methods in com.echothree.model.data.offer.server.factory with parameters of type OfferNameElementDescriptionValueModifier and TypeMethodDescriptionOfferNameElementDescriptionFactory.getEntityFromValue(EntityPermission entityPermission, OfferNameElementDescriptionValue value) OfferNameElementDescriptionFactory.getEntityFromValue(Session session, EntityPermission entityPermission, OfferNameElementDescriptionValue value) Method parameters in com.echothree.model.data.offer.server.factory with type arguments of type OfferNameElementDescriptionValueModifier and TypeMethodDescriptionvoidOfferNameElementDescriptionFactory.create(Session session, Collection<OfferNameElementDescriptionValue> _values) voidOfferNameElementDescriptionFactory.create(Collection<OfferNameElementDescriptionValue> _values) -
Uses of OfferNameElementDescriptionValue in com.echothree.model.data.offer.server.value
Methods in com.echothree.model.data.offer.server.value that return OfferNameElementDescriptionValue