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. ONETIMECHARGEENTRIESHANDLER
OneToManyHandler
for 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 OneTimeChargeEntry
GeneratedSubscriptionservicesManager. createOneTimeChargeEntry(SessionContext ctx, java.util.Map attributeValues)
OneTimeChargeEntry
GeneratedSubscriptionservicesManager. 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.oneTimeChargeEntries
attribute.java.util.Collection<OneTimeChargeEntry>
GeneratedSubscriptionPricePlan. getOneTimeChargeEntries(SessionContext ctx)
Generated method - Getter of theSubscriptionPricePlan.oneTimeChargeEntries
attribute.Methods in de.hybris.platform.subscriptionservices.jalo with parameters of type OneTimeChargeEntry Modifier and Type Method Description void
GeneratedSubscriptionPricePlan. addToOneTimeChargeEntries(SessionContext ctx, OneTimeChargeEntry value)
Generated method - Addsvalue
to oneTimeChargeEntries.void
GeneratedSubscriptionPricePlan. addToOneTimeChargeEntries(OneTimeChargeEntry value)
Generated method - Addsvalue
to oneTimeChargeEntries.void
GeneratedSubscriptionPricePlan. removeFromOneTimeChargeEntries(SessionContext ctx, OneTimeChargeEntry value)
Generated method - Removesvalue
from oneTimeChargeEntries.void
GeneratedSubscriptionPricePlan. removeFromOneTimeChargeEntries(OneTimeChargeEntry value)
Generated method - Removesvalue
from oneTimeChargeEntries.Method parameters in de.hybris.platform.subscriptionservices.jalo with type arguments of type OneTimeChargeEntry Modifier and Type Method Description void
GeneratedSubscriptionPricePlan. setOneTimeChargeEntries(SessionContext ctx, java.util.Collection<OneTimeChargeEntry> value)
Generated method - Setter of theSubscriptionPricePlan.oneTimeChargeEntries
attribute.void
GeneratedSubscriptionPricePlan. setOneTimeChargeEntries(java.util.Collection<OneTimeChargeEntry> value)
Generated method - Setter of theSubscriptionPricePlan.oneTimeChargeEntries
attribute.
-