Package inha.git.notice.api.service
Interface NoticeService
- All Known Implementing Classes:
NoticeServiceImpl
public interface NoticeService
-
Method Summary
Modifier and TypeMethodDescriptioncreateNotice
(User user, CreateNoticeRequest createNoticeRequest, List<org.springframework.web.multipart.MultipartFile> attachmentList) deleteNotice
(User user, Integer noticeIdx) org.springframework.data.domain.Page<SearchNoticesResponse>
getNotices
(Integer page, Integer size) updateNotice
(User user, Integer noticeIdx, UpdateNoticeRequest updateNoticeRequest, List<org.springframework.web.multipart.MultipartFile> attachmentList)
-
Method Details
-
getNotices
-
createNotice
String createNotice(User user, CreateNoticeRequest createNoticeRequest, List<org.springframework.web.multipart.MultipartFile> attachmentList) -
updateNotice
String updateNotice(User user, Integer noticeIdx, UpdateNoticeRequest updateNoticeRequest, List<org.springframework.web.multipart.MultipartFile> attachmentList) -
deleteNotice
-
getNotice
-