The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Name

CatalystX::Usul::Controller::Admin::Navigation - Menu maintenance actions

Version

Describes v0.17.$Rev: 1 $

Synopsis

   package YourApp::Controller::Admin;

   use CatalystX::Usul::Moose;

   BEGIN { extends q(CatalystX::Usul::Controller::Admin) }

   __PACKAGE__->build_subcontrollers;

Description

Controller CRUD actions for the navigation menu

Subroutines/Methods

Midpoint that stashes the models used by the endpoint actions

access_control

Maintains the ACLs on the navigation menus actions. An ACL is a list of users and roles (groups) that have access to that action. The is an ACL for the whole controller and ACLs for each action. The ACL any allows anonymous access

The action's state can be set to:

open

Action shows up in the navigation menu and is accessible

hidden

The action is accessible but does not appear in the navigation menu

closed

The action is unavailable

access_control_set

Sets the selected actions state to one of; open, hidden, or closed

access_control_update

Changes the ACL on the selected action

room_manager

Maintains the navigation menu display text, the flyover help text and the list of meta keywords for search engines

room_manager_delete

Deletes the navigation menu entry for the selected action

room_manager_save

Creates or updates the navigation menu entry for the selected action

Diagnostics

None

Configuration and Environment

None

Dependencies

CatalystX::Usul::Controller
CatalystX::Usul::TraitFor::Controller::PersistentState

Incompatibilities

There are no known incompatibilities in this module

Bugs and Limitations

There are no known bugs in this module. Please report problems to the address below. Patches are welcome

Author

Peter Flanigan, <Support at RoxSoft.co.uk>

License and Copyright

Copyright (c) 2014 Peter Flanigan. All rights reserved

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. See perlartistic

This program is distributed in the hope that it will be useful, but WITHOUT WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE