Uses of Class
com.echothree.model.data.core.common.pk.EntityGeoPointAttributePK
Packages that use EntityGeoPointAttributePK
Package
Description
-
Uses of EntityGeoPointAttributePK in com.echothree.model.data.core.server.entity
Methods in com.echothree.model.data.core.server.entity that return EntityGeoPointAttributePK -
Uses of EntityGeoPointAttributePK in com.echothree.model.data.core.server.factory
Methods in com.echothree.model.data.core.server.factory that return EntityGeoPointAttributePKModifier and TypeMethodDescriptionEntityGeoPointAttributeFactory.getNextPK()
EntityGeoPointAttributeFactory.getPKFromQuery
(PreparedStatement ps, Object... params) EntityGeoPointAttributeFactory.getPKFromResultSet
(ResultSet rs) Methods in com.echothree.model.data.core.server.factory that return types with arguments of type EntityGeoPointAttributePKModifier and TypeMethodDescriptionEntityGeoPointAttributeFactory.getPKsFromQueryAsList
(PreparedStatement ps, Object... params) EntityGeoPointAttributeFactory.getPKsFromQueryAsSet
(PreparedStatement ps, Object... params) EntityGeoPointAttributeFactory.getPKsFromResultSetAsList
(ResultSet rs) EntityGeoPointAttributeFactory.getPKsFromResultSetAsSet
(ResultSet rs) Methods in com.echothree.model.data.core.server.factory with parameters of type EntityGeoPointAttributePKModifier and TypeMethodDescriptionEntityGeoPointAttributeFactory.getEntityFromCache
(Session session, EntityGeoPointAttributePK pk) EntityGeoPointAttributeFactory.getEntityFromPK
(EntityPermission entityPermission, EntityGeoPointAttributePK pk) EntityGeoPointAttributeFactory.getEntityFromPK
(Session session, EntityPermission entityPermission, EntityGeoPointAttributePK pk) EntityGeoPointAttributeFactory.getValueFromPK
(Session session, EntityGeoPointAttributePK pk) void
EntityGeoPointAttributeFactory.remove
(Session session, EntityGeoPointAttributePK pk) boolean
EntityGeoPointAttributeFactory.validPK
(Session session, EntityGeoPointAttributePK pk) Method parameters in com.echothree.model.data.core.server.factory with type arguments of type EntityGeoPointAttributePKModifier and TypeMethodDescriptionEntityGeoPointAttributeFactory.getEntitiesFromPKs
(EntityPermission entityPermission, Collection<EntityGeoPointAttributePK> pks) EntityGeoPointAttributeFactory.getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<EntityGeoPointAttributePK> pks) EntityGeoPointAttributeFactory.getValuesFromPKs
(Session session, Collection<EntityGeoPointAttributePK> pks) void
EntityGeoPointAttributeFactory.remove
(Session session, Collection<EntityGeoPointAttributePK> pks) void
EntityGeoPointAttributeFactory.remove
(Collection<EntityGeoPointAttributePK> pks) -
Uses of EntityGeoPointAttributePK in com.echothree.model.data.core.server.value
Methods in com.echothree.model.data.core.server.value that return EntityGeoPointAttributePKConstructors in com.echothree.model.data.core.server.value with parameters of type EntityGeoPointAttributePKModifierConstructorDescriptionEntityGeoPointAttributeValue
(EntityGeoPointAttributePK entityGeoPointAttributePK, EntityAttributePK entityAttributePK, EntityInstancePK entityInstancePK, Integer latitude, Integer longitude, Long elevation, Long altitude, Long fromTime, Long thruTime) Creates a new instance of EntityGeoPointAttributeValue