Uses of Class
de.hybris.platform.subscriptionservices.model.RecurringChargeEntryModel
-
Packages that use RecurringChargeEntryModel Package Description de.hybris.platform.subscriptioncockpits.services.label.impl de.hybris.platform.subscriptionfacades.product.converters.populator de.hybris.platform.subscriptionservices.model Contains generated models for each type of de.hybris.platform.subscriptionservices.jalo package.de.hybris.platform.subscriptionservices.model.impl de.hybris.platform.subscriptionservices.price de.hybris.platform.subscriptionservices.price.impl -
-
Uses of RecurringChargeEntryModel in de.hybris.platform.subscriptioncockpits.services.label.impl
Methods in de.hybris.platform.subscriptioncockpits.services.label.impl with parameters of type RecurringChargeEntryModel Modifier and Type Method Description protected java.lang.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 RecurringChargeEntryModel Modifier and Type Class Description classRecurringChargeEntryPopulator<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 RecurringChargeEntryModel Modifier and Type Method Description protected Converter<RecurringChargeEntryModel,RecurringChargeEntryData>SubscriptionPricePlanRecurringChargePopulator. getRecurringChargeEntryConverter()Method parameters in de.hybris.platform.subscriptionfacades.product.converters.populator with type arguments of type RecurringChargeEntryModel Modifier and Type Method Description voidSubscriptionPricePlanRecurringChargePopulator. 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 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.java.util.Collection<java.lang.String>RecurringChargeEntryValidationService. validate(java.util.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 RecurringChargeEntryModel Modifier and Type Method Description java.util.List<RecurringChargeEntryModel>RecurringChargeEntryModelSortService. sort(java.util.Collection<RecurringChargeEntryModel> unsorted)Methods in de.hybris.platform.subscriptionservices.model.impl with parameters of type RecurringChargeEntryModel Modifier and Type Method Description protected voidDefaultRecurringChargeEntryValidationService. addErrorIfTermOfServiceNumberExceeded(java.util.Collection<java.lang.String> errors, SubscriptionTermModel term, RecurringChargeEntryModel rcEntry)protected voidDefaultRecurringChargeEntryValidationService. addErrorIfTermOfServiceNumberNotReached(java.util.Collection<java.lang.String> errors, SubscriptionTermModel term, RecurringChargeEntryModel lastRecurringChargeEntry)Method parameters in de.hybris.platform.subscriptionservices.model.impl with type arguments of type RecurringChargeEntryModel Modifier and Type Method Description java.util.List<RecurringChargeEntryModel>RecurringChargeEntryModelSortService. sort(java.util.Collection<RecurringChargeEntryModel> unsorted)java.util.Collection<java.lang.String>DefaultRecurringChargeEntryValidationService. validate(java.util.Collection<RecurringChargeEntryModel> recurringChargeEntries) -
Uses of RecurringChargeEntryModel in de.hybris.platform.subscriptionservices.price
Methods in de.hybris.platform.subscriptionservices.price that return RecurringChargeEntryModel Modifier and Type Method Description RecurringChargeEntryModelSubscriptionCommercePriceService. getFirstRecurringPriceFromPlan(SubscriptionPricePlanModel pricePlan)Returns the first recurring price of the givenSubscriptionPricePlanModel.RecurringChargeEntryModelSubscriptionCommercePriceService. 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 RecurringChargeEntryModel Modifier and Type Method Description RecurringChargeEntryModelDefaultSubscriptionCommercePriceService. getFirstRecurringPriceFromPlan(SubscriptionPricePlanModel pricePlan)RecurringChargeEntryModelDefaultSubscriptionCommercePriceService. getLastRecurringPriceFromPlan(SubscriptionPricePlanModel pricePlan)
-