Uses of Class
de.hybris.platform.subscriptionservices.model.OneTimeChargeEntryModel
-
Packages that use OneTimeChargeEntryModel 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 OneTimeChargeEntryModel in de.hybris.platform.subscriptioncockpits.services.label.impl
Methods in de.hybris.platform.subscriptioncockpits.services.label.impl with parameters of type OneTimeChargeEntryModel Modifier and Type Method Description protected java.lang.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 OneTimeChargeEntryModel Modifier and Type Class Description classOneTimeChargeEntryPopulator<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 OneTimeChargeEntryModel Modifier and Type Method Description protected Converter<OneTimeChargeEntryModel,OneTimeChargeEntryData>SubscriptionPricePlanOneTimeChargePopulator. getOneTimeChargeEntryConverter()Method parameters in de.hybris.platform.subscriptionfacades.product.converters.populator with type arguments of type OneTimeChargeEntryModel Modifier and Type Method Description voidSubscriptionPricePlanOneTimeChargePopulator. 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 OneTimeChargeEntryModel Modifier and Type Method Description java.util.Collection<OneTimeChargeEntryModel>SubscriptionPricePlanModel. getOneTimeChargeEntries()Generated method - Getter of theSubscriptionPricePlan.oneTimeChargeEntriesattribute defined at extensionsubscriptionservices.Method parameters in de.hybris.platform.subscriptionservices.model with type arguments of type OneTimeChargeEntryModel Modifier and Type Method Description voidSubscriptionPricePlanModel. setOneTimeChargeEntries(java.util.Collection<OneTimeChargeEntryModel> value)Generated method - Setter ofSubscriptionPricePlan.oneTimeChargeEntriesattribute defined at extensionsubscriptionservices.java.util.Collection<java.lang.String>OneTimeChargeEntryValidationService. validate(java.util.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 OneTimeChargeEntryModel Modifier and Type Method Description java.util.Collection<java.lang.String>DefaultOneTimeChargeEntryValidationService. validate(java.util.Collection<OneTimeChargeEntryModel> oneTimeChargeEntries) -
Uses of OneTimeChargeEntryModel in de.hybris.platform.subscriptionservices.price
Methods in de.hybris.platform.subscriptionservices.price that return OneTimeChargeEntryModel Modifier and Type Method Description OneTimeChargeEntryModelSubscriptionCommercePriceService. 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 OneTimeChargeEntryModel Modifier and Type Method Description OneTimeChargeEntryModelDefaultSubscriptionCommercePriceService. getOneTimeChargeEntryPlan(SubscriptionPricePlanModel pricePlan, BillingEventModel billingEvent)
-