Uses of Class
org.qubership.integration.platform.sessions.dto.filter.FilterRequestAndSearchDTO
Packages that use FilterRequestAndSearchDTO
Package
Description
-
Uses of FilterRequestAndSearchDTO in org.qubership.integration.platform.sessions.controller
Methods in org.qubership.integration.platform.sessions.controller with parameters of type FilterRequestAndSearchDTOModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<SessionSearchResponse> SessionController.findAllByFilter(int offset, int count, String sortColumn, FilterRequestAndSearchDTO filterRequest) org.springframework.http.ResponseEntity<SessionSearchResponse> SessionController.findByFilter(String chainId, int offset, int count, String sortColumn, FilterRequestAndSearchDTO filterRequest) -
Uses of FilterRequestAndSearchDTO in org.qubership.integration.platform.sessions.service
Methods in org.qubership.integration.platform.sessions.service with parameters of type FilterRequestAndSearchDTOModifier and TypeMethodDescriptionSessionService.getSessions(String chainId, int offset, int limit, String sortColumn, FilterRequestAndSearchDTO filterRequest)