Uses of Class
de.hybris.platform.subscriptionservices.model.RecurringChargeEntryModel
Packages that use RecurringChargeEntryModel
Package
Description
Contains generated models for each type of de.hybris.platform.subscriptionservices.jalo package.
-
Uses of RecurringChargeEntryModel in de.hybris.platform.subscriptioncockpits.services.label.impl
Methods in de.hybris.platform.subscriptioncockpits.services.label.impl with parameters of type RecurringChargeEntryModelModifier and TypeMethodDescriptionprotected StringRecurringChargeEntryLabelProvider.getItemLabel(RecurringChargeEntryModel model) -
Uses of RecurringChargeEntryModel in de.hybris.platform.subscriptionfacades.product.converters.populator
Classes in de.hybris.platform.subscriptionfacades.product.converters.populator with type parameters of type RecurringChargeEntryModelModifier and TypeClassDescriptionclassRecurringChargeEntryPopulator<SOURCE extends RecurringChargeEntryModel,TARGET extends RecurringChargeEntryData> Populate DTORecurringChargeEntryDatawith data fromRecurringChargeEntryModel.Methods in de.hybris.platform.subscriptionfacades.product.converters.populator that return types with arguments of type RecurringChargeEntryModelModifier and TypeMethodDescriptionSubscriptionPricePlanRecurringChargePopulator.getRecurringChargeEntryConverter()Method parameters in de.hybris.platform.subscriptionfacades.product.converters.populator with type arguments of type RecurringChargeEntryModelModifier and TypeMethodDescriptionvoidSubscriptionPricePlanRecurringChargePopulator.setRecurringChargeEntryConverter(Converter<RecurringChargeEntryModel, RecurringChargeEntryData> recurringChargeEntryConverter) -
Uses of RecurringChargeEntryModel in de.hybris.platform.subscriptionservices.model
Methods in de.hybris.platform.subscriptionservices.model that return types with arguments of type RecurringChargeEntryModelModifier and TypeMethodDescriptionSubscriptionPricePlanModel.getRecurringChargeEntries()Generated method - Getter of theSubscriptionPricePlan.recurringChargeEntriesattribute defined at extensionsubscriptionservices.Method parameters in de.hybris.platform.subscriptionservices.model with type arguments of type RecurringChargeEntryModelModifier and TypeMethodDescriptionvoidSubscriptionPricePlanModel.setRecurringChargeEntries(Collection<RecurringChargeEntryModel> value) Generated method - Setter ofSubscriptionPricePlan.recurringChargeEntriesattribute defined at extensionsubscriptionservices.RecurringChargeEntryValidationService.validate(Collection<RecurringChargeEntryModel> recurringChargeEntries) Validates the given collection ofRecurringChargeEntryModelinstances. -
Uses of RecurringChargeEntryModel in de.hybris.platform.subscriptionservices.model.impl
Methods in de.hybris.platform.subscriptionservices.model.impl that return types with arguments of type RecurringChargeEntryModelModifier and TypeMethodDescriptionRecurringChargeEntryModelSortService.sort(Collection<RecurringChargeEntryModel> unsorted) Methods in de.hybris.platform.subscriptionservices.model.impl with parameters of type RecurringChargeEntryModelModifier and TypeMethodDescriptionprotected voidDefaultRecurringChargeEntryValidationService.addErrorIfTermOfServiceNumberExceeded(Collection<String> errors, SubscriptionTermModel term, RecurringChargeEntryModel rcEntry) protected voidDefaultRecurringChargeEntryValidationService.addErrorIfTermOfServiceNumberNotReached(Collection<String> errors, SubscriptionTermModel term, RecurringChargeEntryModel lastRecurringChargeEntry) Method parameters in de.hybris.platform.subscriptionservices.model.impl with type arguments of type RecurringChargeEntryModelModifier and TypeMethodDescriptionRecurringChargeEntryModelSortService.sort(Collection<RecurringChargeEntryModel> unsorted) DefaultRecurringChargeEntryValidationService.validate(Collection<RecurringChargeEntryModel> recurringChargeEntries) -
Uses of RecurringChargeEntryModel in de.hybris.platform.subscriptionservices.price
Methods in de.hybris.platform.subscriptionservices.price that return RecurringChargeEntryModelModifier and TypeMethodDescriptionSubscriptionCommercePriceService.getFirstRecurringPriceFromPlan(SubscriptionPricePlanModel pricePlan) Returns the first recurring price of the givenSubscriptionPricePlanModel.SubscriptionCommercePriceService.getLastRecurringPriceFromPlan(SubscriptionPricePlanModel pricePlan) Returns the last recurring price of the givenSubscriptionPricePlanModel. -
Uses of RecurringChargeEntryModel in de.hybris.platform.subscriptionservices.price.impl
Methods in de.hybris.platform.subscriptionservices.price.impl that return RecurringChargeEntryModelModifier and TypeMethodDescriptionDefaultSubscriptionCommercePriceService.getFirstRecurringPriceFromPlan(SubscriptionPricePlanModel pricePlan) DefaultSubscriptionCommercePriceService.getLastRecurringPriceFromPlan(SubscriptionPricePlanModel pricePlan)