Uses of Class
com.echothree.model.data.core.common.pk.EntityVisitPK
Packages that use EntityVisitPK
Package
Description
-
Uses of EntityVisitPK in com.echothree.model.data.core.server.entity
Methods in com.echothree.model.data.core.server.entity that return EntityVisitPK -
Uses of EntityVisitPK in com.echothree.model.data.core.server.factory
Methods in com.echothree.model.data.core.server.factory that return EntityVisitPKModifier and TypeMethodDescriptionEntityVisitFactory.getNextPK()
EntityVisitFactory.getPKFromQuery
(PreparedStatement ps, Object... params) EntityVisitFactory.getPKFromResultSet
(ResultSet rs) Methods in com.echothree.model.data.core.server.factory that return types with arguments of type EntityVisitPKModifier and TypeMethodDescriptionEntityVisitFactory.getPKsFromQueryAsList
(PreparedStatement ps, Object... params) EntityVisitFactory.getPKsFromQueryAsSet
(PreparedStatement ps, Object... params) EntityVisitFactory.getPKsFromResultSetAsList
(ResultSet rs) EntityVisitFactory.getPKsFromResultSetAsSet
(ResultSet rs) Methods in com.echothree.model.data.core.server.factory with parameters of type EntityVisitPKModifier and TypeMethodDescriptionEntityVisitFactory.getEntityFromCache
(Session session, EntityVisitPK pk) EntityVisitFactory.getEntityFromPK
(EntityPermission entityPermission, EntityVisitPK pk) EntityVisitFactory.getEntityFromPK
(Session session, EntityPermission entityPermission, EntityVisitPK pk) EntityVisitFactory.getValueFromPK
(Session session, EntityVisitPK pk) void
EntityVisitFactory.remove
(Session session, EntityVisitPK pk) boolean
EntityVisitFactory.validPK
(Session session, EntityVisitPK pk) Method parameters in com.echothree.model.data.core.server.factory with type arguments of type EntityVisitPKModifier and TypeMethodDescriptionEntityVisitFactory.getEntitiesFromPKs
(EntityPermission entityPermission, Collection<EntityVisitPK> pks) EntityVisitFactory.getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<EntityVisitPK> pks) EntityVisitFactory.getValuesFromPKs
(Session session, Collection<EntityVisitPK> pks) void
EntityVisitFactory.remove
(Session session, Collection<EntityVisitPK> pks) void
EntityVisitFactory.remove
(Collection<EntityVisitPK> pks) -
Uses of EntityVisitPK in com.echothree.model.data.core.server.value
Methods in com.echothree.model.data.core.server.value that return EntityVisitPKConstructors in com.echothree.model.data.core.server.value with parameters of type EntityVisitPKModifierConstructorDescriptionEntityVisitValue
(EntityVisitPK entityVisitPK, EntityInstancePK entityInstancePK, EntityInstancePK visitedEntityInstancePK, Long visitedTime) Creates a new instance of EntityVisitValue