Uses of Class
de.hybris.platform.b2ctelcotmfwebservices.v2.dto.Review
Packages that use Review
Package
Description
-
Uses of Review in de.hybris.platform.b2ctelcotmfwebservices.mappers.review
Methods in de.hybris.platform.b2ctelcotmfwebservices.mappers.review with parameters of type ReviewModifier and TypeMethodDescriptionvoidReviewCreationDateAttributeMapper.populateTargetAttributeFromSource(ReviewData source, Review target, ma.glasnost.orika.MappingContext context) voidReviewProductOfferingRefAttributeMapper.populateTargetAttributeFromSource(ReviewData source, Review target, ma.glasnost.orika.MappingContext context) voidReviewRelatedPartyAttributeMapper.populateTargetAttributeFromSource(ReviewData source, Review target, ma.glasnost.orika.MappingContext context) voidReviewStatusAttributeMapper.populateTargetAttributeFromSource(ReviewData source, Review target, ma.glasnost.orika.MappingContext context) -
Uses of Review in de.hybris.platform.b2ctelcotmfwebservices.v2.api
Methods in de.hybris.platform.b2ctelcotmfwebservices.v2.api that return types with arguments of type ReviewModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<Review>ReviewApi.createReview(@Valid Review review, @Valid String productOfferingId, @Valid String relatedPartyId) ReviewApi.listReview(@NotNull @Valid String productOfferingId, @Valid String fields, @Valid Integer offset, @Valid Integer limit) Methods in de.hybris.platform.b2ctelcotmfwebservices.v2.api with parameters of type ReviewModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<Review>ReviewApi.createReview(@Valid Review review, @Valid String productOfferingId, @Valid String relatedPartyId) -
Uses of Review in de.hybris.platform.b2ctelcotmfwebservices.v2.controller
Methods in de.hybris.platform.b2ctelcotmfwebservices.v2.controller that return types with arguments of type ReviewModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<Review>TmaReviewApiController.createReview(@Valid Review review, @Valid String productOfferingId, @Valid String relatedPartyId) TmaReviewApiController.listReview(@NotNull @Valid String productOfferingId, @Valid String fields, @Valid Integer offset, @Valid Integer limit) Methods in de.hybris.platform.b2ctelcotmfwebservices.v2.controller with parameters of type ReviewModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<Review>TmaReviewApiController.createReview(@Valid Review review, @Valid String productOfferingId, @Valid String relatedPartyId) -
Uses of Review in de.hybris.platform.b2ctelcotmfwebservices.v2.dto
Methods in de.hybris.platform.b2ctelcotmfwebservices.v2.dto that return ReviewModifier and TypeMethodDescriptionReview.creationDate(Date creationDate) Review.productOffering(ProductOfferingRef productOffering) Review.relatedParty(RelatedPartyRef relatedParty) Review.status(ReviewStatus status)