Uses of Class
com.echothree.model.data.core.common.pk.EventPK
Packages that use EventPK
Package
Description
-
Uses of EventPK in com.echothree.model.data.core.server.entity
Methods in com.echothree.model.data.core.server.entity that return EventPKModifier and TypeMethodDescriptionQueuedEvent.getEventPK()
QueuedSubscriberEvent.getEventPK()
Event.getPrimaryKey()
Methods in com.echothree.model.data.core.server.entity with parameters of type EventPKModifier and TypeMethodDescriptionvoid
QueuedEvent.setEventPK
(EventPK eventPK) void
QueuedSubscriberEvent.setEventPK
(EventPK eventPK) -
Uses of EventPK in com.echothree.model.data.core.server.factory
Methods in com.echothree.model.data.core.server.factory that return EventPKModifier and TypeMethodDescriptionEventFactory.getNextPK()
EventFactory.getPKFromQuery
(PreparedStatement ps, Object... params) EventFactory.getPKFromResultSet
(ResultSet rs) Methods in com.echothree.model.data.core.server.factory that return types with arguments of type EventPKModifier and TypeMethodDescriptionEventFactory.getPKsFromQueryAsList
(PreparedStatement ps, Object... params) EventFactory.getPKsFromQueryAsSet
(PreparedStatement ps, Object... params) EventFactory.getPKsFromResultSetAsList
(ResultSet rs) EventFactory.getPKsFromResultSetAsSet
(ResultSet rs) Methods in com.echothree.model.data.core.server.factory with parameters of type EventPKModifier and TypeMethodDescriptionQueuedSubscriberEventFactory.create
(EventSubscriberPK eventSubscriberPK, EventPK eventPK) QueuedSubscriberEventFactory.create
(Session session, EventSubscriberPK eventSubscriberPK, EventPK eventPK) EventFactory.getEntityFromCache
(Session session, EventPK pk) EventFactory.getEntityFromPK
(EntityPermission entityPermission, EventPK pk) EventFactory.getEntityFromPK
(Session session, EntityPermission entityPermission, EventPK pk) EventFactory.getValueFromPK
(Session session, EventPK pk) void
boolean
Method parameters in com.echothree.model.data.core.server.factory with type arguments of type EventPKModifier and TypeMethodDescriptionEventFactory.getEntitiesFromPKs
(EntityPermission entityPermission, Collection<EventPK> pks) EventFactory.getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<EventPK> pks) EventFactory.getValuesFromPKs
(Session session, Collection<EventPK> pks) void
EventFactory.remove
(Session session, Collection<EventPK> pks) void
EventFactory.remove
(Collection<EventPK> pks) -
Uses of EventPK in com.echothree.model.data.core.server.value
Methods in com.echothree.model.data.core.server.value that return EventPKModifier and TypeMethodDescriptionQueuedEventValue.getEventPK()
QueuedSubscriberEventValue.getEventPK()
EventValue.getPrimaryKey()
Methods in com.echothree.model.data.core.server.value with parameters of type EventPKModifier and TypeMethodDescriptionvoid
QueuedEventValue.setEventPK
(EventPK eventPK) void
QueuedSubscriberEventValue.setEventPK
(EventPK eventPK) Constructors in com.echothree.model.data.core.server.value with parameters of type EventPKModifierConstructorDescriptionEventValue
(EventPK eventPK, EventGroupPK eventGroupPK, Long eventTime, Integer eventTimeSequence, EntityInstancePK entityInstancePK, EventTypePK eventTypePK, EntityInstancePK relatedEntityInstancePK, EventTypePK relatedEventTypePK, EntityInstancePK createdByPK) Creates a new instance of EventValueQueuedEventValue
(EventPK eventPK) Creates a new instance of QueuedEventValueQueuedEventValue
(QueuedEventPK queuedEventPK, EventPK eventPK) Creates a new instance of QueuedEventValueQueuedSubscriberEventValue
(EventSubscriberPK eventSubscriberPK, EventPK eventPK) Creates a new instance of QueuedSubscriberEventValueQueuedSubscriberEventValue
(QueuedSubscriberEventPK queuedSubscriberEventPK, EventSubscriberPK eventSubscriberPK, EventPK eventPK) Creates a new instance of QueuedSubscriberEventValue