Class TaxRuleDescQuery
Skeleton subclass for performing query and update operations on the
'tax_rule_desc' table.
You should add additional methods to this class to meet the application
requirements. This class will only be generated as long as it does not already
exist in the output directory.
-
ModelCriteria
-
Thelia\Model\om\BaseTaxRuleDescQuery
-
Thelia\Model\TaxRuleDescQuery
Methods inherited from Thelia\Model\om\BaseTaxRuleDescQuery
__construct(),
create(),
filterByCreatedAt(),
filterByDescription(),
filterById(),
filterByLang(),
filterByPrimaryKey(),
filterByPrimaryKeys(),
filterByTaxRule(),
filterByTaxRuleId(),
filterByTitle(),
filterByUpdatedAt(),
findPk(),
findPkComplex(),
findPkSimple(),
findPks(),
firstCreatedFirst(),
firstUpdatedFirst(),
joinTaxRule(),
lastCreatedFirst(),
lastUpdatedFirst(),
prune(),
recentlyCreated(),
recentlyUpdated(),
useTaxRuleQuery()
|
Magic methods inherited from Thelia\Model\om\BaseTaxRuleDescQuery
findByCreatedAt(),
findByDescription(),
findById(),
findByLang(),
findByTaxRuleId(),
findByTitle(),
findByUpdatedAt(),
findOne(),
findOneByCreatedAt(),
findOneByDescription(),
findOneById(),
findOneByLang(),
findOneByTaxRuleId(),
findOneByTitle(),
findOneByUpdatedAt(),
findOneOrCreate(),
groupByCreatedAt(),
groupByDescription(),
groupById(),
groupByLang(),
groupByTaxRuleId(),
groupByTitle(),
groupByUpdatedAt(),
innerJoin(),
innerJoinTaxRule(),
leftJoin(),
leftJoinTaxRule(),
orderByCreatedAt(),
orderByDescription(),
orderById(),
orderByLang(),
orderByTaxRuleId(),
orderByTitle(),
orderByUpdatedAt(),
rightJoin(),
rightJoinTaxRule()
|