Uses of Class
com.echothree.model.data.geo.common.pk.GeoCodeCountryPK
Packages that use GeoCodeCountryPK
Package
Description
-
Uses of GeoCodeCountryPK in com.echothree.model.data.geo.server.entity
Methods in com.echothree.model.data.geo.server.entity that return GeoCodeCountryPK -
Uses of GeoCodeCountryPK in com.echothree.model.data.geo.server.factory
Methods in com.echothree.model.data.geo.server.factory that return GeoCodeCountryPKModifier and TypeMethodDescriptionGeoCodeCountryFactory.getNextPK()
GeoCodeCountryFactory.getPKFromQuery
(PreparedStatement ps, Object... params) GeoCodeCountryFactory.getPKFromResultSet
(ResultSet rs) Methods in com.echothree.model.data.geo.server.factory that return types with arguments of type GeoCodeCountryPKModifier and TypeMethodDescriptionGeoCodeCountryFactory.getPKsFromQueryAsList
(PreparedStatement ps, Object... params) GeoCodeCountryFactory.getPKsFromQueryAsSet
(PreparedStatement ps, Object... params) GeoCodeCountryFactory.getPKsFromResultSetAsList
(ResultSet rs) GeoCodeCountryFactory.getPKsFromResultSetAsSet
(ResultSet rs) Methods in com.echothree.model.data.geo.server.factory with parameters of type GeoCodeCountryPKModifier and TypeMethodDescriptionGeoCodeCountryFactory.getEntityFromCache
(Session session, GeoCodeCountryPK pk) GeoCodeCountryFactory.getEntityFromPK
(EntityPermission entityPermission, GeoCodeCountryPK pk) GeoCodeCountryFactory.getEntityFromPK
(Session session, EntityPermission entityPermission, GeoCodeCountryPK pk) GeoCodeCountryFactory.getValueFromPK
(Session session, GeoCodeCountryPK pk) void
GeoCodeCountryFactory.remove
(Session session, GeoCodeCountryPK pk) boolean
GeoCodeCountryFactory.validPK
(Session session, GeoCodeCountryPK pk) Method parameters in com.echothree.model.data.geo.server.factory with type arguments of type GeoCodeCountryPKModifier and TypeMethodDescriptionGeoCodeCountryFactory.getEntitiesFromPKs
(EntityPermission entityPermission, Collection<GeoCodeCountryPK> pks) GeoCodeCountryFactory.getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<GeoCodeCountryPK> pks) GeoCodeCountryFactory.getValuesFromPKs
(Session session, Collection<GeoCodeCountryPK> pks) void
GeoCodeCountryFactory.remove
(Session session, Collection<GeoCodeCountryPK> pks) void
GeoCodeCountryFactory.remove
(Collection<GeoCodeCountryPK> pks) -
Uses of GeoCodeCountryPK in com.echothree.model.data.geo.server.value
Methods in com.echothree.model.data.geo.server.value that return GeoCodeCountryPKConstructors in com.echothree.model.data.geo.server.value with parameters of type GeoCodeCountryPKModifierConstructorDescriptionGeoCodeCountryValue
(GeoCodeCountryPK geoCodeCountryPK, GeoCodePK geoCodePK, String telephoneCode, String areaCodePattern, Boolean areaCodeRequired, String areaCodeExample, String telephoneNumberPattern, String telephoneNumberExample, PostalAddressFormatPK postalAddressFormatPK, Boolean cityRequired, Boolean cityGeoCodeRequired, Boolean stateRequired, Boolean stateGeoCodeRequired, String postalCodePattern, Boolean postalCodeRequired, Boolean postalCodeGeoCodeRequired, Integer postalCodeLength, Integer postalCodeGeoCodeLength, String postalCodeExample, Long fromTime, Long thruTime) Creates a new instance of GeoCodeCountryValue