fsi.collections.notification_template

Classes

CourseNotificationTemplateCollection

Module Contents

class fsi.collections.notification_template.CourseNotificationTemplateCollection(session: sqlalchemy.orm.Session, course_event_id: uuid.UUID | None = None)[source]

Bases: onegov.core.collection.GenericCollection[onegov.fsi.models.course_notification_template.CourseNotificationTemplate]

course_event_id = None[source]
property model_class: type[onegov.fsi.models.course_notification_template.CourseNotificationTemplate][source]
property course_event: onegov.fsi.models.course_event.CourseEvent | None[source]
query() sqlalchemy.orm.Query[onegov.fsi.models.course_notification_template.CourseNotificationTemplate][source]
property course_reservations: sqlalchemy.orm.Query[onegov.fsi.models.CourseSubscription][source]
auto_add_templates_if_not_existing() None[source]