Class CustomExecutionRequestRepositoryImpl
java.lang.Object
org.qubership.atp.ram.repositories.impl.CustomExecutionRequestRepositoryImpl
- All Implemented Interfaces:
CustomExecutionRequestRepository
@Repository
public class CustomExecutionRequestRepositoryImpl
extends Object
implements CustomExecutionRequestRepository
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetByTestPlanAndFinishDateBetweenOrEquals(UUID testPlanId, Timestamp start, Timestamp end, org.springframework.data.domain.Pageable page) getByTestPlanAndFinishDateBetweenOrEqualsAndAnalyzedByQa(UUID testPlanId, Timestamp start, boolean analyzedByQa, org.springframework.data.domain.Pageable page) intgetExecutionRequestsCountByCriteria(org.springframework.data.mongodb.core.query.CriteriaDefinition filters) searchExecutionRequests(org.springframework.data.mongodb.core.query.CriteriaDefinition filters, org.springframework.data.domain.Pageable pageable) voidupdateLogRecordsCount(UUID executionRequestId, int logRecordsCount)
-
Constructor Details
-
CustomExecutionRequestRepositoryImpl
public CustomExecutionRequestRepositoryImpl()
-
-
Method Details
-
searchExecutionRequests
public List<ExecutionRequest> searchExecutionRequests(org.springframework.data.mongodb.core.query.CriteriaDefinition filters, org.springframework.data.domain.Pageable pageable) - Specified by:
searchExecutionRequestsin interfaceCustomExecutionRequestRepository
-
getExecutionRequestsCountByCriteria
public int getExecutionRequestsCountByCriteria(org.springframework.data.mongodb.core.query.CriteriaDefinition filters) - Specified by:
getExecutionRequestsCountByCriteriain interfaceCustomExecutionRequestRepository
-
getByTestPlanAndFinishDateBetweenOrEqualsAndAnalyzedByQa
public List<ExecutionRequest> getByTestPlanAndFinishDateBetweenOrEqualsAndAnalyzedByQa(UUID testPlanId, Timestamp start, boolean analyzedByQa, org.springframework.data.domain.Pageable page) - Specified by:
getByTestPlanAndFinishDateBetweenOrEqualsAndAnalyzedByQain interfaceCustomExecutionRequestRepository
-
getByTestPlanAndFinishDateBetweenOrEquals
public List<ExecutionRequest> getByTestPlanAndFinishDateBetweenOrEquals(UUID testPlanId, Timestamp start, Timestamp end, org.springframework.data.domain.Pageable page) - Specified by:
getByTestPlanAndFinishDateBetweenOrEqualsin interfaceCustomExecutionRequestRepository
-
updateLogRecordsCount
- Specified by:
updateLogRecordsCountin interfaceCustomExecutionRequestRepository
-