Package inha.dayoook_e.song.api.service
Interface SongService
- All Known Implementing Classes:
SongServiceImpl
public interface SongService
-
Method Summary
Modifier and TypeMethodDescriptioncompleteSong
(User user, Integer songId) createSong
(User user, CreateSongRequest createSongRequest, org.springframework.web.multipart.MultipartFile thumbnail, org.springframework.web.multipart.MultipartFile media) org.springframework.data.domain.Slice<SongSearchPageResponse>
getSongs
(User user, SearchCond searchCond, Integer page) toggleLike
(User user, Integer songId)
-
Method Details
-
getSongs
org.springframework.data.domain.Slice<SongSearchPageResponse> getSongs(User user, SearchCond searchCond, Integer page) -
getSong
-
createSong
SongResponse createSong(User user, CreateSongRequest createSongRequest, org.springframework.web.multipart.MultipartFile thumbnail, org.springframework.web.multipart.MultipartFile media) -
toggleLike
-
completeSong
-