Uses of Class
org.qubership.atp.tdm.model.rest.requests.GetRowRequest
Packages that use GetRowRequest
Package
Description
-
Uses of GetRowRequest in org.qubership.atp.tdm.repo
Method parameters in org.qubership.atp.tdm.repo with type arguments of type GetRowRequestModifier and TypeMethodDescriptionAtpActionRepository.getMultipleColumnTestData(UUID projectId, UUID systemId, String tableTitle, List<GetRowRequest> getRowRequests, String resultLink) AtpActionRepository.getTestData(UUID projectId, UUID systemId, String tableTitle, List<GetRowRequest> getRowRequests) -
Uses of GetRowRequest in org.qubership.atp.tdm.repo.impl
Method parameters in org.qubership.atp.tdm.repo.impl with type arguments of type GetRowRequestModifier and TypeMethodDescriptionAtpActionRepositoryImpl.getMultipleColumnTestData(UUID projectId, UUID systemId, String tableTitle, List<GetRowRequest> getRowRequests, String resultLink) Getting data from DB and creating ResponseMessage.AtpActionRepositoryImpl.getTestData(UUID projectId, UUID systemId, String tableTitle, List<GetRowRequest> getRowRequests) -
Uses of GetRowRequest in org.qubership.atp.tdm.service
Method parameters in org.qubership.atp.tdm.service with type arguments of type GetRowRequestModifier and TypeMethodDescriptionAtpActionService.getMultipleColumnTestData(String projectName, String envName, String systemName, String tableTitle, List<GetRowRequest> multipleColumnRowRequest) AtpActionService.getTestData(String projectName, String envName, String systemName, String tableTitle, List<GetRowRequest> getRowRequests) -
Uses of GetRowRequest in org.qubership.atp.tdm.service.impl
Method parameters in org.qubership.atp.tdm.service.impl with type arguments of type GetRowRequestModifier and TypeMethodDescriptionAtpActionServiceImpl.getMultipleColumnTestData(String projectName, String envName, String systemName, String tableTitle, List<GetRowRequest> multipleColumnRowRequest) AtpActionServiceImpl.getTestData(String projectName, String envName, String systemName, String tableTitle, List<GetRowRequest> getRowRequests)