Solstice::PersonFactory - Solstice::PersonFactory documentation


Solstice documentation  | view source Contained in the Solstice distribution.

Index


NAME

Top

Solstice::PersonFactory -

SYNOPSIS

Top

DESCRIPTION

Top

This package is deprecated. Use Solstice::Factory::Person instead.

Export

No symbols exported.

Methods

isValidLogin($login)

Returns true if the login specified is a username in the current realm, false otherwise.

createByIDs(\@ids)

Returns an array ref of person objects, for as many of the ids as it can.

createAllLogins()

Returns a list of Person objects, one for each member of the login realm.

createByLogins($login_name_array_ref)

Returns an array ref of people objects. If the loginrealm has not been set, we'll read the default realm from Solstice::ConfigService. If the default realm can't be used, an empty array ref is returned.

AUTHOR

Top

Catalyst Group, <catalyst@u.washington.edu>

VERSION

Top

$ Revision: $

COPYRIGHT

Top


Solstice documentation  | view source Contained in the Solstice distribution.