Uses of Class
de.hybris.platform.subscriptionservices.model.OneTimeChargeEntryModel
Packages that use OneTimeChargeEntryModel
Package
Description
Contains generated models for each type of de.hybris.platform.subscriptionservices.jalo package.
-
Uses of OneTimeChargeEntryModel in de.hybris.platform.subscriptioncockpits.services.label.impl
Methods in de.hybris.platform.subscriptioncockpits.services.label.impl with parameters of type OneTimeChargeEntryModelModifier and TypeMethodDescriptionprotected StringOneTimeChargeEntryLabelProvider.getItemLabel(OneTimeChargeEntryModel model) -
Uses of OneTimeChargeEntryModel in de.hybris.platform.subscriptionfacades.product.converters.populator
Classes in de.hybris.platform.subscriptionfacades.product.converters.populator with type parameters of type OneTimeChargeEntryModelModifier and TypeClassDescriptionclassOneTimeChargeEntryPopulator<SOURCE extends OneTimeChargeEntryModel,TARGET extends OneTimeChargeEntryData> Populate DTOOneTimeChargeEntryDatawith data fromOneTimeChargeEntryModel.Methods in de.hybris.platform.subscriptionfacades.product.converters.populator that return types with arguments of type OneTimeChargeEntryModelModifier and TypeMethodDescriptionSubscriptionPricePlanOneTimeChargePopulator.getOneTimeChargeEntryConverter()Method parameters in de.hybris.platform.subscriptionfacades.product.converters.populator with type arguments of type OneTimeChargeEntryModelModifier and TypeMethodDescriptionvoidSubscriptionPricePlanOneTimeChargePopulator.setOneTimeChargeEntryConverter(Converter<OneTimeChargeEntryModel, OneTimeChargeEntryData> oneTimeChargeEntryConverter) -
Uses of OneTimeChargeEntryModel in de.hybris.platform.subscriptionservices.model
Methods in de.hybris.platform.subscriptionservices.model that return types with arguments of type OneTimeChargeEntryModelModifier and TypeMethodDescriptionSubscriptionPricePlanModel.getOneTimeChargeEntries()Generated method - Getter of theSubscriptionPricePlan.oneTimeChargeEntriesattribute defined at extensionsubscriptionservices.Method parameters in de.hybris.platform.subscriptionservices.model with type arguments of type OneTimeChargeEntryModelModifier and TypeMethodDescriptionvoidSubscriptionPricePlanModel.setOneTimeChargeEntries(Collection<OneTimeChargeEntryModel> value) Generated method - Setter ofSubscriptionPricePlan.oneTimeChargeEntriesattribute defined at extensionsubscriptionservices.OneTimeChargeEntryValidationService.validate(Collection<OneTimeChargeEntryModel> oneTimeChargeEntries) Validates the given collection ofOneTimeChargeEntryModelinstances. -
Uses of OneTimeChargeEntryModel in de.hybris.platform.subscriptionservices.model.impl
Method parameters in de.hybris.platform.subscriptionservices.model.impl with type arguments of type OneTimeChargeEntryModelModifier and TypeMethodDescriptionDefaultOneTimeChargeEntryValidationService.validate(Collection<OneTimeChargeEntryModel> oneTimeChargeEntries) -
Uses of OneTimeChargeEntryModel in de.hybris.platform.subscriptionservices.price
Methods in de.hybris.platform.subscriptionservices.price that return OneTimeChargeEntryModelModifier and TypeMethodDescriptionSubscriptionCommercePriceService.getOneTimeChargeEntryPlan(SubscriptionPricePlanModel pricePlan, BillingEventModel billingEvent) Returns the one time charge entry of the givenSubscriptionPricePlanModel. -
Uses of OneTimeChargeEntryModel in de.hybris.platform.subscriptionservices.price.impl
Methods in de.hybris.platform.subscriptionservices.price.impl that return OneTimeChargeEntryModelModifier and TypeMethodDescriptionDefaultSubscriptionCommercePriceService.getOneTimeChargeEntryPlan(SubscriptionPricePlanModel pricePlan, BillingEventModel billingEvent)