Uses of Class
com.echothree.model.data.offer.server.value.UseDescriptionValue
Packages that use UseDescriptionValue
Package
Description
-
Uses of UseDescriptionValue in com.echothree.model.control.offer.server.control
Methods in com.echothree.model.control.offer.server.control that return UseDescriptionValueModifier and TypeMethodDescriptionUseControl.getUseDescriptionValue(UseDescription useDescription) UseControl.getUseDescriptionValueForUpdate(Use use, Language language) Methods in com.echothree.model.control.offer.server.control with parameters of type UseDescriptionValueModifier and TypeMethodDescriptionvoidUseControl.updateUseDescriptionFromValue(UseDescriptionValue useDescriptionValue, BasePK updatedBy) -
Uses of UseDescriptionValue in com.echothree.model.data.offer.server.entity
Methods in com.echothree.model.data.offer.server.entity that return UseDescriptionValueMethods in com.echothree.model.data.offer.server.entity with parameters of type UseDescriptionValueModifier and TypeMethodDescriptionvoidUseDescription.setUseDescriptionValue(UseDescriptionValue value) Constructors in com.echothree.model.data.offer.server.entity with parameters of type UseDescriptionValueModifierConstructorDescriptionUseDescription(UseDescriptionValue value, EntityPermission entityPermission) Creates a new instance of UseDescription -
Uses of UseDescriptionValue in com.echothree.model.data.offer.server.factory
Methods in com.echothree.model.data.offer.server.factory that return UseDescriptionValueModifier and TypeMethodDescriptionUseDescriptionFactory.getValueFromPK(Session session, UseDescriptionPK pk) UseDescriptionFactory.getValueFromResultSet(Session session, ResultSet rs) Methods in com.echothree.model.data.offer.server.factory that return types with arguments of type UseDescriptionValueModifier and TypeMethodDescriptionUseDescriptionFactory.getValuesFromPKs(Session session, Collection<UseDescriptionPK> pks) UseDescriptionFactory.getValuesFromResultSet(Session session, ResultSet rs) Methods in com.echothree.model.data.offer.server.factory with parameters of type UseDescriptionValueModifier and TypeMethodDescriptionUseDescriptionFactory.getEntityFromValue(EntityPermission entityPermission, UseDescriptionValue value) UseDescriptionFactory.getEntityFromValue(Session session, EntityPermission entityPermission, UseDescriptionValue value) Method parameters in com.echothree.model.data.offer.server.factory with type arguments of type UseDescriptionValueModifier and TypeMethodDescriptionvoidUseDescriptionFactory.create(Session session, Collection<UseDescriptionValue> _values) voidUseDescriptionFactory.create(Collection<UseDescriptionValue> _values) -
Uses of UseDescriptionValue in com.echothree.model.data.offer.server.value
Methods in com.echothree.model.data.offer.server.value that return UseDescriptionValue