Uses of Class
de.hybris.platform.subscriptionservices.jalo.UsageCharge
-
Packages that use UsageCharge Package Description de.hybris.platform.subscriptionservices.jalo -
-
Uses of UsageCharge in de.hybris.platform.subscriptionservices.jalo
Subclasses of UsageCharge in de.hybris.platform.subscriptionservices.jalo Modifier and Type Class Description classGeneratedPerUnitUsageChargeGenerated class for typePerUnitUsageCharge.classGeneratedVolumeUsageChargeGenerated class for typeVolumeUsageCharge.classPerUnitUsageChargeclassVolumeUsageChargeFields in de.hybris.platform.subscriptionservices.jalo with type parameters of type UsageCharge Modifier and Type Field Description protected static OneToManyHandler<UsageCharge>GeneratedSubscriptionPricePlan. USAGECHARGESHANDLEROneToManyHandlerfor handling 1:n USAGECHARGES's relation attributes from 'many' side.Methods in de.hybris.platform.subscriptionservices.jalo that return UsageCharge Modifier and Type Method Description UsageChargeGeneratedUsageChargeEntry. getUsageCharge()Generated method - Getter of theUsageChargeEntry.usageChargeattribute.UsageChargeGeneratedUsageChargeEntry. getUsageCharge(SessionContext ctx)Generated method - Getter of theUsageChargeEntry.usageChargeattribute.Methods in de.hybris.platform.subscriptionservices.jalo that return types with arguments of type UsageCharge Modifier and Type Method Description java.util.Collection<UsageCharge>GeneratedSubscriptionPricePlan. getUsageCharges()Generated method - Getter of theSubscriptionPricePlan.usageChargesattribute.java.util.Collection<UsageCharge>GeneratedSubscriptionPricePlan. getUsageCharges(SessionContext ctx)Generated method - Getter of theSubscriptionPricePlan.usageChargesattribute.Methods in de.hybris.platform.subscriptionservices.jalo with parameters of type UsageCharge Modifier and Type Method Description voidGeneratedSubscriptionPricePlan. addToUsageCharges(SessionContext ctx, UsageCharge value)Generated method - Addsvalueto usageCharges.voidGeneratedSubscriptionPricePlan. addToUsageCharges(UsageCharge value)Generated method - Addsvalueto usageCharges.voidGeneratedSubscriptionPricePlan. removeFromUsageCharges(SessionContext ctx, UsageCharge value)Generated method - Removesvaluefrom usageCharges.voidGeneratedSubscriptionPricePlan. removeFromUsageCharges(UsageCharge value)Generated method - Removesvaluefrom usageCharges.voidGeneratedUsageChargeEntry. setUsageCharge(SessionContext ctx, UsageCharge value)Generated method - Setter of theUsageChargeEntry.usageChargeattribute.voidGeneratedUsageChargeEntry. setUsageCharge(UsageCharge value)Generated method - Setter of theUsageChargeEntry.usageChargeattribute.Method parameters in de.hybris.platform.subscriptionservices.jalo with type arguments of type UsageCharge Modifier and Type Method Description voidGeneratedSubscriptionPricePlan. setUsageCharges(SessionContext ctx, java.util.Collection<UsageCharge> value)Generated method - Setter of theSubscriptionPricePlan.usageChargesattribute.voidGeneratedSubscriptionPricePlan. setUsageCharges(java.util.Collection<UsageCharge> value)Generated method - Setter of theSubscriptionPricePlan.usageChargesattribute.
-