Skip to content

Commit bc3bad7

Browse files
committed
vi
1 parent b7cf636 commit bc3bad7

18 files changed

Lines changed: 474 additions & 22 deletions

OrderController_save.sdt

Lines changed: 63 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,63 @@
1+
(
2+
{"_classDescription":{"_className":"shop.minostreet.shoppingmall.controller.OrderController","_attributes":["public"],"supers":[]},"_methodName":"save","_attributes":["public"],"_argNames":["saveReqDTO","errors","loginUser"],"_argTypes":["shop.minostreet.shoppingmall.dto.orderproduct.OrderReqDto.SaveReqDTO","org.springframework.validation.Errors","shop.minostreet.shoppingmall.config.auth.LoginUser"],"_returnType":"org.springframework.http.ResponseEntity\u003c?\u003e","offset":2313}
3+
(
4+
{"_enclosedMethodName":"save","_enclosedMethodArgTypes":["shop.minostreet.shoppingmall.dto.orderproduct.OrderReqDto.SaveReqDTO","org.springframework.validation.Errors","shop.minostreet.shoppingmall.config.auth.LoginUser"],"_classDescription":{"_className":"shop.minostreet.shoppingmall.controller.OrderController","_attributes":["public"],"supers":[]},"_methodName":"() -\u003e","_attributes":[],"_argNames":[],"_argTypes":[],"_returnType":"java.util.function.Supplier\u003cshop.minostreet.shoppingmall.handler.exception.MyApiException\u003e","offset":2597}
5+
(
6+
{"_classDescription":{"_className":"shop.minostreet.shoppingmall.handler.exception.MyApiException","_attributes":["public"],"supers":["java.lang.RuntimeException","java.lang.Exception","java.lang.Throwable","java.io.Serializable"]},"_methodName":"new","_attributes":["public"],"_argNames":["message"],"_argTypes":["java.lang.String"],"_returnType":"shop.minostreet.shoppingmall.handler.exception.MyApiException","offset":2603}
7+
)
8+
)
9+
(
10+
{"_classDescription":{"_className":"shop.minostreet.shoppingmall.handler.exception.MyApiException","_attributes":["public"],"supers":["java.lang.RuntimeException","java.lang.Exception","java.lang.Throwable","java.io.Serializable"]},"_methodName":"new","_attributes":["public"],"_argNames":["message"],"_argTypes":["java.lang.String"],"_returnType":"shop.minostreet.shoppingmall.handler.exception.MyApiException","offset":2716}
11+
)
12+
(
13+
{"_classDescription":{"_className":"shop.minostreet.shoppingmall.service.OrderService","_attributes":["public"],"supers":[]},"_methodName":"주문등록","_attributes":["public"],"_argNames":["saveReqDTO","userPS"],"_argTypes":["shop.minostreet.shoppingmall.dto.orderproduct.OrderReqDto.SaveReqDTO","shop.minostreet.shoppingmall.domain.User"],"_returnType":"shop.minostreet.shoppingmall.dto.orderproduct.OrderRespDto.SaveRespDTO","offset":2827}
14+
(
15+
{"_classDescription":{"_className":"shop.minostreet.shoppingmall.dto.orderproduct.OrderReqDto.SaveReqDTO","_attributes":["public","static"],"supers":[]},"_methodName":"toEntity","_attributes":["public"],"_argNames":["products"],"_argTypes":["java.util.List\u003cshop.minostreet.shoppingmall.domain.Product\u003e"],"_returnType":"java.util.List\u003cshop.minostreet.shoppingmall.domain.OrderProduct\u003e","offset":1749}
16+
(
17+
{"_enclosedMethodName":"toEntity","_enclosedMethodArgTypes":["java.util.List\u003cshop.minostreet.shoppingmall.domain.Product\u003e"],"_classDescription":{"_className":"shop.minostreet.shoppingmall.dto.orderproduct.OrderReqDto.SaveReqDTO","_attributes":["public","static"],"supers":[]},"_methodName":"orderProduct -\u003e","_attributes":[],"_argNames":["orderProduct"],"_argTypes":["shop.minostreet.shoppingmall.dto.orderproduct.OrderReqDto.SaveReqDTO.OrderProductDTO"],"_returnType":"java.util.function.Function\u003cshop.minostreet.shoppingmall.dto.orderproduct.OrderReqDto.SaveReqDTO.OrderProductDTO,java.util.stream.Stream\u003c? extends shop.minostreet.shoppingmall.domain.OrderProduct\u003e\u003e","offset":1357}
18+
(
19+
{"_enclosedMethodName":"toEntity","_enclosedMethodArgTypes":["java.util.List\u003cshop.minostreet.shoppingmall.domain.Product\u003e"],"_classDescription":{"_className":"shop.minostreet.shoppingmall.dto.orderproduct.OrderReqDto.SaveReqDTO","_attributes":["public","static"],"supers":[]},"_methodName":"product -\u003e","_attributes":[],"_argNames":["product"],"_argTypes":["shop.minostreet.shoppingmall.domain.Product"],"_returnType":"java.util.function.Predicate\u003cshop.minostreet.shoppingmall.domain.Product\u003e","offset":1699}
20+
)
21+
(
22+
{"_enclosedMethodName":"toEntity","_enclosedMethodArgTypes":["java.util.List\u003cshop.minostreet.shoppingmall.domain.Product\u003e"],"_classDescription":{"_className":"shop.minostreet.shoppingmall.dto.orderproduct.OrderReqDto.SaveReqDTO","_attributes":["public","static"],"supers":[]},"_methodName":"product -\u003e","_attributes":[],"_argNames":["product"],"_argTypes":["shop.minostreet.shoppingmall.domain.Product"],"_returnType":"java.util.function.Function\u003cshop.minostreet.shoppingmall.domain.Product,shop.minostreet.shoppingmall.domain.OrderProduct\u003e","offset":1792}
23+
)
24+
)
25+
)
26+
(
27+
{"_enclosedMethodName":"주문등록","_enclosedMethodArgTypes":["shop.minostreet.shoppingmall.dto.orderproduct.OrderReqDto.SaveReqDTO","shop.minostreet.shoppingmall.domain.User"],"_classDescription":{"_className":"shop.minostreet.shoppingmall.service.OrderService","_attributes":["public"],"supers":[]},"_methodName":"orderProduct -\u003e","_attributes":[],"_argNames":["orderProduct"],"_argTypes":["shop.minostreet.shoppingmall.domain.OrderProduct"],"_returnType":"java.util.function.ToIntFunction\u003cshop.minostreet.shoppingmall.domain.OrderProduct\u003e","offset":1863}
28+
)
29+
(
30+
{"_classDescription":{"_className":"shop.minostreet.shoppingmall.domain.OrderSheet","_attributes":["public"],"supers":[]},"_methodName":"builder","_attributes":["public","static"],"_argNames":[],"_argTypes":[],"_returnType":"shop.minostreet.shoppingmall.domain.OrderSheet.OrderSheetBuilder","offset":1961}
31+
)
32+
(
33+
{"_classDescription":{"_className":"shop.minostreet.shoppingmall.domain.OrderSheet.OrderSheetBuilder","_attributes":["public","static"],"supers":[]},"_methodName":"user","_attributes":["public"],"_argNames":["user"],"_argTypes":["shop.minostreet.shoppingmall.domain.User"],"_returnType":"shop.minostreet.shoppingmall.domain.OrderSheet.OrderSheetBuilder","offset":1971}
34+
)
35+
(
36+
{"_classDescription":{"_className":"shop.minostreet.shoppingmall.domain.OrderSheet.OrderSheetBuilder","_attributes":["public","static"],"supers":[]},"_methodName":"totalPrice","_attributes":["public"],"_argNames":["totalPrice"],"_argTypes":["java.lang.Integer"],"_returnType":"shop.minostreet.shoppingmall.domain.OrderSheet.OrderSheetBuilder","offset":1984}
37+
)
38+
(
39+
{"_classDescription":{"_className":"shop.minostreet.shoppingmall.domain.OrderSheet.OrderSheetBuilder","_attributes":["public","static"],"supers":[]},"_methodName":"build","_attributes":["public"],"_argNames":[],"_argTypes":[],"_returnType":"shop.minostreet.shoppingmall.domain.OrderSheet","offset":2007}
40+
)
41+
(
42+
{"_enclosedMethodName":"주문등록","_enclosedMethodArgTypes":["shop.minostreet.shoppingmall.dto.orderproduct.OrderReqDto.SaveReqDTO","shop.minostreet.shoppingmall.domain.User"],"_classDescription":{"_className":"shop.minostreet.shoppingmall.service.OrderService","_attributes":["public"],"supers":[]},"_methodName":"orderProductPS -\u003e","_attributes":[],"_argNames":["orderProductPS"],"_argTypes":["shop.minostreet.shoppingmall.domain.OrderProduct"],"_returnType":"java.util.function.Consumer\u003cshop.minostreet.shoppingmall.domain.OrderProduct\u003e","offset":2186}
43+
(
44+
{"_classDescription":{"_className":"shop.minostreet.shoppingmall.domain.Product","_attributes":["public"],"supers":[]},"_methodName":"updateQty","_attributes":["public"],"_argNames":["orderCount"],"_argTypes":["java.lang.Integer"],"_returnType":"void","offset":2246}
45+
(
46+
{"_classDescription":{"_className":"shop.minostreet.shoppingmall.handler.exception.MyApiException","_attributes":["public"],"supers":["java.lang.RuntimeException","java.lang.Exception","java.lang.Throwable","java.io.Serializable"]},"_methodName":"new","_attributes":["public"],"_argNames":["message"],"_argTypes":["java.lang.String"],"_returnType":"shop.minostreet.shoppingmall.handler.exception.MyApiException","offset":1649}
47+
)
48+
)
49+
)
50+
(
51+
{"_classDescription":{"_className":"shop.minostreet.shoppingmall.dto.orderproduct.OrderRespDto.SaveRespDTO","_attributes":["public","static"],"supers":[]},"_methodName":"new","_attributes":["public"],"_argNames":["orderProductListPS","orderSheetPS"],"_argTypes":["java.util.List\u003cshop.minostreet.shoppingmall.domain.OrderProduct\u003e","shop.minostreet.shoppingmall.domain.OrderSheet"],"_returnType":"shop.minostreet.shoppingmall.dto.orderproduct.OrderRespDto.SaveRespDTO","offset":2425}
52+
(
53+
{"_classDescription":{"_className":"shop.minostreet.shoppingmall.dto.orderproduct.OrderRespDto.SaveRespDTO.OrderDto","_attributes":["public","static"],"supers":[]},"_methodName":"new","_attributes":["public"],"_argNames":["orderProduct"],"_argTypes":["shop.minostreet.shoppingmall.domain.OrderProduct"],"_returnType":"shop.minostreet.shoppingmall.dto.orderproduct.OrderRespDto.SaveRespDTO.OrderDto","offset":1837}
54+
)
55+
(
56+
{"_classDescription":{"_className":"shop.minostreet.shoppingmall.util.MyDateUtil","_attributes":["public"],"supers":[]},"_methodName":"toStringFormat","_attributes":["public","static"],"_argNames":["localDateTime"],"_argTypes":["java.time.LocalDateTime"],"_returnType":"java.lang.String","offset":2036}
57+
)
58+
)
59+
)
60+
(
61+
{"_classDescription":{"_className":"shop.minostreet.shoppingmall.dto.ResponseDto","_attributes":["public"],"supers":[]},"_methodName":"new","_attributes":["public"],"_argNames":["code","msg","data"],"_argTypes":["java.lang.Integer","java.lang.String","T"],"_returnType":"shop.minostreet.shoppingmall.dto.ResponseDto","offset":2909}
62+
)
63+
)
Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
(
2+
{"_classDescription":{"_className":"shop.minostreet.shoppingmall.controller.ProductController","_attributes":["public"],"supers":[]},"_methodName":"registerProduct","_attributes":["public"],"_argNames":["productRegisterReqDto","errors","loginUser"],"_argTypes":["shop.minostreet.shoppingmall.dto.product.ProductReqDto.ProductRegisterReqDto","org.springframework.validation.Errors","shop.minostreet.shoppingmall.config.auth.LoginUser"],"_returnType":"org.springframework.http.ResponseEntity\u003c?\u003e","offset":2636}
3+
(
4+
{"_enclosedMethodName":"registerProduct","_enclosedMethodArgTypes":["shop.minostreet.shoppingmall.dto.product.ProductReqDto.ProductRegisterReqDto","org.springframework.validation.Errors","shop.minostreet.shoppingmall.config.auth.LoginUser"],"_classDescription":{"_className":"shop.minostreet.shoppingmall.controller.ProductController","_attributes":["public"],"supers":[]},"_methodName":"() -\u003e","_attributes":[],"_argNames":[],"_argTypes":[],"_returnType":"java.util.function.Supplier\u003cshop.minostreet.shoppingmall.handler.exception.MyApiException\u003e","offset":2945}
5+
(
6+
{"_classDescription":{"_className":"shop.minostreet.shoppingmall.handler.exception.MyApiException","_attributes":["public"],"supers":["java.lang.RuntimeException","java.lang.Exception","java.lang.Throwable","java.io.Serializable"]},"_methodName":"new","_attributes":["public"],"_argNames":["message"],"_argTypes":["java.lang.String"],"_returnType":"shop.minostreet.shoppingmall.handler.exception.MyApiException","offset":2951}
7+
)
8+
)
9+
(
10+
{"_classDescription":{"_className":"shop.minostreet.shoppingmall.service.ProductService","_attributes":["public"],"supers":[]},"_methodName":"상품등록","_attributes":["public"],"_argNames":["productRegisterReqDto","sellerPS"],"_argTypes":["shop.minostreet.shoppingmall.dto.product.ProductReqDto.ProductRegisterReqDto","shop.minostreet.shoppingmall.domain.User"],"_returnType":"shop.minostreet.shoppingmall.dto.product.ProductRespDto.ProductRegisterRespDto","offset":3078}
11+
(
12+
{"_classDescription":{"_className":"shop.minostreet.shoppingmall.repository.ProductRepository","_attributes":["public","abstract","interface"],"supers":["org.springframework.data.jpa.repository.JpaRepository","org.springframework.data.repository.PagingAndSortingRepository","org.springframework.data.repository.CrudRepository","org.springframework.data.repository.Repository","org.springframework.data.repository.query.QueryByExampleExecutor"]},"_methodName":"findByName","_attributes":["public","abstract","interface"],"_argNames":["name"],"_argTypes":["java.lang.String"],"_returnType":"java.util.Optional\u003cshop.minostreet.shoppingmall.domain.Product\u003e","offset":1949}
13+
)
14+
(
15+
{"_classDescription":{"_className":"shop.minostreet.shoppingmall.handler.exception.MyApiException","_attributes":["public"],"supers":["java.lang.RuntimeException","java.lang.Exception","java.lang.Throwable","java.io.Serializable"]},"_methodName":"new","_attributes":["public"],"_argNames":["message"],"_argTypes":["java.lang.String"],"_returnType":"shop.minostreet.shoppingmall.handler.exception.MyApiException","offset":2082}
16+
)
17+
(
18+
{"_classDescription":{"_className":"shop.minostreet.shoppingmall.dto.product.ProductReqDto.ProductRegisterReqDto","_attributes":["public","static"],"supers":[]},"_methodName":"toEntity","_attributes":["public"],"_argNames":["user"],"_argTypes":["shop.minostreet.shoppingmall.domain.User"],"_returnType":"shop.minostreet.shoppingmall.domain.Product","offset":2226}
19+
(
20+
{"_classDescription":{"_className":"shop.minostreet.shoppingmall.domain.Product","_attributes":["public"],"supers":[]},"_methodName":"builder","_attributes":["public","static"],"_argNames":[],"_argTypes":[],"_returnType":"shop.minostreet.shoppingmall.domain.Product.ProductBuilder","offset":1163}
21+
)
22+
(
23+
{"_classDescription":{"_className":"shop.minostreet.shoppingmall.domain.Product.ProductBuilder","_attributes":["public","static"],"supers":[]},"_methodName":"seller","_attributes":["public"],"_argNames":["seller"],"_argTypes":["shop.minostreet.shoppingmall.domain.User"],"_returnType":"shop.minostreet.shoppingmall.domain.Product.ProductBuilder","offset":1194}
24+
)
25+
(
26+
{"_classDescription":{"_className":"shop.minostreet.shoppingmall.domain.Product.ProductBuilder","_attributes":["public","static"],"supers":[]},"_methodName":"name","_attributes":["public"],"_argNames":["name"],"_argTypes":["java.lang.String"],"_returnType":"shop.minostreet.shoppingmall.domain.Product.ProductBuilder","offset":1228}
27+
)
28+
(
29+
{"_classDescription":{"_className":"shop.minostreet.shoppingmall.domain.Product.ProductBuilder","_attributes":["public","static"],"supers":[]},"_methodName":"price","_attributes":["public"],"_argNames":["price"],"_argTypes":["java.lang.Integer"],"_returnType":"shop.minostreet.shoppingmall.domain.Product.ProductBuilder","offset":1260}
30+
)
31+
(
32+
{"_classDescription":{"_className":"shop.minostreet.shoppingmall.domain.Product.ProductBuilder","_attributes":["public","static"],"supers":[]},"_methodName":"qty","_attributes":["public"],"_argNames":["qty"],"_argTypes":["java.lang.Integer"],"_returnType":"shop.minostreet.shoppingmall.domain.Product.ProductBuilder","offset":1294}
33+
)
34+
(
35+
{"_classDescription":{"_className":"shop.minostreet.shoppingmall.domain.Product.ProductBuilder","_attributes":["public","static"],"supers":[]},"_methodName":"build","_attributes":["public"],"_argNames":[],"_argTypes":[],"_returnType":"shop.minostreet.shoppingmall.domain.Product","offset":1324}
36+
)
37+
)
38+
(
39+
{"_classDescription":{"_className":"shop.minostreet.shoppingmall.dto.product.ProductRespDto.ProductRegisterRespDto","_attributes":["public","static"],"supers":[]},"_methodName":"new","_attributes":["public"],"_argNames":["product"],"_argTypes":["shop.minostreet.shoppingmall.domain.Product"],"_returnType":"shop.minostreet.shoppingmall.dto.product.ProductRespDto.ProductRegisterRespDto","offset":2279}
40+
)
41+
)
42+
(
43+
{"_classDescription":{"_className":"shop.minostreet.shoppingmall.dto.ResponseDto","_attributes":["public"],"supers":[]},"_methodName":"new","_attributes":["public"],"_argNames":["code","msg","data"],"_argTypes":["java.lang.Integer","java.lang.String","T"],"_returnType":"shop.minostreet.shoppingmall.dto.ResponseDto","offset":3207}
44+
)
45+
)

0 commit comments

Comments
 (0)