| 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 |
RecurringChargeEntryLabelProvider.getItemLabel(RecurringChargeEntryModel model) |
| Modifier and Type | Method and Description |
|---|---|
Collection<RecurringChargeEntryModel> |
SubscriptionPricePlanModel.getRecurringChargeEntries()
Generated method - Getter of the
SubscriptionPricePlan.recurringChargeEntries attribute defined at extension subscriptionservices. |
| Modifier and Type | Method and Description |
|---|---|
void |
SubscriptionPricePlanModel.setRecurringChargeEntries(Collection<RecurringChargeEntryModel> value)
Generated method - Setter of
SubscriptionPricePlan.recurringChargeEntries attribute defined at extension subscriptionservices. |
Collection<String> |
RecurringChargeEntryValidationService.validate(Collection<RecurringChargeEntryModel> recurringChargeEntries)
Validates the given collection of
RecurringChargeEntryModel instances. |
| Modifier and Type | Method and Description |
|---|---|
List<RecurringChargeEntryModel> |
RecurringChargeEntryModelSortService.sort(Collection<RecurringChargeEntryModel> unsorted) |
| Modifier and Type | Method and Description |
|---|---|
List<RecurringChargeEntryModel> |
RecurringChargeEntryModelSortService.sort(Collection<RecurringChargeEntryModel> unsorted) |
Collection<String> |
DefaultRecurringChargeEntryValidationService.validate(Collection<RecurringChargeEntryModel> recurringChargeEntries) |
| Modifier and Type | Method and Description |
|---|---|
RecurringChargeEntryModel |
SubscriptionCommercePriceService.getFirstRecurringPriceFromPlan(SubscriptionPricePlanModel pricePlan)
Returns the first recurring price of the given
SubscriptionPricePlanModel. |
RecurringChargeEntryModel |
SubscriptionCommercePriceService.getLastRecurringPriceFromPlan(SubscriptionPricePlanModel pricePlan)
Returns the last recurring price of the given
SubscriptionPricePlanModel. |
| Modifier and Type | Method and Description |
|---|---|
RecurringChargeEntryModel |
DefaultSubscriptionCommercePriceService.getFirstRecurringPriceFromPlan(SubscriptionPricePlanModel pricePlan) |
RecurringChargeEntryModel |
DefaultSubscriptionCommercePriceService.getLastRecurringPriceFromPlan(SubscriptionPricePlanModel pricePlan) |
| Modifier and Type | Method and Description |
|---|---|
RecurringChargeEntryModel |
RecurringChargeEntryResource.getRecurringChargeEntryModel()
Convenience method which just delegates to
#getResourceValue() |
protected RecurringChargeEntryModel |
RecurringChargeEntryResource.readResource(String resourceId)
Gets the
RecurringChargeEntryModel resource which is addressed by current resource request. |
| Modifier and Type | Method and Description |
|---|---|
Collection<RecurringChargeEntryModel> |
RecurringChargeEntriesResource.getRecurringChargeEntriesCollection()
Convenience method which just delegates to
#getResourceValue() |
| Modifier and Type | Method and Description |
|---|---|
void |
RecurringChargeEntryResource.setRecurringChargeEntryModel(RecurringChargeEntryModel value)
Convenience method which just delegates to
#setResourceValue(RecurringChargeEntryModel) |
| Modifier and Type | Method and Description |
|---|---|
void |
RecurringChargeEntriesResource.setRecurringChargeEntriesCollection(Collection<RecurringChargeEntryModel> value)
Convenience method which just delegates to
#setResourceValue(Collection) |
Copyright © 2017 SAP SE. All Rights Reserved.