Uses of Class
com.echothree.model.data.geo.server.entity.GeoCodeRelationship
Packages that use GeoCodeRelationship
Package
Description
-
Uses of GeoCodeRelationship in com.echothree.model.control.geo.server.control
Methods in com.echothree.model.control.geo.server.control that return GeoCodeRelationshipModifier and TypeMethodDescriptionGeoControl.createGeoCodeRelationship(GeoCode fromGeoCode, GeoCode toGeoCode, BasePK createdBy) GeoControl.getGeoCodeRelationship(GeoCode fromGeoCode, GeoCode toGeoCode) Methods in com.echothree.model.control.geo.server.control that return types with arguments of type GeoCodeRelationshipModifier and TypeMethodDescriptionGeoControl.getGeoCodeRelationshipsByFromGeoCode(GeoCode fromGeoCode) GeoControl.getGeoCodeRelationshipsByFromGeoCodeAndGeoCodeType(GeoCode fromGeoCode, GeoCodeType geoCodeType) GeoControl.getGeoCodeRelationshipsByFromGeoCodeForUpdate(GeoCode fromGeoCode) GeoControl.getGeoCodeRelationshipsByToGeoCode(GeoCode toGeoCode) GeoControl.getGeoCodeRelationshipsByToGeoCodeForUpdate(GeoCode toGeoCode) Methods in com.echothree.model.control.geo.server.control with parameters of type GeoCodeRelationshipModifier and TypeMethodDescriptionvoidGeoControl.deleteGeoCodeRelationship(GeoCodeRelationship geoCodeRelationship, BasePK deletedBy) GeoControl.getGeoCodeRelationshipTransfer(UserVisit userVisit, GeoCodeRelationship geoCodeRelationship) Method parameters in com.echothree.model.control.geo.server.control with type arguments of type GeoCodeRelationshipModifier and TypeMethodDescriptionvoidGeoControl.deleteGeoCodeRelationships(List<GeoCodeRelationship> geoCodeRelationships, BasePK deletedBy) -
Uses of GeoCodeRelationship in com.echothree.model.control.geo.server.graphql
Constructors in com.echothree.model.control.geo.server.graphql with parameters of type GeoCodeRelationship -
Uses of GeoCodeRelationship in com.echothree.model.control.geo.server.transfer
Methods in com.echothree.model.control.geo.server.transfer with parameters of type GeoCodeRelationshipModifier and TypeMethodDescriptionGeoCodeRelationshipTransferCache.getGeoCodeRelationshipTransfer(UserVisit userVisit, GeoCodeRelationship geoCodeRelationship) -
Uses of GeoCodeRelationship in com.echothree.model.data.geo.server.factory
Methods in com.echothree.model.data.geo.server.factory that return GeoCodeRelationshipModifier and TypeMethodDescriptionGeoCodeRelationshipFactory.create(GeoCodePK fromGeoCodePK, GeoCodePK toGeoCodePK, Long fromTime, Long thruTime) GeoCodeRelationshipFactory.create(GeoCode fromGeoCode, GeoCode toGeoCode, Long fromTime, Long thruTime) GeoCodeRelationshipFactory.getEntityFromCache(GeoCodeRelationshipPK pk) GeoCodeRelationshipFactory.getEntityFromPK(EntityPermission entityPermission, GeoCodeRelationshipPK pk) GeoCodeRelationshipFactory.getEntityFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) GeoCodeRelationshipFactory.getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) GeoCodeRelationshipFactory.getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) GeoCodeRelationshipFactory.getEntityFromResultSet(EntityPermission entityPermission, ResultSet rs) GeoCodeRelationshipFactory.getEntityFromValue(EntityPermission entityPermission, GeoCodeRelationshipValue value) Methods in com.echothree.model.data.geo.server.factory that return types with arguments of type GeoCodeRelationshipModifier and TypeMethodDescriptionGeoCodeRelationshipFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<GeoCodeRelationshipPK> pks) GeoCodeRelationshipFactory.getEntitiesFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) GeoCodeRelationshipFactory.getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) GeoCodeRelationshipFactory.getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) GeoCodeRelationshipFactory.getEntitiesFromResultSet(EntityPermission entityPermission, ResultSet rs) Methods in com.echothree.model.data.geo.server.factory with parameters of type GeoCodeRelationshipModifier and TypeMethodDescriptionvoidGeoCodeRelationshipFactory.remove(GeoCodeRelationship entity) voidGeoCodeRelationshipFactory.store(GeoCodeRelationship entity) Method parameters in com.echothree.model.data.geo.server.factory with type arguments of type GeoCodeRelationshipModifier and TypeMethodDescriptionvoidGeoCodeRelationshipFactory.store(Collection<GeoCodeRelationship> entities)