diff --git a/build.gradle b/build.gradle
index edfd271..8812aa1 100644
--- a/build.gradle
+++ b/build.gradle
@@ -18,6 +18,8 @@ dependencies {
implementation 'org.springframework.boot:spring-boot-starter-data-jpa'
implementation 'com.h2database:h2:2.1.210'
implementation group: 'org.springdoc', name: 'springdoc-openapi-ui', version: '1.6.5'
+ implementation 'org.hibernate.validator:hibernate-validator'
+ implementation 'org.springdoc:springdoc-openapi-ui:1.6.5'
}
tasks.named('test') {
diff --git a/frontend/index.html b/frontend/index.html
deleted file mode 100644
index 52c7d04..0000000
--- a/frontend/index.html
+++ /dev/null
@@ -1,64 +0,0 @@
-
-
-
-
- Calc
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/frontend/index.js b/frontend/index.js
deleted file mode 100644
index 69dc105..0000000
--- a/frontend/index.js
+++ /dev/null
@@ -1,12 +0,0 @@
-const fs = require('fs')
-const http = require('http')
-
-const requestListener = async function (req, res) {
- res.writeHead(200);
- fs.readFile('index.html', (err, data) => {
- res.end(data);
- });
-};
-
-const server = http.createServer(requestListener)
-server.listen(5050)
\ No newline at end of file
diff --git a/frontend/node_modules/fs/README.md b/frontend/node_modules/fs/README.md
deleted file mode 100644
index 5e9a74c..0000000
--- a/frontend/node_modules/fs/README.md
+++ /dev/null
@@ -1,9 +0,0 @@
-# Security holding package
-
-This package name is not currently in use, but was formerly occupied
-by another package. To avoid malicious use, npm is hanging on to the
-package name, but loosely, and we'll probably give it to you if you
-want it.
-
-You may adopt this package by contacting support@npmjs.com and
-requesting the name.
diff --git a/frontend/node_modules/fs/package.json b/frontend/node_modules/fs/package.json
deleted file mode 100644
index e92ec55..0000000
--- a/frontend/node_modules/fs/package.json
+++ /dev/null
@@ -1,46 +0,0 @@
-{
- "_from": "fs",
- "_id": "fs@0.0.1-security",
- "_inBundle": false,
- "_integrity": "sha512-3XY9e1pP0CVEUCdj5BmfIZxRBTSDycnbqhIOGec9QYtmVH2fbLpj86CFWkrNOkt/Fvty4KZG5lTglL9j/gJ87w==",
- "_location": "/fs",
- "_phantomChildren": {},
- "_requested": {
- "type": "tag",
- "registry": true,
- "raw": "fs",
- "name": "fs",
- "escapedName": "fs",
- "rawSpec": "",
- "saveSpec": null,
- "fetchSpec": "latest"
- },
- "_requiredBy": [
- "#USER",
- "/"
- ],
- "_resolved": "https://registry.npmjs.org/fs/-/fs-0.0.1-security.tgz",
- "_shasum": "8a7bd37186b6dddf3813f23858b57ecaaf5e41d4",
- "_spec": "fs",
- "_where": "C:\\Users\\user\\Desktop\\something\\frontend",
- "author": "",
- "bugs": {
- "url": "https://github.com/npm/security-holder/issues"
- },
- "bundleDependencies": false,
- "deprecated": false,
- "description": "This package name is not currently in use, but was formerly occupied by another package. To avoid malicious use, npm is hanging on to the package name, but loosely, and we'll probably give it to you if you want it.",
- "homepage": "https://github.com/npm/security-holder#readme",
- "keywords": [],
- "license": "ISC",
- "main": "index.js",
- "name": "fs",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/npm/security-holder.git"
- },
- "scripts": {
- "test": "echo \"Error: no test specified\" && exit 1"
- },
- "version": "0.0.1-security"
-}
diff --git a/frontend/node_modules/http/README.md b/frontend/node_modules/http/README.md
deleted file mode 100644
index 5e9a74c..0000000
--- a/frontend/node_modules/http/README.md
+++ /dev/null
@@ -1,9 +0,0 @@
-# Security holding package
-
-This package name is not currently in use, but was formerly occupied
-by another package. To avoid malicious use, npm is hanging on to the
-package name, but loosely, and we'll probably give it to you if you
-want it.
-
-You may adopt this package by contacting support@npmjs.com and
-requesting the name.
diff --git a/frontend/node_modules/http/package.json b/frontend/node_modules/http/package.json
deleted file mode 100644
index cd334ca..0000000
--- a/frontend/node_modules/http/package.json
+++ /dev/null
@@ -1,39 +0,0 @@
-{
- "_from": "http",
- "_id": "http@0.0.1-security",
- "_inBundle": false,
- "_integrity": "sha512-RnDvP10Ty9FxqOtPZuxtebw1j4L/WiqNMDtuc1YMH1XQm5TgDRaR1G9u8upL6KD1bXHSp9eSXo/ED+8Q7FAr+g==",
- "_location": "/http",
- "_phantomChildren": {},
- "_requested": {
- "type": "tag",
- "registry": true,
- "raw": "http",
- "name": "http",
- "escapedName": "http",
- "rawSpec": "",
- "saveSpec": null,
- "fetchSpec": "latest"
- },
- "_requiredBy": [
- "#USER",
- "/"
- ],
- "_resolved": "https://registry.npmjs.org/http/-/http-0.0.1-security.tgz",
- "_shasum": "3aac09129d12dc2747bbce4157afde20ad1f7995",
- "_spec": "http",
- "_where": "C:\\Users\\user\\Desktop\\something\\frontend",
- "bugs": {
- "url": "https://github.com/npm/security-holder/issues"
- },
- "bundleDependencies": false,
- "deprecated": false,
- "description": "security holding package",
- "homepage": "https://github.com/npm/security-holder#readme",
- "name": "http",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/npm/security-holder.git"
- },
- "version": "0.0.1-security"
-}
diff --git a/frontend/package-lock.json b/frontend/package-lock.json
deleted file mode 100644
index fda2a8f..0000000
--- a/frontend/package-lock.json
+++ /dev/null
@@ -1,18 +0,0 @@
-{
- "name": "frontend",
- "version": "1.0.0",
- "lockfileVersion": 1,
- "requires": true,
- "dependencies": {
- "fs": {
- "version": "0.0.1-security",
- "resolved": "https://registry.npmjs.org/fs/-/fs-0.0.1-security.tgz",
- "integrity": "sha512-3XY9e1pP0CVEUCdj5BmfIZxRBTSDycnbqhIOGec9QYtmVH2fbLpj86CFWkrNOkt/Fvty4KZG5lTglL9j/gJ87w=="
- },
- "http": {
- "version": "0.0.1-security",
- "resolved": "https://registry.npmjs.org/http/-/http-0.0.1-security.tgz",
- "integrity": "sha512-RnDvP10Ty9FxqOtPZuxtebw1j4L/WiqNMDtuc1YMH1XQm5TgDRaR1G9u8upL6KD1bXHSp9eSXo/ED+8Q7FAr+g=="
- }
- }
-}
diff --git a/frontend/package.json b/frontend/package.json
deleted file mode 100644
index 73bed9a..0000000
--- a/frontend/package.json
+++ /dev/null
@@ -1,15 +0,0 @@
-{
- "name": "frontend",
- "version": "1.0.0",
- "description": "",
- "main": "index.js",
- "scripts": {
- "dev": "node index.js"
- },
- "author": "",
- "license": "ISC",
- "dependencies": {
- "fs": "0.0.1-security",
- "http": "0.0.1-security"
- }
-}
diff --git a/src/main/java/ru/ulstu/is/labwork/Lab4/DTO/CommentDto.java b/src/main/java/ru/ulstu/is/labwork/Lab4/DTO/CommentDto.java
new file mode 100644
index 0000000..0333138
--- /dev/null
+++ b/src/main/java/ru/ulstu/is/labwork/Lab4/DTO/CommentDto.java
@@ -0,0 +1,38 @@
+package ru.ulstu.is.labwork.Lab4.DTO;
+
+import ru.ulstu.is.labwork.Lab4.model.Comment;
+
+public class CommentDto {
+ public final Long id;
+ public final String content;
+ public final String customerName;
+ public final String postTitle;
+ public final String postAuthor;
+ public final long postAuthorId;
+
+ public CommentDto(Comment comment) {
+ this.id = comment.getId();
+ this.content = comment.getContent();
+ this.customerName = comment.getCustomer().getUsername();
+ this.postTitle = comment.getPost().getTitle();
+ this.postAuthor = comment.getPost().getCustomer().getUsername();
+ this.postAuthorId = comment.getPost().getCustomer().getId();
+ }
+
+ public long getId() {
+ return id;
+ }
+ public String getContent() {
+ return content;
+ }
+ public String getCustomerName() {
+ return customerName;
+ }
+ public String getPostTitle() {return postTitle;}
+ public String getPostAuthor() {
+ return postAuthor;
+ }
+ public long getPostAuthorId() {
+ return postAuthorId;
+ }
+}
diff --git a/src/main/java/ru/ulstu/is/labwork/Lab4/DTO/CustomerDto.java b/src/main/java/ru/ulstu/is/labwork/Lab4/DTO/CustomerDto.java
new file mode 100644
index 0000000..c132be7
--- /dev/null
+++ b/src/main/java/ru/ulstu/is/labwork/Lab4/DTO/CustomerDto.java
@@ -0,0 +1,30 @@
+package ru.ulstu.is.labwork.Lab4.DTO;
+
+import ru.ulstu.is.labwork.Lab4.model.Comment;
+import ru.ulstu.is.labwork.Lab4.model.Customer;
+import ru.ulstu.is.labwork.Lab4.model.Post;
+
+import java.util.ArrayList;
+import java.util.List;
+
+public class CustomerDto {
+ public final Long id;
+ public final String username;
+ public final String password;
+ public final List comments;
+ public final List posts;
+
+ public CustomerDto(Customer customer){
+ this.id = customer.getId();
+ this.username = customer.getUsername();
+ this.password = customer.getPassword();
+ this.comments = customer.getComments().stream().map(CommentDto::new).toList();
+ this.posts = customer.getPosts().stream().map(PostDto::new).toList();
+ }
+
+ public Long getId() {return id;}
+ public String getUsername() {return username;}
+ public String getPassword() {return password;}
+ public List getComments() {return comments;}
+ public List getPosts() {return posts;}
+}
diff --git a/src/main/java/ru/ulstu/is/labwork/Lab4/DTO/PostDto.java b/src/main/java/ru/ulstu/is/labwork/Lab4/DTO/PostDto.java
new file mode 100644
index 0000000..f3f2a2b
--- /dev/null
+++ b/src/main/java/ru/ulstu/is/labwork/Lab4/DTO/PostDto.java
@@ -0,0 +1,36 @@
+package ru.ulstu.is.labwork.Lab4.DTO;
+
+import ru.ulstu.is.labwork.Lab4.model.Comment;
+import ru.ulstu.is.labwork.Lab4.model.Post;
+
+import java.util.ArrayList;
+import java.util.List;
+
+public class PostDto {
+ public final Long id;
+ public final String title;
+ public final String content;
+ public final String customerName;
+ public final long customerId;
+ public final List comments;
+
+ public PostDto(Post post){
+ this.id = post.getId();
+ this.title = post.getTitle();
+ this.content = post.getContent();
+ this.customerName = post.getCustomer().getUsername();
+ this.customerId = post.getCustomer().getId();
+ this.comments = post.getComments().stream().map(CommentDto::new).toList();
+ }
+
+ public Long getId() { return id; }
+ public String getTitle() { return title; }
+ public String getContent() { return content; }
+ public String getCustomerName() {
+ return customerName;
+ }
+ public List getComments() { return comments; }
+ public long getCustomerId() {
+ return customerId;
+ }
+}
diff --git a/src/main/java/ru/ulstu/is/labwork/Lab4/controller/CommentController.java b/src/main/java/ru/ulstu/is/labwork/Lab4/controller/CommentController.java
new file mode 100644
index 0000000..d6454b9
--- /dev/null
+++ b/src/main/java/ru/ulstu/is/labwork/Lab4/controller/CommentController.java
@@ -0,0 +1,56 @@
+package ru.ulstu.is.labwork.Lab4.controller;
+
+import org.springframework.web.bind.annotation.*;
+import ru.ulstu.is.labwork.Lab4.DTO.CommentDto;
+import ru.ulstu.is.labwork.Lab4.model.Comment;
+import ru.ulstu.is.labwork.Lab4.services.CommentService;
+import ru.ulstu.is.labwork.Lab4.services.CustomerService;
+import ru.ulstu.is.labwork.Lab4.services.PostService;
+import java.util.List;
+
+@RestController
+@RequestMapping("/comment")
+public class CommentController {
+ private final CommentService commentService;
+ private final CustomerService customerService;
+ private final PostService postService;
+
+ public CommentController(CommentService commentService, CustomerService customerService, PostService postService) {
+ this.commentService = commentService;
+ this.customerService = customerService;
+ this.postService = postService;
+ }
+
+ @GetMapping("/{id}")
+ public CommentDto getComment(@PathVariable Long id) {
+ return new CommentDto(commentService.findComment(id));
+ }
+
+ @GetMapping
+ public List getComments() {
+ return commentService.findAllComments().stream()
+ .map(CommentDto::new)
+ .toList();
+ }
+
+ @PostMapping
+ public CommentDto createComment(@RequestParam("text") String text, @RequestParam("ownerId") Long ownerId, @RequestParam("postId") Long postId){
+ final Comment comment = commentService.addComment(customerService.findCustomer(ownerId), postService.findPost(postId), text);
+ return new CommentDto(comment);
+ }
+
+ @PutMapping("/{id}")
+ public CommentDto updateComment(@RequestParam("text") String text, @PathVariable Long id) {
+ return new CommentDto(commentService.updateComment(id, text));
+ }
+
+ @DeleteMapping("/{id}")
+ public CommentDto deleteComment(@PathVariable Long id) {
+ return new CommentDto(commentService.deleteComment(id));
+ }
+
+ @DeleteMapping
+ public void deleteAllComments(){
+ commentService.deleteAllComments();
+ }
+}
diff --git a/src/main/java/ru/ulstu/is/labwork/Lab4/controller/CustomerController.java b/src/main/java/ru/ulstu/is/labwork/Lab4/controller/CustomerController.java
new file mode 100644
index 0000000..357ab85
--- /dev/null
+++ b/src/main/java/ru/ulstu/is/labwork/Lab4/controller/CustomerController.java
@@ -0,0 +1,51 @@
+package ru.ulstu.is.labwork.Lab4.controller;
+
+import org.springframework.web.bind.annotation.*;
+import ru.ulstu.is.labwork.Lab4.DTO.CustomerDto;
+import ru.ulstu.is.labwork.Lab4.model.Customer;
+import ru.ulstu.is.labwork.Lab4.services.CustomerService;
+
+import java.util.List;
+
+@RestController
+@RequestMapping("/customer")
+public class CustomerController {
+ private final CustomerService customerService;
+
+ public CustomerController(CustomerService customerService) {
+ this.customerService = customerService;
+ }
+
+ @GetMapping("/{id}")
+ public CustomerDto getCustomer(@PathVariable Long id) {
+ return new CustomerDto(customerService.findCustomer(id));
+ }
+
+ @GetMapping
+ public List getCustomers() {
+ return customerService.findAllCustomers().stream()
+ .map(CustomerDto::new)
+ .toList();
+ }
+
+ @PostMapping
+ public CustomerDto createCustomer(@RequestParam("username") String username, @RequestParam("password") String password){
+ final Customer customer = customerService.addCustomer(username, password);
+ return new CustomerDto(customer);
+ }
+
+ @PutMapping("/{id}")
+ public CustomerDto updateCustomer(@RequestParam("username") String username, @RequestParam("password") String password, @PathVariable Long id) {
+ return new CustomerDto(customerService.updateCustomer(id, username, password));
+ }
+
+ @DeleteMapping("/{id}")
+ public CustomerDto deleteCustomer(@PathVariable Long id) {
+ return new CustomerDto(customerService.deleteCustomer(id));
+ }
+
+ @DeleteMapping
+ public void deleteAllCustomers(){
+ customerService.deleteAllCustomers();
+ }
+}
\ No newline at end of file
diff --git a/src/main/java/ru/ulstu/is/labwork/Lab4/controller/PostController.java b/src/main/java/ru/ulstu/is/labwork/Lab4/controller/PostController.java
new file mode 100644
index 0000000..f59f2f6
--- /dev/null
+++ b/src/main/java/ru/ulstu/is/labwork/Lab4/controller/PostController.java
@@ -0,0 +1,62 @@
+package ru.ulstu.is.labwork.Lab4.controller;
+
+import org.springframework.web.bind.annotation.*;
+import ru.ulstu.is.labwork.Lab4.DTO.PostDto;
+import ru.ulstu.is.labwork.Lab4.services.CustomerService;
+import ru.ulstu.is.labwork.Lab4.services.PostService;
+
+import java.util.List;
+
+@RestController
+@RequestMapping("/post")
+public class PostController {
+ private final PostService postService;
+ private final CustomerService customerService;
+
+ public PostController(PostService postService, CustomerService customerService) {
+ this.postService = postService;
+ this.customerService = customerService;
+ }
+
+ @GetMapping("/{id}")
+ public PostDto getPost(@PathVariable Long id) {
+ return new PostDto(postService.findPost(id));
+ }
+
+ @GetMapping
+ public List getPosts() {
+ return postService.findAllPosts().stream()
+ .map(PostDto::new)
+ .toList();
+ }
+
+ @PostMapping
+ public PostDto createPost(
+ @RequestParam("title") String title,
+ @RequestParam("content") String content,
+ @RequestParam("authorId") Long authorId
+ )
+ {
+ return new PostDto(postService.addPost(customerService.findCustomer(authorId), title, content));
+ }
+
+ @PutMapping("/{id}")
+ public PostDto updatePost(
+ @PathVariable Long id,
+ @RequestParam("title") String title,
+ @RequestParam("content") String content
+ )
+ {
+ return new PostDto(postService.updatePost(id, title, content));
+ }
+
+ @DeleteMapping("/{id}")
+ public PostDto deletePost (@PathVariable Long id) {
+ return new PostDto(postService.deletePost(id));
+ }
+
+ @DeleteMapping
+ public void deleteAllPosts() {
+ postService.deleteAllPosts();
+ }
+}
diff --git a/src/main/java/ru/ulstu/is/labwork/dbLab3/model/Comment.java b/src/main/java/ru/ulstu/is/labwork/Lab4/model/Comment.java
similarity index 96%
rename from src/main/java/ru/ulstu/is/labwork/dbLab3/model/Comment.java
rename to src/main/java/ru/ulstu/is/labwork/Lab4/model/Comment.java
index dbbf27b..7769e08 100644
--- a/src/main/java/ru/ulstu/is/labwork/dbLab3/model/Comment.java
+++ b/src/main/java/ru/ulstu/is/labwork/Lab4/model/Comment.java
@@ -1,4 +1,5 @@
-package ru.ulstu.is.labwork.dbLab3.model;
+package ru.ulstu.is.labwork.Lab4.model;
+
import jakarta.persistence.*;
import java.util.Objects;
diff --git a/src/main/java/ru/ulstu/is/labwork/dbLab3/model/Customer.java b/src/main/java/ru/ulstu/is/labwork/Lab4/model/Customer.java
similarity index 78%
rename from src/main/java/ru/ulstu/is/labwork/dbLab3/model/Customer.java
rename to src/main/java/ru/ulstu/is/labwork/Lab4/model/Customer.java
index c7583a0..14319bd 100644
--- a/src/main/java/ru/ulstu/is/labwork/dbLab3/model/Customer.java
+++ b/src/main/java/ru/ulstu/is/labwork/Lab4/model/Customer.java
@@ -1,4 +1,5 @@
-package ru.ulstu.is.labwork.dbLab3.model;
+package ru.ulstu.is.labwork.Lab4.model;
+
import jakarta.persistence.*;
import java.util.*;
@@ -10,7 +11,7 @@ public class Customer {
@Column
private String username;
@Column
- private String hashedPassword;
+ private String password;
@OneToMany(fetch = FetchType.EAGER, mappedBy = "customer", cascade = CascadeType.ALL)
private List comments;
@OneToMany(fetch = FetchType.EAGER, mappedBy = "customer", cascade = CascadeType.ALL)
@@ -20,9 +21,9 @@ public class Customer {
}
- public Customer(String username, String hashedPassword) {
+ public Customer(String username, String password) {
this.username = username;
- this.hashedPassword = hashedPassword;
+ this.password = password;
this.comments = new ArrayList<>();
this.posts = new ArrayList<>();
}
@@ -35,8 +36,8 @@ public class Customer {
return username;
}
- public String getHashedPassword() {
- return hashedPassword;
+ public String getPassword() {
+ return password;
}
public List getComments() {
@@ -51,8 +52,8 @@ public class Customer {
this.username = username;
}
- public void setHashedPassword(String hashedPassword) {
- this.hashedPassword = hashedPassword;
+ public void setPassword(String password) {
+ this.password = password;
}
@Override
diff --git a/src/main/java/ru/ulstu/is/labwork/dbLab3/model/Post.java b/src/main/java/ru/ulstu/is/labwork/Lab4/model/Post.java
similarity index 97%
rename from src/main/java/ru/ulstu/is/labwork/dbLab3/model/Post.java
rename to src/main/java/ru/ulstu/is/labwork/Lab4/model/Post.java
index 2e9dc1e..0b585e1 100644
--- a/src/main/java/ru/ulstu/is/labwork/dbLab3/model/Post.java
+++ b/src/main/java/ru/ulstu/is/labwork/Lab4/model/Post.java
@@ -1,4 +1,5 @@
-package ru.ulstu.is.labwork.dbLab3.model;
+package ru.ulstu.is.labwork.Lab4.model;
+
import jakarta.persistence.*;
import java.util.ArrayList;
import java.util.List;
diff --git a/src/main/java/ru/ulstu/is/labwork/Lab4/repositories/CommentRepository.java b/src/main/java/ru/ulstu/is/labwork/Lab4/repositories/CommentRepository.java
new file mode 100644
index 0000000..b92634b
--- /dev/null
+++ b/src/main/java/ru/ulstu/is/labwork/Lab4/repositories/CommentRepository.java
@@ -0,0 +1,7 @@
+package ru.ulstu.is.labwork.Lab4.repositories;
+
+import org.springframework.data.jpa.repository.JpaRepository;
+import ru.ulstu.is.labwork.Lab4.model.Comment;
+
+public interface CommentRepository extends JpaRepository {
+}
\ No newline at end of file
diff --git a/src/main/java/ru/ulstu/is/labwork/Lab4/repositories/CustomerRepository.java b/src/main/java/ru/ulstu/is/labwork/Lab4/repositories/CustomerRepository.java
new file mode 100644
index 0000000..fd255e4
--- /dev/null
+++ b/src/main/java/ru/ulstu/is/labwork/Lab4/repositories/CustomerRepository.java
@@ -0,0 +1,7 @@
+package ru.ulstu.is.labwork.Lab4.repositories;
+
+import org.springframework.data.jpa.repository.JpaRepository;
+import ru.ulstu.is.labwork.Lab4.model.Customer;
+
+public interface CustomerRepository extends JpaRepository {
+}
diff --git a/src/main/java/ru/ulstu/is/labwork/Lab4/repositories/PostRepository.java b/src/main/java/ru/ulstu/is/labwork/Lab4/repositories/PostRepository.java
new file mode 100644
index 0000000..29b783f
--- /dev/null
+++ b/src/main/java/ru/ulstu/is/labwork/Lab4/repositories/PostRepository.java
@@ -0,0 +1,7 @@
+package ru.ulstu.is.labwork.Lab4.repositories;
+
+import org.springframework.data.jpa.repository.JpaRepository;
+import ru.ulstu.is.labwork.Lab4.model.Post;
+
+public interface PostRepository extends JpaRepository {
+}
diff --git a/src/main/java/ru/ulstu/is/labwork/dbLab3/service/CommentService.java b/src/main/java/ru/ulstu/is/labwork/Lab4/services/CommentService.java
similarity index 56%
rename from src/main/java/ru/ulstu/is/labwork/dbLab3/service/CommentService.java
rename to src/main/java/ru/ulstu/is/labwork/Lab4/services/CommentService.java
index ae25cda..9894468 100644
--- a/src/main/java/ru/ulstu/is/labwork/dbLab3/service/CommentService.java
+++ b/src/main/java/ru/ulstu/is/labwork/Lab4/services/CommentService.java
@@ -1,34 +1,33 @@
-package ru.ulstu.is.labwork.dbLab3.service;
-
-import jakarta.persistence.EntityManager;
+package ru.ulstu.is.labwork.Lab4.services;
import jakarta.persistence.EntityNotFoundException;
-import jakarta.persistence.PersistenceContext;
import jakarta.transaction.Transactional;
-import ru.ulstu.is.labwork.dbLab3.model.Comment;
-import ru.ulstu.is.labwork.dbLab3.model.Customer;
-import ru.ulstu.is.labwork.dbLab3.model.Post;
+import ru.ulstu.is.labwork.Lab4.model.Comment;
+import ru.ulstu.is.labwork.Lab4.model.Customer;
+import ru.ulstu.is.labwork.Lab4.model.Post;
import org.springframework.stereotype.Service;
import org.springframework.util.StringUtils;
+import ru.ulstu.is.labwork.Lab4.repositories.CommentRepository;
import java.util.List;
+import java.util.Optional;
@Service
public class CommentService {
- @PersistenceContext
- private EntityManager em;
+ private final CommentRepository commentRepository;
+
+ public CommentService(CommentRepository commentRepository) {
+ this.commentRepository = commentRepository;
+ }
@Transactional
public Comment findComment(Long id) {
- final Comment comment = em.find(Comment.class, id);
- if (comment == null) {
- throw new EntityNotFoundException(String.format("Comment with id [%s] is not found", id));
- }
- return comment;
+ final Optional comment = commentRepository.findById(id);
+ return comment.orElseThrow(EntityNotFoundException::new);
}
@Transactional
public List findAllComments() {
- return em.createQuery("select c from Comment c", Comment.class).getResultList();
+ return commentRepository.findAll();
}
@Transactional
@@ -39,11 +38,11 @@ public class CommentService {
if (!StringUtils.hasText(content)) {
throw new IllegalArgumentException("Invalid comment's content");
}
+
final Comment comment = new Comment(customer, post, content);
- comment.getCustomer().getComments().add(comment);
- comment.getPost().getComments().add(comment);
- em.persist(comment);
- return comment;
+ customer.getComments().add(comment);
+ post.getComments().add(comment);
+ return commentRepository.save(comment);
}
@Transactional
@@ -51,22 +50,23 @@ public class CommentService {
if (!StringUtils.hasText(content)) {
throw new IllegalArgumentException("Comment's content is empty");
}
- final Comment comment = findComment(id);
- comment.setContent(content);
- return em.merge(comment);
+
+ final Comment currentComment = findComment(id);
+ currentComment.setContent(content);
+ return commentRepository.save(currentComment);
}
@Transactional
public Comment deleteComment(Long id) {
final Comment currentComment = findComment(id);
+ commentRepository.delete(currentComment);
currentComment.getPost().getComments().remove(currentComment);
currentComment.getCustomer().getComments().remove(currentComment);
- em.remove(currentComment);
return currentComment;
}
@Transactional
- public void deleteAllComment() {
- em.createQuery("delete from Comment").executeUpdate();
+ public void deleteAllComments() {
+ commentRepository.deleteAll();
}
}
diff --git a/src/main/java/ru/ulstu/is/labwork/dbLab3/service/CustomerService.java b/src/main/java/ru/ulstu/is/labwork/Lab4/services/CustomerService.java
similarity index 54%
rename from src/main/java/ru/ulstu/is/labwork/dbLab3/service/CustomerService.java
rename to src/main/java/ru/ulstu/is/labwork/Lab4/services/CustomerService.java
index e636192..53ef72c 100644
--- a/src/main/java/ru/ulstu/is/labwork/dbLab3/service/CustomerService.java
+++ b/src/main/java/ru/ulstu/is/labwork/Lab4/services/CustomerService.java
@@ -1,30 +1,31 @@
-package ru.ulstu.is.labwork.dbLab3.service;
-import jakarta.persistence.EntityManager;
+package ru.ulstu.is.labwork.Lab4.services;
import jakarta.persistence.EntityNotFoundException;
-import jakarta.persistence.PersistenceContext;
import jakarta.transaction.Transactional;
-import ru.ulstu.is.labwork.dbLab3.model.Customer;
+import ru.ulstu.is.labwork.Lab4.model.Customer;
import org.springframework.stereotype.Service;
import org.springframework.util.StringUtils;
+import ru.ulstu.is.labwork.Lab4.repositories.CustomerRepository;
+
import java.util.List;
+import java.util.Optional;
@Service
public class CustomerService {
- @PersistenceContext
- private EntityManager em;
+ private final CustomerRepository customerRepository;
+
+ public CustomerService(CustomerRepository customerRepository) {
+ this.customerRepository = customerRepository;
+ }
@Transactional
public Customer findCustomer(Long id) {
- final Customer customer = em.find(Customer.class, id);
- if (customer == null) {
- throw new EntityNotFoundException(String.format("User with id [%s] is not found", id));
- }
- return customer;
+ final Optional customer = customerRepository.findById(id);
+ return customer.orElseThrow(EntityNotFoundException::new);
}
@Transactional
public List findAllCustomers() {
- return em.createQuery("select c from Customer c", Customer.class).getResultList();
+ return customerRepository.findAll();
}
@Transactional
@@ -32,9 +33,8 @@ public class CustomerService {
if (!StringUtils.hasText(username) || !StringUtils.hasText(password)) {
throw new IllegalArgumentException("Customer's username or password is empty");
}
- final Customer customer = new Customer(username, password);
- em.persist(customer);
- return customer;
+ Customer customer = new Customer(username, password);
+ return customerRepository.save(customer);
}
@Transactional
@@ -42,21 +42,21 @@ public class CustomerService {
if (!StringUtils.hasText(username) || !StringUtils.hasText(password)) {
throw new IllegalArgumentException("Customer's username or password is empty");
}
- final Customer customer = findCustomer(id);
+ Customer customer = findCustomer(id);
customer.setUsername(username);
- customer.setHashedPassword(password);
- return em.merge(customer);
+ customer.setPassword(password);
+ return customerRepository.save(customer);
}
@Transactional
public Customer deleteCustomer(Long id) {
- final Customer currentCustomer = findCustomer(id);
- em.remove(currentCustomer);
- return currentCustomer;
+ Customer customer = findCustomer(id);
+ customerRepository.delete(customer);
+ return customer;
}
@Transactional
public void deleteAllCustomers() {
- em.createQuery("delete from Customer").executeUpdate();
+ customerRepository.deleteAll();
}
}
diff --git a/src/main/java/ru/ulstu/is/labwork/dbLab3/service/PostService.java b/src/main/java/ru/ulstu/is/labwork/Lab4/services/PostService.java
similarity index 53%
rename from src/main/java/ru/ulstu/is/labwork/dbLab3/service/PostService.java
rename to src/main/java/ru/ulstu/is/labwork/Lab4/services/PostService.java
index 33cbf29..bbbbc26 100644
--- a/src/main/java/ru/ulstu/is/labwork/dbLab3/service/PostService.java
+++ b/src/main/java/ru/ulstu/is/labwork/Lab4/services/PostService.java
@@ -1,34 +1,33 @@
-package ru.ulstu.is.labwork.dbLab3.service;
+package ru.ulstu.is.labwork.Lab4.services;
-import jakarta.persistence.EntityManager;
import jakarta.persistence.EntityNotFoundException;
-import jakarta.persistence.PersistenceContext;
import jakarta.transaction.Transactional;
-import ru.ulstu.is.labwork.dbLab3.model.Comment;
-import ru.ulstu.is.labwork.dbLab3.model.Customer;
-import ru.ulstu.is.labwork.dbLab3.model.Post;
+import ru.ulstu.is.labwork.Lab4.model.Customer;
+import ru.ulstu.is.labwork.Lab4.model.Post;
import org.springframework.stereotype.Service;
import org.springframework.util.StringUtils;
+import ru.ulstu.is.labwork.Lab4.repositories.PostRepository;
import java.util.List;
+import java.util.Optional;
@Service
public class PostService {
- @PersistenceContext
- private EntityManager em;
+ private final PostRepository postRepository;
+
+ public PostService(PostRepository postRepository) {
+ this.postRepository = postRepository;
+ }
@Transactional
public Post findPost(Long id) {
- final Post post = em.find(Post.class, id);
- if (post == null) {
- throw new EntityNotFoundException(String.format("Post with id [%s] is not found", id));
- }
- return post;
+ final Optional post = postRepository.findById(id);
+ return post.orElseThrow(EntityNotFoundException::new);
}
@Transactional
public List findAllPosts() {
- return em.createQuery("select p from Post p", Post.class).getResultList();
+ return postRepository.findAll();
}
@Transactional
@@ -39,10 +38,9 @@ public class PostService {
if (!StringUtils.hasText(title) | !StringUtils.hasText(content)) {
throw new IllegalArgumentException("Invalid post's content or title");
}
- final Post post = new Post(customer, title, content);
- post.getCustomer().getPosts().add(post);
- em.persist(post);
- return post;
+ Post post = new Post(customer, title, content);
+ customer.getPosts().add(post);
+ return postRepository.save(post);
}
@Transactional
@@ -50,22 +48,22 @@ public class PostService {
if (!StringUtils.hasText(content) | !StringUtils.hasText(title)) {
throw new IllegalArgumentException("Post's content or title is empty");
}
- final Post post = findPost(id);
+ Post post = findPost(id);
post.setTitle(title);
post.setContent(content);
- return em.merge(post);
+ return postRepository.save(post);
}
@Transactional
public Post deletePost(Long id) {
- final Post currentPost = findPost(id);
- currentPost.getCustomer().getPosts().remove(currentPost);
- em.remove(currentPost);
- return currentPost;
+ Post post = findPost(id);
+ post.getCustomer().getPosts().remove(post);
+ postRepository.delete(post);
+ return post;
}
@Transactional
public void deleteAllPosts() {
- em.createQuery("delete from Post").executeUpdate();
+ postRepository.deleteAll();
}
}
diff --git a/src/main/java/ru/ulstu/is/labwork/LabworkApplication.java b/src/main/java/ru/ulstu/is/labwork/LabworkApplication.java
index 4bfd6b3..a9674eb 100644
--- a/src/main/java/ru/ulstu/is/labwork/LabworkApplication.java
+++ b/src/main/java/ru/ulstu/is/labwork/LabworkApplication.java
@@ -2,14 +2,10 @@ package ru.ulstu.is.labwork;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
-import org.springframework.web.bind.annotation.GetMapping;
-import org.springframework.web.bind.annotation.RequestMapping;
-import org.springframework.web.bind.annotation.RequestParam;
import org.springframework.web.bind.annotation.RestController;
@SpringBootApplication
@RestController
-//@RequestMapping("/lab1")
public class LabworkApplication {
public static void main(String[] args) {
SpringApplication.run(LabworkApplication.class, args);
diff --git a/src/main/java/ru/ulstu/is/labwork/dbLab3/AdditionalTask/SearchService.java b/src/main/java/ru/ulstu/is/labwork/dbLab3/AdditionalTask/SearchService.java
deleted file mode 100644
index 5491df8..0000000
--- a/src/main/java/ru/ulstu/is/labwork/dbLab3/AdditionalTask/SearchService.java
+++ /dev/null
@@ -1,67 +0,0 @@
-package ru.ulstu.is.labwork.dbLab3.AdditionalTask;
-import jakarta.persistence.EntityManager;
-import jakarta.persistence.PersistenceContext;
-import jakarta.transaction.Transactional;
-import ru.ulstu.is.labwork.dbLab3.model.Comment;
-import ru.ulstu.is.labwork.dbLab3.model.Post;
-import org.springframework.stereotype.Service;
-
-import java.util.ArrayList;
-import java.util.List;
-
-@Service
-public class SearchService {
- @PersistenceContext
- private EntityManager em;
-
- @Transactional
- public List