‪TYPO3CMS  ‪main
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 
25 {
32  public function ‪add($object);
33 
40  public function remove($object);
41 
48  public function ‪update($modifiedObject);
49 
56  public function ‪findAll();
57 
63  public function ‪countAll();
64 
69  public function ‪removeAll();
70 
78  public function ‪findByUid(‪$uid);
79 
88 
99  public function ‪setDefaultOrderings(array $defaultOrderings);
100 
106  public function ‪setDefaultQuerySettings(‪QuerySettingsInterface $defaultQuerySettings);
107 
114  public function ‪createQuery();
115 }
‪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:25
‪TYPO3\CMS\Extbase\Persistence\RepositoryInterface\countAll
‪int countAll()
‪TYPO3\CMS\Extbase\Persistence\Generic\QuerySettingsInterface
Definition: QuerySettingsInterface.php:26
‪TYPO3\CMS\Extbase\Persistence\RepositoryInterface\update
‪update($modifiedObject)
‪TYPO3\CMS\Webhooks\Message\$uid
‪identifier readonly int $uid
Definition: PageModificationMessage.php:35
‪TYPO3\CMS\Extbase\Persistence\RepositoryInterface\findAll
‪iterable findAll()
‪TYPO3\CMS\Webhooks\Message\$identifier
‪identifier readonly string $identifier
Definition: FileAddedMessage.php:37
‪TYPO3\CMS\Extbase\Persistence\RepositoryInterface\setDefaultQuerySettings
‪setDefaultQuerySettings(QuerySettingsInterface $defaultQuerySettings)