| Package | Description |
|---|---|
| de.hybris.platform.b2b.model |
Contains generated models for each type of de.hybris.platform.b2b.jalo package.
|
| de.hybris.platform.core.model.product |
Contains generated models for each type of de.hybris.platform.jalo.product package.
|
| de.hybris.platform.core.model.test |
Contains generated models for each type of de.hybris.platform.jalo.test package.
|
| de.hybris.platform.core.model.user |
Contains generated models for each type of de.hybris.platform.jalo.user package.
|
| de.hybris.platform.customerreview | |
| de.hybris.platform.customerreview.dao | |
| de.hybris.platform.customerreview.dao.impl | |
| de.hybris.platform.customerreview.impl | |
| de.hybris.platform.customerreview.resource | |
| de.hybris.platform.customersupportbackoffice.labelproviders | |
| de.hybris.platform.financialservices.model |
Contains generated models for each type of de.hybris.platform.financialservices.jalo package.
|
| Constructor and Description |
|---|
B2BCustomerModel(Collection<CustomerReviewModel> _customerReviews,
String _email,
boolean _loginDisabled,
ItemModel _owner,
String _uid)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
| Modifier and Type | Method and Description |
|---|---|
Collection<CustomerReviewModel> |
ProductModel.getProductReviews()
Generated method - Getter of the
Product.productReviews attribute defined at extension customerreview. |
| Modifier and Type | Method and Description |
|---|---|
void |
ProductModel.setProductReviews(Collection<CustomerReviewModel> value)
Generated method - Setter of
Product.productReviews attribute defined at extension customerreview. |
| Constructor and Description |
|---|
TestEmployeeModel(Collection<CustomerReviewModel> _customerReviews,
boolean _loginDisabled,
ItemModel _owner,
String _uid)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
| Modifier and Type | Method and Description |
|---|---|
Collection<CustomerReviewModel> |
UserModel.getCustomerReviews()
Generated method - Getter of the
User.customerReviews attribute defined at extension customerreview. |
| Modifier and Type | Method and Description |
|---|---|
void |
UserModel.setCustomerReviews(Collection<CustomerReviewModel> value)
Generated method - Initial setter of
User.customerReviews attribute defined at extension customerreview. |
| Constructor and Description |
|---|
CustomerModel(Collection<CustomerReviewModel> _customerReviews,
boolean _loginDisabled,
ItemModel _owner,
String _uid)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
EmployeeModel(Collection<CustomerReviewModel> _customerReviews,
boolean _loginDisabled,
ItemModel _owner,
String _uid)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
UserModel(Collection<CustomerReviewModel> _customerReviews,
boolean _loginDisabled,
ItemModel _owner,
String _uid)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
| Modifier and Type | Method and Description |
|---|---|
CustomerReviewModel |
CustomerReviewService.createCustomerReview(Double rating,
String headline,
String comment,
UserModel user,
ProductModel product) |
| Modifier and Type | Method and Description |
|---|---|
List<CustomerReviewModel> |
CustomerReviewService.getAllReviews(ProductModel product) |
List<CustomerReviewModel> |
CustomerReviewService.getReviewsForCustomer(UserModel userModel)
Get the reviews for the specified customer.
|
List<CustomerReviewModel> |
CustomerReviewService.getReviewsForProduct(ProductModel product)
Get the reviews for the specified product.
|
List<CustomerReviewModel> |
CustomerReviewService.getReviewsForProductAndLanguage(ProductModel product,
LanguageModel language)
Get the reviews for the specified product in the specified language.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CustomerReviewService.updateCustomerReview(CustomerReviewModel model,
UserModel user,
ProductModel product) |
| Modifier and Type | Method and Description |
|---|---|
List<CustomerReviewModel> |
CustomerReviewDao.getReviewsForCustomer(UserModel userModel)
Get the reviews for the specified customer.
|
List<CustomerReviewModel> |
CustomerReviewDao.getReviewsForProduct(ProductModel product)
Get the reviews for the specified product.
|
List<CustomerReviewModel> |
CustomerReviewDao.getReviewsForProductAndLanguage(ProductModel product,
LanguageModel language)
Get the reviews for the specified product in the specified language.
|
| Modifier and Type | Method and Description |
|---|---|
List<CustomerReviewModel> |
DefaultCustomerReviewDao.getReviewsForCustomer(UserModel customer) |
List<CustomerReviewModel> |
DefaultCustomerReviewDao.getReviewsForProduct(ProductModel product) |
List<CustomerReviewModel> |
DefaultCustomerReviewDao.getReviewsForProductAndLanguage(ProductModel product,
LanguageModel language) |
| Modifier and Type | Method and Description |
|---|---|
CustomerReviewModel |
DefaultCustomerReviewService.createCustomerReview(Double rating,
String headline,
String comment,
UserModel user,
ProductModel product) |
| Modifier and Type | Method and Description |
|---|---|
List<CustomerReviewModel> |
DefaultCustomerReviewService.getAllReviews(ProductModel product) |
List<CustomerReviewModel> |
DefaultCustomerReviewService.getReviewsForCustomer(UserModel userModel) |
List<CustomerReviewModel> |
DefaultCustomerReviewService.getReviewsForProduct(ProductModel product) |
List<CustomerReviewModel> |
DefaultCustomerReviewService.getReviewsForProductAndLanguage(ProductModel product,
LanguageModel language) |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultCustomerReviewService.updateCustomerReview(CustomerReviewModel model,
UserModel user,
ProductModel product) |
| Modifier and Type | Method and Description |
|---|---|
CustomerReviewModel |
CustomerReviewResource.getCustomerReviewModel()
Convenience method which just delegates to
#getResourceValue() |
protected CustomerReviewModel |
CustomerReviewResource.readResource(String resourceId)
Gets the
CustomerReviewModel resource which is addressed by current resource request. |
| Modifier and Type | Method and Description |
|---|---|
Collection<CustomerReviewModel> |
CustomerReviewsResource.getCustomerReviewsCollection()
Convenience method which just delegates to
#getResourceValue() |
| Modifier and Type | Method and Description |
|---|---|
void |
CustomerReviewResource.setCustomerReviewModel(CustomerReviewModel value)
Convenience method which just delegates to
#setResourceValue(CustomerReviewModel) |
| Modifier and Type | Method and Description |
|---|---|
void |
CustomerReviewsResource.setCustomerReviewsCollection(Collection<CustomerReviewModel> value)
Convenience method which just delegates to
#setResourceValue(Collection) |
| Modifier and Type | Method and Description |
|---|---|
void |
ReviewsBlockedLabelRenderer.render(Listcell parent,
ListColumn configuration,
CustomerReviewModel customerReview,
DataType dataType,
WidgetInstanceManager widgetInstanceManager) |
| Constructor and Description |
|---|
AgentModel(Collection<CustomerReviewModel> _customerReviews,
boolean _loginDisabled,
ItemModel _owner,
String _uid)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
Copyright © 2017 SAP SE. All Rights Reserved.