services.mongodb

MongoDBGroupService

class MongoDBGroupService extends GroupService

Annotations
@Singleton()
Linear Supertypes
GroupService, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. MongoDBGroupService
  2. GroupService
  3. AnyRef
  4. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new MongoDBGroupService(collections: CollectionService, files: FileService, datasets: DatasetService, users: UserService, curations: CurationService, metadatas: MetadataService, events: EventService)

    Annotations
    @Inject()

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. object GroupDAO extends ModelCompanion[Group, ObjectId]

  7. object GroupInviteDAO extends ModelCompanion[GroupInvite, ObjectId]

  8. object GroupSpaceAndRoleData extends ModelCompanion[GroupSpaceAndRole, ObjectId]

  9. def addInvitationToGroup(invite: GroupInvite): Unit

    Definition Classes
    MongoDBGroupServiceGroupService
  10. def addUserInGroupToSpaceWithRole(userId: UUID, group: Group, role: Role, spaceId: UUID): Unit

    Definition Classes
    MongoDBGroupServiceGroupService
  11. def addUserToGroup(userId: UUID, group: Group): Unit

    Definition Classes
    MongoDBGroupServiceGroupService
  12. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  13. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  14. def count(): Long

    Definition Classes
    MongoDBGroupServiceGroupService
  15. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  16. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  17. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  18. def get(id: UUID): Option[Group]

    Definition Classes
    MongoDBGroupServiceGroupService
  19. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  20. def getInvitation(inviteId: String): Option[GroupInvite]

    Definition Classes
    MongoDBGroupServiceGroupService
  21. def getInvitationByEmail(email: String): List[GroupInvite]

    Definition Classes
    MongoDBGroupServiceGroupService
  22. def getInvitationByGroup(group: UUID): List[GroupInvite]

    Definition Classes
    MongoDBGroupServiceGroupService
  23. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  24. def insert(group: Group): Option[String]

    Definition Classes
    MongoDBGroupServiceGroupService
  25. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  26. def list(): List[Group]

    Definition Classes
    MongoDBGroupServiceGroupService
  27. def listByCreator(creatorId: UUID): List[Group]

    Definition Classes
    MongoDBGroupServiceGroupService
  28. def listGroupsByUser(userId: UUID): List[Group]

    Definition Classes
    MongoDBGroupServiceGroupService
  29. def listGroupsinSpace(spaceId: UUID): List[Group]

    Definition Classes
    MongoDBGroupServiceGroupService
  30. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  31. final def notify(): Unit

    Definition Classes
    AnyRef
  32. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  33. def processInvitation(email: String): Unit

    Definition Classes
    MongoDBGroupServiceGroupService
  34. def removeInvitationFromGroup(inviteId: UUID, groupId: UUID): Unit

    Definition Classes
    MongoDBGroupServiceGroupService
  35. def removeUserFromGroup(userId: UUID, group: Group): Unit

    Definition Classes
    MongoDBGroupServiceGroupService
  36. def removeUserInGroupFromSpace(userId: UUID, group: Group, spaceId: UUID): Unit

    Definition Classes
    MongoDBGroupServiceGroupService
  37. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  38. def toString(): String

    Definition Classes
    AnyRef → Any
  39. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  40. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  41. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from GroupService

Inherited from AnyRef

Inherited from Any

Ungrouped