Uses of Class
com.echothree.model.data.tax.server.value.ItemTaxClassificationDetailValue
Packages that use ItemTaxClassificationDetailValue
Package
Description
-
Uses of ItemTaxClassificationDetailValue in com.echothree.model.control.tax.server.control
Methods in com.echothree.model.control.tax.server.control that return ItemTaxClassificationDetailValueModifier and TypeMethodDescriptionTaxControl.getItemTaxClassificationDetailValueForUpdate(Item item, GeoCode countryGeoCode) TaxControl.getItemTaxClassificationDetailValueForUpdate(ItemTaxClassification itemTaxClassification) Methods in com.echothree.model.control.tax.server.control with parameters of type ItemTaxClassificationDetailValueModifier and TypeMethodDescriptionvoidTaxControl.updateItemTaxClassificationFromValue(ItemTaxClassificationDetailValue itemTaxClassificationDetailValue, BasePK updatedBy) -
Uses of ItemTaxClassificationDetailValue in com.echothree.model.data.tax.server.entity
Methods in com.echothree.model.data.tax.server.entity that return ItemTaxClassificationDetailValueModifier and TypeMethodDescriptionItemTaxClassificationDetail.getItemTaxClassificationDetailValue()Methods in com.echothree.model.data.tax.server.entity with parameters of type ItemTaxClassificationDetailValueModifier and TypeMethodDescriptionvoidItemTaxClassificationDetail.setItemTaxClassificationDetailValue(ItemTaxClassificationDetailValue value) Constructors in com.echothree.model.data.tax.server.entity with parameters of type ItemTaxClassificationDetailValueModifierConstructorDescriptionItemTaxClassificationDetail(ItemTaxClassificationDetailValue value, EntityPermission entityPermission) Creates a new instance of ItemTaxClassificationDetail -
Uses of ItemTaxClassificationDetailValue in com.echothree.model.data.tax.server.factory
Methods in com.echothree.model.data.tax.server.factory that return ItemTaxClassificationDetailValueModifier and TypeMethodDescriptionItemTaxClassificationDetailFactory.getValueFromPK(Session session, ItemTaxClassificationDetailPK pk) ItemTaxClassificationDetailFactory.getValueFromResultSet(Session session, ResultSet rs) Methods in com.echothree.model.data.tax.server.factory that return types with arguments of type ItemTaxClassificationDetailValueModifier and TypeMethodDescriptionItemTaxClassificationDetailFactory.getValuesFromPKs(Session session, Collection<ItemTaxClassificationDetailPK> pks) ItemTaxClassificationDetailFactory.getValuesFromResultSet(Session session, ResultSet rs) Methods in com.echothree.model.data.tax.server.factory with parameters of type ItemTaxClassificationDetailValueModifier and TypeMethodDescriptionItemTaxClassificationDetailFactory.getEntityFromValue(EntityPermission entityPermission, ItemTaxClassificationDetailValue value) ItemTaxClassificationDetailFactory.getEntityFromValue(Session session, EntityPermission entityPermission, ItemTaxClassificationDetailValue value) Method parameters in com.echothree.model.data.tax.server.factory with type arguments of type ItemTaxClassificationDetailValueModifier and TypeMethodDescriptionvoidItemTaxClassificationDetailFactory.create(Session session, Collection<ItemTaxClassificationDetailValue> _values) voidItemTaxClassificationDetailFactory.create(Collection<ItemTaxClassificationDetailValue> _values) -
Uses of ItemTaxClassificationDetailValue in com.echothree.model.data.tax.server.value
Methods in com.echothree.model.data.tax.server.value that return ItemTaxClassificationDetailValue