Uses of Annotation Interface
de.hybris.platform.b2ctelcotmfwebservices.security.IsUserAbleToAccessOrders
Packages that use IsUserAbleToAccessOrders
Package
Description
-
Uses of IsUserAbleToAccessOrders in de.hybris.platform.b2ctelcotmfwebservices.v2.controller
Methods in de.hybris.platform.b2ctelcotmfwebservices.v2.controller with annotations of type IsUserAbleToAccessOrdersModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<List<ProductOrder>>TmaProductOrderApiController.listProductOrders(@NotNull @Valid String relatedPartyId, @Valid String fields, @Valid Integer offset, @Valid Integer limit, @Valid String baseSiteId) -
Uses of IsUserAbleToAccessOrders in de.hybris.platform.b2ctelcotmfwebservices.v3.controller
Methods in de.hybris.platform.b2ctelcotmfwebservices.v3.controller with annotations of type IsUserAbleToAccessOrdersModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<List<ProductOrder>>TmaProductOrderApiController.listProductOrder(@Valid String baseSiteId, @Valid String relatedPartyId, @Valid String orderDate, @Valid String state, @Valid String fields, @Valid Integer offset, @Valid Integer limit)