Uses of Class
com.echothree.model.data.geo.server.value.GeoCodeScopeDescriptionValue
Packages that use GeoCodeScopeDescriptionValue
Package
Description
-
Uses of GeoCodeScopeDescriptionValue in com.echothree.model.control.geo.server.control
Methods in com.echothree.model.control.geo.server.control that return GeoCodeScopeDescriptionValueModifier and TypeMethodDescriptionGeoControl.getGeoCodeScopeDescriptionValue
(GeoCodeScopeDescription geoCodeScopeDescription) GeoControl.getGeoCodeScopeDescriptionValueForUpdate
(GeoCodeScope geoCodeScope, Language language) Methods in com.echothree.model.control.geo.server.control with parameters of type GeoCodeScopeDescriptionValueModifier and TypeMethodDescriptionvoid
GeoControl.updateGeoCodeScopeDescriptionFromValue
(GeoCodeScopeDescriptionValue geoCodeScopeDescriptionValue, BasePK updatedBy) -
Uses of GeoCodeScopeDescriptionValue in com.echothree.model.data.geo.server.entity
Methods in com.echothree.model.data.geo.server.entity that return GeoCodeScopeDescriptionValueMethods in com.echothree.model.data.geo.server.entity with parameters of type GeoCodeScopeDescriptionValueModifier and TypeMethodDescriptionvoid
GeoCodeScopeDescription.setGeoCodeScopeDescriptionValue
(GeoCodeScopeDescriptionValue value) Constructors in com.echothree.model.data.geo.server.entity with parameters of type GeoCodeScopeDescriptionValueModifierConstructorDescriptionGeoCodeScopeDescription
(GeoCodeScopeDescriptionValue value, EntityPermission entityPermission) Creates a new instance of GeoCodeScopeDescription -
Uses of GeoCodeScopeDescriptionValue in com.echothree.model.data.geo.server.factory
Methods in com.echothree.model.data.geo.server.factory that return GeoCodeScopeDescriptionValueModifier and TypeMethodDescriptionGeoCodeScopeDescriptionFactory.getValueFromPK
(Session session, GeoCodeScopeDescriptionPK pk) GeoCodeScopeDescriptionFactory.getValueFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.geo.server.factory that return types with arguments of type GeoCodeScopeDescriptionValueModifier and TypeMethodDescriptionGeoCodeScopeDescriptionFactory.getValuesFromPKs
(Session session, Collection<GeoCodeScopeDescriptionPK> pks) GeoCodeScopeDescriptionFactory.getValuesFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.geo.server.factory with parameters of type GeoCodeScopeDescriptionValueModifier and TypeMethodDescriptionGeoCodeScopeDescriptionFactory.getEntityFromValue
(EntityPermission entityPermission, GeoCodeScopeDescriptionValue value) GeoCodeScopeDescriptionFactory.getEntityFromValue
(Session session, EntityPermission entityPermission, GeoCodeScopeDescriptionValue value) Method parameters in com.echothree.model.data.geo.server.factory with type arguments of type GeoCodeScopeDescriptionValueModifier and TypeMethodDescriptionvoid
GeoCodeScopeDescriptionFactory.create
(Session session, Collection<GeoCodeScopeDescriptionValue> _values) void
GeoCodeScopeDescriptionFactory.create
(Collection<GeoCodeScopeDescriptionValue> _values) -
Uses of GeoCodeScopeDescriptionValue in com.echothree.model.data.geo.server.value
Methods in com.echothree.model.data.geo.server.value that return GeoCodeScopeDescriptionValue