Uses of Class
com.echothree.model.data.tax.common.pk.GeoCodeTaxPK
Packages that use GeoCodeTaxPK
Package
Description
-
Uses of GeoCodeTaxPK in com.echothree.model.data.tax.server.entity
Methods in com.echothree.model.data.tax.server.entity that return GeoCodeTaxPK -
Uses of GeoCodeTaxPK in com.echothree.model.data.tax.server.factory
Methods in com.echothree.model.data.tax.server.factory that return GeoCodeTaxPKModifier and TypeMethodDescriptionGeoCodeTaxFactory.getNextPK()GeoCodeTaxFactory.getPKFromQuery(PreparedStatement ps, Object... params) GeoCodeTaxFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.tax.server.factory that return types with arguments of type GeoCodeTaxPKModifier and TypeMethodDescriptionGeoCodeTaxFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) GeoCodeTaxFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) GeoCodeTaxFactory.getPKsFromResultSetAsList(ResultSet rs) GeoCodeTaxFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.tax.server.factory with parameters of type GeoCodeTaxPKModifier and TypeMethodDescriptionGeoCodeTaxFactory.getEntityFromCache(GeoCodeTaxPK pk) GeoCodeTaxFactory.getEntityFromPK(EntityPermission entityPermission, GeoCodeTaxPK pk) GeoCodeTaxFactory.getValueFromPK(GeoCodeTaxPK pk) voidGeoCodeTaxFactory.remove(GeoCodeTaxPK pk) booleanGeoCodeTaxFactory.validPK(GeoCodeTaxPK pk) Method parameters in com.echothree.model.data.tax.server.factory with type arguments of type GeoCodeTaxPKModifier and TypeMethodDescriptionGeoCodeTaxFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<GeoCodeTaxPK> pks) GeoCodeTaxFactory.getValuesFromPKs(Collection<GeoCodeTaxPK> pks) voidGeoCodeTaxFactory.remove(Collection<GeoCodeTaxPK> pks) -
Uses of GeoCodeTaxPK in com.echothree.model.data.tax.server.value
Methods in com.echothree.model.data.tax.server.value that return GeoCodeTaxPKConstructors in com.echothree.model.data.tax.server.value with parameters of type GeoCodeTaxPKModifierConstructorDescriptionGeoCodeTaxValue(GeoCodeTaxPK geoCodeTaxPK, GeoCodePK geoCodePK, TaxPK taxPK, Long fromTime, Long thruTime) Creates a new instance of GeoCodeTaxValue