Uses of Class
org.cxml.Tax
-
Packages that use Tax Package Description de.hybris.platform.b2b.punchout.populators.impl org.cxml -
-
Uses of Tax in de.hybris.platform.b2b.punchout.populators.impl
Methods in de.hybris.platform.b2b.punchout.populators.impl that return types with arguments of type Tax Modifier and Type Method Description Populator<Tax,java.util.Collection<TaxValue>>DefaultOrderEntryOverridingPopulator. getTaxValuePopulator()Populator<Tax,java.util.Collection<TaxValue>>DefaultOrderRequestCartPopulator. getTaxValuePopulator()Methods in de.hybris.platform.b2b.punchout.populators.impl with parameters of type Tax Modifier and Type Method Description voidDefaultTaxValuePopulator. populate(Tax source, java.util.Collection<TaxValue> target)Method parameters in de.hybris.platform.b2b.punchout.populators.impl with type arguments of type Tax Modifier and Type Method Description voidDefaultOrderEntryOverridingPopulator. setTaxValuePopulator(Populator<Tax,java.util.Collection<TaxValue>> taxValuePopulator)voidDefaultOrderRequestCartPopulator. setTaxValuePopulator(Populator<Tax,java.util.Collection<TaxValue>> taxValuePopulator) -
Uses of Tax in org.cxml
Fields in org.cxml declared as Tax Modifier and Type Field Description protected TaxItemIn. taxprotected TaxItemOut. taxprotected TaxModification. taxprotected TaxOrderRequestHeader. taxprotected TaxPaymentStatus. taxprotected TaxPunchOutOrderMessageHeader. taxprotected TaxPurchaseRequisitionHeader. taxprotected TaxQuoteItemIn. taxprotected TaxQuoteItemOut. taxMethods in org.cxml that return Tax Modifier and Type Method Description TaxObjectFactory. createTax()Create an instance ofTaxTaxItemIn. getTax()Gets the value of the tax property.TaxItemOut. getTax()Gets the value of the tax property.TaxModification. getTax()Gets the value of the tax property.TaxOrderRequestHeader. getTax()Gets the value of the tax property.TaxPaymentStatus. getTax()Gets the value of the tax property.TaxPunchOutOrderMessageHeader. getTax()Gets the value of the tax property.TaxPurchaseRequisitionHeader. getTax()Gets the value of the tax property.TaxQuoteItemIn. getTax()Gets the value of the tax property.TaxQuoteItemOut. getTax()Gets the value of the tax property.Methods in org.cxml with parameters of type Tax Modifier and Type Method Description voidItemIn. setTax(Tax value)Sets the value of the tax property.voidItemOut. setTax(Tax value)Sets the value of the tax property.voidModification. setTax(Tax value)Sets the value of the tax property.voidOrderRequestHeader. setTax(Tax value)Sets the value of the tax property.voidPaymentStatus. setTax(Tax value)Sets the value of the tax property.voidPunchOutOrderMessageHeader. setTax(Tax value)Sets the value of the tax property.voidPurchaseRequisitionHeader. setTax(Tax value)Sets the value of the tax property.voidQuoteItemIn. setTax(Tax value)Sets the value of the tax property.voidQuoteItemOut. setTax(Tax value)Sets the value of the tax property.
-