Class ReportEntityRepositoryGateway
java.lang.Object
org.cardanofoundation.lob.app.blockchain_publisher.repository.ReportEntityRepositoryGateway
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfindDispatchedReportsThatAreNotFinalizedYet(String organisationId, org.springframework.data.domain.Limit limit) findReportsByStatus(String organisationId, int pullReportsBatchSize) storeOnlyNew(Set<ReportEntity> reportEntities) voidstoreReport(ReportEntity reportEntity)
-
Constructor Details
-
ReportEntityRepositoryGateway
public ReportEntityRepositoryGateway()
-
-
Method Details
-
storeOnlyNew
-
findDispatchedReportsThatAreNotFinalizedYet
public Set<ReportEntity> findDispatchedReportsThatAreNotFinalizedYet(String organisationId, org.springframework.data.domain.Limit limit) -
findReportsByStatus
@Transactional public Set<ReportEntity> findReportsByStatus(String organisationId, int pullReportsBatchSize) -
storeReport
-