‪TYPO3CMS  10.4
RepositoryInterface.php
Go to the documentation of this file.
1 <?php
2 
3 /*
4  * This file is part of the TYPO3 CMS project.
5  *
6  * It is free software; you can redistribute it and/or modify it under
7  * the terms of the GNU General Public License, either version 2
8  * of the License, or any later version.
9  *
10  * For the full copyright and license information, please read the
11  * LICENSE.txt file that was distributed with this source code.
12  *
13  * The TYPO3 project - inspiring people to share!
14  */
15 
17 
19 
24 {
30  public function ‪add($object);
31 
37  public function remove($object);
38 
44  public function ‪update($modifiedObject);
45 
51  public function ‪findAll();
52 
58  public function ‪countAll();
59 
64  public function ‪removeAll();
65 
72  public function ‪findByUid($uid);
73 
80  public function ‪findByIdentifier($identifier);
81 
92  public function ‪setDefaultOrderings(array $defaultOrderings);
93 
99  public function ‪setDefaultQuerySettings(‪QuerySettingsInterface $defaultQuerySettings);
100 
106  public function ‪createQuery();
107 }
‪TYPO3\CMS\Extbase\Persistence\RepositoryInterface\removeAll
‪removeAll()
‪TYPO3\CMS\Extbase\Persistence\RepositoryInterface\setDefaultOrderings
‪setDefaultOrderings(array $defaultOrderings)
‪TYPO3\CMS\Extbase\Persistence\RepositoryInterface\findByIdentifier
‪object findByIdentifier($identifier)
‪TYPO3\CMS\Extbase\Persistence\RepositoryInterface\createQuery
‪TYPO3 CMS Extbase Persistence QueryInterface createQuery()
‪TYPO3\CMS\Extbase\Persistence
Definition: ClassesConfiguration.php:18
‪TYPO3\CMS\Extbase\Persistence\RepositoryInterface\add
‪add($object)
‪TYPO3\CMS\Extbase\Persistence\RepositoryInterface\findByUid
‪object findByUid($uid)
‪TYPO3\CMS\Extbase\Persistence\RepositoryInterface
Definition: RepositoryInterface.php:24
‪TYPO3\CMS\Extbase\Persistence\RepositoryInterface\countAll
‪int countAll()
‪TYPO3\CMS\Extbase\Persistence\Generic\QuerySettingsInterface
Definition: QuerySettingsInterface.php:22
‪TYPO3\CMS\Extbase\Persistence\RepositoryInterface\update
‪update($modifiedObject)
‪TYPO3\CMS\Extbase\Persistence\RepositoryInterface\findAll
‪TYPO3 CMS Extbase Persistence QueryResultInterface array findAll()
‪TYPO3\CMS\Extbase\Persistence\RepositoryInterface\setDefaultQuerySettings
‪setDefaultQuerySettings(QuerySettingsInterface $defaultQuerySettings)