public class KnowledgeLogManagerImpl extends Object implements KnowledgeLogManager
ins| 构造器和说明 |
|---|
KnowledgeLogManagerImpl() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
add(KnowledgeLog log)
新增日志
|
KnowledgeLogCountQuery |
newCountQuery() |
KnowledgeLogQuery |
newQuery() |
void |
removeByGroupId(String groupId)
删除用户对应的日志
|
void |
removeByProject(Long projectId)
删除项目对应的日志
|
public void add(KnowledgeLog log)
KnowledgeLogManageradd 在接口中 KnowledgeLogManagerlog - 日志对象public void removeByProject(Long projectId)
KnowledgeLogManagerremoveByProject 在接口中 KnowledgeLogManagerprojectId - 项目IDpublic void removeByGroupId(String groupId)
KnowledgeLogManagerremoveByGroupId 在接口中 KnowledgeLogManagergroupId - 团队IDpublic KnowledgeLogQuery newQuery()
newQuery 在接口中 KnowledgeLogManagerpublic KnowledgeLogCountQuery newCountQuery()
newCountQuery 在接口中 KnowledgeLogManagerCopyright © 2023 Bstek. All rights reserved.