| Package | Description |
|---|---|
| de.hybris.platform.subscriptionservices.resource |
| Modifier and Type | Method and Description |
|---|---|
SubscriptionModel |
SubscriptionResource.getSubscriptionModel()
Convenience method which just delegates to
AbstractResource.getResourceValue() |
protected SubscriptionModel |
SubscriptionResource.readResource(java.lang.String resourceId)
Gets the
SubscriptionModel resource which is addressed by current resource request. |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<SubscriptionModel> |
SubscriptionsResource.getSubscriptionsCollection()
Convenience method which just delegates to
AbstractResource.getResourceValue() |
| Modifier and Type | Method and Description |
|---|---|
void |
SubscriptionResource.setSubscriptionModel(SubscriptionModel value)
Convenience method which just delegates to
#setResourceValue(SubscriptionModel) |
| Modifier and Type | Method and Description |
|---|---|
void |
SubscriptionsResource.setSubscriptionsCollection(java.util.Collection<SubscriptionModel> value)
Convenience method which just delegates to
#setResourceValue(Collection) |
Copyright © 2018 SAP SE. All Rights Reserved.