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.b2ctelcofacades.converters.populator
Classes in de.hybris.platform.b2ctelcofacades.converters.populator with type parameters of type OneTimeChargeEntryModelModifier and TypeClassDescriptionclassTmaOneTimeChargeEntryPopulator<SOURCE extends OneTimeChargeEntryModel,TARGET extends OneTimeChargeEntryData> PopulatesOneTimeChargeEntryDatawith basic attributes fromOneTimeChargeEntryModel.Methods in de.hybris.platform.b2ctelcofacades.converters.populator that return types with arguments of type OneTimeChargeEntryModelModifier and TypeMethodDescriptionprotected de.hybris.platform.servicelayer.dto.converter.Converter<OneTimeChargeEntryModel,OneTimeChargeEntryData> TmaSppOneTimeChargePopulator.getOneTimeChargeEntryConverter()Constructor parameters in de.hybris.platform.b2ctelcofacades.converters.populator with type arguments of type OneTimeChargeEntryModelModifierConstructorDescriptionTmaSppOneTimeChargePopulator(de.hybris.platform.servicelayer.dto.converter.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.