org.models.message
Classes
A single chat message bound to channel. |
|
Chat messages sent between the person in charge of the ticket and |
|
A single chat message bound to channel. |
|
A single chat message bound to channel. |
|
A single chat message bound to channel. |
|
A single chat message bound to channel. |
|
A single chat message bound to channel. |
|
A single chat message bound to channel. |
Module Contents
- class org.models.message.TicketNote[source]
Bases:
onegov.chat.Message
,TicketMessageMixin
A single chat message bound to channel.
- class org.models.message.TicketChatMessage[source]
Bases:
onegov.chat.Message
,TicketMessageMixin
Chat messages sent between the person in charge of the ticket and the submitter of the ticket.
Paramters of note:
- origin: ‘external’ or ‘internal’, to differentiate between the
messages sent from the organisation to someone outside or from someone outside to someone inside.
- notify: only relevant for messages originating from ‘internal’ - if the
last sent message with origin ‘internal’ has this flag, a notification is sent to the owner of that message, whenever a new external reply comes in.
- class org.models.message.TicketMessage[source]
Bases:
onegov.chat.Message
,TicketMessageMixin
A single chat message bound to channel.
- class org.models.message.ReservationMessage[source]
Bases:
onegov.chat.Message
,TicketMessageMixin
A single chat message bound to channel.
- classmethod create(reservations: collections.abc.Iterable[libres.db.models.Reservation], ticket: onegov.ticket.Ticket, request: onegov.org.request.OrgRequest, change: str) Self [source]
- class org.models.message.SubmissionMessage[source]
Bases:
onegov.chat.Message
,TicketMessageMixin
A single chat message bound to channel.
- class org.models.message.EventMessage[source]
Bases:
onegov.chat.Message
,TicketMessageMixin
A single chat message bound to channel.
- class org.models.message.PaymentMessage[source]
Bases:
onegov.chat.Message
,TicketMessageMixin
A single chat message bound to channel.
- class org.models.message.DirectoryMessage[source]
Bases:
onegov.chat.Message
,TicketMessageMixin
A single chat message bound to channel.