Uses of Class
de.hybris.platform.subscriptionservices.jalo.RecurringChargeEntry
-
Packages that use RecurringChargeEntry Package Description de.hybris.platform.subscriptionservices.jalo -
-
Uses of RecurringChargeEntry in de.hybris.platform.subscriptionservices.jalo
Fields in de.hybris.platform.subscriptionservices.jalo with type parameters of type RecurringChargeEntry Modifier and Type Field Description protected static OneToManyHandler<RecurringChargeEntry>GeneratedSubscriptionPricePlan. RECURRINGCHARGEENTRIESHANDLEROneToManyHandlerfor handling 1:n RECURRINGCHARGEENTRIES's relation attributes from 'many' side.Methods in de.hybris.platform.subscriptionservices.jalo that return RecurringChargeEntry Modifier and Type Method Description RecurringChargeEntryGeneratedSubscriptionservicesManager. createRecurringChargeEntry(SessionContext ctx, java.util.Map attributeValues)RecurringChargeEntryGeneratedSubscriptionservicesManager. createRecurringChargeEntry(java.util.Map attributeValues)Methods in de.hybris.platform.subscriptionservices.jalo that return types with arguments of type RecurringChargeEntry Modifier and Type Method Description java.util.Collection<RecurringChargeEntry>GeneratedSubscriptionPricePlan. getRecurringChargeEntries()Generated method - Getter of theSubscriptionPricePlan.recurringChargeEntriesattribute.java.util.Collection<RecurringChargeEntry>GeneratedSubscriptionPricePlan. getRecurringChargeEntries(SessionContext ctx)Generated method - Getter of theSubscriptionPricePlan.recurringChargeEntriesattribute.Methods in de.hybris.platform.subscriptionservices.jalo with parameters of type RecurringChargeEntry Modifier and Type Method Description voidGeneratedSubscriptionPricePlan. addToRecurringChargeEntries(SessionContext ctx, RecurringChargeEntry value)Generated method - Addsvalueto recurringChargeEntries.voidGeneratedSubscriptionPricePlan. addToRecurringChargeEntries(RecurringChargeEntry value)Generated method - Addsvalueto recurringChargeEntries.voidGeneratedSubscriptionPricePlan. removeFromRecurringChargeEntries(SessionContext ctx, RecurringChargeEntry value)Generated method - Removesvaluefrom recurringChargeEntries.voidGeneratedSubscriptionPricePlan. removeFromRecurringChargeEntries(RecurringChargeEntry value)Generated method - Removesvaluefrom recurringChargeEntries.Method parameters in de.hybris.platform.subscriptionservices.jalo with type arguments of type RecurringChargeEntry Modifier and Type Method Description voidGeneratedSubscriptionPricePlan. setRecurringChargeEntries(SessionContext ctx, java.util.Collection<RecurringChargeEntry> value)Generated method - Setter of theSubscriptionPricePlan.recurringChargeEntriesattribute.voidGeneratedSubscriptionPricePlan. setRecurringChargeEntries(java.util.Collection<RecurringChargeEntry> value)Generated method - Setter of theSubscriptionPricePlan.recurringChargeEntriesattribute.
-