Klasse DTOCredentialsLernplattformen

java.lang.Object
de.svws_nrw.db.dto.current.svws.auth.DTOCredentialsLernplattformen

@Entity public final class DTOCredentialsLernplattformen extends Object
Diese Klasse dient als DTO für die Datenbanktabelle CredentialsLernplattformen. Sie wurde automatisch per Skript generiert und sollte nicht verändert werden, da sie aufgrund von Änderungen am DB-Schema ggf. neu generiert und überschrieben wird.
  • Felddetails

    • QUERY_ALL

      public static final String QUERY_ALL
      Die Datenbankabfrage für alle DTOs
      Siehe auch:
    • QUERY_PK

      public static final String QUERY_PK
      Die Datenbankabfrage für DTOs anhand der Primärschlüsselattribute
      Siehe auch:
    • QUERY_LIST_PK

      public static final String QUERY_LIST_PK
      Die Datenbankabfrage für DTOs anhand einer Liste von Primärschlüsselattributwerten
      Siehe auch:
    • QUERY_MIGRATION_ALL

      public static final String QUERY_MIGRATION_ALL
      Die Datenbankabfrage für alle DTOs im Rahmen der Migration, wobei die Einträge entfernt werden, die nicht der Primärschlüssel-Constraint entsprechen
      Siehe auch:
    • QUERY_BY_ID

      public static final String QUERY_BY_ID
      Die Datenbankabfrage für DTOs anhand des Attributes ID
      Siehe auch:
    • QUERY_LIST_BY_ID

      public static final String QUERY_LIST_BY_ID
      Die Datenbankabfrage für DTOs anhand einer Liste von Werten des Attributes ID
      Siehe auch:
    • QUERY_BY_LERNPLATTFORMID

      public static final String QUERY_BY_LERNPLATTFORMID
      Die Datenbankabfrage für DTOs anhand des Attributes LernplattformID
      Siehe auch:
    • QUERY_LIST_BY_LERNPLATTFORMID

      public static final String QUERY_LIST_BY_LERNPLATTFORMID
      Die Datenbankabfrage für DTOs anhand einer Liste von Werten des Attributes LernplattformID
      Siehe auch:
    • QUERY_BY_BENUTZERNAME

      public static final String QUERY_BY_BENUTZERNAME
      Die Datenbankabfrage für DTOs anhand des Attributes Benutzername
      Siehe auch:
    • QUERY_LIST_BY_BENUTZERNAME

      public static final String QUERY_LIST_BY_BENUTZERNAME
      Die Datenbankabfrage für DTOs anhand einer Liste von Werten des Attributes Benutzername
      Siehe auch:
    • QUERY_BY_BENUTZERNAMEPSEUDONYM

      public static final String QUERY_BY_BENUTZERNAMEPSEUDONYM
      Die Datenbankabfrage für DTOs anhand des Attributes BenutzernamePseudonym
      Siehe auch:
    • QUERY_LIST_BY_BENUTZERNAMEPSEUDONYM

      public static final String QUERY_LIST_BY_BENUTZERNAMEPSEUDONYM
      Die Datenbankabfrage für DTOs anhand einer Liste von Werten des Attributes BenutzernamePseudonym
      Siehe auch:
    • QUERY_BY_INITIALKENNWORT

      public static final String QUERY_BY_INITIALKENNWORT
      Die Datenbankabfrage für DTOs anhand des Attributes Initialkennwort
      Siehe auch:
    • QUERY_LIST_BY_INITIALKENNWORT

      public static final String QUERY_LIST_BY_INITIALKENNWORT
      Die Datenbankabfrage für DTOs anhand einer Liste von Werten des Attributes Initialkennwort
      Siehe auch:
    • QUERY_BY_PASHWORDHASH

      public static final String QUERY_BY_PASHWORDHASH
      Die Datenbankabfrage für DTOs anhand des Attributes PashwordHash
      Siehe auch:
    • QUERY_LIST_BY_PASHWORDHASH

      public static final String QUERY_LIST_BY_PASHWORDHASH
      Die Datenbankabfrage für DTOs anhand einer Liste von Werten des Attributes PashwordHash
      Siehe auch:
    • QUERY_BY_RSAPUBLICKEY

      public static final String QUERY_BY_RSAPUBLICKEY
      Die Datenbankabfrage für DTOs anhand des Attributes RSAPublicKey
      Siehe auch:
    • QUERY_LIST_BY_RSAPUBLICKEY

      public static final String QUERY_LIST_BY_RSAPUBLICKEY
      Die Datenbankabfrage für DTOs anhand einer Liste von Werten des Attributes RSAPublicKey
      Siehe auch:
    • QUERY_BY_RSAPRIVATEKEY

      public static final String QUERY_BY_RSAPRIVATEKEY
      Die Datenbankabfrage für DTOs anhand des Attributes RSAPrivateKey
      Siehe auch:
    • QUERY_LIST_BY_RSAPRIVATEKEY

      public static final String QUERY_LIST_BY_RSAPRIVATEKEY
      Die Datenbankabfrage für DTOs anhand einer Liste von Werten des Attributes RSAPrivateKey
      Siehe auch:
    • QUERY_BY_AES

      public static final String QUERY_BY_AES
      Die Datenbankabfrage für DTOs anhand des Attributes AES
      Siehe auch:
    • QUERY_LIST_BY_AES

      public static final String QUERY_LIST_BY_AES
      Die Datenbankabfrage für DTOs anhand einer Liste von Werten des Attributes AES
      Siehe auch:
    • ID

      public long ID
      ID des Datensatzes für die externen Account-Credentials (Lernplattformen)
    • LernplattformID

      public long LernplattformID
      ID der Lernplattform
    • Benutzername

      public String Benutzername
      Benutzername für den Credential-Datensatz
    • BenutzernamePseudonym

      public String BenutzernamePseudonym
      Der pseudonymisierte Benutzername für den Credential-Datensatz
    • Initialkennwort

      public String Initialkennwort
      Initialkennwort für den Credential-Datensatz
    • PashwordHash

      public String PashwordHash
      Passwordhash für den Credential-Datensatz
    • RSAPublicKey

      public String RSAPublicKey
      RSAPublicKey für den Credential-Datensatz
    • RSAPrivateKey

      public String RSAPrivateKey
      RSAPrivateKey für den Credential-Datensatz
    • AES

      public String AES
      AES-Schlüssel für den Credential-Datensatz
  • Konstruktordetails

    • DTOCredentialsLernplattformen

      public DTOCredentialsLernplattformen(long ID, long LernplattformID, String Benutzername)
      Erstellt ein neues Objekt der Klasse DTOCredentialsLernplattformen ohne eine Initialisierung der Attribute.
      Parameter:
      ID - der Wert für das Attribut ID
      LernplattformID - der Wert für das Attribut LernplattformID
      Benutzername - der Wert für das Attribut Benutzername
  • Methodendetails

    • equals

      public boolean equals(Object obj)
      Setzt außer Kraft:
      equals in Klasse Object
    • hashCode

      public int hashCode()
      Setzt außer Kraft:
      hashCode in Klasse Object
    • toString

      public String toString()
      Konvertiert das Objekt in einen String. Dieser kann z.B. für Debug-Ausgaben genutzt werden.
      Setzt außer Kraft:
      toString in Klasse Object
      Gibt zurück:
      die String-Repräsentation des Objektes