Uses of Class
org.dspace.app.suggestion.Suggestion
Packages that use Suggestion
-
Uses of Suggestion in org.dspace.app.suggestion
Methods in org.dspace.app.suggestion that return SuggestionModifier and TypeMethodDescriptionSolrSuggestionProvider.findUnprocessedSuggestion(Context context, UUID target, String id) SolrSuggestionStorageService.findUnprocessedSuggestion(Context context, String source, UUID target, String id) Find an unprocessed suggestion by the given source, target id and suggestion id.SolrSuggestionStorageServiceImpl.findUnprocessedSuggestion(Context context, String source, UUID target, String id) SuggestionProvider.findUnprocessedSuggestion(Context context, UUID target, String id) find an unprocessed suggestion by target UUID and suggestion idSuggestionService.findUnprocessedSuggestion(Context context, String id) find unprocessed suggestion by idSuggestionServiceImpl.findUnprocessedSuggestion(Context context, String id) Methods in org.dspace.app.suggestion that return types with arguments of type SuggestionModifier and TypeMethodDescriptionSolrSuggestionProvider.findAllUnprocessedSuggestions(Context context, UUID target, int pageSize, long offset, boolean ascending) SolrSuggestionStorageService.findAllUnprocessedSuggestions(Context context, String source, UUID target, int pageSize, long offset, boolean ascending) Find all the unprocessed suggestions related to the given source and target.SolrSuggestionStorageServiceImpl.findAllUnprocessedSuggestions(Context context, String source, UUID target, int pageSize, long offset, boolean ascending) SuggestionProvider.findAllUnprocessedSuggestions(Context context, UUID target, int pageSize, long offset, boolean ascending) find unprocessed suggestions (paged) by target UUIDSuggestionService.findByTargetAndSource(Context context, UUID target, String source, int pageSize, long offset, boolean ascending) find all suggestions by targeted item and external sourceSuggestionServiceImpl.findByTargetAndSource(Context context, UUID target, String source, int pageSize, long offset, boolean ascending) Methods in org.dspace.app.suggestion with parameters of type SuggestionModifier and TypeMethodDescriptionvoidSolrSuggestionStorageService.addSuggestion(Suggestion suggestion, boolean force, boolean commit) Add a new suggestion to SOLRvoidSolrSuggestionStorageServiceImpl.addSuggestion(Suggestion suggestion, boolean force, boolean commit) voidSolrSuggestionStorageService.deleteSuggestion(Suggestion suggestion) Delete a suggestion from SOLR if anyvoidSolrSuggestionStorageServiceImpl.deleteSuggestion(Suggestion suggestion) booleanSolrSuggestionStorageService.exist(Suggestion suggestion) Return true if the suggestion is already in SOLR and flagged as processedbooleanSolrSuggestionStorageServiceImpl.exist(Suggestion suggestion) voidSolrSuggestionStorageService.flagSuggestionAsProcessed(Suggestion suggestion) Flag a suggestion as processed in SOLR if anyvoidSolrSuggestionStorageServiceImpl.flagSuggestionAsProcessed(Suggestion suggestion) -
Uses of Suggestion in org.dspace.app.suggestion.loader
Methods in org.dspace.app.suggestion.loader that return types with arguments of type SuggestionModifier and TypeMethodDescriptionPublicationLoader.reduceAndTransform(Item researcher, List<ExternalDataObject> importRecords) This method filter a list of ImportRecords using a pipeline of AuthorNamesApprover and return a filtered list of ImportRecords.