Class AreaQuery
Skeleton subclass for performing query and update operations on the 'area'
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\BaseAreaQuery
-
Thelia\Model\AreaQuery
Methods inherited from Thelia\Model\om\BaseAreaQuery
__construct(),
create(),
filterByCountry(),
filterByCreatedAt(),
filterByDelivzone(),
filterById(),
filterByName(),
filterByPrimaryKey(),
filterByPrimaryKeys(),
filterByUnit(),
filterByUpdatedAt(),
findPk(),
findPkComplex(),
findPkSimple(),
findPks(),
firstCreatedFirst(),
firstUpdatedFirst(),
joinCountry(),
joinDelivzone(),
lastCreatedFirst(),
lastUpdatedFirst(),
prune(),
recentlyCreated(),
recentlyUpdated(),
useCountryQuery(),
useDelivzoneQuery()
|
Magic methods inherited from Thelia\Model\om\BaseAreaQuery
findByCreatedAt(),
findById(),
findByName(),
findByUnit(),
findByUpdatedAt(),
findOne(),
findOneByCreatedAt(),
findOneById(),
findOneByName(),
findOneByUnit(),
findOneByUpdatedAt(),
findOneOrCreate(),
groupByCreatedAt(),
groupById(),
groupByName(),
groupByUnit(),
groupByUpdatedAt(),
innerJoin(),
innerJoinCountry(),
innerJoinDelivzone(),
leftJoin(),
leftJoinCountry(),
leftJoinDelivzone(),
orderByCreatedAt(),
orderById(),
orderByName(),
orderByUnit(),
orderByUpdatedAt(),
rightJoin(),
rightJoinCountry(),
rightJoinDelivzone()
|