Uses of Class
com.bytedesk.core.topic.TopicEntity
Packages that use TopicEntity
-
Uses of TopicEntity in com.bytedesk.core.topic
Methods in com.bytedesk.core.topic that return TopicEntityModifier and TypeMethodDescriptionprotected TopicEntity
TopicRestService.doSave
(TopicEntity entity) TopicRestService.handleOptimisticLockingFailureException
(org.springframework.orm.ObjectOptimisticLockingFailureException e, TopicEntity entity) TopicRestService.save
(TopicEntity entity) TopicService.save
(TopicEntity topic) Methods in com.bytedesk.core.topic that return types with arguments of type TopicEntityModifier and TypeMethodDescriptionTopicService.findByClientId
(String clientId) TopicService.findByTopic
(String topic) TopicRepository.findByTopicsContains
(String topic) TODO: wildcard match 通配符匹配 topic topic通配符说明: 单层通配符"+":只能匹配一层主题。TopicService.findByUserUid
(String uid) TopicRepository.findFirstByUserUid
(String userUid) Methods in com.bytedesk.core.topic with parameters of type TopicEntityModifier and TypeMethodDescriptionTopicRestService.convertToResponse
(TopicEntity entity) TopicService.convertToTopicResponse
(TopicEntity topic) void
TopicService.delete
(TopicEntity topic) protected TopicEntity
TopicRestService.doSave
(TopicEntity entity) TopicRestService.handleOptimisticLockingFailureException
(org.springframework.orm.ObjectOptimisticLockingFailureException e, TopicEntity entity) TopicRestService.save
(TopicEntity entity) TopicService.save
(TopicEntity topic)