Solstice::Factory::Group - Has the ability to create group objects.


Solstice documentation  | view source Contained in the Solstice distribution.

Index


NAME

Top

Solstice::Factory::Group - Has the ability to create group objects.

SYNOPSIS

Top

my $factory = Solstice::Factory::Group->new(); my $list = $factory->createByIDs(\@group_ids); my $list = $factory->createByOwner($person); my $list = $factory->createByMember($person);

DESCRIPTION

Top

This object has the ability to create groups.

Export

None by default.

Methods

createByIDs(\@list)
createByOwner($person [, $application_id])
createByMember($person)
createIDsByMember($person)
createByHavingRemoteGroups($source_id)

AUTHOR

Top

Educational Technology Development Group <catalyst@u.washington.edu>

VERSION

Top

$Revision: 597 $

SEE ALSO

Top

Solstice::List.

COPYRIGHT

Top


Solstice documentation  | view source Contained in the Solstice distribution.