Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WolfLink-DevTeam/Sharine
/ functions
Functions
274 in github.com/WolfLink-DevTeam/Sharine
⨍
Functions
274
◇
Types & classes
111
Method
SubscribeChannelAction
(RedisAction redisAction, UserRelationRepository userRelationRepository)
server/common/src/main/java/org/wolflink/sharine/action/SubscribeChannelAction.java:26
Method
UserController
(UserRepository repository)
server/user-service/src/main/java/org/wolflink/sharine/controller/UserController.java:11
Method
UserRelationService
(UserRelationRepository userRelationRepository)
server/interact-service/src/main/java/org/wolflink/sharine/service/UserRelationService.java:15
Method
VideoSaveEvent
(Object source,String originService, String destinationService,Video video,Long categoryId)
server/common/src/main/java/org/wolflink/sharine/event/VideoSaveEvent.java:15
Function
VideoTypeChineseName
(videoType: VideoType)
web/src/models/VideoType.ts:12
Method
WarnException
(Integer code,String message)
server/common/src/main/java/org/wolflink/sharine/exception/WarnException.java:23
Method
addBrowseCount
(String userIp,Long videoId)
server/content-service/src/main/java/org/wolflink/sharine/action/BrowseStatAction.java:35
Method
addComment
(comment: VideoComment)
web/src/services/VideoService.ts:40
Method
addCorsMappings
(CorsRegistry registry)
server/common/src/main/java/org/wolflink/sharine/config/GlobalCorsConfig.java:9
Method
addInterceptors
(InterceptorRegistry registry)
server/common/src/main/java/org/wolflink/sharine/config/InterceptorConfig.java:14
Method
afterCompletion
(HttpServletRequest request, HttpServletResponse response, Object handler, Exception ex)
server/common/src/main/java/org/wolflink/sharine/RequestLimitInterceptor.java:52
Method
askForEmailVerification
()
web/src/services/UserService.ts:41
Method
bitAdd
(String key, int offset, boolean b)
server/common/src/main/java/org/wolflink/sharine/action/RedisAction.java:217
Method
bitCount
(String key)
server/common/src/main/java/org/wolflink/sharine/action/RedisAction.java:225
Method
bitField
(String key, int limit, int offset)
server/common/src/main/java/org/wolflink/sharine/action/RedisAction.java:229
Method
bitGet
(String key, int offset)
server/common/src/main/java/org/wolflink/sharine/action/RedisAction.java:221
Method
bitGetAll
(String key)
server/common/src/main/java/org/wolflink/sharine/action/RedisAction.java:235
Method
bookmark
(videoId: number)
web/src/services/UserService.ts:81
Method
cacheManager
(RedisTemplate<String, Object> template)
server/common/src/main/java/org/wolflink/sharine/config/CacheConfig.java:55
Method
changePassword
用户修改密码接口
server/user-service/src/main/java/org/wolflink/sharine/controller/ActionController.java:45
Method
changePassword
(String account,String newPassword,String verificationCode)
server/user-service/src/main/java/org/wolflink/sharine/service/UserService.java:66
Method
changePassword
(newPassword: string,verificationCode: number)
web/src/services/UserService.ts:59
Method
concatKey
七牛云文件 Key 拼接 @param userId 用户ID @param fileName 文件名称 @return Key
server/common/src/main/java/org/wolflink/sharine/action/QiniuAction.java:94
Method
constructor
()
web/src/services/CategoryService.ts:38
Method
constructor
(categoryId: number,frequency: number)
web/src/models/CategoryFrequency.ts:7
Method
consulPropertySourceLocator
(ConsulClient consulClient, ConsulConfigProperties consulConfigProperties)
server/common/src/main/java/org/wolflink/sharine/config/ConsulConfig.java:13
Method
copyList
拷贝集合 @param source 源 @param target 目标 @return {@link List<T>} 集合
server/common/src/main/java/org/wolflink/sharine/action/BeanCopyAction.java:44
Method
countByTitleRegex
(String title)
server/common/src/main/java/org/wolflink/sharine/repository/CategoryRepository.java:19
Method
countByUserId
(Long userId)
server/common/src/main/java/org/wolflink/sharine/repository/BookmarkRepository.java:32
Method
countByUserId
(Long userId)
server/common/src/main/java/org/wolflink/sharine/repository/UpvoteRepository.java:16
Method
countByVideoId
(Long videoId)
server/common/src/main/java/org/wolflink/sharine/repository/BookmarkRepository.java:35
Method
countByVideoId
(Long videoId)
server/common/src/main/java/org/wolflink/sharine/repository/UpvoteRepository.java:18
Method
countUserFollowed
统计用户的粉丝数量 @param userId 用户ID @return 粉丝数量
server/interact-service/src/main/java/org/wolflink/sharine/service/UserRelationService.java:76
Method
countUserFollowing
统计用户关注数量 @param userId 用户ID @return 关注数量
server/interact-service/src/main/java/org/wolflink/sharine/service/UserRelationService.java:24
Method
dateBinder
(WebDataBinder binder)
server/common/src/main/java/org/wolflink/sharine/controller/BaseController.java:54
Function
dateFormat
(date: Date)
web/src/utilities/ResourceUtility.ts:14
Method
decr
(String key, long delta)
server/common/src/main/java/org/wolflink/sharine/action/RedisAction.java:75
Method
del
(@PathVariable ID id)
server/common/src/main/java/org/wolflink/sharine/controller/RestfulController.java:23
Method
del
(String key)
server/common/src/main/java/org/wolflink/sharine/action/RedisAction.java:51
Method
delBookmark
取消收藏视频 @param videoId 视频ID
server/interact-service/src/main/java/org/wolflink/sharine/controller/BookmarkController.java:50
Method
delVideoComments
(@PathVariable Long videoId)
server/interact-service/src/main/java/org/wolflink/sharine/controller/CommentController.java:37
Method
deleteByUserIdAndVideoId
(Long userId, Long videoId)
server/common/src/main/java/org/wolflink/sharine/repository/BookmarkRepository.java:27
Method
exception
(Exception ex)
server/common/src/main/java/org/wolflink/sharine/controller/BaseController.java:15
Method
existsByUserIdAndVideoId
(Long userId, Long videoId)
server/common/src/main/java/org/wolflink/sharine/repository/BookmarkRepository.java:25
Method
favorite
(@PathVariable Long videoId)
server/interact-service/src/main/java/org/wolflink/sharine/controller/FavoriteController.java:19
Method
favorite
(videoId: number)
web/src/services/UserService.ts:69
Method
find
(String keywords, Integer current, Integer size)
server/content-service/src/main/java/org/wolflink/sharine/service/CategoryService.java:18
Method
findAll
获取全部分类信息 @return 分区数据
server/content-service/src/main/java/org/wolflink/sharine/controller/CategoryController.java:28
Method
findAllByUserId
(Long userId, Pageable pageable)
server/common/src/main/java/org/wolflink/sharine/repository/UpvoteRepository.java:25
Method
findAllFollowed
获取用户的粉丝ID列表 @param userId 用户ID @return 粉丝ID列表
server/interact-service/src/main/java/org/wolflink/sharine/service/UserRelationService.java:85
Method
findUserDetailInfo
(userId: number)
web/src/services/UserService.ts:66
Method
findVideos
(@PathVariable Integer current, @PathVariable Integer size)
server/video-service/src/main/java/org/wolflink/sharine/controller/VideoController.java:47
Method
findVideos
条件查找视频 @param current 当前页码 @param size 请求分页大小 @return 对应页的视频列表
server/video-service/src/main/java/org/wolflink/sharine/service/VideoService.java:81
Method
follow
关注用户 @param anotherUserId 另一位用户的ID
server/interact-service/src/main/java/org/wolflink/sharine/controller/UserRelationController.java:20
Method
follow
userId1 关注用户 userId2 @param followerId 粉丝 @param followedId 被关注者
server/interact-service/src/main/java/org/wolflink/sharine/service/UserRelationService.java:33
Method
geoAdd
(String key, Double x, Double y, String name)
server/common/src/main/java/org/wolflink/sharine/action/RedisAction.java:251
Method
geoCalculationDistance
(String key, String placeOne, String placeTow)
server/common/src/main/java/org/wolflink/sharine/action/RedisAction.java:259
Method
geoGetHash
(String key, String... place)
server/common/src/main/java/org/wolflink/sharine/action/RedisAction.java:277
Method
geoGetPointList
(String key, Object... place)
server/common/src/main/java/org/wolflink/sharine/action/RedisAction.java:255
Method
geoNearByPlace
(String key, String place, Distance distance, long limit, Sort.Direction sort)
server/common/src/main/java/org/wolflink/sharine/action/RedisAction.java:264
Method
get
(@PathVariable ID id)
server/common/src/main/java/org/wolflink/sharine/controller/RestfulController.java:14
Method
getBookmark
(@PathVariable Long videoId)
server/interact-service/src/main/java/org/wolflink/sharine/controller/BookmarkController.java:32
Method
getBookmark
(Long userId,Long videoId)
server/interact-service/src/main/java/org/wolflink/sharine/service/BookmarkService.java:40
Method
getCategory
(index: number)
web/src/services/CategoryService.ts:82
Method
getDetailVideo
(@PathVariable Long videoId)
server/aggregated-service/src/main/java/org/wolflink/sharine/controller/AggregatedController.java:16
Method
getDownloadUrl
获取七牛云文件下载URL @param fileKey 存储键 @return URL
server/common/src/main/java/org/wolflink/sharine/action/QiniuAction.java:76
Method
getDownloadUrl
(fileKey: string)
web/src/services/QiniuService.ts:7
Function
getImageUrl
(imgName: string|null)
web/src/utilities/ResourceUtility.ts:1
Method
getIpSource
解析ip地址 @param ipAddress ip地址 @return 解析后的ip地址
server/common/src/main/java/org/wolflink/sharine/action/IpAction.java:31
Method
getLocalUser
()
web/src/services/UserService.ts:14
Method
getNavIndex
()
web/src/store/system.ts:23
Method
getQiniuUploadInfo
(fileName: string)
web/src/services/QiniuService.ts:4
Method
getSessionUser
获取当前连接登录的用户对象(会检查用户登录状态) @return 用户
server/common/src/main/java/org/wolflink/sharine/action/SessionAction.java:29
Method
getSubscribeVideos
(@PathVariable Long userId)
server/aggregated-service/src/main/java/org/wolflink/sharine/controller/AggregatedController.java:23
Method
getSubscribeVideos
查询用户订阅频道 @param userId 用户ID @return 视频列表
server/aggregated-service/src/main/java/org/wolflink/sharine/service/AggregatedService.java:34
Method
getSubscribeVideos
()
web/src/services/UserService.ts:96
Method
getUserBookmarkVideoIds
只允许查询用户自己的收藏视频列表Id数据
server/interact-service/src/main/java/org/wolflink/sharine/controller/BookmarkController.java:58
Method
getUserBookmarkVideos
()
web/src/services/UserService.ts:90
Method
getUserFavoriteVideoIds
只允许查询用户自己的点赞视频列表数据
server/interact-service/src/main/java/org/wolflink/sharine/controller/FavoriteController.java:36
Method
getUserFavoriteVideos
()
web/src/services/UserService.ts:87
Method
getUserUploadVideos
获取用户投稿视频ID列表 @param userId 用户ID @return 投稿视频信息列表
server/video-service/src/main/java/org/wolflink/sharine/controller/VideoController.java:71
Method
getUserUploadVideos
(@PathVariable("userId") Long userId)
server/common/src/main/java/org/wolflink/sharine/rpc/VideoServiceClient.java:30
Method
getUserUploadVideos
(userId: number)
web/src/services/UserService.ts:93
Method
getVideo
(@PathVariable Long videoId)
server/video-service/src/main/java/org/wolflink/sharine/controller/VideoController.java:36
Method
getVideo
(@PathVariable("videoId") Long videoId)
server/common/src/main/java/org/wolflink/sharine/rpc/VideoServiceClient.java:21
Method
getVideo
(videoId: number)
web/src/services/VideoService.ts:47
Method
getVideoComments
(@PathVariable Long videoId)
server/interact-service/src/main/java/org/wolflink/sharine/controller/CommentController.java:32
Method
getVideoComments
(videoId: number)
web/src/services/VideoService.ts:50
Method
getVideoFrameUrl
(videoUrl: string,frameId: number)
web/src/services/QiniuService.ts:10
Method
getVideos
(@ModelAttribute List<Long> videoIds)
server/video-service/src/main/java/org/wolflink/sharine/controller/VideoController.java:41
Method
getVideos
(current: number,size: number)
web/src/services/VideoService.ts:32
Method
hDecr
(String key, String hashKey, Long delta)
server/common/src/main/java/org/wolflink/sharine/action/RedisAction.java:117
Method
hDel
(String key, Object... hashKey)
server/common/src/main/java/org/wolflink/sharine/action/RedisAction.java:105
Method
hGet
(String key, String hashKey)
server/common/src/main/java/org/wolflink/sharine/action/RedisAction.java:79
Method
hGetAll
(String key)
server/common/src/main/java/org/wolflink/sharine/action/RedisAction.java:92
Method
hHasKey
(String key, String hashKey)
server/common/src/main/java/org/wolflink/sharine/action/RedisAction.java:109
Method
hIncr
(String key, String hashKey, Long delta)
server/common/src/main/java/org/wolflink/sharine/action/RedisAction.java:113
Method
hSet
(String key, String hashKey, Object value, long time)
server/common/src/main/java/org/wolflink/sharine/action/RedisAction.java:83
Method
hSetAll
(String key, Map<String, Object> map, long time)
server/common/src/main/java/org/wolflink/sharine/action/RedisAction.java:96
Method
hasBookmark
(videoId: number)
web/src/services/UserService.ts:75
← previous
next →
101–200 of 274, ranked by callers