Méthode |
Description |
|
actionActivateQueue ( ) |
Marks the given Queue as active. |
|
actionAddQueue ( null $parent_id = null ) |
Create a new Queue with the optional given parent. |
|
actionAddQueueSet ( ) |
Create a new QueueSet along with its initial queue (cannot have a queue set without an initial queue). |
|
actionClinicLocations ( ) |
|
|
actionDeactivateQueue ( ) |
Marks the given Queue inactive. |
|
actionDeleteQueue ( ) |
Will only successfully delete a Queue if no ticket has ever been assigned to it, otherwise will throw
an exception. Should only have been called when the values return by actionGetQueueTicketCount are zero. |
|
actionGetQueueTicketStatus ( $id ) |
Retrieve the count of ticket assignments for the given Queue and whether it can be deleted. |
|
actionIndex ( ) |
Render the main admin screen. |
|
actionLoadQueueNav ( $id ) |
Generates an HTML list layout of the given Queue and its Outcome Queues. |
|
actionQueueSetCategories ( ) |
|
|
actionQueueSetPermissions ( $id ) |
interface for setting the user permissions for a queueset. |
|
actionTicketAssignOutcomes ( ) |
|
|
actionUpdateQueue ( $id ) |
Update the given Queue. |
|
actionUpdateQueueSet ( $id ) |
Update the Queue Set specified by the id. |
|
filters ( ) : array |
Define the actions limited to POST requests. |
|