[net.nemein.personnel] element index

Package indexes

All elements
a d g i n v _
_
top
Variable $_alpha_filter
The filter character used in alphabetic indexing mode.
Variable $_controller
The Controller of the article used for editing and (in frozen mode) for delete preview.
Variable $_datamanager
The Datamanager of the article to display.
Variable $_person
The person to operate on
Variable $_person
The person to display in single view mode.
Variable $_persons
The persons to display on the index page, already ordered correctly.
Variable $_schemadb
The schema database in use, available only while a controller is loaded.
Method _can_handle_person
Can-Handle check against the person username and GUID (in this order). We have to do this explicitly in can_handle already, otherwise we would hide all subtopics as the request switch accepts all argument count matches unconditionally.
Method _get_persons_for_memberships
Internal helper which wraps the membership->person transformation in an ACL safe way.
Method _handler_create
Displays the create view and processes the controller events.
Method _handler_delete
Displays an article delete confirmation view.
Method _handler_edit
Displays an article edit view.
Method _handler_index
Renders the Person Index. If alphabetic indexing is enabled, the filter char
Method _handler_person
Displays the detail view of a given person.
Method _load_controller
Internal helper, loads the controller for the current article. Any error triggers a 500.
Method _load_create_controller
Internal helper, fires up the creation mode controller. Any error triggers a 500.
Method _load_datamanager
This function creates a DM2 Datamanager instance to without any set storage so far.
Method _load_delete_controller
Internal helper, loads the controller to delete the current article. Any error triggers a 500.
Method _load_index_persons
Returns a post-processed list of persons to display on the index page.
Method _load_schemadb
Loads and prepares the schema database.
Method _on_handle
The handle callback populates the toolbars.
Method _on_initialize
Initializes the request switch
Method _populate_node_toolbar
Populates the node toolbar depending on the users rights.
Method _prepare_request_data
Simple helper which references all important members to the request data listing for usage within the style listing.
Method _prepare_request_data
Simple helper which references all important members to the request data listing for usage within the style listing.
Method _process_preferred_person
Iterates over the _persons member and pushes the preferred person into the front of it.
Method _show_create
Shows the loaded article.
Method _show_delete
Shows the loaded article.
Method _show_edit
Shows the loaded article.
Method _show_index
Renders the Person Index.
Method _show_person
Displays the detail view of a given person
a
top
Page admin.php
admin.php in admin.php
Page admin.php
admin.php in admin.php
d
top
Method dm2_create_callback
DM2 creation callback, creates a new person and binds it to the selected group.
g
top
Method get_url
Simple helper, gives the base URL for a person (either username.html or guid.html, depending on the username).
i
top
Page interfaces.php
interfaces.php in interfaces.php
n
top
Page navigation.php
navigation.php in navigation.php
Class net_nemein_personnel_admin
AIS Stub
Class net_nemein_personnel_handler_admin
Admin page handler
Method net_nemein_personnel_handler_admin
Simple default constructor.
Method net_nemein_personnel_handler_view
Simple default constructor.
Class net_nemein_personnel_handler_view
View page handler, renders index and detail views.
Method net_nemein_personnel_interface
Constructor.
Class net_nemein_personnel_interface
Person viewer MidCOM interface class.
Class net_nemein_personnel_navigation
Person viewer NAP interface class.
Method net_nemein_personnel_navigation
Method net_nemein_personnel_viewer
Class net_nemein_personnel_viewer
Person viewer Site interface class.
v
top
Page view.php
view.php in view.php
Page viewer.php
viewer.php in viewer.php
a d g i n v _