constructor __construct [line 100]
BaseEtvaVolumegroup __construct(
)
|
|
Initializes internal state of BaseEtvaVolumegroup object.
Tags:
method addEtvaLogicalvolume [line 1147]
Method called to associate a EtvaLogicalvolume object to this object through the EtvaLogicalvolume foreign key attribute.
Tags:
Parameters:
method addEtvaVolumePhysical [line 1349]
Method called to associate a EtvaVolumePhysical object to this object through the EtvaVolumePhysical foreign key attribute.
Tags:
Parameters:
method applyDefaultValues [line 112]
void applyDefaultValues(
)
|
|
Applies default values to this object.
This method should be called from the object's constructor (or equivalent initialization method).
Tags:
method buildCriteria [line 816]
Criteria buildCriteria(
)
|
|
Build a Criteria object containing the values of all modified columns in this object.
Tags:
method buildPkeyCriteria [line 837]
Criteria buildPkeyCriteria(
)
|
|
Builds a Criteria object containing the primary key for this object.
Unlike buildCriteria() this method includes the primary key values regardless of whether or not they have been modified.
Tags:
method clearAllReferences [line 1416]
void clearAllReferences(
[boolean
$deep = false])
|
|
Resets all collections of referencing foreign keys.
This method is a user-space workaround for PHP's inability to garbage collect objects with circular references. This is currently necessary when using Propel in certain daemon or large-volumne/high-memory operations.
Tags:
Parameters:
method clearEtvaLogicalvolumes [line 1012]
void clearEtvaLogicalvolumes(
)
|
|
Clears out the collEtvaLogicalvolumes collection (array).
This does not modify the database; however, it will remove any associated objects, causing them to be refetched by subsequent calls to accessor method.
Tags:
method clearEtvaVolumePhysicals [line 1214]
void clearEtvaVolumePhysicals(
)
|
|
Clears out the collEtvaVolumePhysicals collection (array).
This does not modify the database; however, it will remove any associated objects, causing them to be refetched by subsequent calls to accessor method.
Tags:
method copy [line 926]
Makes a copy of this object that will be inserted as a new row in table when saved.
It creates a new object filling in the simple attributes, but skipping any primary keys that are defined for the table.
If desired, this method can also make copies of all associated (fkey referrers) objects.
Tags:
Parameters:
method copyInto [line 876]
void copyInto(
object
$copyObj, [boolean
$deepCopy = false])
|
|
Sets contents of passed object to values from current object.
If desired, this method can also make copies of all associated (fkey referrers) objects.
Tags:
Parameters:
method countEtvaLogicalvolumes [line 1093]
int countEtvaLogicalvolumes(
[
$criteria = null], [boolean
$distinct = false], [
$con = null])
|
|
Returns the number of related EtvaLogicalvolume objects.
Tags:
Parameters:
method countEtvaVolumePhysicals [line 1295]
int countEtvaVolumePhysicals(
[
$criteria = null], [boolean
$distinct = false], [
$con = null])
|
|
Returns the number of related EtvaVolumePhysical objects.
Tags:
Parameters:
method delete [line 405]
void delete(
[
$con = null])
|
|
Removes this object from datastore and sets delete attribute.
Tags:
Parameters:
method doSave [line 505]
Performs the work of inserting or updating the row in the database.
If the object is new, it inserts it; otherwise an update is performed. All related objects are also updated in this method.
Tags:
Parameters:
method doValidate [line 618]
mixed doValidate(
[array
$columns = null])
|
|
This function performs the validation work for complex object models.
In addition to checking the current object, all related objects will also be validated. If all pass then
true
is returned; otherwise an aggreagated array of ValidationFailed objects will be returned.
Tags:
Parameters:
method ensureConsistency [line 341]
void ensureConsistency(
)
|
|
Checks and repairs the internal consistency of the object.
This method is executed after an already-instantiated object is re-hydrated from the database. It exists to check any foreign keys to make sure that the objects related to the current object are correct based on foreign key.
You can override this method in the stub class, but you should always invoke the base method from the overridden method (i.e. parent::ensureConsistency()), in case your model changes.
Tags:
method fromArray [line 800]
void fromArray(
array
$arr, [string
$keyType = BasePeer::TYPE_PHPNAME])
|
|
Populates the object using an array.
This is particularly useful when populating an object from one of the request arrays (e.g. $_POST). This method goes through the column names, checking to see whether a matching key exists in populated array. If so the setByName() method is called for that column.
You can specify the key type of the array by additionally passing one of the class type constants BasePeer::TYPE_PHPNAME, BasePeer::TYPE_STUDLYPHPNAME, BasePeer::TYPE_COLNAME, BasePeer::TYPE_FIELDNAME, BasePeer::TYPE_NUM. The default key type is the column's phpname (e.g. 'AuthorId')
Tags:
Parameters:
method getByName [line 676]
mixed getByName(
string
$name, [string
$type = BasePeer::TYPE_PHPNAME])
|
|
Retrieves a field from the object by name passed in as a string.
Tags:
Parameters:
method getByPosition [line 690]
mixed getByPosition(
int
$pos)
|
|
Retrieves a field from the object by Position as specified in the xml schema.
Zero-based.
Tags:
Parameters:
method getEtvaLogicalvolumes [line 1044]
array getEtvaLogicalvolumes(
[Criteria
$criteria = null], [
$con = null])
|
|
Gets an array of EtvaLogicalvolume objects which contain a foreign key that references this object.
If this collection has already been initialized with an identical Criteria, it returns the collection. Otherwise if this EtvaVolumegroup has previously been saved, it will retrieve related EtvaLogicalvolumes from storage. If this EtvaVolumegroup is new, it will return an empty collection or the current collection, the criteria is ignored on a new object.
Tags:
Parameters:
method getEtvaLogicalvolumesJoinEtvaNode [line 1170]
void getEtvaLogicalvolumesJoinEtvaNode(
[
$criteria = null], [
$con = null], [
$join_behavior = Criteria::LEFT_JOIN])
|
|
If this collection has already been initialized with an identical criteria, it returns the collection.
Otherwise if this EtvaVolumegroup is new, it will return an empty collection; or if this EtvaVolumegroup has previously been saved, it will retrieve related EtvaLogicalvolumes from storage.
This method is protected by default in order to keep the public api reasonable. You can provide public methods for those you actually need in EtvaVolumegroup.
Tags:
Parameters:
method getEtvaNode [line 986]
Get the associated EtvaNode object
Tags:
Parameters:
method getEtvaVolumePhysicals [line 1246]
array getEtvaVolumePhysicals(
[Criteria
$criteria = null], [
$con = null])
|
|
Gets an array of EtvaVolumePhysical objects which contain a foreign key that references this object.
If this collection has already been initialized with an identical Criteria, it returns the collection. Otherwise if this EtvaVolumegroup has previously been saved, it will retrieve related EtvaVolumePhysicals from storage. If this EtvaVolumegroup is new, it will return an empty collection or the current collection, the criteria is ignored on a new object.
Tags:
Parameters:
method getEtvaVolumePhysicalsJoinEtvaPhysicalvolume [line 1372]
void getEtvaVolumePhysicalsJoinEtvaPhysicalvolume(
[
$criteria = null], [
$con = null], [
$join_behavior = Criteria::LEFT_JOIN])
|
|
If this collection has already been initialized with an identical criteria, it returns the collection.
Otherwise if this EtvaVolumegroup is new, it will return an empty collection; or if this EtvaVolumegroup has previously been saved, it will retrieve related EtvaVolumePhysicals from storage.
This method is protected by default in order to keep the public api reasonable. You can provide public methods for those you actually need in EtvaVolumegroup.
Tags:
Parameters:
method getFreesize [line 161]
Get the [freesize] column value.
Tags:
method getId [line 121]
Get the [id] column value.
Tags:
method getNodeId [line 131]
Get the [node_id] column value.
Tags:
method getPeer [line 944]
Returns a peer instance associated with this om.
Since Peer classes are not to have any instance attributes, this method returns the same instance for all member of this class. The method could therefore be static, but this would prevent one from overriding the behavior.
Tags:
method getPrimaryKey [line 850]
Returns the primary key for this object (row).
Tags:
method getSize [line 151]
Get the [size] column value.
Tags:
method getValidationFailures [line 580]
array getValidationFailures(
)
|
|
Gets any ValidationFailed objects that resulted from last call to validate().
Tags:
method getVg [line 141]
Get the [vg] column value.
Tags:
method hasOnlyDefaultValues [line 278]
boolean hasOnlyDefaultValues(
)
|
|
Indicates whether the columns in this object are only set to default values.
This method can be used in conjunction with isModified() to indicate whether an object is both modified _and_ has some values set which are non-default.
Tags:
method hydrate [line 303]
int hydrate(
array
$row, [int
$startcol = 0], [boolean
$rehydrate = false])
|
|
Hydrates (populates) the object variables with values from the database resultset.
An offset (0-based "start column") is specified so that objects can be hydrated with a subset of the columns in the resultset rows. This is needed, for example, for results of JOIN queries where the resultset row includes columns from two or more tables.
Tags:
Parameters:
method initEtvaLogicalvolumes [line 1026]
void initEtvaLogicalvolumes(
)
|
|
Initializes the collEtvaLogicalvolumes collection (array).
By default this just sets the collEtvaLogicalvolumes collection to an empty array (like clearcollEtvaLogicalvolumes()); however, you may wish to override this method in your stub class to provide setting appropriate to your application -- for example, setting the initial array to the values stored in database.
Tags:
method initEtvaVolumePhysicals [line 1228]
void initEtvaVolumePhysicals(
)
|
|
Initializes the collEtvaVolumePhysicals collection (array).
By default this just sets the collEtvaVolumePhysicals collection to an empty array (like clearcollEtvaVolumePhysicals()); however, you may wish to override this method in your stub class to provide setting appropriate to your application -- for example, setting the initial array to the values stored in database.
Tags:
method reload [line 359]
void reload(
[boolean
$deep = false], [
$con = null])
|
|
Reloads this object from datastore based on primary key and (optionally) resets all associated objects.
This will only work if the object has been saved and has a valid primary key set.
Tags:
Parameters:
method save [line 456]
int save(
[
$con = null])
|
|
Persists this object to the database.
If the object is new, it inserts it; otherwise an update is performed. All modified related objects will also be persisted in the doSave() method. This method wraps all precipitate database operations in a single transaction.
Tags:
Parameters:
method setByName [line 748]
void setByName(
string
$name, mixed
$value, [string
$type = BasePeer::TYPE_PHPNAME])
|
|
Sets a field from the object by name passed in as a string.
Tags:
Parameters:
method setByPosition [line 762]
void setByPosition(
int
$pos, mixed
$value)
|
|
Sets a field from the object by Position as specified in the xml schema.
Zero-based.
Tags:
Parameters:
method setEtvaNode [line 959]
Declares an association between this object and a EtvaNode object.
Tags:
Parameters:
method setFreesize [line 256]
Set the value of [freesize] column.
Tags:
Parameters:
method setId [line 172]
Set the value of [id] column.
Tags:
Parameters:
method setNodeId [line 192]
Set the value of [node_id] column.
Tags:
Parameters:
method setPrimaryKey [line 861]
void setPrimaryKey(
int
$key)
|
|
Generic method to set the primary key (id column).
Tags:
Parameters:
method setSize [line 236]
Set the value of [size] column.
Tags:
Parameters:
method setVg [line 216]
Set the value of [vg] column.
Tags:
Parameters:
method toArray [line 725]
an toArray(
[string
$keyType = BasePeer::TYPE_PHPNAME], [boolean
$includeLazyLoadColumns = true])
|
|
Exports the object as an array.
You can specify the key type of the array by passing one of the class type constants.
Tags:
Parameters:
method validate [line 596]
boolean validate(
[mixed
$columns = null])
|
|
Validates the objects modified field values and all objects related to this table.
If $columns is either a column name or an array of column names only those columns are validated.
Tags:
Parameters:
method __call [line 1437]
void __call(
$method,
$arguments)
|
|
Tags:
Parameters: