Uses of Class
de.hybris.platform.marketplaceservices.model.CustomerVendorReviewModel
-
-
Uses of CustomerVendorReviewModel in de.hybris.platform.marketplacefacades.vendor.converters.populator
Methods in de.hybris.platform.marketplacefacades.vendor.converters.populator with parameters of type CustomerVendorReviewModel Modifier and Type Method Description voidCustomerVendorReviewPopulator. populate(CustomerVendorReviewModel source, VendorReviewData target)voidCustomerVendorReviewReversePopulator. populate(VendorReviewData source, CustomerVendorReviewModel target) -
Uses of CustomerVendorReviewModel in de.hybris.platform.marketplacefacades.vendor.impl
Methods in de.hybris.platform.marketplacefacades.vendor.impl that return types with arguments of type CustomerVendorReviewModel Modifier and Type Method Description protected Converter<CustomerVendorReviewModel,VendorReviewData>DefaultCustomerVendorReviewFacade. getCustomerVendorReviewConverter()protected Converter<VendorReviewData,CustomerVendorReviewModel>DefaultCustomerVendorReviewFacade. getCustomerVendorReviewReverseConverter()Method parameters in de.hybris.platform.marketplacefacades.vendor.impl with type arguments of type CustomerVendorReviewModel Modifier and Type Method Description protected SearchPageData<VendorReviewData>DefaultCustomerVendorReviewFacade. convertPageData(SearchPageData<CustomerVendorReviewModel> source)voidDefaultCustomerVendorReviewFacade. setCustomerVendorReviewConverter(Converter<CustomerVendorReviewModel,VendorReviewData> customerVendorReviewConverter)voidDefaultCustomerVendorReviewFacade. setCustomerVendorReviewReverseConverter(Converter<VendorReviewData,CustomerVendorReviewModel> customerVendorReviewReverseConverter) -
Uses of CustomerVendorReviewModel in de.hybris.platform.marketplaceservices.cronjob
Method parameters in de.hybris.platform.marketplaceservices.cronjob with type arguments of type CustomerVendorReviewModel Modifier and Type Method Description protected doubleVendorRatingCalculationJob. calculateRating(java.util.Collection<CustomerVendorReviewModel> reviews, java.util.function.ToDoubleFunction<CustomerVendorReviewModel> mapper)protected doubleVendorRatingCalculationJob. calculateRating(java.util.Collection<CustomerVendorReviewModel> reviews, java.util.function.ToDoubleFunction<CustomerVendorReviewModel> mapper) -
Uses of CustomerVendorReviewModel in de.hybris.platform.marketplaceservices.vendor
Methods in de.hybris.platform.marketplaceservices.vendor that return CustomerVendorReviewModel Modifier and Type Method Description CustomerVendorReviewModelCustomerVendorReviewService. createReview(CustomerVendorReviewModel vendorReview)Create a reviewMethods in de.hybris.platform.marketplaceservices.vendor that return types with arguments of type CustomerVendorReviewModel Modifier and Type Method Description SearchPageData<CustomerVendorReviewModel>CustomerVendorReviewService. getPagedReviewsForVendor(java.lang.String vendorCode, LanguageModel language, PageableData pageableData)Get all approved paged reviews for a particular vendorjava.util.Collection<CustomerVendorReviewModel>CustomerVendorReviewService. getReviewsForVendor(VendorModel vendor)Find all approved reviews for a particular vendorMethods in de.hybris.platform.marketplaceservices.vendor with parameters of type CustomerVendorReviewModel Modifier and Type Method Description CustomerVendorReviewModelCustomerVendorReviewService. createReview(CustomerVendorReviewModel vendorReview)Create a review -
Uses of CustomerVendorReviewModel in de.hybris.platform.marketplaceservices.vendor.daos
Methods in de.hybris.platform.marketplaceservices.vendor.daos that return types with arguments of type CustomerVendorReviewModel Modifier and Type Method Description SearchPageData<CustomerVendorReviewModel>CustomerVendorReviewDao. findPagedReviewsForVendor(java.lang.String vendorCode, LanguageModel language, PageableData pageableData)Find all approved paged reviews for a particular vendorjava.util.Collection<CustomerVendorReviewModel>CustomerVendorReviewDao. findReviewsByUser(UserModel user)Find all reviews for a particular userjava.util.Collection<CustomerVendorReviewModel>CustomerVendorReviewDao. findReviewsForVendor(VendorModel vendor)Find all approved reviews for a particular vendor -
Uses of CustomerVendorReviewModel in de.hybris.platform.marketplaceservices.vendor.daos.impl
Methods in de.hybris.platform.marketplaceservices.vendor.daos.impl that return types with arguments of type CustomerVendorReviewModel Modifier and Type Method Description SearchPageData<CustomerVendorReviewModel>DefaultCustomerVendorReviewDao. findPagedReviewsForVendor(java.lang.String vendorCode, LanguageModel language, PageableData pageableData)java.util.Collection<CustomerVendorReviewModel>DefaultCustomerVendorReviewDao. findReviewsByUser(UserModel user)java.util.Collection<CustomerVendorReviewModel>DefaultCustomerVendorReviewDao. findReviewsForVendor(VendorModel vendor) -
Uses of CustomerVendorReviewModel in de.hybris.platform.marketplaceservices.vendor.impl
Methods in de.hybris.platform.marketplaceservices.vendor.impl that return CustomerVendorReviewModel Modifier and Type Method Description CustomerVendorReviewModelDefaultCustomerVendorReviewService. createReview(CustomerVendorReviewModel vendorReview)Methods in de.hybris.platform.marketplaceservices.vendor.impl that return types with arguments of type CustomerVendorReviewModel Modifier and Type Method Description SearchPageData<CustomerVendorReviewModel>DefaultCustomerVendorReviewService. getPagedReviewsForVendor(java.lang.String vendorCode, LanguageModel language, PageableData pageableData)java.util.Collection<CustomerVendorReviewModel>DefaultCustomerVendorReviewService. getReviewsForVendor(VendorModel vendor)Methods in de.hybris.platform.marketplaceservices.vendor.impl with parameters of type CustomerVendorReviewModel Modifier and Type Method Description CustomerVendorReviewModelDefaultCustomerVendorReviewService. createReview(CustomerVendorReviewModel vendorReview)
-