Uses of Class
com.echothree.model.data.queue.common.pk.QueuedEntityPK
Packages that use QueuedEntityPK
Package
Description
-
Uses of QueuedEntityPK in com.echothree.model.data.queue.server.entity
Methods in com.echothree.model.data.queue.server.entity that return QueuedEntityPK -
Uses of QueuedEntityPK in com.echothree.model.data.queue.server.factory
Methods in com.echothree.model.data.queue.server.factory that return QueuedEntityPKModifier and TypeMethodDescriptionQueuedEntityFactory.getNextPK()QueuedEntityFactory.getPKFromQuery(PreparedStatement ps, Object... params) QueuedEntityFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.queue.server.factory that return types with arguments of type QueuedEntityPKModifier and TypeMethodDescriptionQueuedEntityFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) QueuedEntityFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) QueuedEntityFactory.getPKsFromResultSetAsList(ResultSet rs) QueuedEntityFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.queue.server.factory with parameters of type QueuedEntityPKModifier and TypeMethodDescriptionQueuedEntityFactory.getEntityFromCache(QueuedEntityPK pk) QueuedEntityFactory.getEntityFromPK(EntityPermission entityPermission, QueuedEntityPK pk) QueuedEntityFactory.getValueFromPK(QueuedEntityPK pk) voidQueuedEntityFactory.remove(QueuedEntityPK pk) booleanQueuedEntityFactory.validPK(QueuedEntityPK pk) Method parameters in com.echothree.model.data.queue.server.factory with type arguments of type QueuedEntityPKModifier and TypeMethodDescriptionQueuedEntityFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<QueuedEntityPK> pks) QueuedEntityFactory.getValuesFromPKs(Collection<QueuedEntityPK> pks) voidQueuedEntityFactory.remove(Collection<QueuedEntityPK> pks) -
Uses of QueuedEntityPK in com.echothree.model.data.queue.server.value
Methods in com.echothree.model.data.queue.server.value that return QueuedEntityPKConstructors in com.echothree.model.data.queue.server.value with parameters of type QueuedEntityPKModifierConstructorDescriptionQueuedEntityValue(QueuedEntityPK queuedEntityPK, QueueTypePK queueTypePK, EntityInstancePK entityInstancePK, Long time) Creates a new instance of QueuedEntityValue -
Uses of QueuedEntityPK in com.echothree.model.jooq.server.records.queue
Methods in com.echothree.model.jooq.server.records.queue that return QueuedEntityPKModifier and TypeMethodDescriptionQueuedEntities.QueuedEntity()Getter forqueuedentities.qeni_queuedentityid.Methods in com.echothree.model.jooq.server.records.queue that return types with arguments of type QueuedEntityPKMethods in com.echothree.model.jooq.server.records.queue with parameters of type QueuedEntityPKModifier and TypeMethodDescriptionvoidQueuedEntities.QueuedEntity(QueuedEntityPK value) Setter forqueuedentities.qeni_queuedentityid.Constructors in com.echothree.model.jooq.server.records.queue with parameters of type QueuedEntityPKModifierConstructorDescriptionQueuedEntities(QueuedEntityPK QueuedEntity, QueueTypePK QueueType, EntityInstancePK EntityInstance, Long Time) Create a detached, initialised QueuedEntities -
Uses of QueuedEntityPK in com.echothree.model.jooq.server.tables.queue
Fields in com.echothree.model.jooq.server.tables.queue with type parameters of type QueuedEntityPKModifier and TypeFieldDescriptionfinal org.jooq.TableField<QueuedEntities, QueuedEntityPK> QueuedEntities.QUEUED_ENTITYThe columnqueuedentities.qeni_queuedentityid.