Uses of Class
de.hybris.platform.core.model.order.payment.TuaDirectDebitPaymentInfoModel
Packages that use TuaDirectDebitPaymentInfoModel
Package
Description
-
Uses of TuaDirectDebitPaymentInfoModel in de.hybris.platform.b2ctelcofacades.converters.populator
Methods in de.hybris.platform.b2ctelcofacades.converters.populator with parameters of type TuaDirectDebitPaymentInfoModelModifier and TypeMethodDescriptionvoidTuaDirectDebitPaymentInfoPopulator.populate(TuaDirectDebitPaymentInfoModel source, TuaDirectDebitPaymentInfoData target) -
Uses of TuaDirectDebitPaymentInfoModel in de.hybris.platform.b2ctelcofacades.directdebit.impl
Methods in de.hybris.platform.b2ctelcofacades.directdebit.impl that return types with arguments of type TuaDirectDebitPaymentInfoModelModifier and TypeMethodDescriptionprotected de.hybris.platform.servicelayer.dto.converter.Converter<TuaDirectDebitPaymentInfoModel,TuaDirectDebitPaymentInfoData> DefaultTmaDirectDebitPaymentInfoFacade.getTmaDirectDebitPaymentInfoConverter()Constructor parameters in de.hybris.platform.b2ctelcofacades.directdebit.impl with type arguments of type TuaDirectDebitPaymentInfoModelModifierConstructorDescriptionDefaultTmaDirectDebitPaymentInfoFacade(TmaDirectDebitPaymentInfoService tmaDirectDebitPaymentInfoService, TmaGenericItemService tmaGenericItemService, de.hybris.platform.servicelayer.user.UserService userService, de.hybris.platform.servicelayer.dto.converter.Converter<TuaDirectDebitPaymentInfoModel, TuaDirectDebitPaymentInfoData> tmaDirectDebitPaymentInfoConverter) Constructor method ofTmaDirectDebitPaymentInfoFacade -
Uses of TuaDirectDebitPaymentInfoModel in de.hybris.platform.b2ctelcofacades.order.converters.populator
Methods in de.hybris.platform.b2ctelcofacades.order.converters.populator that return types with arguments of type TuaDirectDebitPaymentInfoModelModifier and TypeMethodDescriptionprotected de.hybris.platform.servicelayer.dto.converter.Converter<TuaDirectDebitPaymentInfoModel,TuaDirectDebitPaymentInfoData> TmaCcPaymentInfoDirectDebitPopulator.getTmaDirectDebitPaymentInfoConverter()protected de.hybris.platform.servicelayer.dto.converter.Converter<TuaDirectDebitPaymentInfoModel,CCPaymentInfoData> TmaAbstractOrderPopulator.getTuaDirectDebitPaymentInfoConverter()Methods in de.hybris.platform.b2ctelcofacades.order.converters.populator with parameters of type TuaDirectDebitPaymentInfoModelModifier and TypeMethodDescriptionvoidTmaCcPaymentInfoDirectDebitPopulator.populate(TuaDirectDebitPaymentInfoModel source, CCPaymentInfoData target) Constructor parameters in de.hybris.platform.b2ctelcofacades.order.converters.populator with type arguments of type TuaDirectDebitPaymentInfoModelModifierConstructorDescriptionTmaAbstractOrderPopulator(de.hybris.platform.servicelayer.dto.converter.Converter<TuaDirectDebitPaymentInfoModel, CCPaymentInfoData> tuaDirectDebitPaymentInfoConverter) TmaCcPaymentInfoDirectDebitPopulator(de.hybris.platform.servicelayer.dto.converter.Converter<TuaDirectDebitPaymentInfoModel, TuaDirectDebitPaymentInfoData> tmaDirectDebitPaymentInfoConverter) -
Uses of TuaDirectDebitPaymentInfoModel in de.hybris.platform.b2ctelcoservices.daos
Methods in de.hybris.platform.b2ctelcoservices.daos that return TuaDirectDebitPaymentInfoModelModifier and TypeMethodDescriptionTmaDirectDebitPaymentInfoDao.getTuaDirectDebitPaymentInfoFor(String userId) Search for the direct debit objects associated with the given userId. -
Uses of TuaDirectDebitPaymentInfoModel in de.hybris.platform.b2ctelcoservices.daos.impl
Methods in de.hybris.platform.b2ctelcoservices.daos.impl that return TuaDirectDebitPaymentInfoModelModifier and TypeMethodDescriptionDefaultTmaDirectDebitPaymentInfoDao.getTuaDirectDebitPaymentInfoFor(String userId) -
Uses of TuaDirectDebitPaymentInfoModel in de.hybris.platform.b2ctelcoservices.services
Methods in de.hybris.platform.b2ctelcoservices.services that return TuaDirectDebitPaymentInfoModelModifier and TypeMethodDescriptionTmaDirectDebitPaymentInfoService.createTuaDirectDebitPaymentInfo(String userId) Create new direct debit object for the user.TmaDirectDebitPaymentInfoService.getTuaDirectDebitPaymentInfoFor(ItemModel owner) Get an existing direct debit object for ownerTmaDirectDebitPaymentInfoService.getTuaDirectDebitPaymentInfoFor(String userId) Get an existing direct debit object for user -
Uses of TuaDirectDebitPaymentInfoModel in de.hybris.platform.b2ctelcoservices.services.impl
Methods in de.hybris.platform.b2ctelcoservices.services.impl that return TuaDirectDebitPaymentInfoModelModifier and TypeMethodDescriptionDefaultTmaDirectDebitPaymentInfoService.createTuaDirectDebitPaymentInfo(String userId) DefaultTmaDirectDebitPaymentInfoService.getTuaDirectDebitPaymentInfoFor(ItemModel owner) DefaultTmaDirectDebitPaymentInfoService.getTuaDirectDebitPaymentInfoFor(String userId) -
Uses of TuaDirectDebitPaymentInfoModel in de.hybris.platform.tuadatamodel.interceptors
Methods in de.hybris.platform.tuadatamodel.interceptors with parameters of type TuaDirectDebitPaymentInfoModelModifier and TypeMethodDescriptionvoidTuaDirectDebitPaymentInfoPrepareInterceptor.onPrepare(TuaDirectDebitPaymentInfoModel tuaDirectDebitPaymentInfoModel, de.hybris.platform.servicelayer.interceptor.InterceptorContext interceptorContext)