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
(Session session, GeoCodeTaxPK pk) GeoCodeTaxFactory.getEntityFromPK
(EntityPermission entityPermission, GeoCodeTaxPK pk) GeoCodeTaxFactory.getEntityFromPK
(Session session, EntityPermission entityPermission, GeoCodeTaxPK pk) GeoCodeTaxFactory.getValueFromPK
(Session session, GeoCodeTaxPK pk) void
GeoCodeTaxFactory.remove
(Session session, GeoCodeTaxPK pk) boolean
GeoCodeTaxFactory.validPK
(Session session, 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.getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<GeoCodeTaxPK> pks) GeoCodeTaxFactory.getValuesFromPKs
(Session session, Collection<GeoCodeTaxPK> pks) void
GeoCodeTaxFactory.remove
(Session session, Collection<GeoCodeTaxPK> pks) void
GeoCodeTaxFactory.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