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

Static Public Member Functions

static addSearchToCriteria ($sSearch, $oCriteria)
 
static allTaggedIdsForModel ($sModelName, $sTagName=null)
 
static dropTargets ()
 
static droppedOnto ($mDroppedId, $sDroppableModelName, $sTagName)
 
static getTagsSorted ($sSearch=null, $bJoinInstances=false)
 
static retrieveByName ($sTagName)
 
static deleteTagsForObject ($oObject)
 
static tagInstancesForObject ($oObject)
 
static tagInstancesForModel ($sModelName, $iTaggedItemId)
 
static getTagsUsedInModelCriteria ($sModelName)
 
static getTagsWithTaggedItemCountByModelName ($sModelName)
 
- Static Public Member Functions inherited from BaseTagPeer
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 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 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 doDelete ($values, PropelPDO $con=null)
 
static doValidate ($obj, $cols=null)
 
static retrieveByPK ($pk, PropelPDO $con=null)
 
static retrieveByPKs ($pks, 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)
 

Additional Inherited Members

- Public Attributes inherited from BaseTagPeer
const DATABASE_NAME = 'rapila'
 
const TABLE_NAME = 'tags'
 
const OM_CLASS = 'Tag'
 
const TM_CLASS = 'TagTableMap'
 
const NUM_COLUMNS = 6
 
const NUM_LAZY_LOAD_COLUMNS = 0
 
const NUM_HYDRATE_COLUMNS = 6
 
const ID = 'tags.id'
 
const NAME = 'tags.name'
 
const CREATED_AT = 'tags.created_at'
 
const UPDATED_AT = 'tags.updated_at'
 
const CREATED_BY = 'tags.created_by'
 
const UPDATED_BY = 'tags.updated_by'
 
const DEFAULT_STRING_FORMAT = 'YAML'
 
- Static Public Attributes inherited from BaseTagPeer
static $instances = array()
 
- Static Protected Member Functions inherited from BaseTagPeer
static doOnDeleteCascade (Criteria $criteria, PropelPDO $con)
 
- Static Protected Attributes inherited from BaseTagPeer
static $fieldNames
 
static $fieldKeys
 

Member Function Documentation

static TagPeer::allTaggedIdsForModel (   $sModelName,
  $sTagName = null 
)
static
Deprecated:
use query methods
static TagPeer::getTagsSorted (   $sSearch = null,
  $bJoinInstances = false 
)
static
Deprecated:
use query methods

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