Class Index | File Index

Classes


Class AdminAPI


Extends Chainback.

Defined in: admin.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
Admin object.
Method Summary
Method Attributes Method Name and Description
<static>  
AdminAPI.constructs(success, error)
Retrieves a list of all constructs and constructs categories and passes it as the only argument into the `success()' callback.
Class Detail
AdminAPI()
Admin object.
Method Detail
<static> AdminAPI.constructs(success, error)
Retrieves a list of all constructs and constructs categories and passes it as the only argument into the `success()' callback.
Parameters:
{function(Array.)=} success
Callback to receive an array of constructs.
{function(GCNError):boolean=} error
Custom error handler.
Throws:
INVALID_ARGUMENTS
Returns:
undefined

Documentation generated by JsDoc Toolkit 2.3.2 on Wed Sep 26 2012 15:48:16 GMT+0200 (CEST)