Class BaseUnitType

Description
  • abstract:

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

BaseObject
   |
   --BaseUnitType
Direct descendents
Class Description
UnitType
Variable Summary
Method Summary
void addSeason ( $l)
void addUnit ( $l)
void addUnitTypeI18N ( $l)
void buildCriteria ()
void copy ([ $deepCopy = false])
void copyInto ( $copyObj, [ $deepCopy = false])
void countSeasons ([ $criteria = null], [ $distinct = false], [ $con = null])
void countUnits ([ $criteria = null], [ $distinct = false], [ $con = null])
void countUnitTypeI18Ns ([ $criteria = null], [ $distinct = false], [ $con = null])
void delete ([ $con = null])
void doSave ( $con)
void doValidate ([ $columns = null])
void fromArray ( $arr, [ $keyType = BasePeer::TYPE_PHPNAME])
void getByName ( $name, [ $type = BasePeer::TYPE_PHPNAME])
void getByPosition ( $pos)
void getCulture ()
void getDescription ()
void getId ()
void getPeer ()
void getPrimaryKey ()
void getSeasons ([ $criteria = null], [ $con = null])
void getSeasonsJoinUnitRelatedByVolumeShowUnitId ([ $criteria = null], [ $con = null])
void getSeasonsJoinUnitRelatedByVolumeUnitId ([ $criteria = null], [ $con = null])
void getSeasonsJoinUser ([ $criteria = null], [ $con = null])
void getUnits ([ $criteria = null], [ $con = null])
void getUnitTypeI18Ns ([ $criteria = null], [ $con = null])
void hydrate ( $rs, [ $startcol = 1])
void initSeasons ()
void initUnits ()
void save ([ $con = null])
void setByName ( $name,  $value, [ $type = BasePeer::TYPE_PHPNAME])
void setByPosition ( $pos,  $value)
void setCulture ( $culture)
void setDescription ( $value)
void setGlobalDescription ( $v)
void setId ( $v)
void setPrimaryKey ( $key)
void setUnitTypeI18NForCulture ( $object,  $culture)
void toArray ([ $keyType = BasePeer::TYPE_PHPNAME])
void validate ([ $columns = null])
Variables
static mixed $peer (line 8)
  • access: protected
mixed $alreadyInSave = false (line 37)
  • access: protected
mixed $alreadyInValidation = false (line 40)
  • access: protected
mixed $collSeasons (line 31)
  • access: protected
mixed $collUnits (line 25)
  • access: protected
mixed $collUnitTypeI18Ns (line 19)
  • access: protected
mixed $culture (line 43)
  • access: protected
mixed $current_i18n = array() (line 746)
  • access: protected
mixed $global_description (line 16)
  • access: protected
mixed $id (line 12)
  • access: protected
mixed $lastSeasonCriteria = null (line 34)
  • access: protected
mixed $lastUnitCriteria = null (line 28)
  • access: protected
mixed $lastUnitTypeI18NCriteria = null (line 22)
  • access: protected
mixed $validationFailures = array() (line 201)
  • access: protected
Methods
addSeason (line 613)
  • access: public
void addSeason ( $l)
addUnit (line 543)
  • access: public
void addUnit ( $l)
addUnitTypeI18N (line 473)
  • access: public
void addUnitTypeI18N ( $l)
buildCriteria (line 330)
  • access: public
void buildCriteria ()
buildPkeyCriteria (line 341)
  • access: public
void buildPkeyCriteria ()
copy (line 392)
  • access: public
void copy ([ $deepCopy = false])
  • $deepCopy
copyInto (line 363)
  • access: public
void copyInto ( $copyObj, [ $deepCopy = false])
  • $copyObj
  • $deepCopy
countSeasons (line 596)
  • access: public
void countSeasons ([ $criteria = null], [ $distinct = false], [ $con = null])
  • $criteria
  • $distinct
  • $con
countUnits (line 526)
  • access: public
void countUnits ([ $criteria = null], [ $distinct = false], [ $con = null])
  • $criteria
  • $distinct
  • $con
countUnitTypeI18Ns (line 456)
  • access: public
void countUnitTypeI18Ns ([ $criteria = null], [ $distinct = false], [ $con = null])
  • $criteria
  • $distinct
  • $con
delete (line 111)
  • access: public
void delete ([ $con = null])
  • $con
doSave (line 155)
  • access: protected
void doSave ( $con)
  • $con
doValidate (line 223)
  • access: protected
void doValidate ([ $columns = null])
  • $columns
fromArray (line 321)
  • access: public
void fromArray ( $arr, [ $keyType = BasePeer::TYPE_PHPNAME])
  • $arr
  • $keyType
getByName (line 269)
  • access: public
void getByName ( $name, [ $type = BasePeer::TYPE_PHPNAME])
  • $name
  • $type
getByPosition (line 276)
  • access: public
void getByPosition ( $pos)
  • $pos
getCulture (line 724)
  • access: public
void getCulture ()
getCurrentUnitTypeI18N (line 748)
  • access: public
void getCurrentUnitTypeI18N ()
getDescription (line 734)
  • access: public
void getDescription ()

Redefined in descendants as:
getGlobalDescription (line 53)
  • access: public
void getGlobalDescription ()
getId (line 46)
  • access: public
void getId ()
getPeer (line 401)
  • access: public
void getPeer ()
getPrimaryKey (line 351)
  • access: public
void getPrimaryKey ()
getSeasons (line 558)
  • access: public
void getSeasons ([ $criteria = null], [ $con = null])
  • $criteria
  • $con
getSeasonsJoinUnitRelatedByVolumeShowUnitId (line 691)
  • access: public
void getSeasonsJoinUnitRelatedByVolumeShowUnitId ([ $criteria = null], [ $con = null])
  • $criteria
  • $con
getSeasonsJoinUnitRelatedByVolumeUnitId (line 656)
  • access: public
void getSeasonsJoinUnitRelatedByVolumeUnitId ([ $criteria = null], [ $con = null])
  • $criteria
  • $con
getSeasonsJoinUser (line 621)
  • access: public
void getSeasonsJoinUser ([ $criteria = null], [ $con = null])
  • $criteria
  • $con
getUnits (line 488)
  • access: public
void getUnits ([ $criteria = null], [ $con = null])
  • $criteria
  • $con
getUnitTypeI18Ns (line 418)
  • access: public
void getUnitTypeI18Ns ([ $criteria = null], [ $con = null])
  • $criteria
  • $con
getValidationFailures (line 204)
  • access: public
void getValidationFailures ()
hydrate (line 92)
  • access: public
void hydrate ( $rs, [ $startcol = 1])
  • ResultSet $rs
  • $startcol
initSeasons (line 550)
  • access: public
void initSeasons ()
initUnits (line 480)
  • access: public
void initUnits ()
initUnitTypeI18Ns (line 410)
  • access: public
void initUnitTypeI18Ns ()
save (line 133)
  • access: public
void save ([ $con = null])
  • $con
setByName (line 302)
  • access: public
void setByName ( $name,  $value, [ $type = BasePeer::TYPE_PHPNAME])
  • $name
  • $value
  • $type
setByPosition (line 309)
  • access: public
void setByPosition ( $pos,  $value)
  • $pos
  • $value
setCulture (line 729)
  • access: public
void setCulture ( $culture)
  • $culture
setDescription (line 741)
  • access: public
void setDescription ( $value)
  • $value

Redefined in descendants as:
setGlobalDescription (line 76)
  • access: public
void setGlobalDescription ( $v)
  • $v
setId (line 60)
  • access: public
void setId ( $v)
  • $v
setPrimaryKey (line 357)
  • access: public
void setPrimaryKey ( $key)
  • $key
setUnitTypeI18NForCulture (line 767)
  • access: public
void setUnitTypeI18NForCulture ( $object,  $culture)
  • $object
  • $culture
toArray (line 291)
  • access: public
void toArray ([ $keyType = BasePeer::TYPE_PHPNAME])
  • $keyType
validate (line 210)
  • access: public
void validate ([ $columns = null])
  • $columns

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