wCMF
3.6
|
Public Member Functions | |
LocktableBase ($oid=null, $type=null) | |
getObjectDisplayName () | |
getObjectDescription () | |
getValueDisplayName ($name, $type=null) | |
getValueDescription ($name, $type=null) | |
isManyToManyObject () | |
getId ($unconverted=false) | |
setId ($id) | |
getFkUserId ($unconverted=false) | |
setFkUserId ($fk_user_id) | |
getObjectid ($unconverted=false) | |
setObjectid ($objectid) | |
getSessionid ($unconverted=false) | |
setSessionid ($sessionid) | |
getSince ($unconverted=false) | |
setSince ($since) | |
getUserRDBOID () | |
setUserRDB (&$node) | |
getUserRDBParents () | |
loadChildren ($type, $buildDepth=BUILDDEPTH_SINGLE, $forceUpdate=false) | |
getChildrenEx ($oid, $type, $values, $properties) | |
addChild (&$child, $addtype=ADDCHILD_BACK) | |
deleteChild ($childOID, $reallyDelete=false) | |
![]() | |
Node ($type, $oid=null) | |
getNumChildren ($memOnly=true, $type=null) | |
addChild (&$child, $addtype=ADDCHILD_BACK) | |
updateParent (&$parent, $recursive=true) | |
deleteChild ($childOID, $reallyDelete=false) | |
loadChildren ($type, $buildDepth=BUILDDEPTH_SINGLE, $forceUpdate=false) | |
& | getFirstChild ($type, $values, $properties, $useRegExp=true) |
getChildren () | |
getChildrenEx ($oid, $type, $values, $properties, $useRegExp=true) | |
sortChildren ($criteria, $recursive=false, $changeSortkey=false, $sortFunction='') | |
sort (&$nodeList, $criteria, $recursive=false, $changeSortkey=false, $sortFunction='') | |
filter (&$nodeList, $oid, $type, $values, $properties, $useRegExp=true) | |
getNextSibling () | |
getPreviousSibling () | |
loadParents ($type, $forceUpdate=false) | |
getNumParents ($memOnly=true, $type=null) | |
& | getParent () |
& | getFirstParent ($type, $values, $properties, $useRegExp=true) |
& | getParents () |
getParentsEx ($oid, $type, $values, $properties, $useRegExp=true) | |
getDepth () | |
getPath () | |
acceptVisitor (&$visitor) | |
setState ($state, $recursive=true) | |
removeDuplicateOidsWithoutRole ($oids) | |
getDisplayValue ($useDisplayType=false) | |
getDisplayValues ($useDisplayType=false) | |
toString ($verbose=false) | |
![]() | |
PersistentObject ($type, $oid=null) | |
getType () | |
setType ($type) | |
getBaseType () | |
getOID () | |
getBaseOID () | |
setOID ($oid) | |
getDBID () | |
setDBID ($id) | |
& | getMapper () |
& | getDataConverter () |
save () | |
delete ($recursive=true) | |
getState () | |
setState ($state, $recursive=true) | |
setImmutable () | |
getLock () | |
& | duplicate () |
copyValues (&$object, $dataTypes=array(), $copyPkValues=true) | |
copyValueIntern (&$node, $valueName, $dataType, &$targetNode, $dataTypes, $valuesToIgnore) | |
clearValues ($dataTypes=array()) | |
clearValueIntern (&$node, $valueName, $dataType, $dataTypes) | |
updateOID () | |
afterCreate () | |
beforeInsert () | |
afterInsert () | |
afterLoad () | |
beforeUpdate () | |
afterUpdate () | |
beforeDelete () | |
afterDelete () | |
hasValue ($name, $type=null) | |
getValue ($name, $type=null) | |
removeValue ($name, $type=null) | |
getUnconvertedValue ($name, $type=null) | |
getConvertedValue ($name, $type=null) | |
getValueTypes ($name) | |
validateValues () | |
validateValueIntern (&$node, $valueName, $dataType, &$errorMsg) | |
validateValue ($name, $value, $type=null) | |
validateValueAgainstRestrictions ($name, $value, $type=null) | |
setValue ($name, $value, $type=null, $forceSet=false) | |
getValueProperties ($name, $type=null) | |
setValueProperties ($name, $properties, $type=null) | |
getValueProperty ($name, $property, $type=null) | |
setValueProperty ($name, $property, $value, $type=null) | |
getValueNames ($type=null) | |
getDataTypes () | |
getProperty ($name) | |
setProperty ($name, $value) | |
getPropertyNames () | |
addChangeListener (&$listener) | |
removeChangeListener (&$listener) | |
propagateValueChange ($name, $type, $oldValue, $newValue) | |
propagatePropertyChange ($name, $oldValue, $newValue) | |
propagateStateChange ($oldValue, $newValue) | |
getObjectDisplayName () | |
getObjectDescription () | |
getDisplayValue () | |
getValueDisplayName ($name, $type=null) | |
getValueDescription ($name, $type=null) | |
toString ($verbose=false) | |
isIndexInSearch () | |
![]() | |
getClassDefinitionFiles () | |
loadFromSession () | |
saveToSession () | |
Additional Inherited Members | |
![]() | |
$_children = array() | |
$_parents = array() | |
$_depth = -1 | |
$_path = '' | |
![]() | |
$_oid = null | |
$_type = '' | |
$_data = array() | |
$_properties = array() | |
$_state = STATE_CLEAN | |
$_isImmutable = false | |
$_changeListeners = array() | |
Definition at line 15 of file class.LocktableBase.php.
LocktableBase::LocktableBase | ( | $oid = null , |
|
$type = null |
|||
) |
Definition at line 17 of file class.LocktableBase.php.
LocktableBase::getObjectDisplayName | ( | ) |
Definition at line 27 of file class.LocktableBase.php.
References Message\get().
LocktableBase::getObjectDescription | ( | ) |
Definition at line 34 of file class.LocktableBase.php.
References Message\get().
LocktableBase::getValueDisplayName | ( | $name, | |
$type = null |
|||
) |
Definition at line 41 of file class.LocktableBase.php.
References Message\get().
LocktableBase::getValueDescription | ( | $name, | |
$type = null |
|||
) |
Definition at line 54 of file class.LocktableBase.php.
References Message\get().
LocktableBase::isManyToManyObject | ( | ) |
See if the node is an association object, that implements a many to many relation
Definition at line 67 of file class.LocktableBase.php.
LocktableBase::getId | ( | $unconverted = false | ) |
Getter/Setter
Definition at line 74 of file class.LocktableBase.php.
References DATATYPE_IGNORE, PersistentObject\getUnconvertedValue(), and PersistentObject\getValue().
LocktableBase::setId | ( | $id | ) |
Definition at line 81 of file class.LocktableBase.php.
References DATATYPE_IGNORE, and PersistentObject\setValue().
LocktableBase::getFkUserId | ( | $unconverted = false | ) |
Definition at line 85 of file class.LocktableBase.php.
References DATATYPE_IGNORE, PersistentObject\getUnconvertedValue(), and PersistentObject\getValue().
LocktableBase::setFkUserId | ( | $fk_user_id | ) |
Definition at line 92 of file class.LocktableBase.php.
References DATATYPE_IGNORE, and PersistentObject\setValue().
LocktableBase::getObjectid | ( | $unconverted = false | ) |
Definition at line 96 of file class.LocktableBase.php.
References DATATYPE_ATTRIBUTE, PersistentObject\getUnconvertedValue(), and PersistentObject\getValue().
LocktableBase::setObjectid | ( | $objectid | ) |
Definition at line 103 of file class.LocktableBase.php.
References DATATYPE_ATTRIBUTE, and PersistentObject\setValue().
LocktableBase::getSessionid | ( | $unconverted = false | ) |
Definition at line 107 of file class.LocktableBase.php.
References DATATYPE_ATTRIBUTE, PersistentObject\getUnconvertedValue(), and PersistentObject\getValue().
LocktableBase::setSessionid | ( | $sessionid | ) |
Definition at line 114 of file class.LocktableBase.php.
References DATATYPE_ATTRIBUTE, and PersistentObject\setValue().
LocktableBase::getSince | ( | $unconverted = false | ) |
Definition at line 118 of file class.LocktableBase.php.
References DATATYPE_ATTRIBUTE, PersistentObject\getUnconvertedValue(), and PersistentObject\getValue().
LocktableBase::setSince | ( | $since | ) |
Definition at line 125 of file class.LocktableBase.php.
References DATATYPE_ATTRIBUTE, and PersistentObject\setValue().
LocktableBase::getUserRDBOID | ( | ) |
Definition at line 129 of file class.LocktableBase.php.
References PersistenceFacade\composeOID(), DATATYPE_IGNORE, and PersistentObject\getValue().
LocktableBase::setUserRDB | ( | & | $node | ) |
Definition at line 137 of file class.LocktableBase.php.
LocktableBase::getUserRDBParents | ( | ) |
Definition at line 142 of file class.LocktableBase.php.
References Node\getParentsEx().
LocktableBase::loadChildren | ( | $type, | |
$buildDepth = BUILDDEPTH_SINGLE , |
|||
$forceUpdate = false |
|||
) |
Node class overrides
Definition at line 155 of file class.LocktableBase.php.
LocktableBase::getChildrenEx | ( | $oid, | |
$type, | |||
$values, | |||
$properties | |||
) |
Definition at line 164 of file class.LocktableBase.php.
LocktableBase::addChild | ( | & | $child, |
$addtype = ADDCHILD_BACK |
|||
) |
Definition at line 173 of file class.LocktableBase.php.
LocktableBase::deleteChild | ( | $childOID, | |
$reallyDelete = false |
|||
) |
Definition at line 182 of file class.LocktableBase.php.