Uses of Class
de.hybris.platform.commercefacades.product.data.VendorReviewData
-
-
Uses of VendorReviewData in de.hybris.platform.marketplacefacades.vendor
Methods in de.hybris.platform.marketplacefacades.vendor that return types with arguments of type VendorReviewData Modifier and Type Method Description SearchPageData<VendorReviewData>CustomerVendorReviewFacade. getPagedReviewsForVendor(java.lang.String vendorCode, PageableData pageableData)Get all approved paged reviews for a particular vendorMethods in de.hybris.platform.marketplacefacades.vendor with parameters of type VendorReviewData Modifier and Type Method Description voidCustomerVendorReviewFacade. postReview(java.lang.String orderCode, java.lang.String consignmentCode, VendorReviewData reviewData)Add a vendor review -
Uses of VendorReviewData in de.hybris.platform.marketplacefacades.vendor.converters.populator
Methods in de.hybris.platform.marketplacefacades.vendor.converters.populator with parameters of type VendorReviewData Modifier and Type Method Description voidCustomerVendorReviewPopulator. populate(CustomerVendorReviewModel source, VendorReviewData target)voidCustomerVendorReviewReversePopulator. populate(VendorReviewData source, CustomerVendorReviewModel target) -
Uses of VendorReviewData in de.hybris.platform.marketplacefacades.vendor.impl
Methods in de.hybris.platform.marketplacefacades.vendor.impl that return types with arguments of type VendorReviewData Modifier and Type Method Description protected SearchPageData<VendorReviewData>DefaultCustomerVendorReviewFacade. convertPageData(SearchPageData<CustomerVendorReviewModel> source)protected Converter<CustomerVendorReviewModel,VendorReviewData>DefaultCustomerVendorReviewFacade. getCustomerVendorReviewConverter()protected Converter<VendorReviewData,CustomerVendorReviewModel>DefaultCustomerVendorReviewFacade. getCustomerVendorReviewReverseConverter()SearchPageData<VendorReviewData>DefaultCustomerVendorReviewFacade. getPagedReviewsForVendor(java.lang.String vendorCode, PageableData pageableData)Methods in de.hybris.platform.marketplacefacades.vendor.impl with parameters of type VendorReviewData Modifier and Type Method Description voidDefaultCustomerVendorReviewFacade. postReview(java.lang.String orderCode, java.lang.String consignmentCode, VendorReviewData reviewData)Method parameters in de.hybris.platform.marketplacefacades.vendor.impl with type arguments of type VendorReviewData Modifier and Type Method Description voidDefaultCustomerVendorReviewFacade. setCustomerVendorReviewConverter(Converter<CustomerVendorReviewModel,VendorReviewData> customerVendorReviewConverter)voidDefaultCustomerVendorReviewFacade. setCustomerVendorReviewReverseConverter(Converter<VendorReviewData,CustomerVendorReviewModel> customerVendorReviewReverseConverter)
-