Uses of Annotation Interface
de.hybris.platform.b2ctelcotmfwebservices.security.IsAuthorizedResourceOwnerOrAdmin
Packages that use IsAuthorizedResourceOwnerOrAdmin
Package
Description
-
Uses of IsAuthorizedResourceOwnerOrAdmin in de.hybris.platform.b2ctelcotmfwebservices.v2.controller
Methods in de.hybris.platform.b2ctelcotmfwebservices.v2.controller with annotations of type IsAuthorizedResourceOwnerOrAdminModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<GeographicAddress>TmaGeographicAddressApiController.createGeographicAddress(@Valid GeographicAddress geographicAddress, @NotNull @Valid String relatedPartyId) org.springframework.http.ResponseEntity<PaymentMethodType>TmaPaymentMethodApiController.createPaymentMethod(@Valid PaymentMethodType paymentMethod) org.springframework.http.ResponseEntity<Void>TmaGeographicAddressApiController.deleteGeographicAddress(String addressId, @NotNull @Valid String relatedPartyId) org.springframework.http.ResponseEntity<List<GeographicAddress>>TmaGeographicAddressApiController.geographicAddressFind(@Valid String fields, @Valid String baseSiteId, @Valid String relatedPartyId, @Valid String offset, @Valid String limit) org.springframework.http.ResponseEntity<GeographicAddress>TmaGeographicAddressApiController.getGeographicAddressById(String id, @Valid String fields, @Valid String relatedPartyId) org.springframework.http.ResponseEntity<List<DeliveryMode>>TmaDeliveryModeApiController.listDeliveryMode(@NotNull @Valid String shoppingCartId, @NotNull @Valid String relatedPartyId, @Valid String baseSiteId, @Valid String fields, @Valid String name, @Valid String description) org.springframework.http.ResponseEntity<List<QualifiedProcessType>>TmaProcessTypeManagementApiController.listQualifiedProcessType(@NotNull @Valid String relatedPartyId, @Valid String fields) org.springframework.http.ResponseEntity<List<Recommendation>>TmaRecommendationApiController.listRecommendation(@Valid String relatedPartyId, @Valid String subscriptionBaseId, @Valid String processTypeId, @Valid String productOfferingTermId, @Valid String relatedProductOfferingId, @Valid String fields, @Valid Integer offset, @Valid Integer limit) org.springframework.http.ResponseEntity<List<ShoppingCart>>TmaShoppingCartApiController.listShoppingCart(@Valid String fields, @Valid Integer offset, @Valid Integer limit, @Valid String relatedPartyId, @Valid String baseSiteId) org.springframework.http.ResponseEntity<List<SubscriptionBase>>TmaSubscriptionBaseApiController.listSubscriptionBase(@NotNull @Valid String relatedPartyId, @Valid String fields) TmaPartyRoleApiController.retrievePartyRole(String relatedPartyId, @Valid String fields) org.springframework.http.ResponseEntity<List<PaymentMethodType>>TmaPaymentMethodApiController.retrievePaymentMethods(@Valid String type, @Valid String baseSiteId, @Valid String bankAccountPeriodBIC, @Valid String bankAccountPeriodaccountNumber, @Valid String bankAccountPeriodbank, @Valid String bankCardPeriodcardNumber, @Valid String bankCardPeriodnameOnCard, @Valid String bankCardPeriodtype, @Valid String checkPeriodcheckId, @Valid String checkPeriodbank, @Valid String relatedPartyId, @Valid String relatedPartyPeriodtype, @Valid String loyaltyAccount, @Valid String digitalWalletPeriodservice, @Valid String digitalWalletPeriodid, @Valid String bucket, @Valid String voucherPeriodid, @Valid String voucherPeriodcode, @Valid String fields, @Valid Integer limit, @Valid Integer offset) org.springframework.http.ResponseEntity<ProductOrder>TmaProductOrderApiController.retrieveProductOrder(String id, @NotNull @Valid String relatedPartyId, @Valid String fields, @Valid String baseSiteId) org.springframework.http.ResponseEntity<GeographicAddress>TmaGeographicAddressApiController.updateGeographicAddressById(String id, @Valid GeographicAddress geographicAddress, @NotNull @Valid String relatedPartyId) -
Uses of IsAuthorizedResourceOwnerOrAdmin in de.hybris.platform.b2ctelcotmfwebservices.v3.controller
Methods in de.hybris.platform.b2ctelcotmfwebservices.v3.controller with annotations of type IsAuthorizedResourceOwnerOrAdminModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<ProductOrder>TmaProductOrderApiController.retrieveProductOrder(String id, @Valid String fields, @Valid String relatedPartyId, @Valid String baseSiteId)