Class GetMyCollectionServiceImpl
java.lang.Object
com.planetrush.planetrush.member.service.GetMyCollectionServiceImpl
- All Implemented Interfaces:
GetMyCollectionService
@Transactional(readOnly=true)
@Service
public class GetMyCollectionServiceImpl
extends Object
implements GetMyCollectionService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetPlanetCollections
(CollectionSearchCond searchCond) 주어진 memberId를 사용하여 완료한 행성의 기록을 검색합니다.
-
Constructor Details
-
GetMyCollectionServiceImpl
public GetMyCollectionServiceImpl()
-
-
Method Details
-
getPlanetCollections
주어진 memberId를 사용하여 완료한 행성의 기록을 검색합니다.- Specified by:
getPlanetCollections
in interfaceGetMyCollectionService
- Returns:
- 컬렉션 리스트를 반환합니다.
-