Uses of Class
com.echothree.model.data.tax.server.value.TaxClassificationDetailValue
Packages that use TaxClassificationDetailValue
Package
Description
-
Uses of TaxClassificationDetailValue in com.echothree.model.control.tax.server.control
Methods in com.echothree.model.control.tax.server.control that return TaxClassificationDetailValueModifier and TypeMethodDescriptionTaxControl.getDefaultTaxClassificationDetailValueForUpdate(GeoCode countryGeoCode) TaxControl.getTaxClassificationDetailValueByNameForUpdate(GeoCode countryGeoCode, String taxClassificationName) TaxControl.getTaxClassificationDetailValueForUpdate(TaxClassification taxClassification) Methods in com.echothree.model.control.tax.server.control with parameters of type TaxClassificationDetailValueModifier and TypeMethodDescriptionvoidTaxControl.updateTaxClassificationFromValue(TaxClassificationDetailValue taxClassificationDetailValue, BasePK updatedBy) -
Uses of TaxClassificationDetailValue in com.echothree.model.data.tax.server.entity
Methods in com.echothree.model.data.tax.server.entity that return TaxClassificationDetailValueMethods in com.echothree.model.data.tax.server.entity with parameters of type TaxClassificationDetailValueModifier and TypeMethodDescriptionvoidTaxClassificationDetail.setTaxClassificationDetailValue(TaxClassificationDetailValue value) Constructors in com.echothree.model.data.tax.server.entity with parameters of type TaxClassificationDetailValueModifierConstructorDescriptionTaxClassificationDetail(TaxClassificationDetailValue value, EntityPermission entityPermission) Creates a new instance of TaxClassificationDetail -
Uses of TaxClassificationDetailValue in com.echothree.model.data.tax.server.factory
Methods in com.echothree.model.data.tax.server.factory that return TaxClassificationDetailValueModifier and TypeMethodDescriptionTaxClassificationDetailFactory.getValueFromPK(Session session, TaxClassificationDetailPK pk) TaxClassificationDetailFactory.getValueFromResultSet(Session session, ResultSet rs) Methods in com.echothree.model.data.tax.server.factory that return types with arguments of type TaxClassificationDetailValueModifier and TypeMethodDescriptionTaxClassificationDetailFactory.getValuesFromPKs(Session session, Collection<TaxClassificationDetailPK> pks) TaxClassificationDetailFactory.getValuesFromResultSet(Session session, ResultSet rs) Methods in com.echothree.model.data.tax.server.factory with parameters of type TaxClassificationDetailValueModifier and TypeMethodDescriptionTaxClassificationDetailFactory.getEntityFromValue(EntityPermission entityPermission, TaxClassificationDetailValue value) TaxClassificationDetailFactory.getEntityFromValue(Session session, EntityPermission entityPermission, TaxClassificationDetailValue value) Method parameters in com.echothree.model.data.tax.server.factory with type arguments of type TaxClassificationDetailValueModifier and TypeMethodDescriptionvoidTaxClassificationDetailFactory.create(Session session, Collection<TaxClassificationDetailValue> _values) voidTaxClassificationDetailFactory.create(Collection<TaxClassificationDetailValue> _values) -
Uses of TaxClassificationDetailValue in com.echothree.model.data.tax.server.value
Methods in com.echothree.model.data.tax.server.value that return TaxClassificationDetailValue