Uses of Class
de.hybris.platform.tuadatamodel.model.TuaPartyPaymentItemModel
Packages that use TuaPartyPaymentItemModel
Package
Description
Contains generated models for each type of de.hybris.platform.tuadatamodel.jalo package.
-
Uses of TuaPartyPaymentItemModel in de.hybris.platform.tuadatamodel.interceptors
Methods in de.hybris.platform.tuadatamodel.interceptors with parameters of type TuaPartyPaymentItemModelModifier and TypeMethodDescriptionvoidTuaPartyPaymentItemPrepareInterceptor.onPrepare(TuaPartyPaymentItemModel partyPaymentItemModel, de.hybris.platform.servicelayer.interceptor.InterceptorContext interceptorContext) -
Uses of TuaPartyPaymentItemModel in de.hybris.platform.tuadatamodel.model
Methods in de.hybris.platform.tuadatamodel.model that return types with arguments of type TuaPartyPaymentItemModelModifier and TypeMethodDescriptionTuaPartyBillModel.getPaymentItems()Generated method - Getter of theTuaPartyBill.paymentItemsattribute defined at extensiontuadatamodel.TuaPartyPaymentModel.getPaymentItems()Generated method - Getter of theTuaPartyPayment.paymentItemsattribute defined at extensiontuadatamodel.Method parameters in de.hybris.platform.tuadatamodel.model with type arguments of type TuaPartyPaymentItemModelModifier and TypeMethodDescriptionvoidTuaPartyBillModel.setPaymentItems(Set<TuaPartyPaymentItemModel> value) Generated method - Setter ofTuaPartyBill.paymentItemsattribute defined at extensiontuadatamodel.voidTuaPartyPaymentModel.setPaymentItems(Set<TuaPartyPaymentItemModel> value) Generated method - Setter ofTuaPartyPayment.paymentItemsattribute defined at extensiontuadatamodel. -
Uses of TuaPartyPaymentItemModel in de.hybris.platform.tuawebservicesresources.mappers.appliedpayment
Methods in de.hybris.platform.tuawebservicesresources.mappers.appliedpayment with parameters of type TuaPartyPaymentItemModelModifier 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 TuaPartyPaymentItemModel in de.hybris.platform.tuawebservicesresources.mappers.customerbill
Methods in de.hybris.platform.tuawebservicesresources.mappers.customerbill that return types with arguments of type TuaPartyPaymentItemModelModifier and TypeMethodDescriptionCustomerBillAppliedPaymentAttributeMapper.getTuaPaymentItemResourceNormalizer()Constructor parameters in de.hybris.platform.tuawebservicesresources.mappers.customerbill with type arguments of type TuaPartyPaymentItemModelModifierConstructorDescriptionCustomerBillAppliedPaymentAttributeMapper(String sourceAttributeName, String targetAttributeName, ma.glasnost.orika.MapperFacade mapperFacade, TuaEntityResourceNormalizer<AppliedPayment, TuaPartyPaymentItemModel> tuaPaymentItemResourceNormalizer)