Uses of Class
app.coronawarn.server.common.persistence.domain.FederationBatchStatus
-
Packages that use FederationBatchStatus Package Description app.coronawarn.server.common.persistence.domain app.coronawarn.server.common.persistence.service -
-
Uses of FederationBatchStatus in app.coronawarn.server.common.persistence.domain
Methods in app.coronawarn.server.common.persistence.domain that return FederationBatchStatus Modifier and Type Method Description FederationBatchStatus
FederationBatchInfo. getStatus()
static FederationBatchStatus
FederationBatchStatus. valueOf(String name)
Returns the enum constant of this type with the specified name.static FederationBatchStatus[]
FederationBatchStatus. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in app.coronawarn.server.common.persistence.domain with parameters of type FederationBatchStatus Constructor Description FederationBatchInfo(String batchTag, LocalDate date, FederationBatchStatus status)
Creates a FederationBatchInfo. -
Uses of FederationBatchStatus in app.coronawarn.server.common.persistence.service
Methods in app.coronawarn.server.common.persistence.service with parameters of type FederationBatchStatus Modifier and Type Method Description List<FederationBatchInfo>
FederationBatchInfoService. findByStatus(FederationBatchStatus federationBatchStatus)
Returns all batch information entries with a given status.void
FederationBatchInfoService. updateStatus(FederationBatchInfo federationBatchInfo, FederationBatchStatus status)
Sets the status of the provided federation batch.
-