Uses of Class
com.echothree.model.data.letter.server.value.LetterDescriptionValue
Packages that use LetterDescriptionValue
Package
Description
-
Uses of LetterDescriptionValue in com.echothree.model.control.letter.server.control
Methods in com.echothree.model.control.letter.server.control that return LetterDescriptionValueModifier and TypeMethodDescriptionLetterControl.getLetterDescriptionValue(LetterDescription letterDescription) LetterControl.getLetterDescriptionValueForUpdate(Letter letter, Language language) Methods in com.echothree.model.control.letter.server.control with parameters of type LetterDescriptionValueModifier and TypeMethodDescriptionvoidLetterControl.updateLetterDescriptionFromValue(LetterDescriptionValue letterDescriptionValue, BasePK updatedBy) -
Uses of LetterDescriptionValue in com.echothree.model.data.letter.server.entity
Methods in com.echothree.model.data.letter.server.entity that return LetterDescriptionValueMethods in com.echothree.model.data.letter.server.entity with parameters of type LetterDescriptionValueModifier and TypeMethodDescriptionvoidLetterDescription.setLetterDescriptionValue(LetterDescriptionValue value) Constructors in com.echothree.model.data.letter.server.entity with parameters of type LetterDescriptionValueModifierConstructorDescriptionLetterDescription(LetterDescriptionValue value, EntityPermission entityPermission) Creates a new instance of LetterDescription -
Uses of LetterDescriptionValue in com.echothree.model.data.letter.server.factory
Methods in com.echothree.model.data.letter.server.factory that return LetterDescriptionValueModifier and TypeMethodDescriptionLetterDescriptionFactory.getValueFromPK(Session session, LetterDescriptionPK pk) LetterDescriptionFactory.getValueFromResultSet(Session session, ResultSet rs) Methods in com.echothree.model.data.letter.server.factory that return types with arguments of type LetterDescriptionValueModifier and TypeMethodDescriptionLetterDescriptionFactory.getValuesFromPKs(Session session, Collection<LetterDescriptionPK> pks) LetterDescriptionFactory.getValuesFromResultSet(Session session, ResultSet rs) Methods in com.echothree.model.data.letter.server.factory with parameters of type LetterDescriptionValueModifier and TypeMethodDescriptionLetterDescriptionFactory.getEntityFromValue(EntityPermission entityPermission, LetterDescriptionValue value) LetterDescriptionFactory.getEntityFromValue(Session session, EntityPermission entityPermission, LetterDescriptionValue value) Method parameters in com.echothree.model.data.letter.server.factory with type arguments of type LetterDescriptionValueModifier and TypeMethodDescriptionvoidLetterDescriptionFactory.create(Session session, Collection<LetterDescriptionValue> _values) voidLetterDescriptionFactory.create(Collection<LetterDescriptionValue> _values) -
Uses of LetterDescriptionValue in com.echothree.model.data.letter.server.value
Methods in com.echothree.model.data.letter.server.value that return LetterDescriptionValue