Uses of Class
de.hybris.platform.b2ctelcotmfwebservices.security.IsAuthorizedResourceOwnerOrAdminOrAnonymous
-
Packages that use IsAuthorizedResourceOwnerOrAdminOrAnonymous Package Description de.hybris.platform.b2ctelcotmfwebservices.v2.controller -
-
Uses of IsAuthorizedResourceOwnerOrAdminOrAnonymous in de.hybris.platform.b2ctelcotmfwebservices.v2.controller
Methods in de.hybris.platform.b2ctelcotmfwebservices.v2.controller with annotations of type IsAuthorizedResourceOwnerOrAdminOrAnonymous Modifier and Type Method Description org.springframework.http.ResponseEntity<Review>TmaReviewApiController. createReview(@Valid Review review, @Valid java.lang.String productOfferingId, @Valid java.lang.String relatedPartyId)org.springframework.http.ResponseEntity<java.util.List<ShoppingCart>>TmaShoppingCartApiController. retrieveShoppingCart(java.lang.String id, @NotNull @Valid java.lang.String relatedPartyId, @Valid java.lang.String fields, @Valid java.lang.String baseSiteId)
-