| CatalystX-Usul documentation | view source | Contained in the CatalystX-Usul distribution. |
CatalystX::Usul::Roles::DBIC - Role management database storage
0.3.$Revision: 576 $
use CatalystX::Usul::Roles::DBIC; my $class = CatalystX::Usul::Roles::DBIC; my $role_obj = $class->new( $app, $config );
Methods to manipulate the roles and user_roles table in a database using DBIx::Class. This class implements the methods required by it's base class
Make copies of DBIC model references available only after the application setup is complete
$role_obj->add_user_to_role( $role, $user );
Adds the specified user to the specified role
$role_obj->create( $role );
Creates a new role with the given name
$role_obj->delete( $role );
Deletes the specified role
$role_obj->remove_user_to_role( $role, $user );
Removes the specified user to the specifed role
None
None
There are no known incompatibilities in this module
There are no known bugs in this module. Please report problems to the address below. Patches are welcome
Peter Flanigan, <Support at RoxSoft.co.uk>
Copyright (c) 2008 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
| CatalystX-Usul documentation | view source | Contained in the CatalystX-Usul distribution. |