Uses of Class
io.mateu.mdd.shared.interfaces.SortCriteria
Packages that use SortCriteria
Package
Description
-
Uses of SortCriteria in io.mateu.core.application
Methods in io.mateu.core.application that return types with arguments of type SortCriteria -
Uses of SortCriteria in io.mateu.core.domain.apiClients
Method parameters in io.mateu.core.domain.apiClients 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.core.domain.model.store
Methods in io.mateu.core.domain.model.store that return types with arguments of type SortCriteriaModifier and TypeMethodDescriptionJourneyStoreService.getLastUsedOrders(String journeyId, String stepId, String listId) Method parameters in io.mateu.core.domain.model.store with type arguments of type SortCriteriaModifier and TypeMethodDescriptionvoidJourneyStoreService.saveOrders(String journeyId, String stepId, String listId, List<SortCriteria> sorting)