Uses of Class
de.trustable.ca3s.core.domain.enumeration.CsrStatus
-
Packages that use CsrStatus Package Description de.trustable.ca3s.core.domain JPA domain objects.de.trustable.ca3s.core.domain.enumeration de.trustable.ca3s.core.service.dto Data Transfer Objects.de.trustable.ca3s.core.service.util -
-
Uses of CsrStatus in de.trustable.ca3s.core.domain
Fields in de.trustable.ca3s.core.domain with type parameters of type CsrStatus Modifier and Type Field Description static javax.persistence.metamodel.SingularAttribute<CSR,CsrStatus>CSR_. statusMethods in de.trustable.ca3s.core.domain that return CsrStatus Modifier and Type Method Description CsrStatusCSR. getStatus()Methods in de.trustable.ca3s.core.domain with parameters of type CsrStatus Modifier and Type Method Description voidCSR. setStatus(CsrStatus status)CSRCSR. status(CsrStatus status) -
Uses of CsrStatus in de.trustable.ca3s.core.domain.enumeration
Methods in de.trustable.ca3s.core.domain.enumeration that return CsrStatus Modifier and Type Method Description static CsrStatusCsrStatus. forValues(String value)static CsrStatusCsrStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static CsrStatus[]CsrStatus. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of CsrStatus in de.trustable.ca3s.core.service.dto
Methods in de.trustable.ca3s.core.service.dto that return CsrStatus Modifier and Type Method Description CsrStatusCSRView. getStatus()Methods in de.trustable.ca3s.core.service.dto with parameters of type CsrStatus Modifier and Type Method Description voidCSRView. setStatus(CsrStatus status) -
Uses of CsrStatus in de.trustable.ca3s.core.service.util
Methods in de.trustable.ca3s.core.service.util with parameters of type CsrStatus Modifier and Type Method Description voidCSRUtil. setStatus(CSR csrDao, CsrStatus status)
-