object
DialogRepo
Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: Any): Boolean
-
final
def
asInstanceOf[T0]: T0
-
-
val
byPKC: CompiledFunction[(slick.driver.JdbcProfile.API.Rep[Int], slick.driver.JdbcProfile.API.Rep[Int], slick.driver.JdbcProfile.API.Rep[Int]) ⇒ Query[DialogTable, DialogTable.TableElementType, Seq], (slick.driver.JdbcProfile.API.Rep[Int], slick.driver.JdbcProfile.API.Rep[Int], slick.driver.JdbcProfile.API.Rep[Int]), (Int, Int, Int), Query[DialogTable, DialogTable.TableElementType, Seq], Seq[DialogTable.TableElementType]]
-
def
byPKSimple(userId: slick.driver.JdbcProfile.API.Rep[Int], peerType: slick.driver.JdbcProfile.API.Rep[Int], peerId: slick.driver.JdbcProfile.API.Rep[Int]): Query[DialogTable, DialogTable.TableElementType, Seq]
-
val
byPeerC: CompiledFunction[(slick.driver.JdbcProfile.API.Rep[Int], slick.driver.JdbcProfile.API.Rep[Int]) ⇒ Query[DialogTable, DialogTable.TableElementType, Seq], (slick.driver.JdbcProfile.API.Rep[Int], slick.driver.JdbcProfile.API.Rep[Int]), (Int, Int), Query[DialogTable, DialogTable.TableElementType, Seq], Seq[DialogTable.TableElementType]]
-
def
byPeerSimple(peerType: slick.driver.JdbcProfile.API.Rep[Int], peerId: slick.driver.JdbcProfile.API.Rep[Int]): Query[DialogTable, DialogTable.TableElementType, Seq]
-
def
byPeerType(userId: slick.driver.JdbcProfile.API.Rep[Int], peerType: slick.driver.JdbcProfile.API.Rep[Int]): Query[DialogTable, DialogTable.TableElementType, Seq]
-
val
byPeerTypeC: CompiledFunction[(slick.driver.JdbcProfile.API.Rep[Int], slick.driver.JdbcProfile.API.Rep[Int]) ⇒ Query[DialogTable, DialogTable.TableElementType, Seq], (slick.driver.JdbcProfile.API.Rep[Int], slick.driver.JdbcProfile.API.Rep[Int]), (Int, Int), Query[DialogTable, DialogTable.TableElementType, Seq], Seq[DialogTable.TableElementType]]
-
def
clone(): AnyRef
-
def
create(dialogs: Seq[Dialog]): FixedSqlAction[Option[Int], NoStream, Write]
-
def
create(dialog: Dialog): FixedSqlAction[Int, NoStream, Write]
-
def
createIfNotExists(dialog: Dialog)(implicit ec: ExecutionContext): slick.driver.JdbcProfile.API.DBIO[Boolean]
-
def
delete(userId: Int, peer: Peer): FixedSqlAction[Int, slick.driver.JdbcProfile.API.NoStream, Write]
-
val
dialogs: TableQuery[DialogTable]
-
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
def
finalize(): Unit
-
def
find(userId: Int, peer: Peer): SqlAction[Option[Dialog], slick.driver.JdbcProfile.API.NoStream, Read]
-
def
findAllGroups(userIds: Set[Int], groupId: Int): slick.driver.PostgresDriver.StreamingDriverAction[Seq[DialogTable.TableElementType], DialogTable.TableElementType, Read]
-
def
findExistingUserIds(userIds: Set[Int], peer: Peer): FixedSqlStreamingAction[Seq[Int], Int, Read]
-
def
findGroupIds(userId: Int): FixedSqlStreamingAction[Seq[Int], Int, Read]
-
def
findGroups(userId: Int): FixedSqlStreamingAction[Seq[Dialog], Dialog, Read]
-
def
findLastReadBefore(date: DateTime, userId: Int): slick.driver.PostgresDriver.StreamingDriverAction[Seq[DialogTable.TableElementType], DialogTable.TableElementType, Read]
-
def
findNotArchived[A](userId: Int, dateOpt: Option[DateTime], limit: Int, sortBy: (DialogTable) ⇒ ColumnOrdered[A], fetchHidden: Boolean)(implicit ec: ExecutionContext): slick.driver.JdbcProfile.API.DBIO[Seq[Dialog]]
-
def
findNotArchived(userId: Int, dateOpt: Option[DateTime], limit: Int, fetchHidden: Boolean = false)(implicit ec: ExecutionContext): slick.driver.JdbcProfile.API.DBIO[Seq[Dialog]]
-
def
findNotArchivedSortByLastMessageData(userId: Int, dateOpt: Option[DateTime], limit: Int, fetchHidden: Boolean = false)(implicit ec: ExecutionContext): slick.driver.JdbcProfile.API.DBIO[Seq[Dialog]]
-
def
findUserIds(userId: Int): FixedSqlStreamingAction[Seq[Int], Int, Read]
-
final
def
getClass(): Class[_]
-
def
hashCode(): Int
-
def
hide(userId: Int, peer: Peer): slick.driver.PostgresDriver.DriverAction[Int, NoStream, Write]
-
def
idByPeerType(userId: slick.driver.JdbcProfile.API.Rep[Int], peerType: slick.driver.JdbcProfile.API.Rep[Int]): Query[Rep[Int], Int, Seq]
-
val
idByPeerTypeC: CompiledFunction[(slick.driver.JdbcProfile.API.Rep[Int], slick.driver.JdbcProfile.API.Rep[Int]) ⇒ Query[Rep[Int], Int, Seq], (slick.driver.JdbcProfile.API.Rep[Int], slick.driver.JdbcProfile.API.Rep[Int]), (Int, Int), Query[Rep[Int], Int, Seq], Seq[Int]]
-
final
def
isInstanceOf[T0]: Boolean
-
def
makeArchived(userId: Int, peer: Peer): slick.driver.PostgresDriver.DriverAction[Int, NoStream, Write]
-
final
def
ne(arg0: AnyRef): Boolean
-
val
notArchived: Query[DialogTable, Dialog, Seq]
-
val
notHiddenNotArchived: Query[DialogTable, Dialog, Seq]
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
def
show(userId: Int, peer: Peer): slick.driver.PostgresDriver.DriverAction[Int, NoStream, Write]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toString(): String
-
def
updateLastMessageDate(userId: Int, peer: Peer, lastMessageDate: DateTime)(implicit ec: ExecutionContext): slick.driver.PostgresDriver.DriverAction[Int, NoStream, Write]
-
def
updateLastMessageDates(userIds: Set[Int], peer: Peer, lastMessageDate: DateTime)(implicit ec: ExecutionContext): slick.driver.PostgresDriver.DriverAction[Int, NoStream, Write]
-
def
updateLastReadAt(userIds: Set[Int], peer: Peer, lastReadAt: DateTime)(implicit ec: ExecutionContext): slick.driver.PostgresDriver.DriverAction[Int, NoStream, Write]
-
def
updateLastReadAt(userId: Int, peer: Peer, lastReadAt: DateTime)(implicit ec: ExecutionContext): slick.driver.PostgresDriver.DriverAction[Int, NoStream, Write]
-
def
updateLastReceivedAt(userIds: Set[Int], peer: Peer, lastReceivedAt: DateTime)(implicit ec: ExecutionContext): slick.driver.PostgresDriver.DriverAction[Int, NoStream, Write]
-
def
updateLastReceivedAt(userId: Int, peer: Peer, lastReceivedAt: DateTime)(implicit ec: ExecutionContext): slick.driver.PostgresDriver.DriverAction[Int, NoStream, Write]
-
def
updateOwnerLastReadAt(userId: Int, peer: Peer, ownerLastReadAt: DateTime)(implicit ec: ExecutionContext): slick.driver.PostgresDriver.DriverAction[Int, NoStream, Write]
-
def
updateOwnerLastReceivedAt(userId: Int, peer: Peer, ownerLastReceivedAt: DateTime)(implicit ec: ExecutionContext): slick.driver.PostgresDriver.DriverAction[Int, NoStream, Write]
-
def
userIdByPeerType(peerType: slick.driver.JdbcProfile.API.Rep[Int], peerId: slick.driver.JdbcProfile.API.Rep[Int]): Query[DialogTable, DialogTable.TableElementType, Seq]
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
Inherited from AnyRef
Inherited from Any