Class

RadGradClass

api/radgrad.RadGradClass()

Constructor

# new RadGradClass()

View Source api/radgrad/RadGrad.ts, line 32

Members

# collectionAssociation

An object with keys equal to the collection name and values the associated collection instance.

View Source api/radgrad/RadGrad.ts, line 101

# collectionLoadSequence

A list of collection class instances in the order required for them to be sequentially loaded from a file. Note that some collection class instances are implicitly initialized and so do not appear in this list. This is the list used to specify the collections for both dump and restore. For example: Slugs, AcademicYearInstances, and PublicStats. Some collections are not yet part of dump/restore.

View Source api/radgrad/RadGrad.ts, line 73

# collections

A list of all RadGrad API collections in alphabetical order. This list is used for things like checking integrity.

View Source api/radgrad/RadGrad.ts, line 38

Methods

# getCollection(collectionName)

Return the collection class instance given its name.

Parameters:
Name Type Description
collectionName

The name of the collection.

View Source api/radgrad/RadGrad.ts, line 112

If collectionName does not name a collection.

Meteor.Error

The collection class instance.