Uses of Class
org.codeability.sharing.plugins.api.search.SearchResultDTO
Packages that use SearchResultDTO
-
Uses of SearchResultDTO in org.codeability.sharing.plugins.api
Fields in org.codeability.sharing.plugins.api declared as SearchResultDTOModifier and TypeFieldDescriptionShoppingBasket.exerciseInfothe list of selected exercises in the basket.Constructors in org.codeability.sharing.plugins.api with parameters of type SearchResultDTOModifierConstructorDescriptionShoppingBasket(ShoppingBasket.UserInfo userInfo, SearchResultDTO[] exerciseInfo) Deprecated.ShoppingBasket(ShoppingBasket.UserInfo userInfo, SearchResultDTO[] exerciseInfo, long tokenValidUntil) Constructor of the shopping basket -
Uses of SearchResultDTO in org.codeability.sharing.plugins.api.search
Methods in org.codeability.sharing.plugins.api.search that return types with arguments of type SearchResultDTOMethod parameters in org.codeability.sharing.plugins.api.search with type arguments of type SearchResultDTOModifier and TypeMethodDescriptionvoidSearchResultsDTO.setSearchResult(List<SearchResultDTO> searchResult) Constructors in org.codeability.sharing.plugins.api.search with parameters of type SearchResultDTOConstructor parameters in org.codeability.sharing.plugins.api.search with type arguments of type SearchResultDTOModifierConstructorDescriptionSearchResultsDTO(List<SearchResultDTO> searchResult, long hitCount, long pageStartIndex)