| Package | Description |
|---|---|
| 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 |
|---|---|
protected java.lang.String |
RecurringChargeEntryLabelProvider.getItemLabel(RecurringChargeEntryModel model) |
| Modifier and Type | Class and Description |
|---|---|
class |
RecurringChargeEntryPopulator<SOURCE extends RecurringChargeEntryModel,TARGET extends RecurringChargeEntryData>
Populate DTO
RecurringChargeEntryData with data from RecurringChargeEntryModel. |
| Modifier and Type | Method and Description |
|---|---|
protected Converter<RecurringChargeEntryModel,RecurringChargeEntryData> |
SubscriptionPricePlanRecurringChargePopulator.getRecurringChargeEntryConverter() |
| Modifier and Type | Method and Description |
|---|---|
void |
SubscriptionPricePlanRecurringChargePopulator.setRecurringChargeEntryConverter(Converter<RecurringChargeEntryModel,RecurringChargeEntryData> recurringChargeEntryConverter) |
| Modifier and Type | Method and Description |
|---|---|
java.util.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(java.util.Collection<RecurringChargeEntryModel> value)
Generated method - Setter of
SubscriptionPricePlan.recurringChargeEntries attribute defined at extension subscriptionservices. |
java.util.Collection<java.lang.String> |
RecurringChargeEntryValidationService.validate(java.util.Collection<RecurringChargeEntryModel> recurringChargeEntries)
Validates the given collection of
RecurringChargeEntryModel instances. |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<RecurringChargeEntryModel> |
RecurringChargeEntryModelSortService.sort(java.util.Collection<RecurringChargeEntryModel> unsorted) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
DefaultRecurringChargeEntryValidationService.addErrorIfTermOfServiceNumberExceeded(java.util.Collection<java.lang.String> errors,
SubscriptionTermModel term,
RecurringChargeEntryModel rcEntry) |
protected void |
DefaultRecurringChargeEntryValidationService.addErrorIfTermOfServiceNumberNotReached(java.util.Collection<java.lang.String> errors,
SubscriptionTermModel term,
RecurringChargeEntryModel lastRecurringChargeEntry) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<RecurringChargeEntryModel> |
RecurringChargeEntryModelSortService.sort(java.util.Collection<RecurringChargeEntryModel> unsorted) |
java.util.Collection<java.lang.String> |
DefaultRecurringChargeEntryValidationService.validate(java.util.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
AbstractResource.getResourceValue() |
protected RecurringChargeEntryModel |
RecurringChargeEntryResource.readResource(java.lang.String resourceId)
Gets the
RecurringChargeEntryModel resource which is addressed by current resource request. |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<RecurringChargeEntryModel> |
RecurringChargeEntriesResource.getRecurringChargeEntriesCollection()
Convenience method which just delegates to
AbstractResource.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(java.util.Collection<RecurringChargeEntryModel> value)
Convenience method which just delegates to
#setResourceValue(Collection) |
Copyright © 2018 SAP SE. All Rights Reserved.