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(EntityVisitPK pk) EntityVisitFactory.getEntityFromPK(EntityPermission entityPermission, EntityVisitPK pk) EntityVisitFactory.getValueFromPK(EntityVisitPK pk) voidEntityVisitFactory.remove(EntityVisitPK pk) booleanEntityVisitFactory.validPK(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.getValuesFromPKs(Collection<EntityVisitPK> pks) voidEntityVisitFactory.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