8586878889909192
return "exploration_folder_list"; } public String sortResultsAsc() { List resultsList = (List) this.folders.getWrappedData(); Collections.sort(resultsList, new ContentSortComparator()); return "exploration_folder_list"; }
99100101102103104105106
return "workspace_content_collection"; } public String sortResultsAsc() { List resultsList = (List) this.collections.getWrappedData(); Collections.sort(resultsList, new ContentSortComparator()); return "workspace_content_collection"; }
145146147148149150151152153
* * @return */ public String sortResultsAsc() { List resultsList = (List) this.results.getWrappedData(); Collections.sort(resultsList, new ContentSortComparator()); return "exploration_search_results"; }
4849505152535455
return "exploration_collection_list"; } public String sortResultsAsc() { List resultsList = (List) this.collections.getWrappedData(); Collections.sort(resultsList, new ContentSortComparator()); return "exploration_collection_list"; }