Class

HACCHuiClass

api/hacc-hui~HACCHuiClass()

Wrapper class for all the HACC-Hui collections.

Constructor

# new HACCHuiClass()

View Source api/hacc-hui/HACCHui.js, line 29

Members

# collectionAssociation

Maps collection name to the collection.

View Source api/hacc-hui/HACCHui.js, line 63

# collectionLoadSequence

The load sequence for loading fixtures.

View Source api/hacc-hui/HACCHui.js, line 52

# collections

Holds all the collections.

View Source api/hacc-hui/HACCHui.js, line 31

Methods

# getCollection(collectionName) → {*}

Returns the collection for the given collectionName.

Parameters:
Name Type Description
collectionName string

the name of the collection.

View Source api/hacc-hui/HACCHui.js, line 75

if the collectionName is not a HACC-Hui collection name.

Meteor.Error
*