Uses of Class
de.hybris.platform.subscriptionservices.jalo.UsageCharge
-
Packages that use UsageCharge Package Description com.sap.hybris.saprevenuecloudproduct.jalo de.hybris.platform.subscriptionservices.jalo -
-
Uses of UsageCharge in com.sap.hybris.saprevenuecloudproduct.jalo
Methods in com.sap.hybris.saprevenuecloudproduct.jalo with parameters of type UsageCharge Modifier and Type Method Description java.lang.IntegerGeneratedSaprevenuecloudproductManager. getBlockSize(SessionContext ctx, UsageCharge item)Generated method - Getter of theUsageCharge.blockSizeattribute.java.lang.IntegerGeneratedSaprevenuecloudproductManager. getBlockSize(UsageCharge item)Generated method - Getter of theUsageCharge.blockSizeattribute.intGeneratedSaprevenuecloudproductManager. getBlockSizeAsPrimitive(SessionContext ctx, UsageCharge item)Generated method - Getter of theUsageCharge.blockSizeattribute.intGeneratedSaprevenuecloudproductManager. getBlockSizeAsPrimitive(UsageCharge item)Generated method - Getter of theUsageCharge.blockSizeattribute.java.lang.IntegerGeneratedSaprevenuecloudproductManager. getMinBlocks(SessionContext ctx, UsageCharge item)Generated method - Getter of theUsageCharge.minBlocksattribute.java.lang.IntegerGeneratedSaprevenuecloudproductManager. getMinBlocks(UsageCharge item)Generated method - Getter of theUsageCharge.minBlocksattribute.intGeneratedSaprevenuecloudproductManager. getMinBlocksAsPrimitive(SessionContext ctx, UsageCharge item)Generated method - Getter of theUsageCharge.minBlocksattribute.intGeneratedSaprevenuecloudproductManager. getMinBlocksAsPrimitive(UsageCharge item)Generated method - Getter of theUsageCharge.minBlocksattribute.voidGeneratedSaprevenuecloudproductManager. setBlockSize(SessionContext ctx, UsageCharge item, int value)Generated method - Setter of theUsageCharge.blockSizeattribute.voidGeneratedSaprevenuecloudproductManager. setBlockSize(SessionContext ctx, UsageCharge item, java.lang.Integer value)Generated method - Setter of theUsageCharge.blockSizeattribute.voidGeneratedSaprevenuecloudproductManager. setBlockSize(UsageCharge item, int value)Generated method - Setter of theUsageCharge.blockSizeattribute.voidGeneratedSaprevenuecloudproductManager. setBlockSize(UsageCharge item, java.lang.Integer value)Generated method - Setter of theUsageCharge.blockSizeattribute.voidGeneratedSaprevenuecloudproductManager. setMinBlocks(SessionContext ctx, UsageCharge item, int value)Generated method - Setter of theUsageCharge.minBlocksattribute.voidGeneratedSaprevenuecloudproductManager. setMinBlocks(SessionContext ctx, UsageCharge item, java.lang.Integer value)Generated method - Setter of theUsageCharge.minBlocksattribute.voidGeneratedSaprevenuecloudproductManager. setMinBlocks(UsageCharge item, int value)Generated method - Setter of theUsageCharge.minBlocksattribute.voidGeneratedSaprevenuecloudproductManager. setMinBlocks(UsageCharge item, java.lang.Integer value)Generated method - Setter of theUsageCharge.minBlocksattribute. -
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.
-