Uses of Class
com.echothree.model.data.tax.server.value.TaxDetailValue
Packages that use TaxDetailValue
Package
Description
-
Uses of TaxDetailValue in com.echothree.model.control.tax.server.control
Methods in com.echothree.model.control.tax.server.control that return TaxDetailValueModifier and TypeMethodDescriptionTaxControl.getDefaultTaxDetailValueForUpdate()TaxControl.getTaxDetailValueByNameForUpdate(String taxName) TaxControl.getTaxDetailValueForUpdate(Tax tax) Methods in com.echothree.model.control.tax.server.control with parameters of type TaxDetailValueModifier and TypeMethodDescriptionvoidTaxControl.updateTaxFromValue(TaxDetailValue taxDetailValue, BasePK updatedBy) -
Uses of TaxDetailValue in com.echothree.model.data.tax.server.entity
Methods in com.echothree.model.data.tax.server.entity that return TaxDetailValueMethods in com.echothree.model.data.tax.server.entity with parameters of type TaxDetailValueConstructors in com.echothree.model.data.tax.server.entity with parameters of type TaxDetailValueModifierConstructorDescriptionTaxDetail(TaxDetailValue value, EntityPermission entityPermission) Creates a new instance of TaxDetail -
Uses of TaxDetailValue in com.echothree.model.data.tax.server.factory
Methods in com.echothree.model.data.tax.server.factory that return TaxDetailValueModifier and TypeMethodDescriptionTaxDetailFactory.getValueFromPK(Session session, TaxDetailPK pk) TaxDetailFactory.getValueFromResultSet(Session session, ResultSet rs) Methods in com.echothree.model.data.tax.server.factory that return types with arguments of type TaxDetailValueModifier and TypeMethodDescriptionTaxDetailFactory.getValuesFromPKs(Session session, Collection<TaxDetailPK> pks) TaxDetailFactory.getValuesFromResultSet(Session session, ResultSet rs) Methods in com.echothree.model.data.tax.server.factory with parameters of type TaxDetailValueModifier and TypeMethodDescriptionTaxDetailFactory.getEntityFromValue(EntityPermission entityPermission, TaxDetailValue value) TaxDetailFactory.getEntityFromValue(Session session, EntityPermission entityPermission, TaxDetailValue value) Method parameters in com.echothree.model.data.tax.server.factory with type arguments of type TaxDetailValueModifier and TypeMethodDescriptionvoidTaxDetailFactory.create(Session session, Collection<TaxDetailValue> _values) voidTaxDetailFactory.create(Collection<TaxDetailValue> _values) -
Uses of TaxDetailValue in com.echothree.model.data.tax.server.value
Methods in com.echothree.model.data.tax.server.value that return TaxDetailValue