wCMF  3.6
 All Classes Namespaces Files Functions Variables Groups Pages
class.PersistentObject.php File Reference

Go to the source code of this file.

Classes

class  PersistentObject
 

Variables

const STATE_CLEAN 0
 
const STATE_DIRTY 1
 
const STATE_NEW 2
 
const STATE_DELETED 3
 
const DATATYPE_DONTCARE 0
 
const DATATYPE_ATTRIBUTE 1
 
const DATATYPE_ELEMENT 2
 
const DATATYPE_IGNORE 3
 

Variable Documentation

const STATE_CLEAN 0

wCMF - wemove Content Management Framework Copyright (C) 2005-2014 wemove digital solutions GmbH

Licensed under the terms of any of the following licenses at your choice:

See the license.txt file distributed with this work for additional information.

Id:
class.PersistentObject.php 1462 2014-02-04 23:52:27Z iherwig

Some constants describing the state of the PersistentObject

Definition at line 29 of file class.PersistentObject.php.

Referenced by NodeXMLMapper\load(), NodeToSingleTableMapper\load(), RoleRDBBase\loadChildren(), UserRDBBase\loadChildren(), NodeXMLDBMapper\loadImpl(), RDBMapper\loadObjects(), PersistentObject\PersistentObject(), NodeXMLMapper\save(), NodeToSingleTableMapper\save(), NodeXMLDBMapper\saveImpl(), RDBMapper\saveImpl(), SortController\sortAll(), PersistenceFacadeImpl\stateChanged(), and Table\Table().

const DATATYPE_DONTCARE 0

Some constants describing the data types

Definition at line 37 of file class.PersistentObject.php.

const DATATYPE_ATTRIBUTE 1

Definition at line 38 of file class.PersistentObject.php.

const DATATYPE_ELEMENT 2

Definition at line 39 of file class.PersistentObject.php.

const DATATYPE_IGNORE 3

Definition at line 40 of file class.PersistentObject.php.