NAME
Net::OpenXchange::Module::User - OpenXchange user module
VERSION
version 0.001
SYNOPSIS
Net::OpenXchange::Module::User interfaces with the user API of OpenXchange. It works with instances of Net::OpenXchange::Object::User.
When using Net::OpenXchange, an instance of this class is provided as the user
attribute.
METHODS
all
my @users = $module_user->all();
Fetch all users and return a list of them.
list
my @users = $module_user->list(@ids);
Fetch users with given IDs and return a list of them.
AUTHOR
Maximilian Gass <maximilian.gass@credativ.de>
COPYRIGHT AND LICENSE
This software is copyright (c) 2011 by Maximilian Gass.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.