| Package | Description |
|---|---|
| de.hybris.platform.subscriptioncockpits.services.label.impl | |
| 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 |
|---|---|
protected String |
OneTimeChargeEntryLabelProvider.getItemLabel(OneTimeChargeEntryModel model) |
| Modifier and Type | Method and Description |
|---|---|
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(Collection<OneTimeChargeEntryModel> value)
Generated method - Setter of
SubscriptionPricePlan.oneTimeChargeEntries attribute defined at extension subscriptionservices. |
Collection<String> |
OneTimeChargeEntryValidationService.validate(Collection<OneTimeChargeEntryModel> oneTimeChargeEntries)
Validates the given collection of
OneTimeChargeEntryModel instances. |
| Modifier and Type | Method and Description |
|---|---|
Collection<String> |
DefaultOneTimeChargeEntryValidationService.validate(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
#getResourceValue() |
protected OneTimeChargeEntryModel |
OneTimeChargeEntryResource.readResource(String resourceId)
Gets the
OneTimeChargeEntryModel resource which is addressed by current resource request. |
| Modifier and Type | Method and Description |
|---|---|
Collection<OneTimeChargeEntryModel> |
OneTimeChargeEntriesResource.getOneTimeChargeEntriesCollection()
Convenience method which just delegates to
#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(Collection<OneTimeChargeEntryModel> value)
Convenience method which just delegates to
#setResourceValue(Collection) |
Copyright © 2017 SAP SE. All Rights Reserved.