Uses of Class
com.echothree.model.data.geo.server.entity.GeoCodeScopeDescription
Packages that use GeoCodeScopeDescription
Package
Description
-
Uses of GeoCodeScopeDescription in com.echothree.control.user.geo.server.command
Methods in com.echothree.control.user.geo.server.command that return GeoCodeScopeDescriptionModifier and TypeMethodDescriptionEditGeoCodeScopeDescriptionCommand.getEntity(EditGeoCodeScopeDescriptionResult result) Methods in com.echothree.control.user.geo.server.command with parameters of type GeoCodeScopeDescriptionModifier and TypeMethodDescriptionvoidEditGeoCodeScopeDescriptionCommand.doLock(GeoCodeScopeDescriptionEdit edit, GeoCodeScopeDescription geoCodeScopeDescription) voidEditGeoCodeScopeDescriptionCommand.doUpdate(GeoCodeScopeDescription geoCodeScopeDescription) voidEditGeoCodeScopeDescriptionCommand.fillInResult(EditGeoCodeScopeDescriptionResult result, GeoCodeScopeDescription geoCodeScopeDescription) EditGeoCodeScopeDescriptionCommand.getLockEntity(GeoCodeScopeDescription geoCodeScopeDescription) -
Uses of GeoCodeScopeDescription in com.echothree.model.control.geo.server.control
Methods in com.echothree.model.control.geo.server.control that return GeoCodeScopeDescriptionModifier and TypeMethodDescriptionGeoControl.createGeoCodeScopeDescription(GeoCodeScope geoCodeScope, Language language, String description, BasePK createdBy) GeoControl.getGeoCodeScopeDescription(GeoCodeScope geoCodeScope, Language language) GeoControl.getGeoCodeScopeDescriptionForUpdate(GeoCodeScope geoCodeScope, Language language) Methods in com.echothree.model.control.geo.server.control that return types with arguments of type GeoCodeScopeDescriptionModifier and TypeMethodDescriptionGeoControl.getGeoCodeScopeDescriptionsByGeoCodeScope(GeoCodeScope geoCodeScope) GeoControl.getGeoCodeScopeDescriptionsByGeoCodeScopeForUpdate(GeoCodeScope geoCodeScope) Methods in com.echothree.model.control.geo.server.control with parameters of type GeoCodeScopeDescriptionModifier and TypeMethodDescriptionvoidGeoControl.deleteGeoCodeScopeDescription(GeoCodeScopeDescription geoCodeScopeDescription, BasePK deletedBy) GeoControl.getGeoCodeScopeDescriptionTransfer(UserVisit userVisit, GeoCodeScopeDescription geoCodeScopeDescription) GeoControl.getGeoCodeScopeDescriptionValue(GeoCodeScopeDescription geoCodeScopeDescription) -
Uses of GeoCodeScopeDescription in com.echothree.model.control.geo.server.transfer
Methods in com.echothree.model.control.geo.server.transfer with parameters of type GeoCodeScopeDescriptionModifier and TypeMethodDescriptionGeoCodeScopeDescriptionTransferCache.getGeoCodeScopeDescriptionTransfer(UserVisit userVisit, GeoCodeScopeDescription geoCodeScopeDescription) -
Uses of GeoCodeScopeDescription in com.echothree.model.data.geo.server.factory
Methods in com.echothree.model.data.geo.server.factory that return GeoCodeScopeDescriptionModifier and TypeMethodDescriptionGeoCodeScopeDescriptionFactory.create(GeoCodeScopePK geoCodeScopePK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) GeoCodeScopeDescriptionFactory.create(GeoCodeScope geoCodeScope, Language language, String description, Long fromTime, Long thruTime) GeoCodeScopeDescriptionFactory.getEntityFromCache(GeoCodeScopeDescriptionPK pk) GeoCodeScopeDescriptionFactory.getEntityFromPK(EntityPermission entityPermission, GeoCodeScopeDescriptionPK pk) GeoCodeScopeDescriptionFactory.getEntityFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) GeoCodeScopeDescriptionFactory.getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) GeoCodeScopeDescriptionFactory.getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) GeoCodeScopeDescriptionFactory.getEntityFromResultSet(EntityPermission entityPermission, ResultSet rs) GeoCodeScopeDescriptionFactory.getEntityFromValue(EntityPermission entityPermission, GeoCodeScopeDescriptionValue value) Methods in com.echothree.model.data.geo.server.factory that return types with arguments of type GeoCodeScopeDescriptionModifier and TypeMethodDescriptionGeoCodeScopeDescriptionFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<GeoCodeScopeDescriptionPK> pks) GeoCodeScopeDescriptionFactory.getEntitiesFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) GeoCodeScopeDescriptionFactory.getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) GeoCodeScopeDescriptionFactory.getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) GeoCodeScopeDescriptionFactory.getEntitiesFromResultSet(EntityPermission entityPermission, ResultSet rs) Methods in com.echothree.model.data.geo.server.factory with parameters of type GeoCodeScopeDescriptionModifier and TypeMethodDescriptionvoidGeoCodeScopeDescriptionFactory.remove(GeoCodeScopeDescription entity) voidGeoCodeScopeDescriptionFactory.store(GeoCodeScopeDescription entity) Method parameters in com.echothree.model.data.geo.server.factory with type arguments of type GeoCodeScopeDescriptionModifier and TypeMethodDescriptionvoidGeoCodeScopeDescriptionFactory.store(Collection<GeoCodeScopeDescription> entities)