Uses of Class
org.dspace.app.suggestion.SuggestionTarget
Packages that use SuggestionTarget
-
Uses of SuggestionTarget in org.dspace.app.suggestion
Methods in org.dspace.app.suggestion that return SuggestionTargetModifier and TypeMethodDescriptionfind aSuggestionTargetby source name and suggestion idSolrSuggestionProvider.findTarget(Context context, UUID target) SolrSuggestionStorageService.findTarget(Context context, String source, UUID target) Find a suggestion target by the given source and target.SolrSuggestionStorageServiceImpl.findTarget(Context context, String source, UUID target) SuggestionProvider.findTarget(Context context, UUID target) find a suggestion target by UUIDMethods in org.dspace.app.suggestion that return types with arguments of type SuggestionTargetModifier and TypeMethodDescriptionSolrSuggestionProvider.findAllTargets(Context context, int pageSize, long offset) SolrSuggestionStorageService.findAllTargets(Context context, String source, int pageSize, long offset) Find all the suggestion targets related to the given source.SolrSuggestionStorageServiceImpl.findAllTargets(Context context, String source, int pageSize, long offset) SuggestionProvider.findAllTargets(Context context, int pageSize, long offset) find all suggestion targetsSuggestionService.findAllTargets(Context context, String source, int pageSize, long offset) find all suggestion targets by source (paged)SuggestionServiceImpl.findAllTargets(Context context, String source, int pageSize, long offset) SuggestionService.findByTarget(Context context, UUID target, int pageSize, long offset) find suggestion target by targeted item (paged)SuggestionServiceImpl.findByTarget(Context context, UUID target, int pageSize, long offset) Methods in org.dspace.app.suggestion with parameters of type SuggestionTargetModifier and TypeMethodDescriptionvoidSolrSuggestionStorageService.deleteTarget(SuggestionTarget target) Delete all the suggestions from SOLR if any related to a specific targetvoidSolrSuggestionStorageServiceImpl.deleteTarget(SuggestionTarget target)