Uses of Class
de.hybris.platform.subscriptionservices.model.RecurringChargeEntryModel
-
Packages that use RecurringChargeEntryModel Package Description de.hybris.platform.b2ctelcofacades.converters.populator de.hybris.platform.b2ctelcoservices.compatibility.eligibility.solr.indexing.resolver de.hybris.platform.subscriptionservices.model Contains generated models for each type of de.hybris.platform.subscriptionservices.jalo package.de.hybris.platform.upilintegrationservices.populators -
-
Uses of RecurringChargeEntryModel in de.hybris.platform.b2ctelcofacades.converters.populator
Classes in de.hybris.platform.b2ctelcofacades.converters.populator with type parameters of type RecurringChargeEntryModel Modifier and Type Class Description classTmaRecurringChargeEntryPopulator<SOURCE extends RecurringChargeEntryModel,TARGET extends RecurringChargeEntryData>PopulatesRecurringChargeEntryDatawith basic attributes fromRecurringChargeEntryModel. -
Uses of RecurringChargeEntryModel in de.hybris.platform.b2ctelcoservices.compatibility.eligibility.solr.indexing.resolver
Method parameters in de.hybris.platform.b2ctelcoservices.compatibility.eligibility.solr.indexing.resolver with type arguments of type RecurringChargeEntryModel Modifier and Type Method Description protected intTmaRecurrentChargeSource. getIndex(java.util.Collection<RecurringChargeEntryModel> rces, java.lang.String param) -
Uses of RecurringChargeEntryModel in de.hybris.platform.subscriptionservices.model
Methods in de.hybris.platform.subscriptionservices.model that return types with arguments of type RecurringChargeEntryModel Modifier and Type Method Description java.util.Collection<RecurringChargeEntryModel>SubscriptionPricePlanModel. getRecurringChargeEntries()Generated method - Getter of theSubscriptionPricePlan.recurringChargeEntriesattribute defined at extensionsubscriptionservices.Method parameters in de.hybris.platform.subscriptionservices.model with type arguments of type RecurringChargeEntryModel Modifier and Type Method Description voidSubscriptionPricePlanModel. setRecurringChargeEntries(java.util.Collection<RecurringChargeEntryModel> value)Generated method - Setter ofSubscriptionPricePlan.recurringChargeEntriesattribute defined at extensionsubscriptionservices. -
Uses of RecurringChargeEntryModel in de.hybris.platform.upilintegrationservices.populators
Methods in de.hybris.platform.upilintegrationservices.populators that return types with arguments of type RecurringChargeEntryModel Modifier and Type Method Description protected de.hybris.platform.servicelayer.dto.converter.Converter<RecurringChargeEntryModel,I_UtilsProdChgRecurringType>UpilUtilitiesProductPopulator. getUpilRecurringChargesConverter()Methods in de.hybris.platform.upilintegrationservices.populators with parameters of type RecurringChargeEntryModel Modifier and Type Method Description voidUpilRecurringChargesPopulator. populate(RecurringChargeEntryModel source, I_UtilsProdChgRecurringType target)Method parameters in de.hybris.platform.upilintegrationservices.populators with type arguments of type RecurringChargeEntryModel Modifier and Type Method Description voidUpilUtilitiesProductPopulator. setUpilRecurringChargesConverter(de.hybris.platform.servicelayer.dto.converter.Converter<RecurringChargeEntryModel,I_UtilsProdChgRecurringType> upilRecurringChargesConverter)
-