The Set provides an implementation of the set interface that stores the sets of ids in a database. Note: Nothing should be implied in the order that the ids are returned.
Sets provide for the easy storage of groups of ids.
Located in /harmoni/core/sets/PersistentOrderedSet.class.php (line 20)
SObject | --OrderedSet | --PersistentOrderedSet
Inherited from OrderedSet
OrderedSet::$_i
OrderedSet::$_items
OrderedSet::$_setId
Constructor.
Add a new Id to the set.
Move the specified id toward the end of the set.
Move the specified id to the specified position in the set.
Move the specified id toward the begining of the set.
Remove all Items from the set.
Remove an Id from the set.
Update the orders of the ids in the database.
Inherited From OrderedSet
OrderedSet::OrderedSet()
OrderedSet::addItem()
OrderedSet::atPosition()
OrderedSet::count()
OrderedSet::getId()
OrderedSet::getPosition()
OrderedSet::hasNext()
OrderedSet::initializeWithData()
OrderedSet::isInSet()
OrderedSet::moveDown()
OrderedSet::moveToBeginning()
OrderedSet::moveToEnd()
OrderedSet::moveToPosition()
OrderedSet::moveUp()
OrderedSet::next()
OrderedSet::removeAllItems()
OrderedSet::removeItem()
OrderedSet::reset()
OrderedSet::toDataString()
Inherited From SObject
SObject::asA()
SObject::asString()
SObject::copy()
SObject::copySameFrom()
SObject::copyTwoLevel()
SObject::deepCopy()
SObject::isEqual()
SObject::isEqualTo()
SObject::isNotEqualTo()
SObject::isNotReferenceTo()
SObject::isReferenceTo()
SObject::newFrom()
SObject::postCopy()
SObject::printableString()
SObject::shallowCopy()
SObject::_deepCopyArray()
Documentation generated on Wed, 19 Sep 2007 10:25:29 -0400 by phpDocumentor 1.3.0RC3