Map of accounts that are an instance of this class.
Map of results that are an instance of this class.
Save/update this account in the database.
Don't call this unless you've made changes! Each call will create a revision and take up space.
Factory method for deserializing an account of any type.
Also contains deserialization steps shared by all ThirdPartyAccount
s.
Derived classes MUST override this and call it with instance
defined.
Failure to do so will result in an infinite loop of:
derived.deserialize() -> super.deserialize() -> factory() ->
derived.deserialize() -> super.deserialize() -> factory() -> ...
Factory method for creating an account using the appropriate subclass.
Load all Accounts
s from the database into
the ThirdPartyAccount.accountCache
.
Returns an array of the requested accounts. All loaded accounts
(including ones not loaded by this request) can be accessed
via ThirdPartyAccount.accountCache
.
Generated using TypeDoc
Account associated with a third-party
Site
.