| CommissionController |
The CommissionController class is the RestController that maps the endpoints of
"/commissions" for the communication between the server-side and client-side for
Commission.
|
| ImageController |
The ImageController class is the @RestController that maps the endpoints of "/images" for the
communication between the server-side and client-side for Image
|
| OrderController |
The OrderController class is the @RestController that maps the endpoints of "/orders" for
communication between the server-side and client-side for Order.
|
| ProductController |
The ProductController class is the @RestController that maps the endpoints of "/products" for
communication between the server-side and client-side for Product.
|
| ProductOnOrderController |
The ProductOnOrderController class is the @RestController that maps the endpoints of
"/products-on-order" for communication between the server-side and client-side for
ProductOnOrder.
|
| ProfileController |
The ProfileController class is the @RestController that maps the endpoints of "/profiles" for
communication between the server-side and client-side for Profile
|
| ProfilePictureController |
The ImageController class is the @RestController that maps the endpoints of "/images" for the
communication between the server-side and client-side for ProfilePicture.
|