Merge on master
This commit is contained in:
gmorel
2013-09-03 11:02:36 +02:00
parent 6ee99b6cad
commit 19ea6d25df
278 changed files with 261 additions and 4658 deletions

0
core/lib/Thelia/Model/Map/AccessoryTableMap.php Executable file → Normal file
View File

0
core/lib/Thelia/Model/Map/AddressTableMap.php Executable file → Normal file
View File

0
core/lib/Thelia/Model/Map/AdminGroupTableMap.php Executable file → Normal file
View File

0
core/lib/Thelia/Model/Map/AdminLogTableMap.php Executable file → Normal file
View File

0
core/lib/Thelia/Model/Map/AdminTableMap.php Executable file → Normal file
View File

0
core/lib/Thelia/Model/Map/AreaTableMap.php Executable file → Normal file
View File

0
core/lib/Thelia/Model/Map/AttributeAvI18nTableMap.php Executable file → Normal file
View File

0
core/lib/Thelia/Model/Map/AttributeAvTableMap.php Executable file → Normal file
View File

View File

View File

0
core/lib/Thelia/Model/Map/AttributeI18nTableMap.php Executable file → Normal file
View File

0
core/lib/Thelia/Model/Map/AttributeTableMap.php Executable file → Normal file
View File

0
core/lib/Thelia/Model/Map/CartItemTableMap.php Executable file → Normal file
View File

0
core/lib/Thelia/Model/Map/CartTableMap.php Executable file → Normal file
View File

View File

0
core/lib/Thelia/Model/Map/CategoryDocumentTableMap.php Executable file → Normal file
View File

0
core/lib/Thelia/Model/Map/CategoryI18nTableMap.php Executable file → Normal file
View File

View File

0
core/lib/Thelia/Model/Map/CategoryImageTableMap.php Executable file → Normal file
View File

2
core/lib/Thelia/Model/Map/CategoryTableMap.php Executable file → Normal file
View File

@@ -193,7 +193,6 @@ class CategoryTableMap extends TableMap
$this->addRelation('ProductCategory', '\\Thelia\\Model\\ProductCategory', RelationMap::ONE_TO_MANY, array('id' => 'category_id', ), 'CASCADE', 'RESTRICT', 'ProductCategories');
$this->addRelation('FeatureCategory', '\\Thelia\\Model\\FeatureCategory', RelationMap::ONE_TO_MANY, array('id' => 'category_id', ), 'CASCADE', 'RESTRICT', 'FeatureCategories');
$this->addRelation('AttributeCategory', '\\Thelia\\Model\\AttributeCategory', RelationMap::ONE_TO_MANY, array('id' => 'category_id', ), 'CASCADE', 'RESTRICT', 'AttributeCategories');
$this->addRelation('Rewriting', '\\Thelia\\Model\\Rewriting', RelationMap::ONE_TO_MANY, array('id' => 'category_id', ), 'CASCADE', 'RESTRICT', 'Rewritings');
$this->addRelation('CategoryImage', '\\Thelia\\Model\\CategoryImage', RelationMap::ONE_TO_MANY, array('id' => 'category_id', ), 'CASCADE', 'RESTRICT', 'CategoryImages');
$this->addRelation('CategoryDocument', '\\Thelia\\Model\\CategoryDocument', RelationMap::ONE_TO_MANY, array('id' => 'category_id', ), 'CASCADE', 'RESTRICT', 'CategoryDocuments');
$this->addRelation('CategoryAssociatedContent', '\\Thelia\\Model\\CategoryAssociatedContent', RelationMap::ONE_TO_MANY, array('id' => 'category_id', ), 'CASCADE', 'RESTRICT', 'CategoryAssociatedContents');
@@ -228,7 +227,6 @@ class CategoryTableMap extends TableMap
ProductCategoryTableMap::clearInstancePool();
FeatureCategoryTableMap::clearInstancePool();
AttributeCategoryTableMap::clearInstancePool();
RewritingTableMap::clearInstancePool();
CategoryImageTableMap::clearInstancePool();
CategoryDocumentTableMap::clearInstancePool();
CategoryAssociatedContentTableMap::clearInstancePool();

0
core/lib/Thelia/Model/Map/CategoryVersionTableMap.php Executable file → Normal file
View File

0
core/lib/Thelia/Model/Map/ConfigI18nTableMap.php Executable file → Normal file
View File

0
core/lib/Thelia/Model/Map/ConfigTableMap.php Executable file → Normal file
View File

View File

0
core/lib/Thelia/Model/Map/ContentDocumentTableMap.php Executable file → Normal file
View File

0
core/lib/Thelia/Model/Map/ContentFolderTableMap.php Executable file → Normal file
View File

0
core/lib/Thelia/Model/Map/ContentI18nTableMap.php Executable file → Normal file
View File

0
core/lib/Thelia/Model/Map/ContentImageI18nTableMap.php Executable file → Normal file
View File

0
core/lib/Thelia/Model/Map/ContentImageTableMap.php Executable file → Normal file
View File

2
core/lib/Thelia/Model/Map/ContentTableMap.php Executable file → Normal file
View File

@@ -184,7 +184,6 @@ class ContentTableMap extends TableMap
*/
public function buildRelations()
{
$this->addRelation('Rewriting', '\\Thelia\\Model\\Rewriting', RelationMap::ONE_TO_MANY, array('id' => 'content_id', ), 'CASCADE', 'RESTRICT', 'Rewritings');
$this->addRelation('ContentFolder', '\\Thelia\\Model\\ContentFolder', RelationMap::ONE_TO_MANY, array('id' => 'content_id', ), 'CASCADE', 'RESTRICT', 'ContentFolders');
$this->addRelation('ContentImage', '\\Thelia\\Model\\ContentImage', RelationMap::ONE_TO_MANY, array('id' => 'content_id', ), 'CASCADE', 'RESTRICT', 'ContentImages');
$this->addRelation('ContentDocument', '\\Thelia\\Model\\ContentDocument', RelationMap::ONE_TO_MANY, array('id' => 'content_id', ), 'CASCADE', 'RESTRICT', 'ContentDocuments');
@@ -216,7 +215,6 @@ class ContentTableMap extends TableMap
{
// Invalidate objects in ".$this->getClassNameFromBuilder($joinedTableTableMapBuilder)." instance pool,
// since one or more of them may be deleted by ON DELETE CASCADE/SETNULL rule.
RewritingTableMap::clearInstancePool();
ContentFolderTableMap::clearInstancePool();
ContentImageTableMap::clearInstancePool();
ContentDocumentTableMap::clearInstancePool();

0
core/lib/Thelia/Model/Map/ContentVersionTableMap.php Executable file → Normal file
View File

0
core/lib/Thelia/Model/Map/CountryI18nTableMap.php Executable file → Normal file
View File

0
core/lib/Thelia/Model/Map/CountryTableMap.php Executable file → Normal file
View File

View File

@@ -146,11 +146,10 @@ class CouponI18nTableMap extends TableMap
$this->setUseIdGenerator(false);
// columns
$this->addForeignPrimaryKey('ID', 'Id', 'INTEGER' , 'coupon', 'ID', true, null, null);
$this->addPrimaryKey('LOCALE', 'Locale', 'VARCHAR', true, 5, 'en_EN');
$this->addPrimaryKey('LOCALE', 'Locale', 'VARCHAR', true, 5, 'en_US');
$this->addColumn('TITLE', 'Title', 'VARCHAR', true, 255, null);
$this->addColumn('SHORT_DESCRIPTION', 'ShortDescription', 'LONGVARCHAR', true, null, null);
$this->addColumn('DESCRIPTION', 'Description', 'CLOB', true, null, null);
$this->addPrimaryKey('LOCALE', 'Locale', 'VARCHAR', true, 5, 'en_US');
} // initialize()
/**
@@ -350,9 +349,15 @@ class CouponI18nTableMap extends TableMap
if (null === $alias) {
$criteria->addSelectColumn(CouponI18nTableMap::ID);
$criteria->addSelectColumn(CouponI18nTableMap::LOCALE);
$criteria->addSelectColumn(CouponI18nTableMap::TITLE);
$criteria->addSelectColumn(CouponI18nTableMap::SHORT_DESCRIPTION);
$criteria->addSelectColumn(CouponI18nTableMap::DESCRIPTION);
} else {
$criteria->addSelectColumn($alias . '.ID');
$criteria->addSelectColumn($alias . '.LOCALE');
$criteria->addSelectColumn($alias . '.TITLE');
$criteria->addSelectColumn($alias . '.SHORT_DESCRIPTION');
$criteria->addSelectColumn($alias . '.DESCRIPTION');
}
}

0
core/lib/Thelia/Model/Map/CouponOrderTableMap.php Executable file → Normal file
View File

View File

@@ -1,463 +0,0 @@
<?php
namespace Thelia\Model\Map;
use Propel\Runtime\Propel;
use Propel\Runtime\ActiveQuery\Criteria;
use Propel\Runtime\ActiveQuery\InstancePoolTrait;
use Propel\Runtime\Connection\ConnectionInterface;
use Propel\Runtime\Exception\PropelException;
use Propel\Runtime\Map\RelationMap;
use Propel\Runtime\Map\TableMap;
use Propel\Runtime\Map\TableMapTrait;
use Thelia\Model\CouponRule;
use Thelia\Model\CouponRuleQuery;
/**
* This class defines the structure of the 'coupon_rule' table.
*
*
*
* This map class is used by Propel to do runtime db structure discovery.
* For example, the createSelectSql() method checks the type of a given column used in an
* ORDER BY clause to know whether it needs to apply SQL to make the ORDER BY case-insensitive
* (i.e. if it's a text column type).
*
*/
class CouponRuleTableMap extends TableMap
{
use InstancePoolTrait;
use TableMapTrait;
/**
* The (dot-path) name of this class
*/
const CLASS_NAME = 'Thelia.Model.Map.CouponRuleTableMap';
/**
* The default database name for this class
*/
const DATABASE_NAME = 'thelia';
/**
* The table name for this class
*/
const TABLE_NAME = 'coupon_rule';
/**
* The related Propel class for this table
*/
const OM_CLASS = '\\Thelia\\Model\\CouponRule';
/**
* A class that can be returned by this tableMap
*/
const CLASS_DEFAULT = 'Thelia.Model.CouponRule';
/**
* The total number of columns
*/
const NUM_COLUMNS = 7;
/**
* The number of lazy-loaded columns
*/
const NUM_LAZY_LOAD_COLUMNS = 0;
/**
* The number of columns to hydrate (NUM_COLUMNS - NUM_LAZY_LOAD_COLUMNS)
*/
const NUM_HYDRATE_COLUMNS = 7;
/**
* the column name for the ID field
*/
const ID = 'coupon_rule.ID';
/**
* the column name for the COUPON_ID field
*/
const COUPON_ID = 'coupon_rule.COUPON_ID';
/**
* the column name for the CONTROLLER field
*/
const CONTROLLER = 'coupon_rule.CONTROLLER';
/**
* the column name for the OPERATION field
*/
const OPERATION = 'coupon_rule.OPERATION';
/**
* the column name for the VALUE field
*/
const VALUE = 'coupon_rule.VALUE';
/**
* the column name for the CREATED_AT field
*/
const CREATED_AT = 'coupon_rule.CREATED_AT';
/**
* the column name for the UPDATED_AT field
*/
const UPDATED_AT = 'coupon_rule.UPDATED_AT';
/**
* The default string format for model objects of the related table
*/
const DEFAULT_STRING_FORMAT = 'YAML';
/**
* holds an array of fieldnames
*
* first dimension keys are the type constants
* e.g. self::$fieldNames[self::TYPE_PHPNAME][0] = 'Id'
*/
protected static $fieldNames = array (
self::TYPE_PHPNAME => array('Id', 'CouponId', 'Controller', 'Operation', 'Value', 'CreatedAt', 'UpdatedAt', ),
self::TYPE_STUDLYPHPNAME => array('id', 'couponId', 'controller', 'operation', 'value', 'createdAt', 'updatedAt', ),
self::TYPE_COLNAME => array(CouponRuleTableMap::ID, CouponRuleTableMap::COUPON_ID, CouponRuleTableMap::CONTROLLER, CouponRuleTableMap::OPERATION, CouponRuleTableMap::VALUE, CouponRuleTableMap::CREATED_AT, CouponRuleTableMap::UPDATED_AT, ),
self::TYPE_RAW_COLNAME => array('ID', 'COUPON_ID', 'CONTROLLER', 'OPERATION', 'VALUE', 'CREATED_AT', 'UPDATED_AT', ),
self::TYPE_FIELDNAME => array('id', 'coupon_id', 'controller', 'operation', 'value', 'created_at', 'updated_at', ),
self::TYPE_NUM => array(0, 1, 2, 3, 4, 5, 6, )
);
/**
* holds an array of keys for quick access to the fieldnames array
*
* first dimension keys are the type constants
* e.g. self::$fieldKeys[self::TYPE_PHPNAME]['Id'] = 0
*/
protected static $fieldKeys = array (
self::TYPE_PHPNAME => array('Id' => 0, 'CouponId' => 1, 'Controller' => 2, 'Operation' => 3, 'Value' => 4, 'CreatedAt' => 5, 'UpdatedAt' => 6, ),
self::TYPE_STUDLYPHPNAME => array('id' => 0, 'couponId' => 1, 'controller' => 2, 'operation' => 3, 'value' => 4, 'createdAt' => 5, 'updatedAt' => 6, ),
self::TYPE_COLNAME => array(CouponRuleTableMap::ID => 0, CouponRuleTableMap::COUPON_ID => 1, CouponRuleTableMap::CONTROLLER => 2, CouponRuleTableMap::OPERATION => 3, CouponRuleTableMap::VALUE => 4, CouponRuleTableMap::CREATED_AT => 5, CouponRuleTableMap::UPDATED_AT => 6, ),
self::TYPE_RAW_COLNAME => array('ID' => 0, 'COUPON_ID' => 1, 'CONTROLLER' => 2, 'OPERATION' => 3, 'VALUE' => 4, 'CREATED_AT' => 5, 'UPDATED_AT' => 6, ),
self::TYPE_FIELDNAME => array('id' => 0, 'coupon_id' => 1, 'controller' => 2, 'operation' => 3, 'value' => 4, 'created_at' => 5, 'updated_at' => 6, ),
self::TYPE_NUM => array(0, 1, 2, 3, 4, 5, 6, )
);
/**
* Initialize the table attributes and columns
* Relations are not initialized by this method since they are lazy loaded
*
* @return void
* @throws PropelException
*/
public function initialize()
{
// attributes
$this->setName('coupon_rule');
$this->setPhpName('CouponRule');
$this->setClassName('\\Thelia\\Model\\CouponRule');
$this->setPackage('Thelia.Model');
$this->setUseIdGenerator(true);
// columns
$this->addPrimaryKey('ID', 'Id', 'INTEGER', true, null, null);
$this->addForeignKey('COUPON_ID', 'CouponId', 'INTEGER', 'coupon', 'ID', true, null, null);
$this->addColumn('CONTROLLER', 'Controller', 'VARCHAR', false, 255, null);
$this->addColumn('OPERATION', 'Operation', 'VARCHAR', false, 255, null);
$this->addColumn('VALUE', 'Value', 'FLOAT', false, null, null);
$this->addColumn('CREATED_AT', 'CreatedAt', 'TIMESTAMP', false, null, null);
$this->addColumn('UPDATED_AT', 'UpdatedAt', 'TIMESTAMP', false, null, null);
} // initialize()
/**
* Build the RelationMap objects for this table relationships
*/
public function buildRelations()
{
$this->addRelation('Coupon', '\\Thelia\\Model\\Coupon', RelationMap::MANY_TO_ONE, array('coupon_id' => 'id', ), 'CASCADE', 'RESTRICT');
} // buildRelations()
/**
*
* Gets the list of behaviors registered for this table
*
* @return array Associative array (name => parameters) of behaviors
*/
public function getBehaviors()
{
return array(
'timestampable' => array('create_column' => 'created_at', 'update_column' => 'updated_at', ),
);
} // getBehaviors()
/**
* Retrieves a string version of the primary key from the DB resultset row that can be used to uniquely identify a row in this table.
*
* For tables with a single-column primary key, that simple pkey value will be returned. For tables with
* a multi-column primary key, a serialize()d version of the primary key will be returned.
*
* @param array $row resultset row.
* @param int $offset The 0-based offset for reading from the resultset row.
* @param string $indexType One of the class type constants TableMap::TYPE_PHPNAME, TableMap::TYPE_STUDLYPHPNAME
* TableMap::TYPE_COLNAME, TableMap::TYPE_FIELDNAME, TableMap::TYPE_NUM
*/
public static function getPrimaryKeyHashFromRow($row, $offset = 0, $indexType = TableMap::TYPE_NUM)
{
// If the PK cannot be derived from the row, return NULL.
if ($row[TableMap::TYPE_NUM == $indexType ? 0 + $offset : static::translateFieldName('Id', TableMap::TYPE_PHPNAME, $indexType)] === null) {
return null;
}
return (string) $row[TableMap::TYPE_NUM == $indexType ? 0 + $offset : static::translateFieldName('Id', TableMap::TYPE_PHPNAME, $indexType)];
}
/**
* Retrieves the primary key from the DB resultset row
* For tables with a single-column primary key, that simple pkey value will be returned. For tables with
* a multi-column primary key, an array of the primary key columns will be returned.
*
* @param array $row resultset row.
* @param int $offset The 0-based offset for reading from the resultset row.
* @param string $indexType One of the class type constants TableMap::TYPE_PHPNAME, TableMap::TYPE_STUDLYPHPNAME
* TableMap::TYPE_COLNAME, TableMap::TYPE_FIELDNAME, TableMap::TYPE_NUM
*
* @return mixed The primary key of the row
*/
public static function getPrimaryKeyFromRow($row, $offset = 0, $indexType = TableMap::TYPE_NUM)
{
return (int) $row[
$indexType == TableMap::TYPE_NUM
? 0 + $offset
: self::translateFieldName('Id', TableMap::TYPE_PHPNAME, $indexType)
];
}
/**
* The class that the tableMap will make instances of.
*
* If $withPrefix is true, the returned path
* uses a dot-path notation which is translated into a path
* relative to a location on the PHP include_path.
* (e.g. path.to.MyClass -> 'path/to/MyClass.php')
*
* @param boolean $withPrefix Whether or not to return the path with the class name
* @return string path.to.ClassName
*/
public static function getOMClass($withPrefix = true)
{
return $withPrefix ? CouponRuleTableMap::CLASS_DEFAULT : CouponRuleTableMap::OM_CLASS;
}
/**
* Populates an object of the default type or an object that inherit from the default.
*
* @param array $row row returned by DataFetcher->fetch().
* @param int $offset The 0-based offset for reading from the resultset row.
* @param string $indexType The index type of $row. Mostly DataFetcher->getIndexType().
One of the class type constants TableMap::TYPE_PHPNAME, TableMap::TYPE_STUDLYPHPNAME
* TableMap::TYPE_COLNAME, TableMap::TYPE_FIELDNAME, TableMap::TYPE_NUM.
*
* @throws PropelException Any exceptions caught during processing will be
* rethrown wrapped into a PropelException.
* @return array (CouponRule object, last column rank)
*/
public static function populateObject($row, $offset = 0, $indexType = TableMap::TYPE_NUM)
{
$key = CouponRuleTableMap::getPrimaryKeyHashFromRow($row, $offset, $indexType);
if (null !== ($obj = CouponRuleTableMap::getInstanceFromPool($key))) {
// We no longer rehydrate the object, since this can cause data loss.
// See http://www.propelorm.org/ticket/509
// $obj->hydrate($row, $offset, true); // rehydrate
$col = $offset + CouponRuleTableMap::NUM_HYDRATE_COLUMNS;
} else {
$cls = CouponRuleTableMap::OM_CLASS;
$obj = new $cls();
$col = $obj->hydrate($row, $offset, false, $indexType);
CouponRuleTableMap::addInstanceToPool($obj, $key);
}
return array($obj, $col);
}
/**
* The returned array will contain objects of the default type or
* objects that inherit from the default.
*
* @param DataFetcherInterface $dataFetcher
* @return array
* @throws PropelException Any exceptions caught during processing will be
* rethrown wrapped into a PropelException.
*/
public static function populateObjects(DataFetcherInterface $dataFetcher)
{
$results = array();
// set the class once to avoid overhead in the loop
$cls = static::getOMClass(false);
// populate the object(s)
while ($row = $dataFetcher->fetch()) {
$key = CouponRuleTableMap::getPrimaryKeyHashFromRow($row, 0, $dataFetcher->getIndexType());
if (null !== ($obj = CouponRuleTableMap::getInstanceFromPool($key))) {
// We no longer rehydrate the object, since this can cause data loss.
// See http://www.propelorm.org/ticket/509
// $obj->hydrate($row, 0, true); // rehydrate
$results[] = $obj;
} else {
$obj = new $cls();
$obj->hydrate($row);
$results[] = $obj;
CouponRuleTableMap::addInstanceToPool($obj, $key);
} // if key exists
}
return $results;
}
/**
* Add all the columns needed to create a new object.
*
* Note: any columns that were marked with lazyLoad="true" in the
* XML schema will not be added to the select list and only loaded
* on demand.
*
* @param Criteria $criteria object containing the columns to add.
* @param string $alias optional table alias
* @throws PropelException Any exceptions caught during processing will be
* rethrown wrapped into a PropelException.
*/
public static function addSelectColumns(Criteria $criteria, $alias = null)
{
if (null === $alias) {
$criteria->addSelectColumn(CouponRuleTableMap::ID);
$criteria->addSelectColumn(CouponRuleTableMap::COUPON_ID);
$criteria->addSelectColumn(CouponRuleTableMap::CONTROLLER);
$criteria->addSelectColumn(CouponRuleTableMap::OPERATION);
$criteria->addSelectColumn(CouponRuleTableMap::VALUE);
$criteria->addSelectColumn(CouponRuleTableMap::CREATED_AT);
$criteria->addSelectColumn(CouponRuleTableMap::UPDATED_AT);
} else {
$criteria->addSelectColumn($alias . '.ID');
$criteria->addSelectColumn($alias . '.COUPON_ID');
$criteria->addSelectColumn($alias . '.CONTROLLER');
$criteria->addSelectColumn($alias . '.OPERATION');
$criteria->addSelectColumn($alias . '.VALUE');
$criteria->addSelectColumn($alias . '.CREATED_AT');
$criteria->addSelectColumn($alias . '.UPDATED_AT');
}
}
/**
* Returns the TableMap related to this object.
* This method is not needed for general use but a specific application could have a need.
* @return TableMap
* @throws PropelException Any exceptions caught during processing will be
* rethrown wrapped into a PropelException.
*/
public static function getTableMap()
{
return Propel::getServiceContainer()->getDatabaseMap(CouponRuleTableMap::DATABASE_NAME)->getTable(CouponRuleTableMap::TABLE_NAME);
}
/**
* Add a TableMap instance to the database for this tableMap class.
*/
public static function buildTableMap()
{
$dbMap = Propel::getServiceContainer()->getDatabaseMap(CouponRuleTableMap::DATABASE_NAME);
if (!$dbMap->hasTable(CouponRuleTableMap::TABLE_NAME)) {
$dbMap->addTableObject(new CouponRuleTableMap());
}
}
/**
* Performs a DELETE on the database, given a CouponRule or Criteria object OR a primary key value.
*
* @param mixed $values Criteria or CouponRule object or primary key or array of primary keys
* which is used to create the DELETE statement
* @param ConnectionInterface $con the connection to use
* @return int The number of affected rows (if supported by underlying database driver). This includes CASCADE-related rows
* if supported by native driver or if emulated using Propel.
* @throws PropelException Any exceptions caught during processing will be
* rethrown wrapped into a PropelException.
*/
public static function doDelete($values, ConnectionInterface $con = null)
{
if (null === $con) {
$con = Propel::getServiceContainer()->getWriteConnection(CouponRuleTableMap::DATABASE_NAME);
}
if ($values instanceof Criteria) {
// rename for clarity
$criteria = $values;
} elseif ($values instanceof \Thelia\Model\CouponRule) { // it's a model object
// create criteria based on pk values
$criteria = $values->buildPkeyCriteria();
} else { // it's a primary key, or an array of pks
$criteria = new Criteria(CouponRuleTableMap::DATABASE_NAME);
$criteria->add(CouponRuleTableMap::ID, (array) $values, Criteria::IN);
}
$query = CouponRuleQuery::create()->mergeWith($criteria);
if ($values instanceof Criteria) { CouponRuleTableMap::clearInstancePool();
} elseif (!is_object($values)) { // it's a primary key, or an array of pks
foreach ((array) $values as $singleval) { CouponRuleTableMap::removeInstanceFromPool($singleval);
}
}
return $query->delete($con);
}
/**
* Deletes all rows from the coupon_rule table.
*
* @param ConnectionInterface $con the connection to use
* @return int The number of affected rows (if supported by underlying database driver).
*/
public static function doDeleteAll(ConnectionInterface $con = null)
{
return CouponRuleQuery::create()->doDeleteAll($con);
}
/**
* Performs an INSERT on the database, given a CouponRule or Criteria object.
*
* @param mixed $criteria Criteria or CouponRule object containing data that is used to create the INSERT statement.
* @param ConnectionInterface $con the ConnectionInterface connection to use
* @return mixed The new primary key.
* @throws PropelException Any exceptions caught during processing will be
* rethrown wrapped into a PropelException.
*/
public static function doInsert($criteria, ConnectionInterface $con = null)
{
if (null === $con) {
$con = Propel::getServiceContainer()->getWriteConnection(CouponRuleTableMap::DATABASE_NAME);
}
if ($criteria instanceof Criteria) {
$criteria = clone $criteria; // rename for clarity
} else {
$criteria = $criteria->buildCriteria(); // build Criteria from CouponRule object
}
if ($criteria->containsKey(CouponRuleTableMap::ID) && $criteria->keyContainsValue(CouponRuleTableMap::ID) ) {
throw new PropelException('Cannot insert a value for auto-increment primary key ('.CouponRuleTableMap::ID.')');
}
// Set the correct dbName
$query = CouponRuleQuery::create()->mergeWith($criteria);
try {
// use transaction because $criteria could contain info
// for more than one table (I guess, conceivably)
$con->beginTransaction();
$pk = $query->doInsert($con);
$con->commit();
} catch (PropelException $e) {
$con->rollBack();
throw $e;
}
return $pk;
}
} // CouponRuleTableMap
// This is the static code needed to register the TableMap for this table with the main Propel class.
//
CouponRuleTableMap::buildTableMap();

0
core/lib/Thelia/Model/Map/CouponTableMap.php Executable file → Normal file
View File

0
core/lib/Thelia/Model/Map/CurrencyI18nTableMap.php Executable file → Normal file
View File

0
core/lib/Thelia/Model/Map/CurrencyTableMap.php Executable file → Normal file
View File

0
core/lib/Thelia/Model/Map/CustomerTableMap.php Executable file → Normal file
View File

View File

0
core/lib/Thelia/Model/Map/CustomerTitleTableMap.php Executable file → Normal file
View File

0
core/lib/Thelia/Model/Map/DelivzoneTableMap.php Executable file → Normal file
View File

0
core/lib/Thelia/Model/Map/FeatureAvI18nTableMap.php Executable file → Normal file
View File

0
core/lib/Thelia/Model/Map/FeatureAvTableMap.php Executable file → Normal file
View File

0
core/lib/Thelia/Model/Map/FeatureCategoryTableMap.php Executable file → Normal file
View File

0
core/lib/Thelia/Model/Map/FeatureI18nTableMap.php Executable file → Normal file
View File

0
core/lib/Thelia/Model/Map/FeatureProductTableMap.php Executable file → Normal file
View File

0
core/lib/Thelia/Model/Map/FeatureTableMap.php Executable file → Normal file
View File

View File

0
core/lib/Thelia/Model/Map/FolderDocumentTableMap.php Executable file → Normal file
View File

0
core/lib/Thelia/Model/Map/FolderI18nTableMap.php Executable file → Normal file
View File

0
core/lib/Thelia/Model/Map/FolderImageI18nTableMap.php Executable file → Normal file
View File

0
core/lib/Thelia/Model/Map/FolderImageTableMap.php Executable file → Normal file
View File

2
core/lib/Thelia/Model/Map/FolderTableMap.php Executable file → Normal file
View File

@@ -190,7 +190,6 @@ class FolderTableMap extends TableMap
*/
public function buildRelations()
{
$this->addRelation('Rewriting', '\\Thelia\\Model\\Rewriting', RelationMap::ONE_TO_MANY, array('id' => 'folder_id', ), 'CASCADE', 'RESTRICT', 'Rewritings');
$this->addRelation('ContentFolder', '\\Thelia\\Model\\ContentFolder', RelationMap::ONE_TO_MANY, array('id' => 'folder_id', ), 'CASCADE', 'RESTRICT', 'ContentFolders');
$this->addRelation('FolderImage', '\\Thelia\\Model\\FolderImage', RelationMap::ONE_TO_MANY, array('id' => 'folder_id', ), 'CASCADE', 'RESTRICT', 'FolderImages');
$this->addRelation('FolderDocument', '\\Thelia\\Model\\FolderDocument', RelationMap::ONE_TO_MANY, array('id' => 'folder_id', ), 'CASCADE', 'RESTRICT', 'FolderDocuments');
@@ -220,7 +219,6 @@ class FolderTableMap extends TableMap
{
// Invalidate objects in ".$this->getClassNameFromBuilder($joinedTableTableMapBuilder)." instance pool,
// since one or more of them may be deleted by ON DELETE CASCADE/SETNULL rule.
RewritingTableMap::clearInstancePool();
ContentFolderTableMap::clearInstancePool();
FolderImageTableMap::clearInstancePool();
FolderDocumentTableMap::clearInstancePool();

0
core/lib/Thelia/Model/Map/FolderVersionTableMap.php Executable file → Normal file
View File

0
core/lib/Thelia/Model/Map/GroupI18nTableMap.php Executable file → Normal file
View File

0
core/lib/Thelia/Model/Map/GroupModuleTableMap.php Executable file → Normal file
View File

0
core/lib/Thelia/Model/Map/GroupResourceTableMap.php Executable file → Normal file
View File

0
core/lib/Thelia/Model/Map/GroupTableMap.php Executable file → Normal file
View File

0
core/lib/Thelia/Model/Map/LangTableMap.php Executable file → Normal file
View File

0
core/lib/Thelia/Model/Map/MessageI18nTableMap.php Executable file → Normal file
View File

0
core/lib/Thelia/Model/Map/MessageTableMap.php Executable file → Normal file
View File

0
core/lib/Thelia/Model/Map/MessageVersionTableMap.php Executable file → Normal file
View File

0
core/lib/Thelia/Model/Map/ModuleI18nTableMap.php Executable file → Normal file
View File

0
core/lib/Thelia/Model/Map/ModuleTableMap.php Executable file → Normal file
View File

0
core/lib/Thelia/Model/Map/OrderAddressTableMap.php Executable file → Normal file
View File

0
core/lib/Thelia/Model/Map/OrderFeatureTableMap.php Executable file → Normal file
View File

0
core/lib/Thelia/Model/Map/OrderProductTableMap.php Executable file → Normal file
View File

0
core/lib/Thelia/Model/Map/OrderStatusI18nTableMap.php Executable file → Normal file
View File

0
core/lib/Thelia/Model/Map/OrderStatusTableMap.php Executable file → Normal file
View File

0
core/lib/Thelia/Model/Map/OrderTableMap.php Executable file → Normal file
View File

0
core/lib/Thelia/Model/Map/ProductCategoryTableMap.php Executable file → Normal file
View File

View File

0
core/lib/Thelia/Model/Map/ProductDocumentTableMap.php Executable file → Normal file
View File

0
core/lib/Thelia/Model/Map/ProductI18nTableMap.php Executable file → Normal file
View File

0
core/lib/Thelia/Model/Map/ProductImageI18nTableMap.php Executable file → Normal file
View File

0
core/lib/Thelia/Model/Map/ProductImageTableMap.php Executable file → Normal file
View File

0
core/lib/Thelia/Model/Map/ProductPriceTableMap.php Executable file → Normal file
View File

View File

2
core/lib/Thelia/Model/Map/ProductTableMap.php Executable file → Normal file
View File

@@ -204,7 +204,6 @@ class ProductTableMap extends TableMap
$this->addRelation('ProductDocument', '\\Thelia\\Model\\ProductDocument', RelationMap::ONE_TO_MANY, array('id' => 'product_id', ), 'CASCADE', 'RESTRICT', 'ProductDocuments');
$this->addRelation('AccessoryRelatedByProductId', '\\Thelia\\Model\\Accessory', RelationMap::ONE_TO_MANY, array('id' => 'product_id', ), 'CASCADE', 'RESTRICT', 'AccessoriesRelatedByProductId');
$this->addRelation('AccessoryRelatedByAccessory', '\\Thelia\\Model\\Accessory', RelationMap::ONE_TO_MANY, array('id' => 'accessory', ), 'CASCADE', 'RESTRICT', 'AccessoriesRelatedByAccessory');
$this->addRelation('Rewriting', '\\Thelia\\Model\\Rewriting', RelationMap::ONE_TO_MANY, array('id' => 'product_id', ), 'CASCADE', 'RESTRICT', 'Rewritings');
$this->addRelation('CartItem', '\\Thelia\\Model\\CartItem', RelationMap::ONE_TO_MANY, array('id' => 'product_id', ), null, null, 'CartItems');
$this->addRelation('ProductAssociatedContent', '\\Thelia\\Model\\ProductAssociatedContent', RelationMap::ONE_TO_MANY, array('id' => 'product_id', ), 'CASCADE', 'RESTRICT', 'ProductAssociatedContents');
$this->addRelation('ProductI18n', '\\Thelia\\Model\\ProductI18n', RelationMap::ONE_TO_MANY, array('id' => 'id', ), 'CASCADE', null, 'ProductI18ns');
@@ -241,7 +240,6 @@ class ProductTableMap extends TableMap
ProductImageTableMap::clearInstancePool();
ProductDocumentTableMap::clearInstancePool();
AccessoryTableMap::clearInstancePool();
RewritingTableMap::clearInstancePool();
ProductAssociatedContentTableMap::clearInstancePool();
ProductI18nTableMap::clearInstancePool();
ProductVersionTableMap::clearInstancePool();

0
core/lib/Thelia/Model/Map/ProductVersionTableMap.php Executable file → Normal file
View File

0
core/lib/Thelia/Model/Map/ResourceI18nTableMap.php Executable file → Normal file
View File

0
core/lib/Thelia/Model/Map/ResourceTableMap.php Executable file → Normal file
View File

0
core/lib/Thelia/Model/Map/TaxI18nTableMap.php Executable file → Normal file
View File

0
core/lib/Thelia/Model/Map/TaxRuleCountryTableMap.php Executable file → Normal file
View File

0
core/lib/Thelia/Model/Map/TaxRuleI18nTableMap.php Executable file → Normal file
View File

0
core/lib/Thelia/Model/Map/TaxRuleTableMap.php Executable file → Normal file
View File

0
core/lib/Thelia/Model/Map/TaxTableMap.php Executable file → Normal file
View File