Uses of Class
com.echothree.model.data.geo.server.entity.GeoCodeScope
Packages that use GeoCodeScope
Package
Description
-
Uses of GeoCodeScope in com.echothree.control.user.geo.server.command
Methods in com.echothree.control.user.geo.server.command that return GeoCodeScopeModifier and TypeMethodDescriptionEditGeoCodeScopeCommand.getEntity(EditGeoCodeScopeResult result) protected GeoCodeScopeGetGeoCodeScopeCommand.getEntity()EditGeoCodeScopeCommand.getLockEntity(GeoCodeScope geoCodeScope) EditGeoCodeScopeDescriptionCommand.getLockEntity(GeoCodeScopeDescription geoCodeScopeDescription) Methods in com.echothree.control.user.geo.server.command that return types with arguments of type GeoCodeScopeModifier and TypeMethodDescriptionprotected Collection<GeoCodeScope> GetGeoCodeScopesCommand.getEntities()Methods in com.echothree.control.user.geo.server.command with parameters of type GeoCodeScopeModifier and TypeMethodDescriptionvoidEditGeoCodeScopeCommand.canUpdate(GeoCodeScope geoCodeScope) voidEditGeoCodeScopeCommand.doLock(GeoCodeScopeEdit edit, GeoCodeScope geoCodeScope) voidEditGeoCodeScopeCommand.doUpdate(GeoCodeScope geoCodeScope) voidEditGeoCodeScopeCommand.fillInResult(EditGeoCodeScopeResult result, GeoCodeScope geoCodeScope) EditGeoCodeScopeCommand.getLockEntity(GeoCodeScope geoCodeScope) protected BaseResultGetGeoCodeScopeCommand.getResult(GeoCodeScope entity) Method parameters in com.echothree.control.user.geo.server.command with type arguments of type GeoCodeScopeModifier and TypeMethodDescriptionprotected BaseResultGetGeoCodeScopesCommand.getResult(Collection<GeoCodeScope> entities) -
Uses of GeoCodeScope in com.echothree.model.control.geo.server.control
Methods in com.echothree.model.control.geo.server.control that return GeoCodeScopeModifier and TypeMethodDescriptionGeoControl.createGeoCodeScope(String geoCodeScopeName, Boolean isDefault, Integer sortOrder, BasePK createdBy) GeoControl.getCitiesGeoCodeScope(GeoCode stateGeoCode) GeoControl.getCountiesGeoCodeScope(GeoCode stateGeoCode) GeoControl.getCountriesGeoCodeScope()GeoControl.getDefaultGeoCodeScope()GeoControl.getDefaultGeoCodeScope(EntityPermission entityPermission) GeoControl.getDefaultGeoCodeScopeForUpdate()GeoControl.getGeoCodeScopeByEntityInstance(EntityInstance entityInstance) GeoControl.getGeoCodeScopeByEntityInstance(EntityInstance entityInstance, EntityPermission entityPermission) Assume that the entityInstance passed to this function is a ECHO_THREE.GeoCodeScopeGeoControl.getGeoCodeScopeByName(String geoCodeScopeName) GeoControl.getGeoCodeScopeByName(String geoCodeScopeName, EntityPermission entityPermission) GeoControl.getGeoCodeScopeByNameForUpdate(String geoCodeScopeName) GeoControl.getPostalCodesGeoCodeScope(GeoCode countryGeoCode) GeoControl.getStatesGeoCodeScope(GeoCode countryGeoCode) Methods in com.echothree.model.control.geo.server.control that return types with arguments of type GeoCodeScopeModifier and TypeMethodDescriptionGeoControl.getGeoCodeScopes()GeoControl.getGeoCodeScopesForUpdate()Methods in com.echothree.model.control.geo.server.control with parameters of type GeoCodeScopeModifier and TypeMethodDescriptionlongGeoControl.countGeoCodesByGeoCodeScope(GeoCodeScope geoCodeScope) GeoControl.createGeoCode(String geoCodeName, GeoCodeType geoCodeType, GeoCodeScope geoCodeScope, Boolean isDefault, Integer sortOrder, BasePK createdBy) GeoControl.createGeoCodeScopeDescription(GeoCodeScope geoCodeScope, Language language, String description, BasePK createdBy) voidGeoControl.deleteGeoCodeAliasesByGeoCodeScope(GeoCodeScope geoCodeScope, BasePK deletedBy) voidGeoControl.deleteGeoCodeScope(GeoCodeScope geoCodeScope, BasePK deletedBy) voidGeoControl.deleteGeoCodeScopeDescriptionsByGeoCodeScope(GeoCodeScope geoCodeScope, BasePK deletedBy) GeoControl.getBestGeoCodeScopeDescription(GeoCodeScope geoCodeScope, Language language) GeoControl.getCitiesByState(GeoCodeScope citiesGeoCodeScope) GeoControl.getCountiesByState(GeoCodeScope countiesGeoCodeScope) GeoControl.getCountries(GeoCodeScope countriesGeoCodeScope) GeoControl.getDefaultGeoCode(GeoCodeScope geoCodeScope) GeoControl.getDefaultGeoCodeDetailValueForUpdate(GeoCodeScope geoCodeScope) GeoControl.getDefaultGeoCodeForUpdate(GeoCodeScope geoCodeScope) GeoControl.getGeoCodeAliasByAliasWithinScope(GeoCodeScope geoCodeScope, GeoCodeAliasType geoCodeAliasType, String alias) GeoControl.getGeoCodeAliasByAliasWithinScopeForUpdate(GeoCodeScope geoCodeScope, GeoCodeAliasType geoCodeAliasType, String alias) GeoControl.getGeoCodeAliasesByGeoCodeScope(GeoCodeScope geoCodeScope) GeoControl.getGeoCodeAliasesByGeoCodeScopeForUpdate(GeoCodeScope geoCodeScope) GeoControl.getGeoCodesByGeoCodeScope(GeoCodeScope geoCodeScope) GeoControl.getGeoCodesByGeoCodeScopeForUpdate(GeoCodeScope geoCodeScope) GeoControl.getGeoCodeScopeDescription(GeoCodeScope geoCodeScope, Language language) GeoControl.getGeoCodeScopeDescriptionForUpdate(GeoCodeScope geoCodeScope, Language language) GeoControl.getGeoCodeScopeDescriptionsByGeoCodeScope(GeoCodeScope geoCodeScope) GeoControl.getGeoCodeScopeDescriptionsByGeoCodeScopeForUpdate(GeoCodeScope geoCodeScope) GeoControl.getGeoCodeScopeDescriptionTransfers(UserVisit userVisit, GeoCodeScope geoCodeScope) GeoControl.getGeoCodeScopeDescriptionValueForUpdate(GeoCodeScope geoCodeScope, Language language) GeoControl.getGeoCodeScopeDetailValueForUpdate(GeoCodeScope geoCodeScope) GeoControl.getGeoCodeScopeTransfer(UserVisit userVisit, GeoCodeScope geoCodeScope) GeoControl.getGeoCodeTransfersByGeoCodeScope(UserVisit userVisit, GeoCodeScope geoCodeScope) GeoControl.getPostalCodesByCountry(GeoCodeScope postalCodeGeoCodeScope) GeoControl.getStatesByCountry(GeoCodeScope statesGeoCodeScope) Method parameters in com.echothree.model.control.geo.server.control with type arguments of type GeoCodeScopeModifier and TypeMethodDescriptionGeoControl.getGeoCodeScopeTransfers(UserVisit userVisit, Collection<GeoCodeScope> geoCodeScopes) -
Uses of GeoCodeScope in com.echothree.model.control.geo.server.graphql
Constructors in com.echothree.model.control.geo.server.graphql with parameters of type GeoCodeScope -
Uses of GeoCodeScope in com.echothree.model.control.geo.server.logic
Methods in com.echothree.model.control.geo.server.logic that return GeoCodeScopeModifier and TypeMethodDescriptionGeoCodeScopeLogic.createGeoCodeScope(ExecutionErrorAccumulator eea, String geoCodeScopeName, Boolean isDefault, Integer sortOrder, Language language, String description, BasePK createdBy) GeoCodeScopeLogic.getGeoCodeScopeByName(ExecutionErrorAccumulator eea, String geoCodeScopeName) GeoCodeScopeLogic.getGeoCodeScopeByName(ExecutionErrorAccumulator eea, String geoCodeScopeName, EntityPermission entityPermission) GeoCodeScopeLogic.getGeoCodeScopeByNameForUpdate(ExecutionErrorAccumulator eea, String geoCodeScopeName) GeoCodeScopeLogic.getGeoCodeScopeByUniversalSpec(ExecutionErrorAccumulator eea, GeoCodeScopeUniversalSpec universalSpec, boolean allowDefault) GeoCodeScopeLogic.getGeoCodeScopeByUniversalSpec(ExecutionErrorAccumulator eea, GeoCodeScopeUniversalSpec universalSpec, boolean allowDefault, EntityPermission entityPermission) GeoCodeScopeLogic.getGeoCodeScopeByUniversalSpecForUpdate(ExecutionErrorAccumulator eea, GeoCodeScopeUniversalSpec universalSpec, boolean allowDefault) Methods in com.echothree.model.control.geo.server.logic with parameters of type GeoCodeScopeModifier and TypeMethodDescriptionvoidGeoCodeScopeLogic.deleteGeoCodeScope(ExecutionErrorAccumulator eea, GeoCodeScope geoCodeScope, BasePK deletedBy) GeoCodeLogic.getGeoCodeByAlias(ExecutionErrorAccumulator eea, GeoCodeType geoCodeType, GeoCodeScope geoCodeScope, String geoCodeAliasTypeName, String alias) -
Uses of GeoCodeScope in com.echothree.model.control.geo.server.transfer
Methods in com.echothree.model.control.geo.server.transfer with parameters of type GeoCodeScopeModifier and TypeMethodDescriptionGeoCodeScopeTransferCache.getGeoCodeScopeTransfer(UserVisit userVisit, GeoCodeScope geoCodeScope) -
Uses of GeoCodeScope in com.echothree.model.data.geo.server.entity
Methods in com.echothree.model.data.geo.server.entity that return GeoCodeScopeModifier and TypeMethodDescriptionGeoCodeAlias.getGeoCodeScope()GeoCodeAlias.getGeoCodeScope(EntityPermission entityPermission) GeoCodeDetail.getGeoCodeScope()GeoCodeDetail.getGeoCodeScope(EntityPermission entityPermission) GeoCodeScopeDescription.getGeoCodeScope()GeoCodeScopeDescription.getGeoCodeScope(EntityPermission entityPermission) GeoCodeScopeDetail.getGeoCodeScope()GeoCodeScopeDetail.getGeoCodeScope(EntityPermission entityPermission) GeoCodeAlias.getGeoCodeScopeForUpdate()GeoCodeDetail.getGeoCodeScopeForUpdate()GeoCodeScopeDescription.getGeoCodeScopeForUpdate()GeoCodeScopeDetail.getGeoCodeScopeForUpdate()Methods in com.echothree.model.data.geo.server.entity with parameters of type GeoCodeScopeModifier and TypeMethodDescriptionvoidGeoCodeAlias.setGeoCodeScope(GeoCodeScope entity) voidGeoCodeDetail.setGeoCodeScope(GeoCodeScope entity) voidGeoCodeScopeDescription.setGeoCodeScope(GeoCodeScope entity) voidGeoCodeScopeDetail.setGeoCodeScope(GeoCodeScope entity) -
Uses of GeoCodeScope in com.echothree.model.data.geo.server.factory
Methods in com.echothree.model.data.geo.server.factory that return GeoCodeScopeModifier and TypeMethodDescriptionGeoCodeScopeFactory.create()GeoCodeScopeFactory.create(GeoCodeScopeDetailPK activeDetailPK, GeoCodeScopeDetailPK lastDetailPK) GeoCodeScopeFactory.create(GeoCodeScopeDetail activeDetail, GeoCodeScopeDetail lastDetail) GeoCodeScopeFactory.getEntityFromCache(GeoCodeScopePK pk) GeoCodeScopeFactory.getEntityFromPK(EntityPermission entityPermission, GeoCodeScopePK pk) GeoCodeScopeFactory.getEntityFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) GeoCodeScopeFactory.getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) GeoCodeScopeFactory.getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) GeoCodeScopeFactory.getEntityFromResultSet(EntityPermission entityPermission, ResultSet rs) GeoCodeScopeFactory.getEntityFromValue(EntityPermission entityPermission, GeoCodeScopeValue value) Methods in com.echothree.model.data.geo.server.factory that return types with arguments of type GeoCodeScopeModifier and TypeMethodDescriptionGeoCodeScopeFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<GeoCodeScopePK> pks) GeoCodeScopeFactory.getEntitiesFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) GeoCodeScopeFactory.getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) GeoCodeScopeFactory.getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) GeoCodeScopeFactory.getEntitiesFromResultSet(EntityPermission entityPermission, ResultSet rs) Methods in com.echothree.model.data.geo.server.factory with parameters of type GeoCodeScopeModifier and TypeMethodDescriptionGeoCodeAliasFactory.create(GeoCode geoCode, GeoCodeScope geoCodeScope, GeoCodeAliasType geoCodeAliasType, String alias, Long fromTime, Long thruTime) GeoCodeDetailFactory.create(GeoCode geoCode, String geoCodeName, GeoCodeType geoCodeType, GeoCodeScope geoCodeScope, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) GeoCodeScopeDescriptionFactory.create(GeoCodeScope geoCodeScope, Language language, String description, Long fromTime, Long thruTime) GeoCodeScopeDetailFactory.create(GeoCodeScope geoCodeScope, String geoCodeScopeName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) voidGeoCodeScopeFactory.remove(GeoCodeScope entity) voidGeoCodeScopeFactory.store(GeoCodeScope entity) Method parameters in com.echothree.model.data.geo.server.factory with type arguments of type GeoCodeScopeModifier and TypeMethodDescriptionvoidGeoCodeScopeFactory.store(Collection<GeoCodeScope> entities)