c

com.embedika.objectstorage

ObjectRelationServiceImpl

class ObjectRelationServiceImpl extends ObjectRelationService with StrictLogging

Linear Supertypes
StrictLogging, ObjectRelationService, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ObjectRelationServiceImpl
  2. StrictLogging
  3. ObjectRelationService
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new ObjectRelationServiceImpl(databaseComponent: ProfileComponent, relationQuery: RelationQuery)(implicit ec: scala.concurrent.ExecutionContext @izumi.distage.model.definition.Id("ec-services"))

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 addRelation(addRelation: AddObjectRelation): Future[Boolean]
  5. def addRelationBatch(addRelations: Seq[AddObjectRelation]): Future[Seq[AddObjectRelationResult]]
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  8. def deleteAllRelations(id: EntityObjectIdentity): Future[Seq[ObjectRelationWithEntity]]
    Definition Classes
    ObjectRelationService
  9. def deleteRelation(deleteRelation: DeleteObjectRelation): Future[Either[RelationDeleteError, Boolean]]
  10. def deleteRelations(identity: EntityObjectIdentity, relatedFilterOpt: Option[Seq[EntityTypeId]] = None): Future[Seq[ObjectRelationWithEntity]]

    Удаляет связи сущности

    Удаляет связи сущности

    relatedFilterOpt

    (если указано) удаляет связи только с указанными сущностями

    Definition Classes
    ObjectRelationServiceImplObjectRelationService
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  13. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  14. def getRelation(request: GetObjectRelation): Future[Option[ObjectRelationWithEntity]]
  15. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  16. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  17. def listAllRelations(id: EntityObjectIdentity): Future[Seq[ObjectRelationWithEntity]]
  18. def listRelations(id: EntityObjectIdentity, toEntity: EntityTypeId, field: FieldName, reversed: Boolean, paging: Option[Paging]): Future[Either[GetRelationError, Page[ObjectRelationWithEntity]]]
  19. def listRelationsBatch(requests: Seq[ListObjectRelations]): Future[Seq[ObjectRelationWithEntity]]
  20. def listRelationsByEntity1(entity1Type: EntityTypeId, entity2Type: EntityTypeId, entity1Field: FieldName, object1Id: ObjectId): Future[Seq[ObjectRelation]]
  21. val logger: Logger
    Attributes
    protected
    Definition Classes
    StrictLogging
  22. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  23. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  24. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  25. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  26. def toString(): String
    Definition Classes
    AnyRef → Any
  27. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  28. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  29. 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

Inherited from StrictLogging

Inherited from ObjectRelationService

Inherited from AnyRef

Inherited from Any

Ungrouped