Uses of Class
de.hybris.platform.tuawebservicesresources.v2.dto.Money
Packages that use Money
Package
Description
-
Uses of Money in de.hybris.platform.tuawebservicesresources.converters
Methods in de.hybris.platform.tuawebservicesresources.converters that return MoneyModifier and TypeMethodDescriptionTuaMoneyConverter.convertFrom(Double source, ma.glasnost.orika.metadata.Type<Money> destinationType, ma.glasnost.orika.MappingContext mappingContext) TuaMoneyFloatConverter.convertFrom(Float source, ma.glasnost.orika.metadata.Type<Money> destinationType, ma.glasnost.orika.MappingContext mappingContext) Methods in de.hybris.platform.tuawebservicesresources.converters with parameters of type MoneyModifier and TypeMethodDescriptionTuaMoneyConverter.convertTo(Money source, ma.glasnost.orika.metadata.Type<Double> destinationType, ma.glasnost.orika.MappingContext mappingContext) TuaMoneyFloatConverter.convertTo(Money source, ma.glasnost.orika.metadata.Type<Float> destinationType, ma.glasnost.orika.MappingContext mappingContext) Method parameters in de.hybris.platform.tuawebservicesresources.converters with type arguments of type MoneyModifier and TypeMethodDescriptionTuaMoneyConverter.convertFrom(Double source, ma.glasnost.orika.metadata.Type<Money> destinationType, ma.glasnost.orika.MappingContext mappingContext) TuaMoneyFloatConverter.convertFrom(Float source, ma.glasnost.orika.metadata.Type<Money> destinationType, ma.glasnost.orika.MappingContext mappingContext) -
Uses of Money in de.hybris.platform.tuawebservicesresources.services
Methods in de.hybris.platform.tuawebservicesresources.services with parameters of type MoneyModifier and TypeMethodDescriptionTuaCustomerBillManagementService.getCurrencyModel(Money money) It obtains the currency model considering the Money item given. -
Uses of Money in de.hybris.platform.tuawebservicesresources.services.impl
Methods in de.hybris.platform.tuawebservicesresources.services.impl with parameters of type MoneyModifier and TypeMethodDescriptionDefaultTuaCustomerBillManagementService.getCurrencyModel(Money money) -
Uses of Money in de.hybris.platform.tuawebservicesresources.v2.dto
Methods in de.hybris.platform.tuawebservicesresources.v2.dto that return MoneyModifier and TypeMethodDescription@NotNull @Valid MoneyAccountBalance.getAmount()Get amount@Valid MoneyCustomerBill.getAmountDue()Get amountDue@Valid MoneyAppliedPayment.getAppliedAmount()Get appliedAmount@Valid MoneyAccount.getCreditLimit()Get creditLimit@Valid MoneyBillingAccount.getCreditLimit()Get creditLimit@Valid MoneyFinancialAccount.getCreditLimit()Get creditLimit@Valid MoneyPartyAccount.getCreditLimit()Get creditLimit@Valid MoneySettlementAccount.getCreditLimit()Get creditLimit@Valid MoneyPrice.getDutyFreeAmount()Get dutyFreeAmount@Valid MoneyCustomerBill.getRemainingAmount()Get remainingAmount@Valid MoneyAppliedBillingTaxRate.getTaxAmount()Get taxAmount@Valid MoneyTaxItem.getTaxAmount()Get taxAmount@Valid MoneyAppliedCustomerBillingRate.getTaxExcludedAmount()Get taxExcludedAmount@Valid MoneyCustomerBill.getTaxExcludedAmount()Get taxExcludedAmount@Valid MoneyAppliedCustomerBillingRate.getTaxIncludedAmount()Get taxIncludedAmount@Valid MoneyCustomerBill.getTaxIncludedAmount()Get taxIncludedAmount@Valid MoneyPrice.getTaxIncludedAmount()Get taxIncludedAmount@Valid MoneyPaymentPlan.getTotalAmount()Get totalAmountMethods in de.hybris.platform.tuawebservicesresources.v2.dto with parameters of type MoneyModifier and TypeMethodDescriptionAppliedPayment.appliedAmount(Money appliedAmount) Account.creditLimit(Money creditLimit) BillingAccount.creditLimit(Money creditLimit) FinancialAccount.creditLimit(Money creditLimit) PartyAccount.creditLimit(Money creditLimit) SettlementAccount.creditLimit(Money creditLimit) Price.dutyFreeAmount(Money dutyFreeAmount) CustomerBill.remainingAmount(Money remainingAmount) voidvoidCustomerBill.setAmountDue(Money amountDue) voidAppliedPayment.setAppliedAmount(Money appliedAmount) voidAccount.setCreditLimit(Money creditLimit) voidBillingAccount.setCreditLimit(Money creditLimit) voidFinancialAccount.setCreditLimit(Money creditLimit) voidPartyAccount.setCreditLimit(Money creditLimit) voidSettlementAccount.setCreditLimit(Money creditLimit) voidPrice.setDutyFreeAmount(Money dutyFreeAmount) voidCustomerBill.setRemainingAmount(Money remainingAmount) voidAppliedBillingTaxRate.setTaxAmount(Money taxAmount) voidTaxItem.setTaxAmount(Money taxAmount) voidAppliedCustomerBillingRate.setTaxExcludedAmount(Money taxExcludedAmount) voidCustomerBill.setTaxExcludedAmount(Money taxExcludedAmount) voidAppliedCustomerBillingRate.setTaxIncludedAmount(Money taxIncludedAmount) voidCustomerBill.setTaxIncludedAmount(Money taxIncludedAmount) voidPrice.setTaxIncludedAmount(Money taxIncludedAmount) voidPaymentPlan.setTotalAmount(Money totalAmount) AppliedCustomerBillingRate.taxExcludedAmount(Money taxExcludedAmount) CustomerBill.taxExcludedAmount(Money taxExcludedAmount) AppliedCustomerBillingRate.taxIncludedAmount(Money taxIncludedAmount) CustomerBill.taxIncludedAmount(Money taxIncludedAmount) Price.taxIncludedAmount(Money taxIncludedAmount) PaymentPlan.totalAmount(Money totalAmount)