Uses of Class
com.echothree.model.data.geo.server.value.GeoCodeDescriptionValue
Packages that use GeoCodeDescriptionValue
Package
Description
-
Uses of GeoCodeDescriptionValue in com.echothree.model.control.geo.server.control
Methods in com.echothree.model.control.geo.server.control that return GeoCodeDescriptionValueModifier and TypeMethodDescriptionGeoControl.getGeoCodeDescriptionValue(GeoCodeDescription geoCodeDescription) GeoControl.getGeoCodeDescriptionValueForUpdate(GeoCode geoCode, Language language) Methods in com.echothree.model.control.geo.server.control with parameters of type GeoCodeDescriptionValueModifier and TypeMethodDescriptionvoidGeoControl.updateGeoCodeDescriptionFromValue(GeoCodeDescriptionValue geoCodeDescriptionValue, BasePK updatedBy) -
Uses of GeoCodeDescriptionValue in com.echothree.model.data.geo.server.entity
Methods in com.echothree.model.data.geo.server.entity that return GeoCodeDescriptionValueMethods in com.echothree.model.data.geo.server.entity with parameters of type GeoCodeDescriptionValueModifier and TypeMethodDescriptionvoidGeoCodeDescription.setGeoCodeDescriptionValue(GeoCodeDescriptionValue value) Constructors in com.echothree.model.data.geo.server.entity with parameters of type GeoCodeDescriptionValueModifierConstructorDescriptionGeoCodeDescription(GeoCodeDescriptionValue value, EntityPermission entityPermission) Creates a new instance of GeoCodeDescription -
Uses of GeoCodeDescriptionValue in com.echothree.model.data.geo.server.factory
Methods in com.echothree.model.data.geo.server.factory that return GeoCodeDescriptionValueModifier and TypeMethodDescriptionGeoCodeDescriptionFactory.getValueFromPK(Session session, GeoCodeDescriptionPK pk) GeoCodeDescriptionFactory.getValueFromResultSet(Session session, ResultSet rs) Methods in com.echothree.model.data.geo.server.factory that return types with arguments of type GeoCodeDescriptionValueModifier and TypeMethodDescriptionGeoCodeDescriptionFactory.getValuesFromPKs(Session session, Collection<GeoCodeDescriptionPK> pks) GeoCodeDescriptionFactory.getValuesFromResultSet(Session session, ResultSet rs) Methods in com.echothree.model.data.geo.server.factory with parameters of type GeoCodeDescriptionValueModifier and TypeMethodDescriptionGeoCodeDescriptionFactory.getEntityFromValue(EntityPermission entityPermission, GeoCodeDescriptionValue value) GeoCodeDescriptionFactory.getEntityFromValue(Session session, EntityPermission entityPermission, GeoCodeDescriptionValue value) Method parameters in com.echothree.model.data.geo.server.factory with type arguments of type GeoCodeDescriptionValueModifier and TypeMethodDescriptionvoidGeoCodeDescriptionFactory.create(Session session, Collection<GeoCodeDescriptionValue> _values) voidGeoCodeDescriptionFactory.create(Collection<GeoCodeDescriptionValue> _values) -
Uses of GeoCodeDescriptionValue in com.echothree.model.data.geo.server.value
Methods in com.echothree.model.data.geo.server.value that return GeoCodeDescriptionValue