Uses of Class
de.hybris.platform.subscriptionservices.model.OneTimeChargeEntryModel
Packages that use OneTimeChargeEntryModel
Package
Description
Contains generated models for each type of com.sap.hybris.sapcpqsbintegration.jalo package.
Contains generated models for each type of de.hybris.platform.subscriptionservices.jalo package.
-
Uses of OneTimeChargeEntryModel in com.sap.hybris.sapcpqsbintegration.model
Methods in com.sap.hybris.sapcpqsbintegration.model that return types with arguments of type OneTimeChargeEntryModelModifier and TypeMethodDescriptionCpqSubscriptionDetailModel.getOneTimeChargeEntries()Generated method - Getter of theCpqSubscriptionDetail.oneTimeChargeEntriesattribute defined at extensionsapcpqsbintegration.Method parameters in com.sap.hybris.sapcpqsbintegration.model with type arguments of type OneTimeChargeEntryModelModifier and TypeMethodDescriptionvoidCpqSubscriptionDetailModel.setOneTimeChargeEntries(Collection<OneTimeChargeEntryModel> value) Generated method - Setter ofCpqSubscriptionDetail.oneTimeChargeEntriesattribute defined at extensionsapcpqsbintegration. -
Uses of OneTimeChargeEntryModel in com.sap.hybris.sapcpqsbquotefacades.populator
Methods in com.sap.hybris.sapcpqsbquotefacades.populator that return types with arguments of type OneTimeChargeEntryModelModifier and TypeMethodDescriptionprotected de.hybris.platform.servicelayer.dto.converter.Converter<OneTimeChargeEntryModel,OneTimeChargeEntryData> DefaultSapCpqSubscriptionPricePlanPopulator.getOneTimeChargeEntryConverter()Method parameters in com.sap.hybris.sapcpqsbquotefacades.populator with type arguments of type OneTimeChargeEntryModelModifier and TypeMethodDescriptionvoidDefaultSapCpqSubscriptionPricePlanPopulator.setOneTimeChargeEntryConverter(de.hybris.platform.servicelayer.dto.converter.Converter<OneTimeChargeEntryModel, OneTimeChargeEntryData> oneTimeChargeEntryConverter) -
Uses of OneTimeChargeEntryModel in com.sap.hybris.saprevenuecloudproduct.inbound
Methods in com.sap.hybris.saprevenuecloudproduct.inbound that return OneTimeChargeEntryModelModifier and TypeMethodDescriptionSapRevenueCloudProductInboudHelper.checkForPayNowChargeEntry(SubscriptionPricePlanModel pricePlanModel) Deprecated, for removal: This API element is subject to removal in a future version.Checks if anyOneTimeChargeEntryModelwithBillingEventModelwith code 'paynow' present.Methods in com.sap.hybris.saprevenuecloudproduct.inbound with parameters of type OneTimeChargeEntryModelModifier and TypeMethodDescriptionvoidSapRevenueCloudProductInboudHelper.updatePayNowChargeEntry(SubscriptionPricePlanModel pricePlanModel, OneTimeChargeEntryModel payNowCharge) Deprecated, for removal: This API element is subject to removal in a future version.Update theOneTimeChargeEntryModel's price value with the sum of all otherOneTimeChargeEntryModelprice value associated to the specificSubscriptionPricePlanModel -
Uses of OneTimeChargeEntryModel in de.hybris.platform.sap.saprevenuecloudorder.populators
Classes in de.hybris.platform.sap.saprevenuecloudorder.populators with type parameters of type OneTimeChargeEntryModelModifier and TypeClassDescriptionclassDefaultSAPRevenueCloudOneTimeChargeEntryPopulator<SOURCE extends OneTimeChargeEntryModel,TARGET extends OneTimeChargeEntryData> Populate DTOOneTimeChargeEntryDatawith data fromOneTimeChargeEntryModel. -
Uses of OneTimeChargeEntryModel in de.hybris.platform.subscriptionservices.model
Methods in de.hybris.platform.subscriptionservices.model that return types with arguments of type OneTimeChargeEntryModelModifier and TypeMethodDescriptionSubscriptionPricePlanModel.getOneTimeChargeEntries()Generated method - Getter of theSubscriptionPricePlan.oneTimeChargeEntriesattribute defined at extensionsubscriptionservices.Method parameters in de.hybris.platform.subscriptionservices.model with type arguments of type OneTimeChargeEntryModelModifier and TypeMethodDescriptionvoidSubscriptionPricePlanModel.setOneTimeChargeEntries(Collection<OneTimeChargeEntryModel> value) Generated method - Setter ofSubscriptionPricePlan.oneTimeChargeEntriesattribute defined at extensionsubscriptionservices.