Namespace

api/base

api/base

Classes

BaseCollection
BaseSlugCollection

Members

ValidatedMethod

# static constant exports.defineMethod

Meteor method used to define new instances of the given collection name.

View Source api/base/BaseCollection.methods.js, line 45

ValidatedMethod

# static constant exports.dumpDatabaseMethod

Allows admins to create and return a JSON object to the client representing a snapshot of the HACC-Hui database.

View Source api/base/BaseCollection.methods.js, line 14

ValidatedMethod

# static constant exports.removeItMethod

Meteor method used to remove a document from a collection.

View Source api/base/BaseCollection.methods.js, line 84

ValidatedMethod

# static constant exports.updateMethod

Meteor method used to update a document in the given collection.

View Source api/base/BaseCollection.methods.js, line 64