Class Index | File Index

Classes


Class TrustImpl

Internal Trust implementation.
Defined in: trustImpl.js.

Class Summary
Constructor Attributes Constructor Name and Description
<private>  
TrustImpl(properties)
Constructs an instance of the TrustImpl class.
Method Summary
Method Attributes Method Name and Description
<private>  
Deletes an existing trust.
<private> <static>  
TrustImpl.find(params)
Finds trust(s) that satisfy the filter passed in.
<private>  
Retrieves the account(s) associated with the trust.
<private>  
Checks whether a trust is current or not.
<private> <static>  
TrustImpl.preFind(qcrit)
Do not use this method directly - use the Trust class.
<private>  
preSave(dobj)
Maps the trust type name into internal trust type ID and set the trustTypeId to the data object.
Class Detail
<private> TrustImpl(properties)
Constructs an instance of the TrustImpl class.
Parameters:
{Hash} properties
Intial properties to define trust
Method Detail
<private> elide()
Deletes an existing trust.
See:
Trust

<private> <static> TrustImpl.find(params)
Finds trust(s) that satisfy the filter passed in.
Parameters:
params
See:
Trust

<private> getAccounts()
Retrieves the account(s) associated with the trust.
See:
Trust

<private> isCurrent()
Checks whether a trust is current or not.
See:
Trust

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

<private> preSave(dobj)
Maps the trust type name into internal trust type ID and set the trustTypeId to the data object.
Parameters:
dobj
See:
Trust

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