Package | Description |
---|---|
net.ibizsoftware.jwork.web.widget.favorite.mapper | |
net.ibizsoftware.jwork.web.widget.favorite.service | |
net.ibizsoftware.jwork.web.widget.favorite.service.impl |
Modifier and Type | Method and Description |
---|---|
FavoriteVO |
FavoriteMapper.selectFavorite(FavoriteVO favoriteVO)
즐겨찾기를 조회한다.
|
Modifier and Type | Method and Description |
---|---|
List<FavoriteVO> |
FavoriteMapper.selectFavoriteListByIntSvcNo(FavoriteVO favoriteVO)
사용자별 즐겨찾기 목록을 조회한다.
|
Modifier and Type | Method and Description |
---|---|
void |
FavoriteMapper.deleteFavorite(FavoriteVO favoriteVO)
즐겨찾기를 삭제한다.
|
void |
FavoriteMapper.insertFavorite(FavoriteVO favoriteVO)
즐겨찾기를 추가한다.
|
FavoriteVO |
FavoriteMapper.selectFavorite(FavoriteVO favoriteVO)
즐겨찾기를 조회한다.
|
List<FavoriteVO> |
FavoriteMapper.selectFavoriteListByIntSvcNo(FavoriteVO favoriteVO)
사용자별 즐겨찾기 목록을 조회한다.
|
void |
FavoriteMapper.updateFavorite(FavoriteVO favoriteVO)
즐겨찾기를 수정한다.
|
Modifier and Type | Method and Description |
---|---|
FavoriteVO |
FavoriteService.findFavorite(String intSvcNo,
String siteId,
String progrmId)
즐겨찾기를 조회한다.
|
Modifier and Type | Method and Description |
---|---|
List<FavoriteVO> |
FavoriteService.findFavoriteListByIntSvcNo(String intSvcNo,
String siteId)
사용자별 즐겨찾기 목록을 조회한다.
|
Modifier and Type | Method and Description |
---|---|
FavoriteVO |
FavoriteServiceImpl.findFavorite(String intSvcNo,
String siteId,
String progrmId)
즐겨찾기를 조회한다.
|
Modifier and Type | Method and Description |
---|---|
List<FavoriteVO> |
FavoriteServiceImpl.findFavoriteListByIntSvcNo(String intSvcNo,
String siteId)
사용자별 즐겨찾기 목록을 조회한다.
|
Copyright © 2025. All rights reserved.