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
(Session session, QueuedEntityPK pk) QueuedEntityFactory.getEntityFromPK
(EntityPermission entityPermission, QueuedEntityPK pk) QueuedEntityFactory.getEntityFromPK
(Session session, EntityPermission entityPermission, QueuedEntityPK pk) QueuedEntityFactory.getValueFromPK
(Session session, QueuedEntityPK pk) void
QueuedEntityFactory.remove
(Session session, QueuedEntityPK pk) boolean
QueuedEntityFactory.validPK
(Session session, 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.getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<QueuedEntityPK> pks) QueuedEntityFactory.getValuesFromPKs
(Session session, Collection<QueuedEntityPK> pks) void
QueuedEntityFactory.remove
(Session session, Collection<QueuedEntityPK> pks) void
QueuedEntityFactory.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