toggle menu
innoqueue
0.0.1-SNAPSHOT
jvm
switch theme
search in API
innoqueue
/
com.innopolis.innoqueue.domain.queue.service
/
QueueService
Queue
Service
interface
QueueService
Inheritors
QueueServiceImpl
Members
Functions
create
Queue
Link copied to clipboard
abstract
fun
createQueue
(
token
:
String
,
queue
:
NewQueueDto
)
:
QueueDetailsDto
delete
Queue
Link copied to clipboard
abstract
fun
deleteQueue
(
token
:
String
,
queueId
:
Long
)
edit
Queue
Link copied to clipboard
abstract
fun
editQueue
(
token
:
String
,
queueId
:
Long
,
editQueue
:
EditQueueDto
)
:
QueueDetailsDto
freeze
Un
Freeze
Queue
Link copied to clipboard
abstract
fun
freezeUnFreezeQueue
(
token
:
String
,
queueId
:
Long
,
status
:
Boolean
)
get
Queue
By
Id
Link copied to clipboard
abstract
fun
getQueueById
(
token
:
String
,
queueId
:
Long
)
:
QueueDetailsDto
get
Queue
Invite
Code
Link copied to clipboard
abstract
fun
getQueueInviteCode
(
token
:
String
,
queueId
:
Long
)
:
QueueInviteCodeDto
get
Queues
Link copied to clipboard
abstract
fun
getQueues
(
token
:
String
,
sortOption
:
String
?
=
null
)
:
QueuesListDto
get
User
Queue
By
Queue
Id
Link copied to clipboard
abstract
fun
getUserQueueByQueueId
(
user
:
User
,
queueId
:
Long
)
:
UserQueue
join
Queue
Link copied to clipboard
abstract
fun
joinQueue
(
token
:
String
,
queueInviteCodeDTO
:
QueueInviteCodeDto
)
:
QueueDetailsDto
shake
User
Link copied to clipboard
abstract
fun
shakeUser
(
token
:
String
,
queueId
:
Long
)