Uses of Class
com.echothree.model.data.tax.server.value.TaxDescriptionValue
Packages that use TaxDescriptionValue
Package
Description
-
Uses of TaxDescriptionValue in com.echothree.model.control.tax.server.control
Methods in com.echothree.model.control.tax.server.control that return TaxDescriptionValueModifier and TypeMethodDescriptionTaxControl.getTaxDescriptionValue
(TaxDescription taxDescription) TaxControl.getTaxDescriptionValueForUpdate
(Tax tax, Language language) Methods in com.echothree.model.control.tax.server.control with parameters of type TaxDescriptionValueModifier and TypeMethodDescriptionvoid
TaxControl.updateTaxDescriptionFromValue
(TaxDescriptionValue taxDescriptionValue, BasePK updatedBy) -
Uses of TaxDescriptionValue in com.echothree.model.data.tax.server.entity
Methods in com.echothree.model.data.tax.server.entity that return TaxDescriptionValueMethods in com.echothree.model.data.tax.server.entity with parameters of type TaxDescriptionValueModifier and TypeMethodDescriptionvoid
TaxDescription.setTaxDescriptionValue
(TaxDescriptionValue value) Constructors in com.echothree.model.data.tax.server.entity with parameters of type TaxDescriptionValueModifierConstructorDescriptionTaxDescription
(TaxDescriptionValue value, EntityPermission entityPermission) Creates a new instance of TaxDescription -
Uses of TaxDescriptionValue in com.echothree.model.data.tax.server.factory
Methods in com.echothree.model.data.tax.server.factory that return TaxDescriptionValueModifier and TypeMethodDescriptionTaxDescriptionFactory.getValueFromPK
(Session session, TaxDescriptionPK pk) TaxDescriptionFactory.getValueFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.tax.server.factory that return types with arguments of type TaxDescriptionValueModifier and TypeMethodDescriptionTaxDescriptionFactory.getValuesFromPKs
(Session session, Collection<TaxDescriptionPK> pks) TaxDescriptionFactory.getValuesFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.tax.server.factory with parameters of type TaxDescriptionValueModifier and TypeMethodDescriptionTaxDescriptionFactory.getEntityFromValue
(EntityPermission entityPermission, TaxDescriptionValue value) TaxDescriptionFactory.getEntityFromValue
(Session session, EntityPermission entityPermission, TaxDescriptionValue value) Method parameters in com.echothree.model.data.tax.server.factory with type arguments of type TaxDescriptionValueModifier and TypeMethodDescriptionvoid
TaxDescriptionFactory.create
(Session session, Collection<TaxDescriptionValue> _values) void
TaxDescriptionFactory.create
(Collection<TaxDescriptionValue> _values) -
Uses of TaxDescriptionValue in com.echothree.model.data.tax.server.value
Methods in com.echothree.model.data.tax.server.value that return TaxDescriptionValue