lib-model-om
[ class tree: lib-model-om ] [ index: lib-model-om ] [ all elements ]

Class: EtvaServer

Source Location: /EtvaServer.php

Class Overview

BaseObject
   |
   --BaseEtvaServer
      |
      --EtvaServer

Base class that represents a row from the 'server' table.


Methods


Inherited Constants

Inherited Variables

Inherited Methods

Class: BaseEtvaServer

BaseEtvaServer::__construct()
Initializes internal state of BaseEtvaServer object.
BaseEtvaServer::addEtvaAgent()
Method called to associate a EtvaAgent object to this object through the EtvaAgent foreign key attribute.
BaseEtvaServer::addEtvaNetwork()
Method called to associate a EtvaNetwork object to this object through the EtvaNetwork foreign key attribute.
BaseEtvaServer::applyDefaultValues()
Applies default values to this object.
BaseEtvaServer::buildCriteria()
Build a Criteria object containing the values of all modified columns in this object.
BaseEtvaServer::buildPkeyCriteria()
Builds a Criteria object containing the primary key for this object.
BaseEtvaServer::clearAllReferences()
Resets all collections of referencing foreign keys.
BaseEtvaServer::clearEtvaAgents()
Clears out the collEtvaAgents collection (array).
BaseEtvaServer::clearEtvaNetworks()
Clears out the collEtvaNetworks collection (array).
BaseEtvaServer::copy()
Makes a copy of this object that will be inserted as a new row in table when saved.
BaseEtvaServer::copyInto()
Sets contents of passed object to values from current object.
BaseEtvaServer::countEtvaAgents()
Returns the number of related EtvaAgent objects.
BaseEtvaServer::countEtvaNetworks()
Returns the number of related EtvaNetwork objects.
BaseEtvaServer::delete()
Removes this object from datastore and sets delete attribute.
BaseEtvaServer::doSave()
Performs the work of inserting or updating the row in the database.
BaseEtvaServer::doValidate()
This function performs the validation work for complex object models.
BaseEtvaServer::ensureConsistency()
Checks and repairs the internal consistency of the object.
BaseEtvaServer::fromArray()
Populates the object using an array.
BaseEtvaServer::getByName()
Retrieves a field from the object by name passed in as a string.
BaseEtvaServer::getByPosition()
Retrieves a field from the object by Position as specified in the xml schema.
BaseEtvaServer::getCpuset()
Get the [cpuset] column value.
BaseEtvaServer::getCreatedAt()
Get the [optionally formatted] temporal [created_at] column value.
BaseEtvaServer::getDescription()
Get the [description] column value.
BaseEtvaServer::getEtvaAgents()
Gets an array of EtvaAgent objects which contain a foreign key that references this object.
BaseEtvaServer::getEtvaLogicalvolume()
Get the associated EtvaLogicalvolume object
BaseEtvaServer::getEtvaNetworks()
Gets an array of EtvaNetwork objects which contain a foreign key that references this object.
BaseEtvaServer::getEtvaNode()
Get the associated EtvaNode object
BaseEtvaServer::getId()
Get the [id] column value.
BaseEtvaServer::getIp()
Get the [ip] column value.
BaseEtvaServer::getLocation()
Get the [location] column value.
BaseEtvaServer::getLogicalvolumeId()
Get the [logicalvolume_id] column value.
BaseEtvaServer::getMacAddresses()
Get the [mac_addresses] column value.
BaseEtvaServer::getMem()
Get the [mem] column value.
BaseEtvaServer::getName()
Get the [name] column value.
BaseEtvaServer::getNetworkCards()
Get the [network_cards] column value.
BaseEtvaServer::getNodeId()
Get the [node_id] column value.
BaseEtvaServer::getPeer()
Returns a peer instance associated with this om.
BaseEtvaServer::getPrimaryKey()
Returns the primary key for this object (row).
BaseEtvaServer::getsfGuardGroup()
Get the associated sfGuardGroup object
BaseEtvaServer::getSfGuardGroupId()
Get the [sf_guard_group_id] column value.
BaseEtvaServer::getState()
Get the [state] column value.
BaseEtvaServer::getUid()
Get the [uid] column value.
BaseEtvaServer::getUpdatedAt()
Get the [optionally formatted] temporal [updated_at] column value.
BaseEtvaServer::getValidationFailures()
Gets any ValidationFailed objects that resulted from last call to validate().
BaseEtvaServer::getVcpu()
Get the [vcpu] column value.
BaseEtvaServer::getVncPort()
Get the [vnc_port] column value.
BaseEtvaServer::hasOnlyDefaultValues()
Indicates whether the columns in this object are only set to default values.
BaseEtvaServer::hydrate()
Hydrates (populates) the object variables with values from the database resultset.
BaseEtvaServer::initEtvaAgents()
Initializes the collEtvaAgents collection (array).
BaseEtvaServer::initEtvaNetworks()
Initializes the collEtvaNetworks collection (array).
BaseEtvaServer::reload()
Reloads this object from datastore based on primary key and (optionally) resets all associated objects.
BaseEtvaServer::save()
Persists this object to the database.
BaseEtvaServer::setByName()
Sets a field from the object by name passed in as a string.
BaseEtvaServer::setByPosition()
Sets a field from the object by Position as specified in the xml schema.
BaseEtvaServer::setCpuset()
Set the value of [cpuset] column.
BaseEtvaServer::setCreatedAt()
Sets the value of [created_at] column to a normalized version of the date/time value specified.
BaseEtvaServer::setDescription()
Set the value of [description] column.
BaseEtvaServer::setEtvaLogicalvolume()
Declares an association between this object and a EtvaLogicalvolume object.
BaseEtvaServer::setEtvaNode()
Declares an association between this object and a EtvaNode object.
BaseEtvaServer::setId()
Set the value of [id] column.
BaseEtvaServer::setIp()
Set the value of [ip] column.
BaseEtvaServer::setLocation()
Set the value of [location] column.
BaseEtvaServer::setLogicalvolumeId()
Set the value of [logicalvolume_id] column.
BaseEtvaServer::setMacAddresses()
Set the value of [mac_addresses] column.
BaseEtvaServer::setMem()
Set the value of [mem] column.
BaseEtvaServer::setName()
Set the value of [name] column.
BaseEtvaServer::setNetworkCards()
Set the value of [network_cards] column.
BaseEtvaServer::setNodeId()
Set the value of [node_id] column.
BaseEtvaServer::setPrimaryKey()
Generic method to set the primary key (id column).
BaseEtvaServer::setsfGuardGroup()
Declares an association between this object and a sfGuardGroup object.
BaseEtvaServer::setSfGuardGroupId()
Set the value of [sf_guard_group_id] column.
BaseEtvaServer::setState()
Set the value of [state] column.
BaseEtvaServer::setUid()
Set the value of [uid] column.
BaseEtvaServer::setUpdatedAt()
Sets the value of [updated_at] column to a normalized version of the date/time value specified.
BaseEtvaServer::setVcpu()
Set the value of [vcpu] column.
BaseEtvaServer::setVncPort()
Set the value of [vnc_port] column.
BaseEtvaServer::toArray()
Exports the object as an array.
BaseEtvaServer::validate()
Validates the objects modified field values and all objects related to this table.
BaseEtvaServer::__call()

Class Details

[line 3]
Base class that represents a row from the 'server' table.

This class was autogenerated by Propel 1.3.0-dev on:

Thu Jun 25 10:03:34 2009




[ Top ]


Class Methods


method delete [line 7]

void delete( [ $con = null])



Tags:

access:  public


Overrides BaseEtvaServer::delete() (Removes this object from datastore and sets delete attribute.)

Parameters:

PropelPDO   $con  

[ Top ]


Documentation generated on Mon, 29 Jun 2009 15:10:27 +0100 by phpDocumentor 1.4.2