Packages

o

com.digitalasset.canton.platform.store.backend.localstore

PartyRecordStorageBackendImpl

object PartyRecordStorageBackendImpl extends PartyRecordStorageBackend

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PartyRecordStorageBackendImpl
  2. PartyRecordStorageBackend
  3. ResourceVersionOps
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def addPartyAnnotation(internalId: Int, key: String, value: String, updatedAt: Long)(connection: Connection): Unit
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  7. def compareAndIncreaseResourceVersion(internalId: Int, expectedResourceVersion: Long)(connection: Connection): Boolean
  8. def createPartyRecord(partyRecord: DbPartyRecordPayload)(connection: Connection): Int
  9. def deletePartyAnnotations(internalId: Int)(connection: Connection): Unit
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  12. def filterExistingParties(parties: Set[daml.lf.data.Ref.Party])(connection: Connection): Set[daml.lf.data.Ref.Party]
  13. def filterExistingParties(parties: Set[daml.lf.data.Ref.Party], identityProviderId: Option[Id])(connection: Connection): Set[daml.lf.data.Ref.Party]
  14. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  15. def getPartyAnnotations(internalId: Int)(connection: Connection): Map[String, String]
  16. def getPartyRecord(party: daml.lf.data.Ref.Party)(connection: Connection): Option[DbPartyRecord]
  17. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  18. def increaseResourceVersion(internalId: Int)(connection: Connection): Boolean
  19. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  20. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  22. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  23. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  24. def toString(): String
    Definition Classes
    AnyRef → Any
  25. def updatePartyRecordIdp(internalId: Int, identityProviderId: Option[Id])(connection: Connection): Boolean
  26. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  27. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  28. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated @Deprecated
    Deprecated

Inherited from ResourceVersionOps

Inherited from AnyRef

Inherited from Any

Ungrouped