Uses of Class
de.hybris.platform.subscriptionservices.model.OneTimeChargeEntryModel
-
Packages that use OneTimeChargeEntryModel Package Description de.hybris.platform.b2ctelcofacades.converters.populator de.hybris.platform.subscriptionservices.model Contains generated models for each type of de.hybris.platform.subscriptionservices.jalo package.de.hybris.platform.upilintegrationservices.populators -
-
Uses of OneTimeChargeEntryModel in de.hybris.platform.b2ctelcofacades.converters.populator
Classes in de.hybris.platform.b2ctelcofacades.converters.populator with type parameters of type OneTimeChargeEntryModel Modifier and Type Class Description classTmaOneTimeChargeEntryPopulator<SOURCE extends OneTimeChargeEntryModel,TARGET extends OneTimeChargeEntryData>PopulatesOneTimeChargeEntryDatawith basic attributes fromOneTimeChargeEntryModel. -
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. -
Uses of OneTimeChargeEntryModel in de.hybris.platform.upilintegrationservices.populators
Methods in de.hybris.platform.upilintegrationservices.populators that return types with arguments of type OneTimeChargeEntryModel Modifier and Type Method Description protected de.hybris.platform.servicelayer.dto.converter.Converter<OneTimeChargeEntryModel,I_UtilsProdChgOneTimeType>UpilUtilitiesProductPopulator. getUpilOneTimeChargesConverter()Methods in de.hybris.platform.upilintegrationservices.populators with parameters of type OneTimeChargeEntryModel Modifier and Type Method Description voidUpilOneTimeChargesPopulator. populate(OneTimeChargeEntryModel source, I_UtilsProdChgOneTimeType target)Method parameters in de.hybris.platform.upilintegrationservices.populators with type arguments of type OneTimeChargeEntryModel Modifier and Type Method Description voidUpilUtilitiesProductPopulator. setUpilOneTimeChargesConverter(de.hybris.platform.servicelayer.dto.converter.Converter<OneTimeChargeEntryModel,I_UtilsProdChgOneTimeType> upilOneTimeChargesConverter)
-