<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <link rel="stylesheet" href="../../../../style.css" type="text/css" media="screen"> <link rel="stylesheet" href="../../../../print.css" type="text/css" media="print"> <meta content="Model,org.puremvc.as3.core.Model,SINGLETON_MSG,instance,proxyMap,getInstance,hasProxy,initializeModel,registerProxy,removeProxy,retrieveProxy" name="keywords"> <title>org.puremvc.as3.core.Model</title> </head> <body> <script type="text/javascript" language="javascript" src="../../../../asdoc.js"></script><script type="text/javascript" language="javascript" src="../../../../cookies.js"></script><script type="text/javascript" language="javascript"> <!-- asdocTitle = 'Model - API Documentation'; var baseRef = '../../../../'; window.onload = configPage; --></script> <table style="display:none" id="titleTable" cellspacing="0" cellpadding="0" class="titleTable"> <tr> <td align="left" class="titleTableTitle">PureMVC AS3 Framework - [Standard Version]</td><td align="right" class="titleTableTopNav"><a onclick="loadClassListFrame('../../../../all-classes.html')" href="../../../../package-summary.html">All Packages</a> | <a onclick="loadClassListFrame('../../../../all-classes.html')" href="../../../../class-summary.html">All Classes</a> | <a onclick="loadClassListFrame('../../../../index-list.html')" href="../../../../all-index-A.html">Index</a> | <a href="../../../../index.html?org/puremvc/as3/core/Model.html&org/puremvc/as3/core/class-list.html" id="framesLink1">Frames</a><a onclick="parent.location=document.location" href="" style="display:none" id="noFramesLink1">No Frames</a></td><td rowspan="3" align="right" class="titleTableLogo"><img alt="Adobe Logo" title="Adobe Logo" class="logoImage" src="../../../../images/logo.jpg"></td> </tr> <tr class="titleTableRow2"> <td align="left" id="subTitle" class="titleTableSubTitle">Class Model</td><td align="right" id="subNav" class="titleTableSubNav"><a href="#propertySummary">Properties</a> | <a href="#methodSummary">Methods</a> | <a href="#constantSummary">Constants</a></td> </tr> <tr class="titleTableRow3"> <td colspan="2"> </td> </tr> </table> <script type="text/javascript" language="javascript"> <!-- if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("Class Model"); titleBar_setSubNav(true,true,false,false,false,false,true,false,false,false,false,false,false,false);} --></script> <div class="MainContent"> <table cellspacing="0" cellpadding="0" class="classHeaderTable"> <tr> <td class="classHeaderTableLabel">Package</td><td><a onclick="javascript:loadClassListFrame('class-list.html')" href="package-detail.html">org.puremvc.as3.core</a></td> </tr> <tr> <td class="classHeaderTableLabel">Class</td><td class="classSignature">public class Model</td> </tr> <tr> <td class="classHeaderTableLabel">Implements</td><td><a href="../interfaces/IModel.html">IModel</a></td> </tr> </table> <p></p> A Singleton <code>IModel</code> implementation. <P> In PureMVC, the <code>Model</code> class provides access to model objects (Proxies) by named lookup. <P> The <code>Model</code> assumes these responsibilities:</P> <UL> <LI>Maintain a cache of <code>IProxy</code> instances.</LI> <LI>Provide methods for registering, retrieving, and removing <code>IProxy</code> instances.</LI> </UL> <P> Your application must register <code>IProxy</code> instances with the <code>Model</code>. Typically, you use an <code>ICommand</code> to create and register <code>IProxy</code> instances once the <code>Facade</code> has initialized the Core actors.</p> <p></p> <p> <span class="classHeaderTableLabel">See also</span> </p> <div class="seeAlso"> <a href="../patterns/proxy/Proxy.html" target="">Proxy</a> <br> <a href="../interfaces/IProxy.html" target="">IProxy</a> </div> <br> <hr> </div> <a name="propertySummary"></a><a name="protectedPropertySummary"></a> <div class="summarySection"> <div class="summaryTableTitle">Protected Properties</div> <table id="summaryTableProtectedProperty" class="summaryTable " cellpadding="3" cellspacing="0"> <tr> <th> </th><th colspan="2">Property</th><th class="summaryTableOwnerCol">Defined by</th> </tr> <tr class=""> <td class="summaryTablePaddingCol"> </td><td class="summaryTableInheritanceCol"> </td><td class="summaryTableSignatureCol"><a class="signatureLink" href="#instance">instance</a> : <a href="../interfaces/IModel.html">IModel</a> <div class="summaryTableDescription">[static]</div> </td><td class="summaryTableOwnerCol">Model</td> </tr> <tr class=""> <td class="summaryTablePaddingCol"> </td><td class="summaryTableInheritanceCol"> </td><td class="summaryTableSignatureCol"><a class="signatureLink" href="#proxyMap">proxyMap</a> : Array<div class="summaryTableDescription"></div> </td><td class="summaryTableOwnerCol">Model</td> </tr> </table> </div> <a name="methodSummary"></a> <div class="summarySection"> <div class="summaryTableTitle">Public Methods</div> <table id="summaryTableMethod" class="summaryTable " cellpadding="3" cellspacing="0"> <tr> <th> </th><th colspan="2">Method</th><th class="summaryTableOwnerCol">Defined by</th> </tr> <tr class=""> <td class="summaryTablePaddingCol"> </td><td class="summaryTableInheritanceCol"> </td><td class="summaryTableSignatureCol"> <div class="summarySignature"> <a class="signatureLink" href="#Model()">Model</a>()</div> <div class="summaryTableDescription"> Constructor.</div> </td><td class="summaryTableOwnerCol">Model</td> </tr> <tr class=""> <td class="summaryTablePaddingCol"> </td><td class="summaryTableInheritanceCol"> </td><td class="summaryTableSignatureCol"> <div class="summarySignature"> <a class="signatureLink" href="#getInstance()">getInstance</a>():<a href="../interfaces/IModel.html">IModel</a> </div> <div class="summaryTableDescription">[static] <code>Model</code> Singleton Factory method.</div> </td><td class="summaryTableOwnerCol">Model</td> </tr> <tr class=""> <td class="summaryTablePaddingCol"> </td><td class="summaryTableInheritanceCol"> </td><td class="summaryTableSignatureCol"> <div class="summarySignature"> <a class="signatureLink" href="#hasProxy()">hasProxy</a>(proxyName:String):Boolean</div> <div class="summaryTableDescription"> Check if a Proxy is registered </div> </td><td class="summaryTableOwnerCol">Model</td> </tr> <tr class=""> <td class="summaryTablePaddingCol"> </td><td class="summaryTableInheritanceCol"> </td><td class="summaryTableSignatureCol"> <div class="summarySignature"> <a class="signatureLink" href="#registerProxy()">registerProxy</a>(proxy:<a href="../interfaces/IProxy.html">IProxy</a>):void</div> <div class="summaryTableDescription"> Register an <code>IProxy</code> with the <code>Model</code>.</div> </td><td class="summaryTableOwnerCol">Model</td> </tr> <tr class=""> <td class="summaryTablePaddingCol"> </td><td class="summaryTableInheritanceCol"> </td><td class="summaryTableSignatureCol"> <div class="summarySignature"> <a class="signatureLink" href="#removeProxy()">removeProxy</a>(proxyName:String):<a href="../interfaces/IProxy.html">IProxy</a> </div> <div class="summaryTableDescription"> Remove an <code>IProxy</code> from the <code>Model</code>.</div> </td><td class="summaryTableOwnerCol">Model</td> </tr> <tr class=""> <td class="summaryTablePaddingCol"> </td><td class="summaryTableInheritanceCol"> </td><td class="summaryTableSignatureCol"> <div class="summarySignature"> <a class="signatureLink" href="#retrieveProxy()">retrieveProxy</a>(proxyName:String):<a href="../interfaces/IProxy.html">IProxy</a> </div> <div class="summaryTableDescription"> Retrieve an <code>IProxy</code> from the <code>Model</code>.</div> </td><td class="summaryTableOwnerCol">Model</td> </tr> </table> </div> <a name="protectedMethodSummary"></a> <div class="summarySection"> <div class="summaryTableTitle">Protected Methods</div> <table id="summaryTableProtectedMethod" class="summaryTable " cellpadding="3" cellspacing="0"> <tr> <th> </th><th colspan="2">Method</th><th class="summaryTableOwnerCol">Defined by</th> </tr> <tr class=""> <td class="summaryTablePaddingCol"> </td><td class="summaryTableInheritanceCol"> </td><td class="summaryTableSignatureCol"> <div class="summarySignature"> <a class="signatureLink" href="#initializeModel()">initializeModel</a>():void</div> <div class="summaryTableDescription"> Initialize the Singleton <code>Model</code> instance.</div> </td><td class="summaryTableOwnerCol">Model</td> </tr> </table> </div> <a name="constantSummary"></a><a name="protectedConstantSummary"></a> <div class="summarySection"> <div class="summaryTableTitle">Protected Constants</div> <table id="summaryTableProtectedConstant" class="summaryTable " cellpadding="3" cellspacing="0"> <tr> <th> </th><th colspan="2">Constant</th><th class="summaryTableOwnerCol">Defined by</th> </tr> <tr class=""> <td class="summaryTablePaddingCol"> </td><td class="summaryTableInheritanceCol"> </td><td class="summaryTableSignatureCol"><a class="signatureLink" href="#SINGLETON_MSG">SINGLETON_MSG</a> : String = "Model Singleton already constructed!"<div class="summaryTableDescription"></div> </td><td class="summaryTableOwnerCol">Model</td> </tr> </table> </div> <script type="text/javascript" language="javascript"> <!-- showHideInherited(); --></script> <div class="MainContent"> <a name="propertyDetail"></a> <div class="detailSectionHeader">Property detail</div> <a name="instance"></a> <table cellspacing="0" cellpadding="0" class="detailHeader"> <tr> <td class="detailHeaderName">instance</td><td class="detailHeaderType">property</td> </tr> </table> <div class="detailBody"> <code>protected static var instance:<a href="../interfaces/IModel.html">IModel</a></code> </div> <a name="proxyMap"></a> <table cellspacing="0" cellpadding="0" class="detailHeader"> <tr> <td class="detailHeaderName">proxyMap</td><td class="detailHeaderType">property</td><td class="detailHeaderRule"> </td> </tr> </table> <div class="detailBody"> <code>protected var proxyMap:Array</code> </div> <a name="constructorDetail"></a> <div class="detailSectionHeader">Constructor detail</div> <a name="Model()"></a> <table cellspacing="0" cellpadding="0" class="detailHeader"> <tr> <td class="detailHeaderName">Model</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">constructor</td> </tr> </table> <div class="detailBody"> <code>public function Model()</code><p> Constructor. <P> This <code>IModel</code> implementation is a Singleton, so you should not call the constructor directly, but instead call the static Singleton Factory method <code>Model.getInstance()</code> </p><br> <span class="label">Throws</span> <table border="0" cellspacing="0" cellpadding="0"> <tr> <td width="20"></td><td><code></code> — Error if Singleton instance has already been constructed </td> </tr> </table> </div> <a name="methodDetail"></a> <div class="detailSectionHeader">Method detail</div> <a name="getInstance()"></a> <table cellspacing="0" cellpadding="0" class="detailHeader"> <tr> <td class="detailHeaderName">getInstance</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td> </tr> </table> <div class="detailBody"> <code>public static function getInstance():<a href="../interfaces/IModel.html">IModel</a></code><p> <code>Model</code> Singleton Factory method. </p><p></p> <span class="label">Returns</span> <table border="0" cellspacing="0" cellpadding="0"> <tr> <td width="20"></td><td><code><a href="../interfaces/IModel.html">IModel</a></code> — the Singleton instance </td> </tr> </table> </div> <a name="hasProxy()"></a> <table cellspacing="0" cellpadding="0" class="detailHeader"> <tr> <td class="detailHeaderName">hasProxy</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule"> </td> </tr> </table> <div class="detailBody"> <code>public function hasProxy(proxyName:String):Boolean</code><p> Check if a Proxy is registered </p><span class="label">Parameters</span> <table border="0" cellspacing="0" cellpadding="0"> <tr> <td width="20px"></td><td><code><span class="label">proxyName</span>:String</code></td> </tr> </table> <p></p> <span class="label">Returns</span> <table border="0" cellspacing="0" cellpadding="0"> <tr> <td width="20"></td><td><code>Boolean</code> — whether a Proxy is currently registered with the given <code>proxyName</code>. </td> </tr> </table> </div> <a name="initializeModel()"></a> <table cellspacing="0" cellpadding="0" class="detailHeader"> <tr> <td class="detailHeaderName">initializeModel</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule"> </td> </tr> </table> <div class="detailBody"> <code>protected function initializeModel():void</code><p> Initialize the Singleton <code>Model</code> instance. <P> Called automatically by the constructor, this is your opportunity to initialize the Singleton instance in your subclass without overriding the constructor.</P> </p></div> <a name="registerProxy()"></a> <table cellspacing="0" cellpadding="0" class="detailHeader"> <tr> <td class="detailHeaderName">registerProxy</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule"> </td> </tr> </table> <div class="detailBody"> <code>public function registerProxy(proxy:<a href="../interfaces/IProxy.html">IProxy</a>):void</code><p> Register an <code>IProxy</code> with the <code>Model</code>. </p><span class="label">Parameters</span> <table border="0" cellspacing="0" cellpadding="0"> <tr> <td width="20px"></td><td><code><span class="label">proxy</span>:<a href="../interfaces/IProxy.html">IProxy</a></code> — an <code>IProxy</code> to be held by the <code>Model</code>. </td> </tr> </table> </div> <a name="removeProxy()"></a> <table cellspacing="0" cellpadding="0" class="detailHeader"> <tr> <td class="detailHeaderName">removeProxy</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule"> </td> </tr> </table> <div class="detailBody"> <code>public function removeProxy(proxyName:String):<a href="../interfaces/IProxy.html">IProxy</a></code><p> Remove an <code>IProxy</code> from the <code>Model</code>. </p><span class="label">Parameters</span> <table border="0" cellspacing="0" cellpadding="0"> <tr> <td width="20px"></td><td><code><span class="label">proxyName</span>:String</code> — name of the <code>IProxy</code> instance to be removed. </td> </tr> </table> <p></p> <span class="label">Returns</span> <table border="0" cellspacing="0" cellpadding="0"> <tr> <td width="20"></td><td><code><a href="../interfaces/IProxy.html">IProxy</a></code> — the <code>IProxy</code> that was removed from the <code>Model</code> </td> </tr> </table> </div> <a name="retrieveProxy()"></a> <table cellspacing="0" cellpadding="0" class="detailHeader"> <tr> <td class="detailHeaderName">retrieveProxy</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule"> </td> </tr> </table> <div class="detailBody"> <code>public function retrieveProxy(proxyName:String):<a href="../interfaces/IProxy.html">IProxy</a></code><p> Retrieve an <code>IProxy</code> from the <code>Model</code>. </p><span class="label">Parameters</span> <table border="0" cellspacing="0" cellpadding="0"> <tr> <td width="20px"></td><td><code><span class="label">proxyName</span>:String</code></td> </tr> </table> <p></p> <span class="label">Returns</span> <table border="0" cellspacing="0" cellpadding="0"> <tr> <td width="20"></td><td><code><a href="../interfaces/IProxy.html">IProxy</a></code> — the <code>IProxy</code> instance previously registered with the given <code>proxyName</code>. </td> </tr> </table> </div> <a name="constantDetail"></a> <div class="detailSectionHeader">Constant detail</div> <a name="SINGLETON_MSG"></a> <table cellspacing="0" cellpadding="0" class="detailHeader"> <tr> <td class="detailHeaderName">SINGLETON_MSG</td><td class="detailHeaderType">constant</td> </tr> </table> <div class="detailBody"> <code>protected const SINGLETON_MSG:String = "Model Singleton already constructed!"</code> </div> <br> <br> <hr> <br> <p></p> <center class="copyright"> <footer> </footer> </center> </div> </body> </html> <!-- -->