Uses of Class
de.hybris.platform.subscriptionservices.jalo.OneTimeChargeEntry
-
Packages that use OneTimeChargeEntry Package Description de.hybris.platform.subscriptionservices.jalo -
-
Uses of OneTimeChargeEntry in de.hybris.platform.subscriptionservices.jalo
Fields in de.hybris.platform.subscriptionservices.jalo with type parameters of type OneTimeChargeEntry Modifier and Type Field Description protected static OneToManyHandler<OneTimeChargeEntry>GeneratedSubscriptionPricePlan. ONETIMECHARGEENTRIESHANDLEROneToManyHandlerfor handling 1:n ONETIMECHARGEENTRIES's relation attributes from 'many' side.Methods in de.hybris.platform.subscriptionservices.jalo that return OneTimeChargeEntry Modifier and Type Method Description OneTimeChargeEntryGeneratedSubscriptionservicesManager. createOneTimeChargeEntry(SessionContext ctx, java.util.Map attributeValues)OneTimeChargeEntryGeneratedSubscriptionservicesManager. createOneTimeChargeEntry(java.util.Map attributeValues)Methods in de.hybris.platform.subscriptionservices.jalo that return types with arguments of type OneTimeChargeEntry Modifier and Type Method Description java.util.Collection<OneTimeChargeEntry>GeneratedSubscriptionPricePlan. getOneTimeChargeEntries()Generated method - Getter of theSubscriptionPricePlan.oneTimeChargeEntriesattribute.java.util.Collection<OneTimeChargeEntry>GeneratedSubscriptionPricePlan. getOneTimeChargeEntries(SessionContext ctx)Generated method - Getter of theSubscriptionPricePlan.oneTimeChargeEntriesattribute.Methods in de.hybris.platform.subscriptionservices.jalo with parameters of type OneTimeChargeEntry Modifier and Type Method Description voidGeneratedSubscriptionPricePlan. addToOneTimeChargeEntries(SessionContext ctx, OneTimeChargeEntry value)Generated method - Addsvalueto oneTimeChargeEntries.voidGeneratedSubscriptionPricePlan. addToOneTimeChargeEntries(OneTimeChargeEntry value)Generated method - Addsvalueto oneTimeChargeEntries.voidGeneratedSubscriptionPricePlan. removeFromOneTimeChargeEntries(SessionContext ctx, OneTimeChargeEntry value)Generated method - Removesvaluefrom oneTimeChargeEntries.voidGeneratedSubscriptionPricePlan. removeFromOneTimeChargeEntries(OneTimeChargeEntry value)Generated method - Removesvaluefrom oneTimeChargeEntries.Method parameters in de.hybris.platform.subscriptionservices.jalo with type arguments of type OneTimeChargeEntry Modifier and Type Method Description voidGeneratedSubscriptionPricePlan. setOneTimeChargeEntries(SessionContext ctx, java.util.Collection<OneTimeChargeEntry> value)Generated method - Setter of theSubscriptionPricePlan.oneTimeChargeEntriesattribute.voidGeneratedSubscriptionPricePlan. setOneTimeChargeEntries(java.util.Collection<OneTimeChargeEntry> value)Generated method - Setter of theSubscriptionPricePlan.oneTimeChargeEntriesattribute.
-