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 GeoCodeScope
GetGeoCodeScopeCommand.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 TypeMethodDescriptionvoid
EditGeoCodeScopeCommand.canUpdate
(GeoCodeScope geoCodeScope) void
EditGeoCodeScopeCommand.doLock
(GeoCodeScopeEdit edit, GeoCodeScope geoCodeScope) void
EditGeoCodeScopeCommand.doUpdate
(GeoCodeScope geoCodeScope) void
EditGeoCodeScopeCommand.fillInResult
(EditGeoCodeScopeResult result, GeoCodeScope geoCodeScope) EditGeoCodeScopeCommand.getLockEntity
(GeoCodeScope geoCodeScope) protected BaseResult
GetGeoCodeScopeCommand.getResult
(GeoCodeScope entity) Method parameters in com.echothree.control.user.geo.server.command with type arguments of type GeoCodeScopeModifier and TypeMethodDescriptionprotected BaseResult
GetGeoCodeScopesCommand.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.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) 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 TypeMethodDescriptionlong
GeoControl.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) void
GeoControl.deleteGeoCodeAliasesByGeoCodeScope
(GeoCodeScope geoCodeScope, BasePK deletedBy) void
GeoControl.deleteGeoCodeScope
(GeoCodeScope geoCodeScope, BasePK deletedBy) void
GeoControl.deleteGeoCodeScopeDescriptionsByGeoCodeScope
(GeoCodeScope geoCodeScope, BasePK deletedBy) GeoControl.getBestGeoCodeScopeDescription
(GeoCodeScope geoCodeScope, Language language) 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) 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 TypeMethodDescriptionvoid
GeoCodeScopeLogic.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
(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) GeoCodeAlias.getGeoCodeScope
(Session session) GeoCodeAlias.getGeoCodeScope
(Session session, EntityPermission entityPermission) GeoCodeDetail.getGeoCodeScope()
GeoCodeDetail.getGeoCodeScope
(EntityPermission entityPermission) GeoCodeDetail.getGeoCodeScope
(Session session) GeoCodeDetail.getGeoCodeScope
(Session session, EntityPermission entityPermission) GeoCodeScopeDescription.getGeoCodeScope()
GeoCodeScopeDescription.getGeoCodeScope
(EntityPermission entityPermission) GeoCodeScopeDescription.getGeoCodeScope
(Session session) GeoCodeScopeDescription.getGeoCodeScope
(Session session, EntityPermission entityPermission) GeoCodeScopeDetail.getGeoCodeScope()
GeoCodeScopeDetail.getGeoCodeScope
(EntityPermission entityPermission) GeoCodeScopeDetail.getGeoCodeScope
(Session session) GeoCodeScopeDetail.getGeoCodeScope
(Session session, EntityPermission entityPermission) GeoCodeAlias.getGeoCodeScopeForUpdate()
GeoCodeAlias.getGeoCodeScopeForUpdate
(Session session) GeoCodeDetail.getGeoCodeScopeForUpdate()
GeoCodeDetail.getGeoCodeScopeForUpdate
(Session session) GeoCodeScopeDescription.getGeoCodeScopeForUpdate()
GeoCodeScopeDescription.getGeoCodeScopeForUpdate
(Session session) GeoCodeScopeDetail.getGeoCodeScopeForUpdate()
GeoCodeScopeDetail.getGeoCodeScopeForUpdate
(Session session) Methods in com.echothree.model.data.geo.server.entity with parameters of type GeoCodeScopeModifier and TypeMethodDescriptionvoid
GeoCodeAlias.setGeoCodeScope
(GeoCodeScope entity) void
GeoCodeDetail.setGeoCodeScope
(GeoCodeScope entity) void
GeoCodeScopeDescription.setGeoCodeScope
(GeoCodeScope entity) void
GeoCodeScopeDetail.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.create
(Session session, GeoCodeScopeDetailPK activeDetailPK, GeoCodeScopeDetailPK lastDetailPK) GeoCodeScopeFactory.create
(Session session, GeoCodeScopeDetail activeDetail, GeoCodeScopeDetail lastDetail) GeoCodeScopeFactory.getEntityFromCache
(Session session, GeoCodeScopePK pk) GeoCodeScopeFactory.getEntityFromPK
(EntityPermission entityPermission, GeoCodeScopePK pk) GeoCodeScopeFactory.getEntityFromPK
(Session session, EntityPermission entityPermission, GeoCodeScopePK pk) GeoCodeScopeFactory.getEntityFromQuery
(EntityPermission entityPermission, PreparedStatement ps) 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.getEntityFromQuery
(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) GeoCodeScopeFactory.getEntityFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) GeoCodeScopeFactory.getEntityFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) GeoCodeScopeFactory.getEntityFromResultSet
(EntityPermission entityPermission, ResultSet rs) GeoCodeScopeFactory.getEntityFromResultSet
(Session session, EntityPermission entityPermission, ResultSet rs) GeoCodeScopeFactory.getEntityFromValue
(EntityPermission entityPermission, GeoCodeScopeValue value) GeoCodeScopeFactory.getEntityFromValue
(Session session, 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.getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<GeoCodeScopePK> pks) GeoCodeScopeFactory.getEntitiesFromQuery
(EntityPermission entityPermission, PreparedStatement ps) 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.getEntitiesFromQuery
(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) GeoCodeScopeFactory.getEntitiesFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) GeoCodeScopeFactory.getEntitiesFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) GeoCodeScopeFactory.getEntitiesFromResultSet
(EntityPermission entityPermission, ResultSet rs) GeoCodeScopeFactory.getEntitiesFromResultSet
(Session session, 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) GeoCodeAliasFactory.create
(Session session, 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) GeoCodeDetailFactory.create
(Session session, 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) GeoCodeScopeDescriptionFactory.create
(Session session, GeoCodeScope geoCodeScope, Language language, String description, Long fromTime, Long thruTime) GeoCodeScopeDetailFactory.create
(GeoCodeScope geoCodeScope, String geoCodeScopeName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) GeoCodeScopeDetailFactory.create
(Session session, GeoCodeScope geoCodeScope, String geoCodeScopeName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) void
GeoCodeScopeFactory.remove
(Session session, GeoCodeScope entity) void
GeoCodeScopeFactory.store
(Session session, GeoCodeScope entity) Method parameters in com.echothree.model.data.geo.server.factory with type arguments of type GeoCodeScopeModifier and TypeMethodDescriptionvoid
GeoCodeScopeFactory.store
(Session session, Collection<GeoCodeScope> entities) void
GeoCodeScopeFactory.store
(Collection<GeoCodeScope> entities)