Uses of Class
de.hybris.platform.subscriptionservices.jalo.RecurringChargeEntry
Packages that use RecurringChargeEntry
-
Uses of RecurringChargeEntry in de.hybris.platform.subscriptionservices.jalo
Fields in de.hybris.platform.subscriptionservices.jalo with type parameters of type RecurringChargeEntryModifier and TypeFieldDescriptionprotected static final OneToManyHandler<RecurringChargeEntry>GeneratedSubscriptionPricePlan.RECURRINGCHARGEENTRIESHANDLEROneToManyHandlerfor handling 1:n RECURRINGCHARGEENTRIES's relation attributes from 'many' side.Methods in de.hybris.platform.subscriptionservices.jalo that return RecurringChargeEntryModifier and TypeMethodDescriptionGeneratedSubscriptionservicesManager.createRecurringChargeEntry(SessionContext ctx, Map attributeValues) GeneratedSubscriptionservicesManager.createRecurringChargeEntry(Map attributeValues) Methods in de.hybris.platform.subscriptionservices.jalo that return types with arguments of type RecurringChargeEntryModifier and TypeMethodDescriptionGeneratedSubscriptionPricePlan.getRecurringChargeEntries()Generated method - Getter of theSubscriptionPricePlan.recurringChargeEntriesattribute.GeneratedSubscriptionPricePlan.getRecurringChargeEntries(SessionContext ctx) Generated method - Getter of theSubscriptionPricePlan.recurringChargeEntriesattribute.Methods in de.hybris.platform.subscriptionservices.jalo with parameters of type RecurringChargeEntryModifier and TypeMethodDescriptionvoidGeneratedSubscriptionPricePlan.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 RecurringChargeEntryModifier and TypeMethodDescriptionvoidGeneratedSubscriptionPricePlan.setRecurringChargeEntries(SessionContext ctx, Collection<RecurringChargeEntry> value) Generated method - Setter of theSubscriptionPricePlan.recurringChargeEntriesattribute.voidGeneratedSubscriptionPricePlan.setRecurringChargeEntries(Collection<RecurringChargeEntry> value) Generated method - Setter of theSubscriptionPricePlan.recurringChargeEntriesattribute.