Uses of Class
com.echothree.model.data.letter.server.value.QueuedLetterValue
Packages that use QueuedLetterValue
Package
Description
-
Uses of QueuedLetterValue in com.echothree.model.data.letter.server.entity
Methods in com.echothree.model.data.letter.server.entity that return QueuedLetterValueMethods in com.echothree.model.data.letter.server.entity with parameters of type QueuedLetterValueModifier and TypeMethodDescriptionvoidQueuedLetter.setQueuedLetterValue(QueuedLetterValue value) Constructors in com.echothree.model.data.letter.server.entity with parameters of type QueuedLetterValueModifierConstructorDescriptionQueuedLetter(QueuedLetterValue value, EntityPermission entityPermission) Creates a new instance of QueuedLetter -
Uses of QueuedLetterValue in com.echothree.model.data.letter.server.factory
Methods in com.echothree.model.data.letter.server.factory that return QueuedLetterValueModifier and TypeMethodDescriptionQueuedLetterFactory.getValueFromPK(QueuedLetterPK pk) QueuedLetterFactory.getValueFromResultSet(ResultSet rs) Methods in com.echothree.model.data.letter.server.factory that return types with arguments of type QueuedLetterValueModifier and TypeMethodDescriptionQueuedLetterFactory.getValuesFromPKs(Collection<QueuedLetterPK> pks) QueuedLetterFactory.getValuesFromResultSet(ResultSet rs) Methods in com.echothree.model.data.letter.server.factory with parameters of type QueuedLetterValueModifier and TypeMethodDescriptionQueuedLetterFactory.getEntityFromValue(EntityPermission entityPermission, QueuedLetterValue value) Method parameters in com.echothree.model.data.letter.server.factory with type arguments of type QueuedLetterValueModifier and TypeMethodDescriptionvoidQueuedLetterFactory.create(Collection<QueuedLetterValue> _values) -
Uses of QueuedLetterValue in com.echothree.model.data.letter.server.value
Methods in com.echothree.model.data.letter.server.value that return QueuedLetterValue