Uses of Class
de.hybris.platform.subscriptionservices.jalo.RecurringChargeEntry
-
Packages that use RecurringChargeEntry Package Description com.sap.hybris.saprevenuecloudproduct.jalo de.hybris.platform.subscriptionservices.jalo -
-
Uses of RecurringChargeEntry in com.sap.hybris.saprevenuecloudproduct.jalo
Methods in com.sap.hybris.saprevenuecloudproduct.jalo with parameters of type RecurringChargeEntry Modifier and Type Method Description java.lang.BooleanGeneratedSaprevenuecloudproductManager. isIsAdvanceBilled(SessionContext ctx, RecurringChargeEntry item)Generated method - Getter of theRecurringChargeEntry.isAdvanceBilledattribute.java.lang.BooleanGeneratedSaprevenuecloudproductManager. isIsAdvanceBilled(RecurringChargeEntry item)Generated method - Getter of theRecurringChargeEntry.isAdvanceBilledattribute.booleanGeneratedSaprevenuecloudproductManager. isIsAdvanceBilledAsPrimitive(SessionContext ctx, RecurringChargeEntry item)Generated method - Getter of theRecurringChargeEntry.isAdvanceBilledattribute.booleanGeneratedSaprevenuecloudproductManager. isIsAdvanceBilledAsPrimitive(RecurringChargeEntry item)Generated method - Getter of theRecurringChargeEntry.isAdvanceBilledattribute.java.lang.BooleanGeneratedSaprevenuecloudproductManager. isIsProrated(SessionContext ctx, RecurringChargeEntry item)Generated method - Getter of theRecurringChargeEntry.isProratedattribute.java.lang.BooleanGeneratedSaprevenuecloudproductManager. isIsProrated(RecurringChargeEntry item)Generated method - Getter of theRecurringChargeEntry.isProratedattribute.booleanGeneratedSaprevenuecloudproductManager. isIsProratedAsPrimitive(SessionContext ctx, RecurringChargeEntry item)Generated method - Getter of theRecurringChargeEntry.isProratedattribute.booleanGeneratedSaprevenuecloudproductManager. isIsProratedAsPrimitive(RecurringChargeEntry item)Generated method - Getter of theRecurringChargeEntry.isProratedattribute.voidGeneratedSaprevenuecloudproductManager. setIsAdvanceBilled(SessionContext ctx, RecurringChargeEntry item, boolean value)Generated method - Setter of theRecurringChargeEntry.isAdvanceBilledattribute.voidGeneratedSaprevenuecloudproductManager. setIsAdvanceBilled(SessionContext ctx, RecurringChargeEntry item, java.lang.Boolean value)Generated method - Setter of theRecurringChargeEntry.isAdvanceBilledattribute.voidGeneratedSaprevenuecloudproductManager. setIsAdvanceBilled(RecurringChargeEntry item, boolean value)Generated method - Setter of theRecurringChargeEntry.isAdvanceBilledattribute.voidGeneratedSaprevenuecloudproductManager. setIsAdvanceBilled(RecurringChargeEntry item, java.lang.Boolean value)Generated method - Setter of theRecurringChargeEntry.isAdvanceBilledattribute.voidGeneratedSaprevenuecloudproductManager. setIsProrated(SessionContext ctx, RecurringChargeEntry item, boolean value)Generated method - Setter of theRecurringChargeEntry.isProratedattribute.voidGeneratedSaprevenuecloudproductManager. setIsProrated(SessionContext ctx, RecurringChargeEntry item, java.lang.Boolean value)Generated method - Setter of theRecurringChargeEntry.isProratedattribute.voidGeneratedSaprevenuecloudproductManager. setIsProrated(RecurringChargeEntry item, boolean value)Generated method - Setter of theRecurringChargeEntry.isProratedattribute.voidGeneratedSaprevenuecloudproductManager. setIsProrated(RecurringChargeEntry item, java.lang.Boolean value)Generated method - Setter of theRecurringChargeEntry.isProratedattribute. -
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.
-