| Package | Description |
|---|---|
| de.hybris.platform.core.model.product |
Contains generated models for each type of de.hybris.platform.jalo.product package.
|
| de.hybris.platform.core.model.user |
Contains generated models for each type of de.hybris.platform.jalo.user package.
|
| de.hybris.platform.customerinterestsservices.model |
Contains generated models for each type of de.hybris.platform.customerinterestsservices.jalo package.
|
| de.hybris.platform.customerinterestsservices.resource |
| Modifier and Type | Method and Description |
|---|---|
Collection<ProductInterestModel> |
ProductModel.getProductInterests()
Generated method - Getter of the
Product.productInterests attribute defined at extension customerinterestsservices. |
| Modifier and Type | Method and Description |
|---|---|
void |
ProductModel.setProductInterests(Collection<ProductInterestModel> value)
Generated method - Setter of
Product.productInterests attribute defined at extension customerinterestsservices. |
| Modifier and Type | Method and Description |
|---|---|
Collection<ProductInterestModel> |
CustomerModel.getProductInterests()
Generated method - Getter of the
Customer.productInterests attribute defined at extension customerinterestsservices. |
| Modifier and Type | Method and Description |
|---|---|
void |
CustomerModel.setProductInterests(Collection<ProductInterestModel> value)
Generated method - Setter of
Customer.productInterests attribute defined at extension customerinterestsservices. |
| Modifier and Type | Method and Description |
|---|---|
ProductInterestModel |
ProductInterestsProcessModel.getProductInterest()
Generated method - Getter of the
ProductInterestsProcess.productInterest attribute defined at extension customerinterestsservices. |
| Modifier and Type | Method and Description |
|---|---|
void |
ProductInterestsProcessModel.setProductInterest(ProductInterestModel value)
Generated method - Setter of
ProductInterestsProcess.productInterest attribute defined at extension customerinterestsservices. |
| Modifier and Type | Method and Description |
|---|---|
ProductInterestModel |
ProductInterestResource.getProductInterestModel()
Convenience method which just delegates to
#getResourceValue() |
protected ProductInterestModel |
ProductInterestResource.readResource(String resourceId)
Gets the
ProductInterestModel resource which is addressed by current resource request. |
| Modifier and Type | Method and Description |
|---|---|
Collection<ProductInterestModel> |
ProductInterestsResource.getProductInterestsCollection()
Convenience method which just delegates to
#getResourceValue() |
| Modifier and Type | Method and Description |
|---|---|
void |
ProductInterestResource.setProductInterestModel(ProductInterestModel value)
Convenience method which just delegates to
#setResourceValue(ProductInterestModel) |
| Modifier and Type | Method and Description |
|---|---|
void |
ProductInterestsResource.setProductInterestsCollection(Collection<ProductInterestModel> value)
Convenience method which just delegates to
#setResourceValue(Collection) |
Copyright © 2017 SAP SE. All Rights Reserved.