Class BaseSeasonPeer

Description
  • abstract:

Located in /lib/model/om/BaseSeasonPeer.php (line 4)


	
			
Direct descendents
Class Description
SeasonPeer
Class Constant Summary
 CLASS_DEFAULT = 'lib.model.Season'
 COUNT = 'COUNT(season.ID)'
 COUNT_DISTINCT = 'COUNT(DISTINCT season.ID)'
 DATABASE_NAME = 'propel'
 DESCRIPTION = 'season.DESCRIPTION'
 ID = 'season.ID'
 INTENSITY1_HIGH_LIMIT = 'season.INTENSITY1_HIGH_LIMIT'
 INTENSITY1_LOW_LIMIT = 'season.INTENSITY1_LOW_LIMIT'
 INTENSITY2_HIGH_LIMIT = 'season.INTENSITY2_HIGH_LIMIT'
 INTENSITY3_HIGH_LIMIT = 'season.INTENSITY3_HIGH_LIMIT'
 LAST_DAY_AT = 'season.LAST_DAY_AT'
 REPORTED_INTENSITY1 = 'season.REPORTED_INTENSITY1'
 REPORTED_INTENSITY2 = 'season.REPORTED_INTENSITY2'
 REPORTED_INTENSITY3 = 'season.REPORTED_INTENSITY3'
 REPORTED_VOLUME = 'season.REPORTED_VOLUME'
 START_AT = 'season.START_AT'
 TABLE_NAME = 'season'
 THEORIC_INTENSITY1 = 'season.THEORIC_INTENSITY1'
 THEORIC_INTENSITY2 = 'season.THEORIC_INTENSITY2'
 THEORIC_INTENSITY3 = 'season.THEORIC_INTENSITY3'
 THEORIC_VOLUME = 'season.THEORIC_VOLUME'
 USER_ID = 'season.USER_ID'
 VOLUME_SHOW_UNIT_ID = 'season.VOLUME_SHOW_UNIT_ID'
 VOLUME_UNIT_ID = 'season.VOLUME_UNIT_ID'
 VOLUME_UNIT_TYPE_ID = 'season.VOLUME_UNIT_TYPE_ID'
Method Summary
static void addSelectColumns ( $criteria)
static void alias ( $alias,  $column)
static void doCount ( $criteria, [ $distinct = false], [ $con = null])
static void doCountJoinAll ( $criteria, [ $distinct = false], [ $con = null])
static void doCountJoinAllExceptUnitRelatedByVolumeShowUnitId ( $criteria, [ $distinct = false], [ $con = null])
static void doCountJoinAllExceptUnitRelatedByVolumeUnitId ( $criteria, [ $distinct = false], [ $con = null])
static void doCountJoinAllExceptUnitType ( $criteria, [ $distinct = false], [ $con = null])
static void doCountJoinAllExceptUser ( $criteria, [ $distinct = false], [ $con = null])
static void doCountJoinUnitRelatedByVolumeShowUnitId ( $criteria, [ $distinct = false], [ $con = null])
static void doCountJoinUnitRelatedByVolumeUnitId ( $criteria, [ $distinct = false], [ $con = null])
static void doCountJoinUnitType ( $criteria, [ $distinct = false], [ $con = null])
static void doCountJoinUser ( $criteria, [ $distinct = false], [ $con = null])
static void doDelete ( $values, [ $con = null])
static void doDeleteAll ([ $con = null])
static void doInsert ( $values, [ $con = null])
static void doSelect ( $criteria, [ $con = null])
static void doSelectJoinAll ( $c, [ $con = null])
static void doSelectJoinAllExceptUnitRelatedByVolumeShowUnitId ( $c, [ $con = null])
static void doSelectJoinAllExceptUnitRelatedByVolumeUnitId ( $c, [ $con = null])
static void doSelectJoinAllExceptUnitType ( $c, [ $con = null])
static void doSelectJoinAllExceptUser ( $c, [ $con = null])
static void doSelectJoinUnitRelatedByVolumeShowUnitId ( $c, [ $con = null])
static void doSelectJoinUnitRelatedByVolumeUnitId ( $c, [ $con = null])
static void doSelectJoinUnitType ( $c, [ $con = null])
static void doSelectJoinUser ( $c, [ $con = null])
static void doSelectOne ( $criteria, [ $con = null])
static void doSelectRS ( $criteria, [ $con = null])
static void doUpdate ( $values, [ $con = null])
static void doValidate ( $obj, [ $cols = null])
static void getFieldNames ([ $type = BasePeer::TYPE_PHPNAME])
static void getMapBuilder ()
static void getOMClass ()
static void getPhpNameMap ()
static void getTableMap ()
static void populateObjects ( $rs)
static void retrieveByPK ( $pk, [ $con = null])
static void retrieveByPKs ( $pks, [ $con = null])
static void translateFieldName ( $name,  $fromType,  $toType)
Methods
static method addSelectColumns (line 150)
  • access: public
static void addSelectColumns ( $criteria)
  • Criteria $criteria
static method alias (line 144)
  • access: public
static void alias ( $alias,  $column)
  • $alias
  • $column
static method doCount (line 199)
  • access: public
static void doCount ( $criteria, [ $distinct = false], [ $con = null])
  • Criteria $criteria
  • $distinct
  • $con
static method doCountJoinAll (line 572)
  • access: public
static void doCountJoinAll ( $criteria, [ $distinct = false], [ $con = null])
  • Criteria $criteria
  • $distinct
  • $con
static method doCountJoinAllExceptUnitRelatedByVolumeShowUnitId (line 842)
  • access: public
static void doCountJoinAllExceptUnitRelatedByVolumeShowUnitId ( $criteria, [ $distinct = false], [ $con = null])
  • Criteria $criteria
  • $distinct
  • $con
static method doCountJoinAllExceptUnitRelatedByVolumeUnitId (line 812)
  • access: public
static void doCountJoinAllExceptUnitRelatedByVolumeUnitId ( $criteria, [ $distinct = false], [ $con = null])
  • Criteria $criteria
  • $distinct
  • $con
static method doCountJoinAllExceptUnitType (line 780)
  • access: public
static void doCountJoinAllExceptUnitType ( $criteria, [ $distinct = false], [ $con = null])
  • Criteria $criteria
  • $distinct
  • $con
static method doCountJoinAllExceptUser (line 748)
  • access: public
static void doCountJoinAllExceptUser ( $criteria, [ $distinct = false], [ $con = null])
  • Criteria $criteria
  • $distinct
  • $con
static method doCountJoinUnitRelatedByVolumeShowUnitId (line 356)
  • access: public
static void doCountJoinUnitRelatedByVolumeShowUnitId ( $criteria, [ $distinct = false], [ $con = null])
  • Criteria $criteria
  • $distinct
  • $con
static method doCountJoinUnitRelatedByVolumeUnitId (line 328)
  • access: public
static void doCountJoinUnitRelatedByVolumeUnitId ( $criteria, [ $distinct = false], [ $con = null])
  • Criteria $criteria
  • $distinct
  • $con
static method doCountJoinUnitType (line 300)
  • access: public
static void doCountJoinUnitType ( $criteria, [ $distinct = false], [ $con = null])
  • Criteria $criteria
  • $distinct
  • $con
static method doCountJoinUser (line 272)
  • access: public
static void doCountJoinUser ( $criteria, [ $distinct = false], [ $con = null])
  • Criteria $criteria
  • $distinct
  • $con
static method doDelete (line 1338)
  • access: public
static void doDelete ( $values, [ $con = null])
  • $values
  • $con
static method doDeleteAll (line 1321)
  • access: public
static void doDeleteAll ([ $con = null])
  • $con
static method doInsert (line 1273)
  • access: public
static void doInsert ( $values, [ $con = null])
  • $values
  • $con
static method doSelect (line 234)
  • access: public
static void doSelect ( $criteria, [ $con = null])
  • Criteria $criteria
  • $con
static method doSelectJoinAll (line 606)
  • access: public
static void doSelectJoinAll ( $c, [ $con = null])
  • Criteria $c
  • $con
static method doSelectJoinAllExceptUnitRelatedByVolumeShowUnitId (line 1178)
  • access: public
static void doSelectJoinAllExceptUnitRelatedByVolumeShowUnitId ( $c, [ $con = null])
  • Criteria $c
  • $con
static method doSelectJoinAllExceptUnitRelatedByVolumeUnitId (line 1094)
  • access: public
static void doSelectJoinAllExceptUnitRelatedByVolumeUnitId ( $c, [ $con = null])
  • Criteria $c
  • $con
static method doSelectJoinAllExceptUnitType (line 983)
  • access: public
static void doSelectJoinAllExceptUnitType ( $c, [ $con = null])
  • Criteria $c
  • $con
static method doSelectJoinAllExceptUser (line 872)
  • access: public
static void doSelectJoinAllExceptUser ( $c, [ $con = null])
  • Criteria $c
  • $con
static method doSelectJoinUnitRelatedByVolumeShowUnitId (line 525)
  • access: public
static void doSelectJoinUnitRelatedByVolumeShowUnitId ( $c, [ $con = null])
  • Criteria $c
  • $con
static method doSelectJoinUnitRelatedByVolumeUnitId (line 478)
  • access: public
static void doSelectJoinUnitRelatedByVolumeUnitId ( $c, [ $con = null])
  • Criteria $c
  • $con
static method doSelectJoinUnitType (line 431)
  • access: public
static void doSelectJoinUnitType ( $c, [ $con = null])
  • Criteria $c
  • $con
static method doSelectJoinUser (line 384)
  • access: public
static void doSelectJoinUser ( $c, [ $con = null])
  • Criteria $c
  • $con
static method doSelectOne (line 223)
  • access: public
static void doSelectOne ( $criteria, [ $con = null])
  • Criteria $criteria
  • $con
static method doSelectRS (line 239)
  • access: public
static void doSelectRS ( $criteria, [ $con = null])
  • Criteria $criteria
  • $con
static method doUpdate (line 1300)
  • access: public
static void doUpdate ( $values, [ $con = null])
  • $values
  • $con
static method doValidate (line 1369)
  • access: public
static void doValidate ( $obj, [ $cols = null])
static method getFieldNames (line 135)
  • access: public
static void getFieldNames ([ $type = BasePeer::TYPE_PHPNAME])
  • $type
static method getMapBuilder (line 103)
  • access: public
static void getMapBuilder ()
static method getOMClass (line 1267)
  • access: public
static void getOMClass ()
static method getPhpNameMap (line 109)
  • access: public
static void getPhpNameMap ()
static method getTableMap (line 1261)
  • access: public
static void getTableMap ()
static method populateObjects (line 255)
  • access: public
static void populateObjects ( $rs)
  • ResultSet $rs
static method retrieveByPK (line 1404)
  • access: public
static void retrieveByPK ( $pk, [ $con = null])
  • $pk
  • $con
static method retrieveByPKs (line 1421)
  • access: public
static void retrieveByPKs ( $pks, [ $con = null])
  • $pks
  • $con
static method translateFieldName (line 123)
  • access: public
static void translateFieldName ( $name,  $fromType,  $toType)
  • $name
  • $fromType
  • $toType
Class Constants
CLASS_DEFAULT = 'lib.model.Season' (line 13)
COUNT = 'COUNT(season.ID)' (line 195)
COUNT_DISTINCT = 'COUNT(DISTINCT season.ID)' (line 196)
DATABASE_NAME = 'propel' (line 7)
DESCRIPTION = 'season.DESCRIPTION' (line 26)
ID = 'season.ID' (line 23)
INTENSITY1_HIGH_LIMIT = 'season.INTENSITY1_HIGH_LIMIT' (line 62)
INTENSITY1_LOW_LIMIT = 'season.INTENSITY1_LOW_LIMIT' (line 59)
INTENSITY2_HIGH_LIMIT = 'season.INTENSITY2_HIGH_LIMIT' (line 71)
INTENSITY3_HIGH_LIMIT = 'season.INTENSITY3_HIGH_LIMIT' (line 80)
LAST_DAY_AT = 'season.LAST_DAY_AT' (line 32)
NUM_COLUMNS = 20 (line 16)
NUM_LAZY_LOAD_COLUMNS = 0 (line 19)
REPORTED_INTENSITY1 = 'season.REPORTED_INTENSITY1' (line 56)
REPORTED_INTENSITY2 = 'season.REPORTED_INTENSITY2' (line 68)
REPORTED_INTENSITY3 = 'season.REPORTED_INTENSITY3' (line 77)
REPORTED_VOLUME = 'season.REPORTED_VOLUME' (line 44)
START_AT = 'season.START_AT' (line 29)
TABLE_NAME = 'season' (line 10)
THEORIC_INTENSITY1 = 'season.THEORIC_INTENSITY1' (line 53)
THEORIC_INTENSITY2 = 'season.THEORIC_INTENSITY2' (line 65)
THEORIC_INTENSITY3 = 'season.THEORIC_INTENSITY3' (line 74)
THEORIC_VOLUME = 'season.THEORIC_VOLUME' (line 41)
USER_ID = 'season.USER_ID' (line 35)
VOLUME_SHOW_UNIT_ID = 'season.VOLUME_SHOW_UNIT_ID' (line 50)
VOLUME_UNIT_ID = 'season.VOLUME_UNIT_ID' (line 47)
VOLUME_UNIT_TYPE_ID = 'season.VOLUME_UNIT_TYPE_ID' (line 38)

Documentation generated on Tue, 31 Mar 2009 19:03:21 +0200 by phpDocumentor 1.4.2