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