Uses of Class
com.echothree.model.data.letter.common.pk.QueuedLetterPK
Packages that use QueuedLetterPK
Package
Description
-
Uses of QueuedLetterPK in com.echothree.model.data.letter.server.entity
Methods in com.echothree.model.data.letter.server.entity that return QueuedLetterPK -
Uses of QueuedLetterPK in com.echothree.model.data.letter.server.factory
Methods in com.echothree.model.data.letter.server.factory that return QueuedLetterPKModifier and TypeMethodDescriptionQueuedLetterFactory.getNextPK()QueuedLetterFactory.getPKFromQuery(PreparedStatement ps, Object... params) QueuedLetterFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.letter.server.factory that return types with arguments of type QueuedLetterPKModifier and TypeMethodDescriptionQueuedLetterFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) QueuedLetterFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) QueuedLetterFactory.getPKsFromResultSetAsList(ResultSet rs) QueuedLetterFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.letter.server.factory with parameters of type QueuedLetterPKModifier and TypeMethodDescriptionQueuedLetterFactory.getEntityFromCache(QueuedLetterPK pk) QueuedLetterFactory.getEntityFromPK(EntityPermission entityPermission, QueuedLetterPK pk) QueuedLetterFactory.getValueFromPK(QueuedLetterPK pk) voidQueuedLetterFactory.remove(QueuedLetterPK pk) booleanQueuedLetterFactory.validPK(QueuedLetterPK pk) Method parameters in com.echothree.model.data.letter.server.factory with type arguments of type QueuedLetterPKModifier and TypeMethodDescriptionQueuedLetterFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<QueuedLetterPK> pks) QueuedLetterFactory.getValuesFromPKs(Collection<QueuedLetterPK> pks) voidQueuedLetterFactory.remove(Collection<QueuedLetterPK> pks) -
Uses of QueuedLetterPK in com.echothree.model.data.letter.server.value
Methods in com.echothree.model.data.letter.server.value that return QueuedLetterPKConstructors in com.echothree.model.data.letter.server.value with parameters of type QueuedLetterPKModifierConstructorDescriptionQueuedLetterValue(QueuedLetterPK queuedLetterPK, ChainInstancePK chainInstancePK, Integer queuedLetterSequence, LetterPK letterPK) Creates a new instance of QueuedLetterValue