Type Parameters

Constructors

Properties

dataSource: DataSource
idService: IdService
loggerFactory: WinstonLoggerFactory

Accessors

  • get studioAssignmentRepository(): Repository<SA>

    Returns Repository<SA>

Methods

  • Parameters

    Returns void

  • Returns string

  • Get studio assignment by id

    Parameters

    • id: string

      studio assignment id

    Returns Promise<MaybeNull<SA>>

    studio assignment or null if not found

  • Get studio assignment by id or throw error if not found

    Parameters

    Returns Promise<SA>

    studio assignment or throws NotFoundException if not found

  • Returns void