Uses of Class
de.hybris.platform.subscriptionservices.model.ChargeEntryModel
-
Packages that use ChargeEntryModel Package Description de.hybris.platform.b2ctelcoservices.model Contains generated models for each type of de.hybris.platform.b2ctelcoservices.jalo package.de.hybris.platform.b2ctelcoservices.pricing.comparator de.hybris.platform.b2ctelcoservices.pricing.strategy.builder.orderentry de.hybris.platform.subscriptionservices.model Contains generated models for each type of de.hybris.platform.subscriptionservices.jalo package. -
-
Uses of ChargeEntryModel in de.hybris.platform.b2ctelcoservices.model
Methods in de.hybris.platform.b2ctelcoservices.model with parameters of type ChargeEntryModel Modifier and Type Method Description protected SubscriptionPricePlanModelTmaBillingTimeChargeEntryAttribute. getSubscriptionPricePlan(ChargeEntryModel model) -
Uses of ChargeEntryModel in de.hybris.platform.b2ctelcoservices.pricing.comparator
Methods in de.hybris.platform.b2ctelcoservices.pricing.comparator with type parameters of type ChargeEntryModel Modifier and Type Method Description protected <T extends ChargeEntryModel>
intSubscriptionPricePlanModelComparator. compareCharges(java.util.Collection<T> charges1, java.util.Collection<T> charges2) -
Uses of ChargeEntryModel in de.hybris.platform.b2ctelcoservices.pricing.strategy.builder.orderentry
Methods in de.hybris.platform.b2ctelcoservices.pricing.strategy.builder.orderentry with parameters of type ChargeEntryModel Modifier and Type Method Description protected voidDefaultTmaAbstractOrderEntryPriceBuilder. populateBillingTime(ChargeEntryModel chargeEntry, TmaAbstractOrderChargePriceModel priceCharge)Populates theTmaAbstractOrderChargePriceModelwith the billing time information. -
Uses of ChargeEntryModel in de.hybris.platform.subscriptionservices.model
Subclasses of ChargeEntryModel in de.hybris.platform.subscriptionservices.model Modifier and Type Class Description classOneTimeChargeEntryModelGenerated model class for type OneTimeChargeEntry first defined at extension subscriptionservices.classOverageUsageChargeEntryModelGenerated model class for type OverageUsageChargeEntry first defined at extension subscriptionservices.classRecurringChargeEntryModelGenerated model class for type RecurringChargeEntry first defined at extension subscriptionservices.classTierUsageChargeEntryModelGenerated model class for type TierUsageChargeEntry first defined at extension subscriptionservices.classUsageChargeEntryModelGenerated model class for type UsageChargeEntry first defined at extension subscriptionservices.
-