Uses of Class
de.hybris.platform.tuadatamodel.model.TuaPaymentPlanModel
Packages that use TuaPaymentPlanModel
Package
Description
Contains generated models for each type of de.hybris.platform.tuadatamodel.jalo package.
-
Uses of TuaPaymentPlanModel in de.hybris.platform.tuadatamodel.interceptors
Methods in de.hybris.platform.tuadatamodel.interceptors with parameters of type TuaPaymentPlanModelModifier and TypeMethodDescriptionvoidTuaPaymentPlanPrepareInterceptor.onPrepare(TuaPaymentPlanModel paymentPlanModel, de.hybris.platform.servicelayer.interceptor.InterceptorContext ctx) -
Uses of TuaPaymentPlanModel in de.hybris.platform.tuadatamodel.model
Methods in de.hybris.platform.tuadatamodel.model that return types with arguments of type TuaPaymentPlanModelModifier and TypeMethodDescriptionTuaBillingAccountModel.getPaymentPlans()Generated method - Getter of theTuaBillingAccount.paymentPlansattribute defined at extensiontuadatamodel.Method parameters in de.hybris.platform.tuadatamodel.model with type arguments of type TuaPaymentPlanModelModifier and TypeMethodDescriptionvoidTuaBillingAccountModel.setPaymentPlans(Set<TuaPaymentPlanModel> value) Generated method - Setter ofTuaBillingAccount.paymentPlansattribute defined at extensiontuadatamodel. -
Uses of TuaPaymentPlanModel in de.hybris.platform.tuawebservicesresources.mappers.paymentplan
Methods in de.hybris.platform.tuawebservicesresources.mappers.paymentplan with parameters of type TuaPaymentPlanModelModifier and TypeMethodDescriptionvoidPaymentPlanPaymentPeriodAttributeMapper.populateSourceAttributeFromTarget(PaymentPlan target, TuaPaymentPlanModel source, ma.glasnost.orika.MappingContext context) voidPaymentPlanPlanTypeAttributeMapper.populateSourceAttributeFromTarget(PaymentPlan target, TuaPaymentPlanModel source, ma.glasnost.orika.MappingContext context) voidPaymentPlanRefPaymentMethodAttributeMapper.populateSourceAttributeFromTarget(PaymentPlan target, TuaPaymentPlanModel source, ma.glasnost.orika.MappingContext context) voidPaymentPlanTotalAmountAttributeMapper.populateSourceAttributeFromTarget(PaymentPlan target, TuaPaymentPlanModel source, ma.glasnost.orika.MappingContext context) voidPaymentPlanValidForAttributeMapper.populateSourceAttributeFromTarget(PaymentPlan target, TuaPaymentPlanModel source, ma.glasnost.orika.MappingContext context) voidPaymentPlanNumberOfPaymentAttributeMapper.populateTargetAttributeFromSource(TuaPaymentPlanModel source, PaymentPlan target, ma.glasnost.orika.MappingContext context) voidPaymentPlanPaymentFrequencyAttributeMapper.populateTargetAttributeFromSource(TuaPaymentPlanModel source, PaymentPlan target, ma.glasnost.orika.MappingContext context) voidPaymentPlanPaymentPeriodAttributeMapper.populateTargetAttributeFromSource(TuaPaymentPlanModel source, PaymentPlan target, ma.glasnost.orika.MappingContext context) voidPaymentPlanPlanTypeAttributeMapper.populateTargetAttributeFromSource(TuaPaymentPlanModel source, PaymentPlan target, ma.glasnost.orika.MappingContext context) voidPaymentPlanRefPaymentMethodAttributeMapper.populateTargetAttributeFromSource(TuaPaymentPlanModel source, PaymentPlan target, ma.glasnost.orika.MappingContext context) voidPaymentPlanSchemaLocationAttributeMapper.populateTargetAttributeFromSource(TuaPaymentPlanModel source, PaymentPlan target, ma.glasnost.orika.MappingContext context) voidPaymentPlanTotalAmountAttributeMapper.populateTargetAttributeFromSource(TuaPaymentPlanModel source, PaymentPlan target, ma.glasnost.orika.MappingContext context) voidPaymentPlanTypeAttributeMapper.populateTargetAttributeFromSource(TuaPaymentPlanModel source, PaymentPlan target, ma.glasnost.orika.MappingContext context) voidPaymentPlanValidForAttributeMapper.populateTargetAttributeFromSource(TuaPaymentPlanModel source, PaymentPlan target, ma.glasnost.orika.MappingContext context)