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

Name

CatalystX::Usul::UserProfiles - CRUD methods for user account profiles

Version

0.6.$Revision: 1165 $

Synopsis

   use CatalystX::Usul::UserProfiles;

   $profile_obj = CatalystX::Usul::Model::UserProfiles->new( $app, $config ) );
   $profile_obj->shells( $shells_obj );
   $profile_obj->roles ( $roles_obj );

Description

These methods maintain the user account profiles used by the identity class to create new user accounts. This class inherits from CatalystX::Usul::Model::Config which provides the necessary CRUD methods. Data is stored in the identity.xml file in the ctrldir

Inherits from File::DataClass::Schema and defines the profile result source

Subroutines/Methods

create

Calls the create methods on the resultset provided by calling the "resultset" method

delete

Calls the delete method on the resultset provided by calling the "resultset" method

find

Calls the find method on the resultset provided by calling the "resultset" method

list

Calls the list method on the resultset provided by calling the "resultset" method

resultset

Returns a File::DataClass::ResultSet object. Calls the parent class resultset method passing in the hard coded result source name which is profile

source

Returns a File::DataClass::ResultSource object. Calls the parent class source method passing in the hard coded result source name which is profile

update

Calls the update method on the resultset provided by calling the "resultset" method

Diagnostics

None

Configuration and Environment

None

Dependencies

File::DataClass::Schema

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) 2009 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