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


Solstice documentation  | view source Contained in the Solstice distribution.

Index


NAME

Top

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

SYNOPSIS

Top

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

DESCRIPTION

Top

This object has the ability to create remote groups.

Export

None by default.

Methods

createByIDs(\@list)
createByGroupID($group_id)
createHashByGroupIDs(\@group_ids)
createBySourceID($source_id)
createBySourceIDAndDate($source_id, $datetime)

Returns a list of remote groups containing the passed $source_id and created on or after the passed $datetime.

_createRemoteGroupFromDBData(\%data)

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.