Uses of Class
org.dspace.qaevent.QATopic
Packages that use QATopic
-
Uses of QATopic in org.dspace.qaevent.service
Methods in org.dspace.qaevent.service that return QATopicModifier and TypeMethodDescriptionQAEventService.findTopicBySourceAndNameAndTarget(Context context, String sourceName, String topicName, UUID target) Find a specific topic by its name, source and optionally a target.QAEventService.findTopicByTopicId(String topicId) Find a specific topid by the given id.Methods in org.dspace.qaevent.service that return types with arguments of type QATopicModifier and TypeMethodDescriptionQAEventService.findAllTopics(Context context, long offset, long count, String orderField, boolean ascending) Find all the event's topics.QAEventService.findAllTopicsBySource(Context context, String source, long offset, long count, String orderField, boolean ascending) Find all the event's topics related to the given source.QAEventService.findAllTopicsBySourceAndTarget(Context context, String source, UUID target, long offset, long pageSize, String orderField, boolean ascending) Find all the event's topics related to the given source for a specific item -
Uses of QATopic in org.dspace.qaevent.service.impl
Methods in org.dspace.qaevent.service.impl that return QATopicModifier and TypeMethodDescriptionQAEventServiceImpl.findTopicBySourceAndNameAndTarget(Context context, String sourceName, String topicName, UUID target) QAEventServiceImpl.findTopicByTopicId(String topicId) Methods in org.dspace.qaevent.service.impl that return types with arguments of type QATopicModifier and TypeMethodDescriptionQAEventServiceImpl.findAllTopics(Context context, long offset, long count, String orderField, boolean ascending) QAEventServiceImpl.findAllTopicsBySource(Context context, String source, long offset, long count, String orderField, boolean ascending) QAEventServiceImpl.findAllTopicsBySourceAndTarget(Context context, String source, UUID target, long offset, long pageSize, String orderField, boolean ascending)