| Package | Description |
|---|---|
| com.sap.hybris.saprevenuecloudproduct.inbound | |
| de.hybris.platform.subscriptioncockpits.services.label.impl | |
| de.hybris.platform.subscriptionfacades.product.converters.populator | |
| de.hybris.platform.subscriptionservices.model |
Contains generated models for each type of de.hybris.platform.subscriptionservices.jalo package.
|
| de.hybris.platform.subscriptionservices.model.impl | |
| de.hybris.platform.subscriptionservices.price | |
| de.hybris.platform.subscriptionservices.price.impl | |
| de.hybris.platform.subscriptionservices.resource |
| Modifier and Type | Method and Description |
|---|---|
OneTimeChargeEntryModel |
SapRevenueCloudProductInboudHelper.checkForPayNowChargeEntry(SubscriptionPricePlanModel pricePlanModel)
Deprecated.
Checks if any
OneTimeChargeEntryModel with BillingEventModel with code 'paynow' present. |
| Modifier and Type | Method and Description |
|---|---|
void |
SapRevenueCloudProductInboudHelper.updatePayNowChargeEntry(SubscriptionPricePlanModel pricePlanModel,
OneTimeChargeEntryModel payNowCharge)
Deprecated.
Update the
OneTimeChargeEntryModel's price value with the sum of all other OneTimeChargeEntryModel
price value associated to the specific SubscriptionPricePlanModel |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.String |
OneTimeChargeEntryLabelProvider.getItemLabel(OneTimeChargeEntryModel model) |
| Modifier and Type | Class and Description |
|---|---|
class |
OneTimeChargeEntryPopulator<SOURCE extends OneTimeChargeEntryModel,TARGET extends OneTimeChargeEntryData>
Populate DTO
OneTimeChargeEntryData with data from OneTimeChargeEntryModel. |
| Modifier and Type | Method and Description |
|---|---|
protected Converter<OneTimeChargeEntryModel,OneTimeChargeEntryData> |
SubscriptionPricePlanOneTimeChargePopulator.getOneTimeChargeEntryConverter() |
| Modifier and Type | Method and Description |
|---|---|
void |
SubscriptionPricePlanOneTimeChargePopulator.setOneTimeChargeEntryConverter(Converter<OneTimeChargeEntryModel,OneTimeChargeEntryData> oneTimeChargeEntryConverter) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<OneTimeChargeEntryModel> |
SubscriptionPricePlanModel.getOneTimeChargeEntries()
Generated method - Getter of the
SubscriptionPricePlan.oneTimeChargeEntries attribute defined at extension subscriptionservices. |
| Modifier and Type | Method and Description |
|---|---|
void |
SubscriptionPricePlanModel.setOneTimeChargeEntries(java.util.Collection<OneTimeChargeEntryModel> value)
Generated method - Setter of
SubscriptionPricePlan.oneTimeChargeEntries attribute defined at extension subscriptionservices. |
java.util.Collection<java.lang.String> |
OneTimeChargeEntryValidationService.validate(java.util.Collection<OneTimeChargeEntryModel> oneTimeChargeEntries)
Validates the given collection of
OneTimeChargeEntryModel instances. |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<java.lang.String> |
DefaultOneTimeChargeEntryValidationService.validate(java.util.Collection<OneTimeChargeEntryModel> oneTimeChargeEntries) |
| Modifier and Type | Method and Description |
|---|---|
OneTimeChargeEntryModel |
SubscriptionCommercePriceService.getOneTimeChargeEntryPlan(SubscriptionPricePlanModel pricePlan,
BillingEventModel billingEvent)
Returns the one time charge entry of the given
SubscriptionPricePlanModel. |
| Modifier and Type | Method and Description |
|---|---|
OneTimeChargeEntryModel |
DefaultSubscriptionCommercePriceService.getOneTimeChargeEntryPlan(SubscriptionPricePlanModel pricePlan,
BillingEventModel billingEvent) |
| Modifier and Type | Method and Description |
|---|---|
OneTimeChargeEntryModel |
OneTimeChargeEntryResource.getOneTimeChargeEntryModel()
Convenience method which just delegates to
AbstractResource.getResourceValue() |
protected OneTimeChargeEntryModel |
OneTimeChargeEntryResource.readResource(java.lang.String resourceId)
Gets the
OneTimeChargeEntryModel resource which is addressed by current resource request. |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<OneTimeChargeEntryModel> |
OneTimeChargeEntriesResource.getOneTimeChargeEntriesCollection()
Convenience method which just delegates to
AbstractResource.getResourceValue() |
| Modifier and Type | Method and Description |
|---|---|
void |
OneTimeChargeEntryResource.setOneTimeChargeEntryModel(OneTimeChargeEntryModel value)
Convenience method which just delegates to
#setResourceValue(OneTimeChargeEntryModel) |
| Modifier and Type | Method and Description |
|---|---|
void |
OneTimeChargeEntriesResource.setOneTimeChargeEntriesCollection(java.util.Collection<OneTimeChargeEntryModel> value)
Convenience method which just delegates to
#setResourceValue(Collection) |
Copyright © 2018 SAP SE. All Rights Reserved.