NAME
Solstice::Group::Remote - Model of groups who sync from a remote source.
SYNOPSIS
DESCRIPTION
Export
No symbols exported.
Methods
- new($input)
- clone()
- delete()
- reconcile()
- store()
- getOwners()
- addOwner($person)
- removeOwner($person)
- isOwner($person)
- addMember($person)
- addMembers($list)
- removeMember($person)
- removeMembers($list)
- removeAllMembers($list)
- isMemberGroup($group)
- getMemberGroups()
- addMemberGroup($group)
- removeMemberGroup($group)
- isRemoteMemberGroup($group)
- getRemoteGroups()
- addRemoteGroup($group)
- removeRemoteGroup($group)
- getSubgroups()
- addSubgroup($subgroup)
- removeSubgroup($subgroup)
- getSubgroupCount()
Private Methods
- _initMin($group_id)
-
Initializes the minimum amount of data about the group as it can. Loads no member groups, subgroups, people, or class lists.
- _initFromHash($hash_ref)
-
Does a minimal initialization, with data from an outside source.
- _initializeMembers()
-
Goes to the data store to retrive the list of members for this group.
- _initializeOwners()
- _initializeMemberGroups()
- _initializeRemoteGroups()
- _initializeSubgroups()
- _getAllMembers($seen_group_hash)
- _populateDBMemberHash(\%member_hash)
- _getAccessorDefinition()
AUTHOR
Catalyst Group, <catalyst@u.washington.edu>
VERSION
$Revision: $
COPYRIGHT
Copyright 1998-2007 Office of Learning Technologies, University of Washington
Licensed under the Educational Community License, Version 1.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at: http://www.opensource.org/licenses/ecl1.php
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.