Uses of Class
com.bytedesk.ai.alibaba.shopping.ShoppingRequest
Packages that use ShoppingRequest
-
Uses of ShoppingRequest in com.bytedesk.ai.alibaba.shopping
Methods in com.bytedesk.ai.alibaba.shopping with parameters of type ShoppingRequestModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<?>ShoppingRestController.create(ShoppingRequest request) ShoppingRestService.create(ShoppingRequest request) protected org.springframework.data.jpa.domain.Specification<ShoppingEntity>ShoppingRestService.createSpecification(ShoppingRequest request) org.springframework.http.ResponseEntity<?>ShoppingRestController.delete(ShoppingRequest request) voidShoppingRestService.delete(ShoppingRequest request) ShoppingRestController.export(ShoppingRequest request, jakarta.servlet.http.HttpServletResponse response) org.springframework.http.ResponseEntity<?>ShoppingRestController.queryByOrg(ShoppingRequest request) org.springframework.http.ResponseEntity<?>ShoppingRestController.queryByUid(ShoppingRequest request) org.springframework.http.ResponseEntity<?>ShoppingRestController.queryByUser(ShoppingRequest request) static org.springframework.data.jpa.domain.Specification<ShoppingEntity>ShoppingSpecification.search(ShoppingRequest request, AuthService authService) org.springframework.http.ResponseEntity<?>ShoppingRestController.update(ShoppingRequest request) ShoppingRestService.update(ShoppingRequest request)