Uses of Annotation Interface
de.hybris.platform.b2ctelcotmfwebservices.security.IsAuthorizedGeographicAddressResourceOwnerOrAdmin
Packages that use IsAuthorizedGeographicAddressResourceOwnerOrAdmin
-
Uses of IsAuthorizedGeographicAddressResourceOwnerOrAdmin in de.hybris.platform.b2ctelcotmfwebservices.v3.controller
Methods in de.hybris.platform.b2ctelcotmfwebservices.v3.controller with annotations of type IsAuthorizedGeographicAddressResourceOwnerOrAdminModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<List<GeographicAddress>>TmaGeographicAddressApiController.listGeographicAddress(@Valid String baseSiteId, @Valid String fields, @Valid Integer offset, @Valid Integer limit, @Valid String relatedPartyId) org.springframework.http.ResponseEntity<List<GeographicSubAddress>>TmaGeographicAddressApiController.listGeographicSubAddress(String geographicAddressId, @Valid String fields, @Valid Integer offset, @Valid Integer limit, @Valid String relatedPartyId) org.springframework.http.ResponseEntity<GeographicAddress>TmaGeographicAddressApiController.retrieveGeographicAddress(String id, @Valid String fields, @Valid String relatedPartyId) org.springframework.http.ResponseEntity<GeographicSubAddress>TmaGeographicAddressApiController.retrieveGeographicSubAddress(String geographicAddressId, String id, @Valid String fields, @Valid String relatedPartyId)