Uses of Class
com.echothree.model.data.geo.server.value.GeoCodeAliasValue
Packages that use GeoCodeAliasValue
Package
Description
-
Uses of GeoCodeAliasValue in com.echothree.model.control.geo.server.control
Methods in com.echothree.model.control.geo.server.control that return GeoCodeAliasValueModifier and TypeMethodDescriptionGeoControl.getGeoCodeAliasValue(GeoCodeAlias geoCodeAlias) GeoControl.getGeoCodeAliasValueForUpdate(GeoCode geoCode, GeoCodeAliasType geoCodeAliasType) Methods in com.echothree.model.control.geo.server.control with parameters of type GeoCodeAliasValueModifier and TypeMethodDescriptionvoidGeoControl.updateGeoCodeAliasFromValue(GeoCodeAliasValue geoCodeAliasValue, BasePK updatedBy) -
Uses of GeoCodeAliasValue in com.echothree.model.control.geo.server.logic
Methods in com.echothree.model.control.geo.server.logic that return GeoCodeAliasValueModifier and TypeMethodDescriptionGeoCodeAliasLogic.getGeoCodeAliasValueUsingNames(ExecutionErrorAccumulator ema, GeoCode geoCode, String geoCodeAliasTypeName) -
Uses of GeoCodeAliasValue in com.echothree.model.data.geo.server.entity
Methods in com.echothree.model.data.geo.server.entity that return GeoCodeAliasValueMethods in com.echothree.model.data.geo.server.entity with parameters of type GeoCodeAliasValueModifier and TypeMethodDescriptionvoidGeoCodeAlias.setGeoCodeAliasValue(GeoCodeAliasValue value) Constructors in com.echothree.model.data.geo.server.entity with parameters of type GeoCodeAliasValueModifierConstructorDescriptionGeoCodeAlias(GeoCodeAliasValue value, EntityPermission entityPermission) Creates a new instance of GeoCodeAlias -
Uses of GeoCodeAliasValue in com.echothree.model.data.geo.server.factory
Methods in com.echothree.model.data.geo.server.factory that return GeoCodeAliasValueModifier and TypeMethodDescriptionGeoCodeAliasFactory.getValueFromPK(Session session, GeoCodeAliasPK pk) GeoCodeAliasFactory.getValueFromResultSet(Session session, ResultSet rs) Methods in com.echothree.model.data.geo.server.factory that return types with arguments of type GeoCodeAliasValueModifier and TypeMethodDescriptionGeoCodeAliasFactory.getValuesFromPKs(Session session, Collection<GeoCodeAliasPK> pks) GeoCodeAliasFactory.getValuesFromResultSet(Session session, ResultSet rs) Methods in com.echothree.model.data.geo.server.factory with parameters of type GeoCodeAliasValueModifier and TypeMethodDescriptionGeoCodeAliasFactory.getEntityFromValue(EntityPermission entityPermission, GeoCodeAliasValue value) GeoCodeAliasFactory.getEntityFromValue(Session session, EntityPermission entityPermission, GeoCodeAliasValue value) Method parameters in com.echothree.model.data.geo.server.factory with type arguments of type GeoCodeAliasValueModifier and TypeMethodDescriptionvoidGeoCodeAliasFactory.create(Session session, Collection<GeoCodeAliasValue> _values) voidGeoCodeAliasFactory.create(Collection<GeoCodeAliasValue> _values) -
Uses of GeoCodeAliasValue in com.echothree.model.data.geo.server.value
Methods in com.echothree.model.data.geo.server.value that return GeoCodeAliasValue