1 |
|
2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" |
|
3 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
|
4 |
|
5 <html xmlns="http://www.w3.org/1999/xhtml"> |
|
6 <head> |
|
7 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> |
|
8 <title>pyams_content.profile package — PyAMS User Guide 0.1.0 documentation</title> |
|
9 <link rel="stylesheet" href="_static/pyramid.css" type="text/css" /> |
|
10 <link rel="stylesheet" href="_static/pygments.css" type="text/css" /> |
|
11 <script type="text/javascript"> |
|
12 var DOCUMENTATION_OPTIONS = { |
|
13 URL_ROOT: './', |
|
14 VERSION: '0.1.0', |
|
15 COLLAPSE_INDEX: false, |
|
16 FILE_SUFFIX: '.html', |
|
17 HAS_SOURCE: true, |
|
18 SOURCELINK_SUFFIX: '.txt' |
|
19 }; |
|
20 </script> |
|
21 <script type="text/javascript" src="_static/jquery.js"></script> |
|
22 <script type="text/javascript" src="_static/underscore.js"></script> |
|
23 <script type="text/javascript" src="_static/doctools.js"></script> |
|
24 <link rel="index" title="Index" href="genindex.html" /> |
|
25 <link rel="search" title="Search" href="search.html" /> |
|
26 <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Neuton&subset=latin" type="text/css" media="screen" charset="utf-8" /> |
|
27 <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Nobile:regular,italic,bold,bolditalic&subset=latin" type="text/css" media="screen" charset="utf-8" /> |
|
28 <!--[if lte IE 6]> |
|
29 <link rel="stylesheet" href="_static/ie6.css" type="text/css" media="screen" charset="utf-8" /> |
|
30 <![endif]--> |
|
31 |
|
32 </head> |
|
33 <body> |
|
34 |
|
35 <div class="related" role="navigation" aria-label="related navigation"> |
|
36 <h3>Navigation</h3> |
|
37 <ul> |
|
38 <li class="right" style="margin-right: 10px"> |
|
39 <a href="genindex.html" title="General Index" |
|
40 accesskey="I">index</a></li> |
|
41 <li class="right" > |
|
42 <a href="py-modindex.html" title="Python Module Index" |
|
43 >modules</a> |</li> |
|
44 <li class="nav-item nav-item-0"><a href="index.html">PyAMS User Guide 0.1.0 documentation</a> »</li> |
|
45 </ul> |
|
46 </div> |
|
47 |
|
48 <div class="document"> |
|
49 <div class="documentwrapper"> |
|
50 <div class="bodywrapper"> |
|
51 <div class="body" role="main"> |
|
52 |
|
53 <div class="section" id="pyams-content-profile-package"> |
|
54 <h1>pyams_content.profile package<a class="headerlink" href="#pyams-content-profile-package" title="Permalink to this headline">¶</a></h1> |
|
55 <div class="section" id="subpackages"> |
|
56 <h2>Subpackages<a class="headerlink" href="#subpackages" title="Permalink to this headline">¶</a></h2> |
|
57 <div class="toctree-wrapper compound"> |
|
58 <ul> |
|
59 <li class="toctree-l1"><a class="reference internal" href="pyams_content.profile.interfaces.html">pyams_content.profile.interfaces package</a><ul> |
|
60 <li class="toctree-l2"><a class="reference internal" href="pyams_content.profile.interfaces.html#module-pyams_content.profile.interfaces">Module contents</a></li> |
|
61 </ul> |
|
62 </li> |
|
63 <li class="toctree-l1"><a class="reference internal" href="pyams_content.profile.zmi.html">pyams_content.profile.zmi package</a><ul> |
|
64 <li class="toctree-l2"><a class="reference internal" href="pyams_content.profile.zmi.html#module-pyams_content.profile.zmi">Module contents</a></li> |
|
65 </ul> |
|
66 </li> |
|
67 </ul> |
|
68 </div> |
|
69 </div> |
|
70 <div class="section" id="submodules"> |
|
71 <h2>Submodules<a class="headerlink" href="#submodules" title="Permalink to this headline">¶</a></h2> |
|
72 </div> |
|
73 <div class="section" id="module-pyams_content.profile.admin"> |
|
74 <span id="pyams-content-profile-admin-module"></span><h2>pyams_content.profile.admin module<a class="headerlink" href="#module-pyams_content.profile.admin" title="Permalink to this headline">¶</a></h2> |
|
75 <dl class="class"> |
|
76 <dt id="pyams_content.profile.admin.AdminProfile"> |
|
77 <em class="property">class </em><code class="descclassname">pyams_content.profile.admin.</code><code class="descname">AdminProfile</code><a class="headerlink" href="#pyams_content.profile.admin.AdminProfile" title="Permalink to this definition">¶</a></dt> |
|
78 <dd><p>Bases: <code class="xref py py-class docutils literal"><span class="pre">persistent.Persistent</span></code></p> |
|
79 <p>Admin profile persistent class</p> |
|
80 <dl class="attribute"> |
|
81 <dt id="pyams_content.profile.admin.AdminProfile.favorites"> |
|
82 <code class="descname">favorites</code><a class="headerlink" href="#pyams_content.profile.admin.AdminProfile.favorites" title="Permalink to this definition">¶</a></dt> |
|
83 <dd><p>Computed attributes based on schema fields</p> |
|
84 <p>Field properties provide default values, data validation and error messages |
|
85 based on data found in field meta-data.</p> |
|
86 <p>Note that FieldProperties cannot be used with slots. They can only |
|
87 be used for attributes stored in instance dictionaries.</p> |
|
88 </dd></dl> |
|
89 |
|
90 <dl class="attribute"> |
|
91 <dt id="pyams_content.profile.admin.AdminProfile.table_page_length"> |
|
92 <code class="descname">table_page_length</code><a class="headerlink" href="#pyams_content.profile.admin.AdminProfile.table_page_length" title="Permalink to this definition">¶</a></dt> |
|
93 <dd><p>Computed attributes based on schema fields</p> |
|
94 <p>Field properties provide default values, data validation and error messages |
|
95 based on data found in field meta-data.</p> |
|
96 <p>Note that FieldProperties cannot be used with slots. They can only |
|
97 be used for attributes stored in instance dictionaries.</p> |
|
98 </dd></dl> |
|
99 |
|
100 </dd></dl> |
|
101 |
|
102 <dl class="function"> |
|
103 <dt id="pyams_content.profile.admin.AdminProfileFactory"> |
|
104 <code class="descclassname">pyams_content.profile.admin.</code><code class="descname">AdminProfileFactory</code><span class="sig-paren">(</span><em>context</em><span class="sig-paren">)</span><a class="headerlink" href="#pyams_content.profile.admin.AdminProfileFactory" title="Permalink to this definition">¶</a></dt> |
|
105 <dd></dd></dl> |
|
106 |
|
107 <dl class="function"> |
|
108 <dt id="pyams_content.profile.admin.PrincipalAdminProfileFactory"> |
|
109 <code class="descclassname">pyams_content.profile.admin.</code><code class="descname">PrincipalAdminProfileFactory</code><span class="sig-paren">(</span><em>principal</em><span class="sig-paren">)</span><a class="headerlink" href="#pyams_content.profile.admin.PrincipalAdminProfileFactory" title="Permalink to this definition">¶</a></dt> |
|
110 <dd><p>Principal admin profile factory adapter</p> |
|
111 </dd></dl> |
|
112 |
|
113 </div> |
|
114 <div class="section" id="module-pyams_content.profile"> |
|
115 <span id="module-contents"></span><h2>Module contents<a class="headerlink" href="#module-pyams_content.profile" title="Permalink to this headline">¶</a></h2> |
|
116 </div> |
|
117 </div> |
|
118 |
|
119 |
|
120 </div> |
|
121 </div> |
|
122 </div> |
|
123 <div class="sphinxsidebar" role="navigation" aria-label="main navigation"> |
|
124 <div class="sphinxsidebarwrapper"> |
|
125 <h3><a href="index.html">Table Of Contents</a></h3> |
|
126 <ul> |
|
127 <li><a class="reference internal" href="#">pyams_content.profile package</a><ul> |
|
128 <li><a class="reference internal" href="#subpackages">Subpackages</a></li> |
|
129 <li><a class="reference internal" href="#submodules">Submodules</a></li> |
|
130 <li><a class="reference internal" href="#module-pyams_content.profile.admin">pyams_content.profile.admin module</a></li> |
|
131 <li><a class="reference internal" href="#module-pyams_content.profile">Module contents</a></li> |
|
132 </ul> |
|
133 </li> |
|
134 </ul> |
|
135 |
|
136 <div id="searchbox" style="display: none" role="search"> |
|
137 <h3>Quick search</h3> |
|
138 <form class="search" action="search.html" method="get"> |
|
139 <div><input type="text" name="q" /></div> |
|
140 <div><input type="submit" value="Go" /></div> |
|
141 <input type="hidden" name="check_keywords" value="yes" /> |
|
142 <input type="hidden" name="area" value="default" /> |
|
143 </form> |
|
144 </div> |
|
145 <script type="text/javascript">$('#searchbox').show(0);</script> |
|
146 </div> |
|
147 </div> |
|
148 <div class="clearer"></div> |
|
149 </div> |
|
150 <div class="related" role="navigation" aria-label="related navigation"> |
|
151 <h3>Navigation</h3> |
|
152 <ul> |
|
153 <li class="right" style="margin-right: 10px"> |
|
154 <a href="genindex.html" title="General Index" |
|
155 >index</a></li> |
|
156 <li class="right" > |
|
157 <a href="py-modindex.html" title="Python Module Index" |
|
158 >modules</a> |</li> |
|
159 <li class="nav-item nav-item-0"><a href="index.html">PyAMS User Guide 0.1.0 documentation</a> »</li> |
|
160 </ul> |
|
161 </div> |
|
162 <div class="footer" role="contentinfo"> |
|
163 © Copyright 2017, Thierry Florac. |
|
164 Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.6.5. |
|
165 </div> |
|
166 </body> |
|
167 </html> |
|