Uses of Class
com.echothree.model.data.core.common.pk.QueuedSubscriberEventPK
Packages that use QueuedSubscriberEventPK
Package
Description
-
Uses of QueuedSubscriberEventPK in com.echothree.model.data.core.server.entity
Methods in com.echothree.model.data.core.server.entity that return QueuedSubscriberEventPK -
Uses of QueuedSubscriberEventPK in com.echothree.model.data.core.server.factory
Methods in com.echothree.model.data.core.server.factory that return QueuedSubscriberEventPKModifier and TypeMethodDescriptionQueuedSubscriberEventFactory.getNextPK()QueuedSubscriberEventFactory.getPKFromQuery(PreparedStatement ps, Object... params) QueuedSubscriberEventFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.core.server.factory that return types with arguments of type QueuedSubscriberEventPKModifier and TypeMethodDescriptionQueuedSubscriberEventFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) QueuedSubscriberEventFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) QueuedSubscriberEventFactory.getPKsFromResultSetAsList(ResultSet rs) QueuedSubscriberEventFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.core.server.factory with parameters of type QueuedSubscriberEventPKModifier and TypeMethodDescriptionQueuedSubscriberEventFactory.getEntityFromCache(Session session, QueuedSubscriberEventPK pk) QueuedSubscriberEventFactory.getEntityFromPK(EntityPermission entityPermission, QueuedSubscriberEventPK pk) QueuedSubscriberEventFactory.getEntityFromPK(Session session, EntityPermission entityPermission, QueuedSubscriberEventPK pk) QueuedSubscriberEventFactory.getValueFromPK(Session session, QueuedSubscriberEventPK pk) voidQueuedSubscriberEventFactory.remove(Session session, QueuedSubscriberEventPK pk) booleanQueuedSubscriberEventFactory.validPK(Session session, QueuedSubscriberEventPK pk) Method parameters in com.echothree.model.data.core.server.factory with type arguments of type QueuedSubscriberEventPKModifier and TypeMethodDescriptionQueuedSubscriberEventFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<QueuedSubscriberEventPK> pks) QueuedSubscriberEventFactory.getEntitiesFromPKs(Session session, EntityPermission entityPermission, Collection<QueuedSubscriberEventPK> pks) QueuedSubscriberEventFactory.getValuesFromPKs(Session session, Collection<QueuedSubscriberEventPK> pks) voidQueuedSubscriberEventFactory.remove(Session session, Collection<QueuedSubscriberEventPK> pks) voidQueuedSubscriberEventFactory.remove(Collection<QueuedSubscriberEventPK> pks) -
Uses of QueuedSubscriberEventPK in com.echothree.model.data.core.server.value
Methods in com.echothree.model.data.core.server.value that return QueuedSubscriberEventPKConstructors in com.echothree.model.data.core.server.value with parameters of type QueuedSubscriberEventPKModifierConstructorDescriptionQueuedSubscriberEventValue(QueuedSubscriberEventPK queuedSubscriberEventPK, EventSubscriberPK eventSubscriberPK, EventPK eventPK) Creates a new instance of QueuedSubscriberEventValue