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(LetterPK pk) LetterFactory.getValueFromResultSet(ResultSet rs) Methods in com.echothree.model.data.letter.server.factory that return types with arguments of type LetterValueModifier and TypeMethodDescriptionLetterFactory.getValuesFromPKs(Collection<LetterPK> pks) LetterFactory.getValuesFromResultSet(ResultSet rs) Methods in com.echothree.model.data.letter.server.factory with parameters of type LetterValueModifier and TypeMethodDescriptionLetterFactory.getEntityFromValue(EntityPermission entityPermission, LetterValue value) Method parameters in com.echothree.model.data.letter.server.factory with type arguments of type LetterValue -
Uses of LetterValue in com.echothree.model.data.letter.server.value
Methods in com.echothree.model.data.letter.server.value that return LetterValue