Uses of Class
com.echothree.model.data.letter.server.value.LetterValue
Packages that use LetterValue
Package
Description
-
Uses of LetterValue in com.echothree.model.data.letter.server.entity
Methods in com.echothree.model.data.letter.server.entity that return LetterValueMethods in com.echothree.model.data.letter.server.entity with parameters of type LetterValueConstructors in com.echothree.model.data.letter.server.entity with parameters of type LetterValueModifierConstructorDescriptionLetter(LetterValue value, EntityPermission entityPermission) Creates a new instance of Letter -
Uses of LetterValue in com.echothree.model.data.letter.server.factory
Methods in com.echothree.model.data.letter.server.factory that return LetterValueModifier and TypeMethodDescriptionLetterFactory.getValueFromPK(Session session, LetterPK pk) LetterFactory.getValueFromResultSet(Session session, ResultSet rs) Methods in com.echothree.model.data.letter.server.factory that return types with arguments of type LetterValueModifier and TypeMethodDescriptionLetterFactory.getValuesFromPKs(Session session, Collection<LetterPK> pks) LetterFactory.getValuesFromResultSet(Session session, ResultSet rs) Methods in com.echothree.model.data.letter.server.factory with parameters of type LetterValueModifier and TypeMethodDescriptionLetterFactory.getEntityFromValue(EntityPermission entityPermission, LetterValue value) LetterFactory.getEntityFromValue(Session session, EntityPermission entityPermission, LetterValue value) Method parameters in com.echothree.model.data.letter.server.factory with type arguments of type LetterValueModifier and TypeMethodDescriptionvoidLetterFactory.create(Session session, Collection<LetterValue> _values) voidLetterFactory.create(Collection<LetterValue> _values) -
Uses of LetterValue in com.echothree.model.data.letter.server.value
Methods in com.echothree.model.data.letter.server.value that return LetterValue