Uses of Class
org.qubership.atp.tdm.model.rest.ResponseMessage
Packages that use ResponseMessage
Package
Description
-
Uses of ResponseMessage in org.qubership.atp.tdm.controllers
Methods in org.qubership.atp.tdm.controllers that return ResponseMessageModifier and TypeMethodDescriptionAtpActionController.insertTestData(RestApiRequest request) TestDataController.truncateDataInTable(String tableName, UUID projectId, UUID systemId) Remove all records from table .Methods in org.qubership.atp.tdm.controllers that return types with arguments of type ResponseMessageModifier and TypeMethodDescriptionAtpActionController.addInfoToRow(RestApiRequest request) AtpActionController.getMultipleColumnTestData(RestApiRequest request) Allow return values from multiple columns.AtpActionController.getTestData(RestApiRequest request) AtpActionController.occupyTestData(RestApiRequest request) Allow occupy records under ATP_USER.AtpActionController.occupyTestDataFullRow(RestApiRequest request) Allow occupy records under ATP_USER.AtpActionController.refreshTables(RestApiRequest request) AtpActionController.releaseFullTestData(RestApiRequest request) Allow release occupied records.AtpActionController.releaseTestData(RestApiRequest request) Allow release occupied records.AtpActionController.runCleanupForTable(RestApiRequest request) AtpActionController.truncateTable(RestApiRequest request) AtpActionController.updateTestData(RestApiRequest request) -
Uses of ResponseMessage in org.qubership.atp.tdm.repo
Methods in org.qubership.atp.tdm.repo that return ResponseMessageModifier and TypeMethodDescriptionAtpActionRepository.insertTestData(UUID projectId, UUID systemId, UUID environmentId, String tableTitle, List<Map<String, Object>> records, String resultLink) Methods in org.qubership.atp.tdm.repo that return types with arguments of type ResponseMessageModifier and TypeMethodDescriptionAtpActionRepository.addInfoToRow(UUID projectId, UUID systemId, String tableTitle, List<AddInfoToRowRequest> addInfoToRowRequests) AtpActionRepository.getMultipleColumnTestData(UUID projectId, UUID systemId, String tableTitle, List<GetRowRequest> getRowRequests, String resultLink) AtpActionRepository.getTestData(UUID projectId, UUID systemId, String tableTitle, List<GetRowRequest> getRowRequests) AtpActionRepository.occupyTestData(UUID projectId, UUID systemId, String tableTitle, String occupiedBy, List<OccupyRowRequest> occupyRowRequests, String resultLink) AtpActionRepository.occupyTestDataFullRow(UUID projectId, UUID systemId, String tableTitle, String occupiedBy, List<OccupyFullRowRequest> occupyRowRequests, String resultLink) AtpActionRepository.refreshTables(UUID projectId, UUID systemId, String tableTitle, String tdmUrl) AtpActionRepository.releaseFullTestData(UUID projectId, UUID systemId, String tableTitle) AtpActionRepository.releaseTestData(UUID projectId, UUID systemId, String tableTitle, List<ReleaseRowRequest> releaseRowRequest) AtpActionRepository.runCleanupForTable(UUID projectId, UUID systemId, String tableTitle) AtpActionRepository.truncateTable(UUID projectId, UUID systemId, String tableTitle) AtpActionRepository.updateTestData(UUID projectId, UUID systemId, String tableTitle, List<UpdateRowRequest> updateRowRequests) -
Uses of ResponseMessage in org.qubership.atp.tdm.repo.impl
Methods in org.qubership.atp.tdm.repo.impl that return ResponseMessageModifier and TypeMethodDescriptionAtpActionRepositoryImpl.insertTestData(UUID projectId, UUID systemId, UUID environmentId, String tableTitle, List<Map<String, Object>> records, String resultLink) Methods in org.qubership.atp.tdm.repo.impl that return types with arguments of type ResponseMessageModifier and TypeMethodDescriptionAtpActionRepositoryImpl.addInfoToRow(UUID projectId, UUID systemId, String tableTitle, List<AddInfoToRowRequest> addInfoToRowRequests) AtpActionRepositoryImpl.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) AtpActionRepositoryImpl.occupyTestData(UUID projectId, UUID systemId, String tableTitle, String occupiedBy, List<OccupyRowRequest> occupyRowRequests, String resultLink) AtpActionRepositoryImpl.occupyTestDataFullRow(UUID projectId, UUID systemId, String tableTitle, String occupiedBy, List<OccupyFullRowRequest> occupyRowRequests, String resultLink) AtpActionRepositoryImpl.refreshTables(UUID projectId, UUID systemId, String tableTitle, String tdmUrl) AtpActionRepositoryImpl.releaseFullTestData(UUID projectId, UUID systemId, String tableTitle) AtpActionRepositoryImpl.releaseTestData(UUID projectId, UUID systemId, String tableTitle, List<ReleaseRowRequest> releaseRowRequests) AtpActionRepositoryImpl.runCleanupForTable(UUID projectId, UUID systemId, String tableTitle) AtpActionRepositoryImpl.truncateTable(UUID projectId, UUID systemId, String tableTitle) AtpActionRepositoryImpl.updateTestData(UUID projectId, UUID systemId, String tableTitle, List<UpdateRowRequest> updateRowRequests) -
Uses of ResponseMessage in org.qubership.atp.tdm.service
Methods in org.qubership.atp.tdm.service that return ResponseMessageModifier and TypeMethodDescriptionAtpActionService.insertTestData(String projectName, String envName, String systemName, String tableTitle, List<Map<String, Object>> records) Methods in org.qubership.atp.tdm.service that return types with arguments of type ResponseMessageModifier and TypeMethodDescriptionAtpActionService.addInfoToRow(String projectName, String envName, String systemName, String tableTitle, List<AddInfoToRowRequest> addInfoToRowRequests) AtpActionService.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) AtpActionService.occupyTestData(String projectName, String envName, String systemName, String tableTitle, List<OccupyRowRequest> occupyRowRequests) AtpActionService.occupyTestDataFullRow(String projectName, String envName, String systemName, String tableTitle, List<OccupyFullRowRequest> occupyFullRowRequests) AtpActionService.refreshTables(String projectName, String envName, String systemName, String tableTitle) AtpActionService.releaseFullTestData(String projectName, String envName, String systemName, String tableTitle) AtpActionService.releaseTestData(String projectName, String envName, String systemName, String tableTitle, List<ReleaseRowRequest> releaseRowRequests) AtpActionService.runCleanupForTable(String projectName, String envName, String systemName, String tableTitle) AtpActionService.truncateTable(String projectName, String envName, String systemName, String tableTitle) AtpActionService.updateTestData(String projectName, String envName, String systemName, String tableTitle, List<UpdateRowRequest> updateRowRequests) -
Uses of ResponseMessage in org.qubership.atp.tdm.service.impl
Methods in org.qubership.atp.tdm.service.impl that return ResponseMessageModifier and TypeMethodDescriptionAtpActionServiceImpl.insertTestData(String projectName, String envName, String systemName, String tableTitle, List<Map<String, Object>> records) Methods in org.qubership.atp.tdm.service.impl that return types with arguments of type ResponseMessageModifier and TypeMethodDescriptionAtpActionServiceImpl.addInfoToRow(String projectName, String envName, String systemName, String tableTitle, List<AddInfoToRowRequest> addInfoToRowRequests) AtpActionServiceImpl.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) AtpActionServiceImpl.occupyTestData(String projectName, String envName, String systemName, String tableTitle, List<OccupyRowRequest> occupyRowRequests) AtpActionServiceImpl.occupyTestDataFullRow(String projectName, String envName, String systemName, String tableTitle, List<OccupyFullRowRequest> occupyFullRowRequests) AtpActionServiceImpl.refreshTables(String projectName, String envName, String systemName, String tableTitle) AtpActionServiceImpl.releaseFullTestData(String projectName, String envName, String systemName, String tableTitle) AtpActionServiceImpl.releaseTestData(String projectName, String envName, String systemName, String tableTitle, List<ReleaseRowRequest> releaseRowRequests) AtpActionServiceImpl.runCleanupForTable(String projectId, String envName, String systemName, String tableTitle) AtpActionServiceImpl.truncateTable(String projectId, String envName, String systemName, String tableTitle) AtpActionServiceImpl.updateTestData(String projectName, String envName, String systemName, String tableTitle, List<UpdateRowRequest> updateRowRequests)