Class Index | File Index

Classes


Class AccountImpl

AccountImpl is the underlying infrastructure for managing Accounts. DO NOT USE these functions directly - instead, use the methods defined for the Account class.
Defined in: accountImpl.js.

Class Summary
Constructor Attributes Constructor Name and Description
<private>  
AccountImpl(properties)
Constructs an AccountImpl object from passed-in attributes.
Method Summary
Method Attributes Method Name and Description
<private>  
attachTrust(trust)
Attach a trust to an account.
<private>  
Retrieves all the trust(s) associated with an account
<private> <static>  
AccountImpl.preFind(qcrit)
Do not use this method directly - use the Account class.
Class Detail
<private> AccountImpl(properties)
Constructs an AccountImpl object from passed-in attributes.
Parameters:
{JSON} properties
Initial properties to define identity
See:
Account
Method Detail
<private> attachTrust(trust)
Attach a trust to an account. Before attaching, check whether the Trust API is supported on the platform or not. Only when the Trust API is supported allow the trust to be supported with an account.
Parameters:
trust

<private> getTrusts()
Retrieves all the trust(s) associated with an account
See:
Account

<private> <static> AccountImpl.preFind(qcrit)
Do not use this method directly - use the Account class.
Parameters:
{Object} qcrit
See:
Account

©2008
Documentation generated by JsDoc Toolkit 2.0.2 on Thu Oct 07 2010 07:23:17 GMT-0400 (EDT)