Uses of Class
com.echothree.model.data.queue.server.value.QueuedEntityValue
Packages that use QueuedEntityValue
Package
Description
-
Uses of QueuedEntityValue in com.echothree.model.control.queue.server.control
Method parameters in com.echothree.model.control.queue.server.control with type arguments of type QueuedEntityValueModifier and TypeMethodDescriptionvoid
QueueControl.createQueuedEntities
(Collection<QueuedEntityValue> queuedEntities) -
Uses of QueuedEntityValue in com.echothree.model.data.queue.server.entity
Methods in com.echothree.model.data.queue.server.entity that return QueuedEntityValueMethods in com.echothree.model.data.queue.server.entity with parameters of type QueuedEntityValueModifier and TypeMethodDescriptionvoid
QueuedEntity.setQueuedEntityValue
(QueuedEntityValue value) Constructors in com.echothree.model.data.queue.server.entity with parameters of type QueuedEntityValueModifierConstructorDescriptionQueuedEntity
(QueuedEntityValue value, EntityPermission entityPermission) Creates a new instance of QueuedEntity -
Uses of QueuedEntityValue in com.echothree.model.data.queue.server.factory
Methods in com.echothree.model.data.queue.server.factory that return QueuedEntityValueModifier and TypeMethodDescriptionQueuedEntityFactory.getValueFromPK
(Session session, QueuedEntityPK pk) QueuedEntityFactory.getValueFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.queue.server.factory that return types with arguments of type QueuedEntityValueModifier and TypeMethodDescriptionQueuedEntityFactory.getValuesFromPKs
(Session session, Collection<QueuedEntityPK> pks) QueuedEntityFactory.getValuesFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.queue.server.factory with parameters of type QueuedEntityValueModifier and TypeMethodDescriptionQueuedEntityFactory.getEntityFromValue
(EntityPermission entityPermission, QueuedEntityValue value) QueuedEntityFactory.getEntityFromValue
(Session session, EntityPermission entityPermission, QueuedEntityValue value) Method parameters in com.echothree.model.data.queue.server.factory with type arguments of type QueuedEntityValueModifier and TypeMethodDescriptionvoid
QueuedEntityFactory.create
(Session session, Collection<QueuedEntityValue> _values) void
QueuedEntityFactory.create
(Collection<QueuedEntityValue> _values) -
Uses of QueuedEntityValue in com.echothree.model.data.queue.server.value
Methods in com.echothree.model.data.queue.server.value that return QueuedEntityValue