Object

im.actor.server.persist

GroupRepo

Related Doc: package persist

Permalink

object GroupRepo

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. GroupRepo
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Value Members

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

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

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

    Permalink
    Definition Classes
    AnyRef → Any
  4. val allIds: Query[Rep[Int], Int, Seq]

    Permalink
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def byId(id: slick.driver.JdbcProfile.API.Rep[Int]): Query[FullGroupTable, FullGroupTable.TableElementType, Seq]

    Permalink
  7. val byIdC: CompiledFunction[(slick.driver.JdbcProfile.API.Rep[Int]) ⇒ Query[FullGroupTable, FullGroupTable.TableElementType, Seq], slick.driver.JdbcProfile.API.Rep[Int], Int, Query[FullGroupTable, FullGroupTable.TableElementType, Seq], Seq[FullGroupTable.TableElementType]]

    Permalink
  8. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. def create(group: Group, randomId: Long, isHidden: Boolean): FixedSqlAction[Int, NoStream, Write]

    Permalink
  10. final def eq(arg0: AnyRef): Boolean

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. def find(id: Int): SqlAction[Option[Group], NoStream, Read]

    Permalink
  14. def findAllIds: slick.driver.PostgresDriver.StreamingDriverAction[Seq[Int], Int, Read]

    Permalink
  15. def findFull(id: Int): SqlAction[Option[FullGroup], NoStream, Read]

    Permalink
  16. def findPublic: slick.driver.PostgresDriver.StreamingDriverAction[Seq[Group], Group, Read]

    Permalink
  17. def findTitle(id: Int): SqlAction[Option[String], NoStream, Read]

    Permalink
  18. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  19. def groupById(id: slick.driver.JdbcProfile.API.Rep[Int]): Query[MappedProjection[Group, (Int, Int, Long, String, Boolean, DateTime, Option[String], Option[String])], Group, Seq]

    Permalink
  20. val groupByIdC: CompiledFunction[(slick.driver.JdbcProfile.API.Rep[Int]) ⇒ Query[MappedProjection[Group, (Int, Int, Long, String, Boolean, DateTime, Option[String], Option[String])], Group, Seq], slick.driver.JdbcProfile.API.Rep[Int], Int, Query[MappedProjection[Group, (Int, Int, Long, String, Boolean, DateTime, Option[String], Option[String])], Group, Seq], Seq[Group]]

    Permalink
  21. val groups: TableQuery[FullGroupTable]

    Permalink
  22. val groupsC: CompiledStreamingExecutable[TableQuery[FullGroupTable], Seq[FullGroupTable.TableElementType], FullGroupTable.TableElementType]

    Permalink
  23. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  24. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  25. def makeHidden(id: Int): slick.driver.PostgresDriver.DriverAction[Int, NoStream, Write]

    Permalink
  26. def makePublic(id: Int): slick.driver.PostgresDriver.DriverAction[Int, NoStream, Write]

    Permalink
  27. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  28. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  29. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  30. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  31. def titleById(id: slick.driver.JdbcProfile.API.Rep[Int]): Query[Rep[String], String, Seq]

    Permalink
  32. val titleByIdC: CompiledFunction[(slick.driver.JdbcProfile.API.Rep[Int]) ⇒ Query[Rep[String], String, Seq], slick.driver.JdbcProfile.API.Rep[Int], Int, Query[Rep[String], String, Seq], Seq[String]]

    Permalink
  33. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  34. def updateAbout(id: Int, about: Option[String]): slick.driver.PostgresDriver.DriverAction[Int, NoStream, Write]

    Permalink
  35. def updateTitle(id: Int, title: String, changerUserId: Int, randomId: Long, date: DateTime): slick.driver.PostgresDriver.DriverAction[Int, NoStream, Write]

    Permalink
  36. def updateTopic(id: Int, topic: Option[String]): slick.driver.PostgresDriver.DriverAction[Int, NoStream, Write]

    Permalink
  37. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped