im
.
actor
.
server
.
persist
.
contact
UserContactRepo
Related Doc:
package contact
object
UserContactRepo
Linear Supertypes
AnyRef
,
Any
Ordering
Alphabetic
By inheritance
Inherited
UserContactRepo
AnyRef
Any
Hide All
Show all
Visibility
Public
All
Value Members
final
def
!=
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
final
def
##
()
:
Int
Definition Classes
AnyRef → Any
final
def
==
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
val
active
:
Query
[
UserContactTable
,
UserContactTable.TableElementType
,
Seq
]
final
def
asInstanceOf
[
T0
]
:
T0
Definition Classes
Any
def
byOwnerUserIdNotDeleted
(
ownerUserId:
Int
)
:
Query
[
UserContactTable
,
UserContactTable.TableElementType
,
Seq
]
def
byPK
(
ownerUserId:
Int
,
contactUserId:
Int
)
:
Query
[
UserContactTable
,
UserContactTable.TableElementType
,
Seq
]
def
byPKDeleted
(
ownerUserId:
Int
,
contactUserId:
Int
)
:
Query
[
UserContactTable
,
UserContactTable.TableElementType
,
Seq
]
def
byPKNotDeleted
(
ownerUserId: (
db.ActorPostgresDriver.api
)#
Rep
[
Int
]
,
contactUserId: (
db.ActorPostgresDriver.api
)#
Rep
[
Int
]
)
:
Query
[
UserContactTable
,
UserContactTable.TableElementType
,
Seq
]
def
clone
()
:
AnyRef
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
...
)
val
contacts
:
TableQuery
[
UserContactTable
]
def
delete
(
ownerUserId:
Int
,
contactUserId:
Int
)
:
db.ActorPostgresDriver.DriverAction
[
Int
,
NoStream
,
Write
]
final
def
eq
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
def
equals
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
def
exists
(
ownerUserId:
Int
,
contactUserId:
Int
)
:
db.ActorPostgresDriver.DriverAction
[
Boolean
, (
db.ActorPostgresDriver.api
)#
NoStream
,
Read
]
def
existsC
:
CompiledFunction
[((
db.ActorPostgresDriver.api
)#
Rep
[
Int
], (
db.ActorPostgresDriver.api
)#
Rep
[
Int
]) ⇒
Rep
[
Boolean
], ((
db.ActorPostgresDriver.api
)#
Rep
[
Int
], (
db.ActorPostgresDriver.api
)#
Rep
[
Int
]), (
Int
,
Int
),
Rep
[
Boolean
],
Boolean
]
def
fetchAll
:
db.ActorPostgresDriver.StreamingDriverAction
[
Seq
[
UserContactTable.TableElementType
],
UserContactTable.TableElementType
,
Read
]
def
finalize
()
:
Unit
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
classOf[java.lang.Throwable]
)
def
find
(
ownerUserId:
Int
,
contactUserId:
Int
)
:
SqlAction
[
Option
[
UserContact
],
NoStream
,
Read
]
def
findContactIdsActive
(
ownerUserId:
Int
)
:
db.ActorPostgresDriver.StreamingDriverAction
[
Seq
[
Int
],
Int
,
Read
]
def
findContactIdsAll
(
ownerUserId:
Int
)
:
db.ActorPostgresDriver.StreamingDriverAction
[
Seq
[
Int
],
Int
,
Read
]
def
findIds
(
ownerUserId:
Int
,
contactUserIds:
Set
[
Int
]
)
:
db.ActorPostgresDriver.StreamingDriverAction
[
Seq
[
Int
],
Int
,
Read
]
def
findName
(
ownerUserId:
Int
,
contactUserId:
Int
)
:
db.ActorPostgresDriver.StreamingDriverAction
[
Seq
[
Option
[
String
]],
Option
[
String
],
Read
]
def
findNotDeletedIds
(
ownerUserId:
Int
)
:
db.ActorPostgresDriver.StreamingDriverAction
[
Seq
[
Int
],
Int
,
Read
]
final
def
getClass
()
:
Class
[_]
Definition Classes
AnyRef → Any
def
hashCode
()
:
Int
Definition Classes
AnyRef → Any
def
insertOrUpdate
(
contact:
UserContact
)
:
FixedSqlAction
[
Int
,
NoStream
,
Write
]
final
def
isInstanceOf
[
T0
]
:
Boolean
Definition Classes
Any
val
nameByPKNotDeletedC
:
CompiledFunction
[((
db.ActorPostgresDriver.api
)#
Rep
[
Int
], (
db.ActorPostgresDriver.api
)#
Rep
[
Int
]) ⇒
Query
[
Rep
[
Option
[
String
]],
Option
[
String
],
Seq
], ((
db.ActorPostgresDriver.api
)#
Rep
[
Int
], (
db.ActorPostgresDriver.api
)#
Rep
[
Int
]), (
Int
,
Int
),
Query
[
Rep
[
Option
[
String
]],
Option
[
String
],
Seq
],
Seq
[
Option
[
String
]]]
final
def
ne
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
notify
()
:
Unit
Definition Classes
AnyRef
final
def
notifyAll
()
:
Unit
Definition Classes
AnyRef
final
def
synchronized
[
T0
]
(
arg0: ⇒
T0
)
:
T0
Definition Classes
AnyRef
def
toString
()
:
String
Definition Classes
AnyRef → Any
def
updateName
(
ownerUserId:
Int
,
contactUserId:
Int
,
name:
Option
[
String
]
)
:
FixedSqlAction
[
Int
, (
db.ActorPostgresDriver.api
)#
NoStream
,
Write
]
final
def
wait
()
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
,
arg1:
Int
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
Inherited from
AnyRef
Inherited from
Any
Ungrouped