Uses of Class
de.hybris.platform.tuawebservicesresources.v2.dto.AppliedPayment
Packages that use AppliedPayment
Package
Description
-
Uses of AppliedPayment in de.hybris.platform.tuawebservicesresources.mappers.appliedpayment
Methods in de.hybris.platform.tuawebservicesresources.mappers.appliedpayment with parameters of type AppliedPaymentModifier and TypeMethodDescriptionvoidAppliedPaymentAppliedAmountAttributeMapper.populateSourceAttributeFromTarget(AppliedPayment target, TuaPartyPaymentItemModel source, ma.glasnost.orika.MappingContext context) voidAppliedPaymentAttributeMapper.populateSourceAttributeFromTarget(AppliedPayment target, TuaPartyPaymentItemModel source, ma.glasnost.orika.MappingContext context) voidAppliedPaymentAppliedAmountAttributeMapper.populateTargetAttributeFromSource(TuaPartyPaymentItemModel source, AppliedPayment target, ma.glasnost.orika.MappingContext context) voidAppliedPaymentAttributeMapper.populateTargetAttributeFromSource(TuaPartyPaymentItemModel source, AppliedPayment target, ma.glasnost.orika.MappingContext context) voidAppliedPaymentAtTypeAttributeMapper.populateTargetAttributeFromSource(TuaPartyPaymentItemModel source, AppliedPayment target, ma.glasnost.orika.MappingContext context) voidAppliedPaymentSchemaLocationAttributeMapper.populateTargetAttributeFromSource(TuaPartyPaymentItemModel source, AppliedPayment target, ma.glasnost.orika.MappingContext context) -
Uses of AppliedPayment in de.hybris.platform.tuawebservicesresources.mappers.customerbill
Methods in de.hybris.platform.tuawebservicesresources.mappers.customerbill that return types with arguments of type AppliedPaymentModifier and TypeMethodDescriptionCustomerBillAppliedPaymentAttributeMapper.getTuaPaymentItemResourceNormalizer()Constructor parameters in de.hybris.platform.tuawebservicesresources.mappers.customerbill with type arguments of type AppliedPaymentModifierConstructorDescriptionCustomerBillAppliedPaymentAttributeMapper(String sourceAttributeName, String targetAttributeName, ma.glasnost.orika.MapperFacade mapperFacade, TuaEntityResourceNormalizer<AppliedPayment, TuaPartyPaymentItemModel> tuaPaymentItemResourceNormalizer) -
Uses of AppliedPayment in de.hybris.platform.tuawebservicesresources.v2.dto
Methods in de.hybris.platform.tuawebservicesresources.v2.dto that return AppliedPaymentModifier and TypeMethodDescriptionAppliedPayment.appliedAmount(Money appliedAmount) AppliedPayment.atBaseType(String atBaseType) AppliedPayment.atSchemaLocation(String atSchemaLocation) AppliedPayment.payment(PaymentRef payment) Methods in de.hybris.platform.tuawebservicesresources.v2.dto that return types with arguments of type AppliedPaymentModifier and TypeMethodDescription@Valid List<AppliedPayment>CustomerBill.getAppliedPayment()Get appliedPaymentMethods in de.hybris.platform.tuawebservicesresources.v2.dto with parameters of type AppliedPaymentModifier and TypeMethodDescriptionCustomerBill.addAppliedPaymentItem(AppliedPayment appliedPaymentItem) Method parameters in de.hybris.platform.tuawebservicesresources.v2.dto with type arguments of type AppliedPaymentModifier and TypeMethodDescriptionCustomerBill.appliedPayment(List<AppliedPayment> appliedPayment) voidCustomerBill.setAppliedPayment(List<AppliedPayment> appliedPayment)