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(Session session, QueuedLetterPK pk) QueuedLetterFactory.getValueFromResultSet(Session session, ResultSet rs) Methods in com.echothree.model.data.letter.server.factory that return types with arguments of type QueuedLetterValueModifier and TypeMethodDescriptionQueuedLetterFactory.getValuesFromPKs(Session session, Collection<QueuedLetterPK> pks) QueuedLetterFactory.getValuesFromResultSet(Session session, ResultSet rs) Methods in com.echothree.model.data.letter.server.factory with parameters of type QueuedLetterValueModifier and TypeMethodDescriptionQueuedLetterFactory.getEntityFromValue(EntityPermission entityPermission, QueuedLetterValue value) QueuedLetterFactory.getEntityFromValue(Session session, EntityPermission entityPermission, QueuedLetterValue value) Method parameters in com.echothree.model.data.letter.server.factory with type arguments of type QueuedLetterValueModifier and TypeMethodDescriptionvoidQueuedLetterFactory.create(Session session, Collection<QueuedLetterValue> _values) voidQueuedLetterFactory.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