Uses of Class
io.mateu.mdd.shared.interfaces.SortCriteria
Packages that use SortCriteria
Package
Description
-
Uses of SortCriteria in io.mateu.remote.application
Methods in io.mateu.remote.application that return types with arguments of type SortCriteriaMethod parameters in io.mateu.remote.application with type arguments of type SortCriteriaModifier and TypeMethodDescriptionreactor.core.publisher.Flux<Object>MateuRemoteClient.getListRows(String remoteBaseUrl, String remoteJourneyTypeId, String journeyId, String stepId, String listId, Object filters, List<SortCriteria> ordering, int page, int pageSize, org.springframework.http.server.reactive.ServerHttpRequest serverHttpRequest) -
Uses of SortCriteria in io.mateu.remote.domain.store
Methods in io.mateu.remote.domain.store that return types with arguments of type SortCriteriaModifier and TypeMethodDescriptionJourneyStoreService.getLastUsedOrders(String journeyId, String stepId, String listId) Method parameters in io.mateu.remote.domain.store with type arguments of type SortCriteriaModifier and TypeMethodDescriptionvoidJourneyStoreService.saveOrders(String journeyId, String stepId, String listId, List<SortCriteria> sorting)