Uses of Class
com.echothree.model.data.tax.common.pk.TaxDetailPK
Packages that use TaxDetailPK
Package
Description
-
Uses of TaxDetailPK in com.echothree.model.data.tax.server.entity
Methods in com.echothree.model.data.tax.server.entity that return TaxDetailPKModifier and TypeMethodDescriptionTax.getActiveDetailPK()
Tax.getLastDetailPK()
TaxDetail.getPrimaryKey()
Methods in com.echothree.model.data.tax.server.entity with parameters of type TaxDetailPKModifier and TypeMethodDescriptionvoid
Tax.setActiveDetailPK
(TaxDetailPK activeDetailPK) void
Tax.setLastDetailPK
(TaxDetailPK lastDetailPK) -
Uses of TaxDetailPK in com.echothree.model.data.tax.server.factory
Methods in com.echothree.model.data.tax.server.factory that return TaxDetailPKModifier and TypeMethodDescriptionTaxDetailFactory.getNextPK()
TaxDetailFactory.getPKFromQuery
(PreparedStatement ps, Object... params) TaxDetailFactory.getPKFromResultSet
(ResultSet rs) Methods in com.echothree.model.data.tax.server.factory that return types with arguments of type TaxDetailPKModifier and TypeMethodDescriptionTaxDetailFactory.getPKsFromQueryAsList
(PreparedStatement ps, Object... params) TaxDetailFactory.getPKsFromQueryAsSet
(PreparedStatement ps, Object... params) TaxDetailFactory.getPKsFromResultSetAsList
(ResultSet rs) TaxDetailFactory.getPKsFromResultSetAsSet
(ResultSet rs) Methods in com.echothree.model.data.tax.server.factory with parameters of type TaxDetailPKModifier and TypeMethodDescriptionTaxFactory.create
(TaxDetailPK activeDetailPK, TaxDetailPK lastDetailPK) TaxFactory.create
(Session session, TaxDetailPK activeDetailPK, TaxDetailPK lastDetailPK) TaxDetailFactory.getEntityFromCache
(Session session, TaxDetailPK pk) TaxDetailFactory.getEntityFromPK
(EntityPermission entityPermission, TaxDetailPK pk) TaxDetailFactory.getEntityFromPK
(Session session, EntityPermission entityPermission, TaxDetailPK pk) TaxDetailFactory.getValueFromPK
(Session session, TaxDetailPK pk) void
TaxDetailFactory.remove
(Session session, TaxDetailPK pk) boolean
TaxDetailFactory.validPK
(Session session, TaxDetailPK pk) Method parameters in com.echothree.model.data.tax.server.factory with type arguments of type TaxDetailPKModifier and TypeMethodDescriptionTaxDetailFactory.getEntitiesFromPKs
(EntityPermission entityPermission, Collection<TaxDetailPK> pks) TaxDetailFactory.getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<TaxDetailPK> pks) TaxDetailFactory.getValuesFromPKs
(Session session, Collection<TaxDetailPK> pks) void
TaxDetailFactory.remove
(Session session, Collection<TaxDetailPK> pks) void
TaxDetailFactory.remove
(Collection<TaxDetailPK> pks) -
Uses of TaxDetailPK in com.echothree.model.data.tax.server.value
Methods in com.echothree.model.data.tax.server.value that return TaxDetailPKModifier and TypeMethodDescriptionTaxValue.getActiveDetailPK()
TaxValue.getLastDetailPK()
TaxDetailValue.getPrimaryKey()
Methods in com.echothree.model.data.tax.server.value with parameters of type TaxDetailPKModifier and TypeMethodDescriptionvoid
TaxValue.setActiveDetailPK
(TaxDetailPK activeDetailPK) void
TaxValue.setLastDetailPK
(TaxDetailPK lastDetailPK) Constructors in com.echothree.model.data.tax.server.value with parameters of type TaxDetailPKModifierConstructorDescriptionTaxDetailValue
(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 TaxDetailValueTaxValue
(TaxDetailPK activeDetailPK, TaxDetailPK lastDetailPK) Creates a new instance of TaxValueTaxValue
(TaxPK taxPK, TaxDetailPK activeDetailPK, TaxDetailPK lastDetailPK) Creates a new instance of TaxValue