Class ReviewDataPopulator
java.lang.Object
de.hybris.platform.assistedservicefacades.customer360.populators.ReviewDataPopulator
- All Implemented Interfaces:
Populator<CustomerReviewModel,ReviewData>
public class ReviewDataPopulator
extends Object
implements Populator<CustomerReviewModel,ReviewData>
CustomerReviewModel -> ReviewData populator
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected UrlResolver<ProductModel>voidpopulate(CustomerReviewModel customerReviewModel, ReviewData reviewData) Populate the target instance with values from the source instance.voidsetProductModelUrlResolver(UrlResolver<ProductModel> productModelUrlResolver)
-
Constructor Details
-
ReviewDataPopulator
public ReviewDataPopulator()
-
-
Method Details
-
populate
Description copied from interface:PopulatorPopulate the target instance with values from the source instance.- Specified by:
populatein interfacePopulator<CustomerReviewModel,ReviewData> - Parameters:
customerReviewModel- the source objectreviewData- the target to fill
-
getProductModelUrlResolver
-
setProductModelUrlResolver
-