Uses of Class
com.echothree.model.data.geo.common.pk.GeoCodeScopePK
Packages that use GeoCodeScopePK
Package
Description
-
Uses of GeoCodeScopePK in com.echothree.model.data.geo.server.entity
Methods in com.echothree.model.data.geo.server.entity that return GeoCodeScopePKModifier and TypeMethodDescriptionGeoCodeAlias.getGeoCodeScopePK()GeoCodeDetail.getGeoCodeScopePK()GeoCodeScopeDescription.getGeoCodeScopePK()GeoCodeScopeDetail.getGeoCodeScopePK()GeoCodeScope.getPrimaryKey()Methods in com.echothree.model.data.geo.server.entity with parameters of type GeoCodeScopePKModifier and TypeMethodDescriptionvoidGeoCodeAlias.setGeoCodeScopePK(GeoCodeScopePK geoCodeScopePK) voidGeoCodeDetail.setGeoCodeScopePK(GeoCodeScopePK geoCodeScopePK) voidGeoCodeScopeDescription.setGeoCodeScopePK(GeoCodeScopePK geoCodeScopePK) voidGeoCodeScopeDetail.setGeoCodeScopePK(GeoCodeScopePK geoCodeScopePK) -
Uses of GeoCodeScopePK in com.echothree.model.data.geo.server.factory
Methods in com.echothree.model.data.geo.server.factory that return GeoCodeScopePKModifier and TypeMethodDescriptionGeoCodeScopeFactory.getNextPK()GeoCodeScopeFactory.getPKFromQuery(PreparedStatement ps, Object... params) GeoCodeScopeFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.geo.server.factory that return types with arguments of type GeoCodeScopePKModifier and TypeMethodDescriptionGeoCodeScopeFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) GeoCodeScopeFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) GeoCodeScopeFactory.getPKsFromResultSetAsList(ResultSet rs) GeoCodeScopeFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.geo.server.factory with parameters of type GeoCodeScopePKModifier and TypeMethodDescriptionGeoCodeAliasFactory.create(GeoCodePK geoCodePK, GeoCodeScopePK geoCodeScopePK, GeoCodeAliasTypePK geoCodeAliasTypePK, String alias, Long fromTime, Long thruTime) GeoCodeDetailFactory.create(GeoCodePK geoCodePK, String geoCodeName, GeoCodeTypePK geoCodeTypePK, GeoCodeScopePK geoCodeScopePK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) GeoCodeScopeDescriptionFactory.create(GeoCodeScopePK geoCodeScopePK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) GeoCodeScopeDetailFactory.create(GeoCodeScopePK geoCodeScopePK, String geoCodeScopeName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) GeoCodeScopeFactory.getEntityFromCache(GeoCodeScopePK pk) GeoCodeScopeFactory.getEntityFromPK(EntityPermission entityPermission, GeoCodeScopePK pk) GeoCodeScopeFactory.getValueFromPK(GeoCodeScopePK pk) voidGeoCodeScopeFactory.remove(GeoCodeScopePK pk) booleanGeoCodeScopeFactory.validPK(GeoCodeScopePK pk) Method parameters in com.echothree.model.data.geo.server.factory with type arguments of type GeoCodeScopePKModifier and TypeMethodDescriptionGeoCodeScopeFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<GeoCodeScopePK> pks) GeoCodeScopeFactory.getValuesFromPKs(Collection<GeoCodeScopePK> pks) voidGeoCodeScopeFactory.remove(Collection<GeoCodeScopePK> pks) -
Uses of GeoCodeScopePK in com.echothree.model.data.geo.server.value
Methods in com.echothree.model.data.geo.server.value that return GeoCodeScopePKModifier and TypeMethodDescriptionGeoCodeAliasValue.getGeoCodeScopePK()GeoCodeDetailValue.getGeoCodeScopePK()GeoCodeScopeDescriptionValue.getGeoCodeScopePK()GeoCodeScopeDetailValue.getGeoCodeScopePK()GeoCodeScopeValue.getPrimaryKey()Methods in com.echothree.model.data.geo.server.value with parameters of type GeoCodeScopePKModifier and TypeMethodDescriptionvoidGeoCodeAliasValue.setGeoCodeScopePK(GeoCodeScopePK geoCodeScopePK) voidGeoCodeDetailValue.setGeoCodeScopePK(GeoCodeScopePK geoCodeScopePK) voidGeoCodeScopeDescriptionValue.setGeoCodeScopePK(GeoCodeScopePK geoCodeScopePK) voidGeoCodeScopeDetailValue.setGeoCodeScopePK(GeoCodeScopePK geoCodeScopePK) Constructors in com.echothree.model.data.geo.server.value with parameters of type GeoCodeScopePKModifierConstructorDescriptionGeoCodeAliasValue(GeoCodeAliasPK geoCodeAliasPK, GeoCodePK geoCodePK, GeoCodeScopePK geoCodeScopePK, GeoCodeAliasTypePK geoCodeAliasTypePK, String alias, Long fromTime, Long thruTime) Creates a new instance of GeoCodeAliasValueGeoCodeAliasValue(GeoCodePK geoCodePK, GeoCodeScopePK geoCodeScopePK, GeoCodeAliasTypePK geoCodeAliasTypePK, String alias, Long fromTime, Long thruTime) Creates a new instance of GeoCodeAliasValueGeoCodeDetailValue(GeoCodeDetailPK geoCodeDetailPK, GeoCodePK geoCodePK, String geoCodeName, GeoCodeTypePK geoCodeTypePK, GeoCodeScopePK geoCodeScopePK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of GeoCodeDetailValueGeoCodeDetailValue(GeoCodePK geoCodePK, String geoCodeName, GeoCodeTypePK geoCodeTypePK, GeoCodeScopePK geoCodeScopePK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of GeoCodeDetailValueGeoCodeScopeDescriptionValue(GeoCodeScopeDescriptionPK geoCodeScopeDescriptionPK, GeoCodeScopePK geoCodeScopePK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) Creates a new instance of GeoCodeScopeDescriptionValueGeoCodeScopeDescriptionValue(GeoCodeScopePK geoCodeScopePK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) Creates a new instance of GeoCodeScopeDescriptionValueGeoCodeScopeDetailValue(GeoCodeScopeDetailPK geoCodeScopeDetailPK, GeoCodeScopePK geoCodeScopePK, String geoCodeScopeName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of GeoCodeScopeDetailValueGeoCodeScopeDetailValue(GeoCodeScopePK geoCodeScopePK, String geoCodeScopeName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of GeoCodeScopeDetailValueGeoCodeScopeValue(GeoCodeScopePK geoCodeScopePK, GeoCodeScopeDetailPK activeDetailPK, GeoCodeScopeDetailPK lastDetailPK) Creates a new instance of GeoCodeScopeValue