Uses of Class
app.coronawarn.server.common.persistence.domain.FederationBatchInfo
-
Packages that use FederationBatchInfo Package Description app.coronawarn.server.common.persistence.repository app.coronawarn.server.common.persistence.service -
-
Uses of FederationBatchInfo in app.coronawarn.server.common.persistence.repository
Methods in app.coronawarn.server.common.persistence.repository that return types with arguments of type FederationBatchInfo Modifier and Type Method Description List<FederationBatchInfo>FederationBatchInfoRepository. findByStatus(String status) -
Uses of FederationBatchInfo in app.coronawarn.server.common.persistence.service
Methods in app.coronawarn.server.common.persistence.service that return types with arguments of type FederationBatchInfo Modifier and Type Method Description List<FederationBatchInfo>FederationBatchInfoService. findByStatus(FederationBatchStatus federationBatchStatus)Methods in app.coronawarn.server.common.persistence.service with parameters of type FederationBatchInfo Modifier and Type Method Description voidFederationBatchInfoService. save(FederationBatchInfo federationBatchInfo)Persists theFederationBatchInfoinstance.voidFederationBatchInfoService. updateStatus(FederationBatchInfo federationBatchInfo, FederationBatchStatus status)Sets the status of the provided federation batch.
-