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 TypeMethodDescriptionvoidQueuedEvent.setEventPK(EventPK eventPK) voidQueuedSubscriberEvent.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) EventFactory.getEntityFromCache(EventPK pk) EventFactory.getEntityFromPK(EntityPermission entityPermission, EventPK pk) EventFactory.getValueFromPK(EventPK pk) voidbooleanMethod parameters in com.echothree.model.data.core.server.factory with type arguments of type EventPKModifier and TypeMethodDescriptionEventFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<EventPK> pks) EventFactory.getValuesFromPKs(Collection<EventPK> pks) voidEventFactory.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 TypeMethodDescriptionvoidQueuedEventValue.setEventPK(EventPK eventPK) voidQueuedSubscriberEventValue.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