Uses of Class
com.echothree.model.data.tax.common.pk.TaxPK
Packages that use TaxPK
Package
Description
-
Uses of TaxPK in com.echothree.model.data.tax.server.entity
Methods in com.echothree.model.data.tax.server.entity that return TaxPKModifier and TypeMethodDescriptionTax.getPrimaryKey()
GeoCodeTax.getTaxPK()
TaxDescription.getTaxPK()
TaxDetail.getTaxPK()
Methods in com.echothree.model.data.tax.server.entity with parameters of type TaxPK -
Uses of TaxPK in com.echothree.model.data.tax.server.factory
Methods in com.echothree.model.data.tax.server.factory that return TaxPKModifier and TypeMethodDescriptionTaxFactory.getNextPK()
TaxFactory.getPKFromQuery
(PreparedStatement ps, Object... params) TaxFactory.getPKFromResultSet
(ResultSet rs) Methods in com.echothree.model.data.tax.server.factory that return types with arguments of type TaxPKModifier and TypeMethodDescriptionTaxFactory.getPKsFromQueryAsList
(PreparedStatement ps, Object... params) TaxFactory.getPKsFromQueryAsSet
(PreparedStatement ps, Object... params) TaxFactory.getPKsFromResultSetAsList
(ResultSet rs) TaxFactory.getPKsFromResultSetAsSet
(ResultSet rs) Methods in com.echothree.model.data.tax.server.factory with parameters of type TaxPKModifier and TypeMethodDescriptionGeoCodeTaxFactory.create
(Session session, GeoCodePK geoCodePK, TaxPK taxPK, Long fromTime, Long thruTime) TaxDescriptionFactory.create
(TaxPK taxPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) TaxDescriptionFactory.create
(Session session, TaxPK taxPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) TaxDetailFactory.create
(TaxPK taxPK, String taxName, ContactMechanismPurposePK contactMechanismPurposePK, GlAccountPK glAccountPK, Boolean includeShippingCharge, Boolean includeProcessingCharge, Boolean includeInsuranceCharge, Integer percent, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) TaxDetailFactory.create
(Session session, TaxPK taxPK, String taxName, ContactMechanismPurposePK contactMechanismPurposePK, GlAccountPK glAccountPK, Boolean includeShippingCharge, Boolean includeProcessingCharge, Boolean includeInsuranceCharge, Integer percent, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) TaxFactory.getEntityFromCache
(Session session, TaxPK pk) TaxFactory.getEntityFromPK
(EntityPermission entityPermission, TaxPK pk) TaxFactory.getEntityFromPK
(Session session, EntityPermission entityPermission, TaxPK pk) TaxFactory.getValueFromPK
(Session session, TaxPK pk) void
boolean
Method parameters in com.echothree.model.data.tax.server.factory with type arguments of type TaxPKModifier and TypeMethodDescriptionTaxFactory.getEntitiesFromPKs
(EntityPermission entityPermission, Collection<TaxPK> pks) TaxFactory.getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<TaxPK> pks) TaxFactory.getValuesFromPKs
(Session session, Collection<TaxPK> pks) void
TaxFactory.remove
(Session session, Collection<TaxPK> pks) void
TaxFactory.remove
(Collection<TaxPK> pks) -
Uses of TaxPK in com.echothree.model.data.tax.server.value
Methods in com.echothree.model.data.tax.server.value that return TaxPKModifier and TypeMethodDescriptionTaxValue.getPrimaryKey()
GeoCodeTaxValue.getTaxPK()
TaxDescriptionValue.getTaxPK()
TaxDetailValue.getTaxPK()
Methods in com.echothree.model.data.tax.server.value with parameters of type TaxPKModifier and TypeMethodDescriptionvoid
void
void
Constructors in com.echothree.model.data.tax.server.value with parameters of type TaxPKModifierConstructorDescriptionGeoCodeTaxValue
(GeoCodePK geoCodePK, TaxPK taxPK, Long fromTime, Long thruTime) Creates a new instance of GeoCodeTaxValueGeoCodeTaxValue
(GeoCodeTaxPK geoCodeTaxPK, GeoCodePK geoCodePK, TaxPK taxPK, Long fromTime, Long thruTime) Creates a new instance of GeoCodeTaxValueTaxDescriptionValue
(TaxDescriptionPK taxDescriptionPK, TaxPK taxPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) Creates a new instance of TaxDescriptionValueTaxDescriptionValue
(TaxPK taxPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) Creates a new instance of TaxDescriptionValueTaxDetailValue
(TaxDetailPK taxDetailPK, TaxPK taxPK, String taxName, ContactMechanismPurposePK contactMechanismPurposePK, GlAccountPK glAccountPK, Boolean includeShippingCharge, Boolean includeProcessingCharge, Boolean includeInsuranceCharge, Integer percent, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of TaxDetailValueTaxDetailValue
(TaxPK taxPK, String taxName, ContactMechanismPurposePK contactMechanismPurposePK, GlAccountPK glAccountPK, Boolean includeShippingCharge, Boolean includeProcessingCharge, Boolean includeInsuranceCharge, Integer percent, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of TaxDetailValueTaxValue
(TaxPK taxPK, TaxDetailPK activeDetailPK, TaxDetailPK lastDetailPK) Creates a new instance of TaxValue