This page (revision-14) was last changed on 17-Dec-2012 21:37 by Sebastian Furth

This page was created on 17-Dec-2012 15:20 by Daniel Zügner

Only authorized users are allowed to rename pages.

Only authorized users are allowed to delete pages.

Page revision history

Version Date Modified Size Author Changes ... Change note
14 17-Dec-2012 21:37 716 bytes Sebastian Furth to previous
13 17-Dec-2012 21:33 718 bytes Albrecht Striffler to previous | to last
12 17-Dec-2012 18:08 684 bytes constin to previous | to last
11 17-Dec-2012 18:08 683 bytes constin to previous | to last
10 17-Dec-2012 18:07 684 bytes constin to previous | to last
9 17-Dec-2012 18:06 684 bytes constin to previous | to last
8 17-Dec-2012 18:05 685 bytes constin to previous | to last
7 17-Dec-2012 18:05 686 bytes constin to previous | to last
6 17-Dec-2012 17:37 688 bytes constin to previous | to last
5 17-Dec-2012 17:35 682 bytes constin to previous | to last
4 17-Dec-2012 16:30 651 bytes Christian Henninger to previous | to last
3 17-Dec-2012 15:58 653 bytes Christian Henninger to previous | to last
2 17-Dec-2012 15:25 1 KB Daniel Zügner to previous | to last
1 17-Dec-2012 15:20 1 KB Daniel Zügner to last

Page References

Incoming links Outgoing links

Version management

Difference between version and

At line 1 changed one line
Section Store can be used to store and retrieve arbitrary objects for this Section. This can be obtained by calling:
Section Store can be used to store and retrieve arbitrary objects from a Section. This can be obtained by calling:
At line 4 added 2 lines
The key identifys the object and is unique. You can use the key to regain the object by calling
{{{getObject(String key)}}} Note that if the key doesn't exist, the return value is __null__.
At line 5 changed 2 lines
The key identifys the Objekt and is unique. #you can use the key to regain the object by calling
{{{getObject(String key)}}} Note that if the key doesn't exists, the return value is __null__.
{{{storeObject(Article article, String key, Object object)}}}If you need multiple instances of an object, you can also store them with a reference to the article. To do that call: The other way round you can get the object back by calling {{{getObject(Article article, String key)}}}
At line 8 changed one line
If you need multiple Instances of an Object, you can also store them with a reference to the article. To do that call {{{storeObject(Article article, String key, Object object)}}}. The other way round you can get the Object back by calling {{{getObject(Article article, String key)}}}
%%tags
howto SectionStore
%
%%Todo
Review this page
%