rapila
Static Public Member Functions | List of all members
PagePeer Class Reference
Inheritance diagram for PagePeer:
BasePagePeer

Static Public Member Functions

static getRootPage ()
 
static initializeRootPage ()
 
static pageIsNotUnique ($sName, $iParentId, $iCurrentPageId=null)
 
static getPageByName ($sName)
 
static getPageByIdentifier ($sIdentifier)
 
static getLastUpdatedTimestamp ()
 
static mayOperateOn ($oUser, $oPage, $sOperation)
 
- Static Public Member Functions inherited from BasePagePeer
static translateFieldName ($name, $fromType, $toType)
 
static getFieldNames ($type=BasePeer::TYPE_PHPNAME)
 
static alias ($alias, $column)
 
static addSelectColumns (Criteria $criteria, $alias=null)
 
static doCount (Criteria $criteria, $distinct=false, PropelPDO $con=null)
 
static doSelectOne (Criteria $criteria, PropelPDO $con=null)
 
static doSelect (Criteria $criteria, PropelPDO $con=null)
 
static doSelectStmt (Criteria $criteria, PropelPDO $con=null)
 
static addInstanceToPool ($obj, $key=null)
 
static removeInstanceFromPool ($value)
 
static getInstanceFromPool ($key)
 
static clearInstancePool ($and_clear_all_references=false)
 
static clearRelatedInstancePool ()
 
static getPrimaryKeyHashFromRow ($row, $startcol=0)
 
static getPrimaryKeyFromRow ($row, $startcol=0)
 
static populateObjects (PDOStatement $stmt)
 
static populateObject ($row, $startcol=0)
 
static doCountJoinUserRelatedByCreatedBy (Criteria $criteria, $distinct=false, PropelPDO $con=null, $join_behavior=Criteria::LEFT_JOIN)
 
static doCountJoinUserRelatedByUpdatedBy (Criteria $criteria, $distinct=false, PropelPDO $con=null, $join_behavior=Criteria::LEFT_JOIN)
 
static doSelectJoinUserRelatedByCreatedBy (Criteria $criteria, $con=null, $join_behavior=Criteria::LEFT_JOIN)
 
static doSelectJoinUserRelatedByUpdatedBy (Criteria $criteria, $con=null, $join_behavior=Criteria::LEFT_JOIN)
 
static doCountJoinAll (Criteria $criteria, $distinct=false, PropelPDO $con=null, $join_behavior=Criteria::LEFT_JOIN)
 
static doSelectJoinAll (Criteria $criteria, $con=null, $join_behavior=Criteria::LEFT_JOIN)
 
static doCountJoinAllExceptPageRelatedByCanonicalId (Criteria $criteria, $distinct=false, PropelPDO $con=null, $join_behavior=Criteria::LEFT_JOIN)
 
static doCountJoinAllExceptUserRelatedByCreatedBy (Criteria $criteria, $distinct=false, PropelPDO $con=null, $join_behavior=Criteria::LEFT_JOIN)
 
static doCountJoinAllExceptUserRelatedByUpdatedBy (Criteria $criteria, $distinct=false, PropelPDO $con=null, $join_behavior=Criteria::LEFT_JOIN)
 
static doSelectJoinAllExceptPageRelatedByCanonicalId (Criteria $criteria, $con=null, $join_behavior=Criteria::LEFT_JOIN)
 
static doSelectJoinAllExceptUserRelatedByCreatedBy (Criteria $criteria, $con=null, $join_behavior=Criteria::LEFT_JOIN)
 
static doSelectJoinAllExceptUserRelatedByUpdatedBy (Criteria $criteria, $con=null, $join_behavior=Criteria::LEFT_JOIN)
 
static getTableMap ()
 
static buildTableMap ()
 
static getOMClass ($row=0, $colnum=0)
 
static doInsert ($values, PropelPDO $con=null)
 
static doUpdate ($values, PropelPDO $con=null)
 
static doDeleteAll (PropelPDO $con=null)
 
static doValidate ($obj, $cols=null)
 
static retrieveByPK ($pk, PropelPDO $con=null)
 
static retrieveByPKs ($pks, PropelPDO $con=null)
 
static doDelete ($values, PropelPDO $con=null)
 
static ignoreRights ($bIgnore=true)
 
static isIgnoringRights ()
 
static setRightsUser ($oUser=false)
 
static getRightsUser ($oUser=false)
 
static mayOperateOn ($oUser, $mObject, $sOperation)
 
static mayOperateOnOwn ($oUser, $mObject, $sOperation)
 
static retrieveRoot (PropelPDO $con=null)
 
static retrieveTree (Criteria $criteria=null, PropelPDO $con=null)
 
static isValid (Page $node=null)
 
static deleteTree (PropelPDO $con=null)
 
static shiftRLValues ($delta, $first, $last=null, PropelPDO $con=null)
 
static shiftLevel ($delta, $first, $last, PropelPDO $con=null)
 
static updateLoadedNodes ($prune=null, PropelPDO $con=null)
 
static makeRoomForLeaf ($left, $prune=null, PropelPDO $con=null)
 
static fixLevels (PropelPDO $con=null)
 
static setNegativeScope ($scope, PropelPDO $con=null)
 

Additional Inherited Members

- Public Attributes inherited from BasePagePeer
const DATABASE_NAME = 'rapila'
 
const TABLE_NAME = 'pages'
 
const OM_CLASS = 'Page'
 
const TM_CLASS = 'PageTableMap'
 
const NUM_COLUMNS = 17
 
const NUM_LAZY_LOAD_COLUMNS = 0
 
const NUM_HYDRATE_COLUMNS = 17
 
const ID = 'pages.id'
 
const NAME = 'pages.name'
 
const IDENTIFIER = 'pages.identifier'
 
const PAGE_TYPE = 'pages.page_type'
 
const TEMPLATE_NAME = 'pages.template_name'
 
const IS_INACTIVE = 'pages.is_inactive'
 
const IS_FOLDER = 'pages.is_folder'
 
const IS_HIDDEN = 'pages.is_hidden'
 
const IS_PROTECTED = 'pages.is_protected'
 
const CANONICAL_ID = 'pages.canonical_id'
 
const TREE_LEFT = 'pages.tree_left'
 
const TREE_RIGHT = 'pages.tree_right'
 
const TREE_LEVEL = 'pages.tree_level'
 
const CREATED_AT = 'pages.created_at'
 
const UPDATED_AT = 'pages.updated_at'
 
const CREATED_BY = 'pages.created_by'
 
const UPDATED_BY = 'pages.updated_by'
 
const DEFAULT_STRING_FORMAT = 'YAML'
 
const LEFT_COL = 'pages.tree_left'
 
const RIGHT_COL = 'pages.tree_right'
 
const LEVEL_COL = 'pages.tree_level'
 
- Static Public Attributes inherited from BasePagePeer
static $instances = array()
 
- Static Protected Member Functions inherited from BasePagePeer
static doOnDeleteCascade (Criteria $criteria, PropelPDO $con)
 
static doOnDeleteSetNull (Criteria $criteria, PropelPDO $con)
 
- Static Protected Attributes inherited from BasePagePeer
static $fieldNames
 
static $fieldKeys
 

Member Function Documentation

static PagePeer::getPageByIdentifier (   $sIdentifier)
static

getPageByIdentifier()

Deprecated:
Use page query directly because it is simple and clear
static PagePeer::getPageByName (   $sName)
static

getPageByName()

Deprecated:
Use page query directly because it is simple and clear
static PagePeer::getRootPage ( )
static
Returns
Page The root page
static PagePeer::initializeRootPage ( )
static

The documentation for this class was generated from the following file: