| Package | Description |
|---|---|
| de.hybris.platform.core.model.user |
Contains generated models for each type of de.hybris.platform.jalo.user package.
|
| de.hybris.platform.europe1.dynamic | |
| de.hybris.platform.europe1.resource |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<GlobalDiscountRowModel> |
UserModel.getEurope1Discounts()
Generated method - Getter of the
User.europe1Discounts dynamic attribute defined at extension europe1. |
java.util.Collection<GlobalDiscountRowModel> |
UserModel.getOwnEurope1Discounts()
Generated method - Getter of the
User.ownEurope1Discounts attribute defined at extension europe1. |
| Modifier and Type | Method and Description |
|---|---|
void |
UserModel.setEurope1Discounts(java.util.Collection<GlobalDiscountRowModel> value)
Generated method - Setter of
User.europe1Discounts dynamic attribute defined at extension europe1. |
void |
UserModel.setOwnEurope1Discounts(java.util.Collection<GlobalDiscountRowModel> value)
Generated method - Setter of
User.ownEurope1Discounts attribute defined at extension europe1. |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<GlobalDiscountRowModel> |
UserEurope1DiscountsAttributeHandler.get(UserModel model) |
| Modifier and Type | Method and Description |
|---|---|
void |
UserEurope1DiscountsAttributeHandler.set(UserModel model,
java.util.Collection<GlobalDiscountRowModel> globalDiscountRowModels) |
| Modifier and Type | Method and Description |
|---|---|
GlobalDiscountRowModel |
GlobalDiscountRowResource.getGlobalDiscountRowModel()
Convenience method which just delegates to
AbstractResource.getResourceValue() |
protected GlobalDiscountRowModel |
GlobalDiscountRowResource.readResource(java.lang.String resourceId)
Gets the
GlobalDiscountRowModel resource which is addressed by current resource request. |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<GlobalDiscountRowModel> |
GlobalDiscountRowsResource.getGlobalDiscountRowsCollection()
Convenience method which just delegates to
AbstractResource.getResourceValue() |
| Modifier and Type | Method and Description |
|---|---|
void |
GlobalDiscountRowResource.setGlobalDiscountRowModel(GlobalDiscountRowModel value)
Convenience method which just delegates to
#setResourceValue(GlobalDiscountRowModel) |
| Modifier and Type | Method and Description |
|---|---|
void |
GlobalDiscountRowsResource.setGlobalDiscountRowsCollection(java.util.Collection<GlobalDiscountRowModel> value)
Convenience method which just delegates to
#setResourceValue(Collection) |
Copyright © 2018 SAP SE. All Rights Reserved.