| Package | Description |
|---|---|
| de.hybris.platform.entitlementcockpits.services.label.impl | |
| de.hybris.platform.entitlementservices.daos | |
| de.hybris.platform.entitlementservices.daos.impl | |
| de.hybris.platform.entitlementservices.entitlement | |
| de.hybris.platform.entitlementservices.entitlement.impl | |
| de.hybris.platform.entitlementservices.model |
Contains generated models for each type of de.hybris.platform.entitlementservices.jalo package.
|
| de.hybris.platform.entitlementservices.resource |
| Modifier and Type | Method and Description |
|---|---|
protected String |
EntitlementLabelProvider.getItemLabel(EntitlementModel item) |
| Modifier and Type | Method and Description |
|---|---|
EntitlementModel |
EntitlementDao.findEntitlementByCode(String code)
Finds the
EntitlementModel for the given code. |
| Modifier and Type | Method and Description |
|---|---|
EntitlementModel |
DefaultEntitlementDao.findEntitlementByCode(String id) |
| Modifier and Type | Method and Description |
|---|---|
EntitlementModel |
EntitlementService.getEntitlementForCode(String entitlementId)
This method returns the entitlement by entitlement id
entitlementId |
| Modifier and Type | Method and Description |
|---|---|
EntitlementModel |
DefaultEntitlementService.getEntitlementForCode(String entitlementId) |
| Modifier and Type | Method and Description |
|---|---|
EntitlementModel |
ProductEntitlementModel.getEntitlement()
Generated method - Getter of the
ProductEntitlement.entitlement attribute defined at extension entitlementservices. |
| Modifier and Type | Method and Description |
|---|---|
void |
ProductEntitlementModel.setEntitlement(EntitlementModel value)
Generated method - Setter of
ProductEntitlement.entitlement attribute defined at extension entitlementservices. |
| Constructor and Description |
|---|
ProductEntitlementModel(CatalogVersionModel _catalogVersion,
EntitlementModel _entitlement,
String _id,
ItemModel _owner,
ProductModel _subscriptionProduct)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
ProductEntitlementModel(EntitlementModel _entitlement,
ProductModel _subscriptionProduct)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
| Modifier and Type | Method and Description |
|---|---|
EntitlementModel |
EntitlementResource.getEntitlementModel()
Convenience method which just delegates to
#getResourceValue() |
protected EntitlementModel |
EntitlementResource.readResource(String resourceId)
Gets the
EntitlementModel resource which is addressed by current resource request. |
| Modifier and Type | Method and Description |
|---|---|
Collection<EntitlementModel> |
EntitlementsResource.getEntitlementsCollection()
Convenience method which just delegates to
#getResourceValue() |
| Modifier and Type | Method and Description |
|---|---|
void |
EntitlementResource.setEntitlementModel(EntitlementModel value)
Convenience method which just delegates to
#setResourceValue(EntitlementModel) |
| Modifier and Type | Method and Description |
|---|---|
void |
EntitlementsResource.setEntitlementsCollection(Collection<EntitlementModel> value)
Convenience method which just delegates to
#setResourceValue(Collection) |
Copyright © 2017 SAP SE. All Rights Reserved.