TYPO3 CMS  TYPO3_7-6
TYPO3\CMS\Belog\Domain\Repository\WorkspaceRepository Class Reference
Inheritance diagram for TYPO3\CMS\Belog\Domain\Repository\WorkspaceRepository:
TYPO3\CMS\Extbase\Persistence\Repository TYPO3\CMS\Extbase\Persistence\RepositoryInterface TYPO3\CMS\Core\SingletonInterface

Additional Inherited Members

- Public Member Functions inherited from TYPO3\CMS\Extbase\Persistence\Repository
 injectPersistenceManager (\TYPO3\CMS\Extbase\Persistence\PersistenceManagerInterface $persistenceManager)
 
 __construct (\TYPO3\CMS\Extbase\Object\ObjectManagerInterface $objectManager)
 
 add ($object)
 
 remove ($object)
 
 update ($modifiedObject)
 
 findAll ()
 
 countAll ()
 
 removeAll ()
 
 findByUid ($uid)
 
 findByIdentifier ($identifier)
 
 setDefaultOrderings (array $defaultOrderings)
 
 setDefaultQuerySettings (\TYPO3\CMS\Extbase\Persistence\Generic\QuerySettingsInterface $defaultQuerySettings)
 
 createQuery ()
 
 __call ($methodName, $arguments)
 
- Protected Member Functions inherited from TYPO3\CMS\Extbase\Persistence\Repository
 getRepositoryClassName ()
 
- Protected Attributes inherited from TYPO3\CMS\Extbase\Persistence\Repository
 $persistenceManager
 
 $objectManager
 
 $objectType
 
 $defaultOrderings = []
 
 $defaultQuerySettings = null
 

Detailed Description

Repository for workspaces

Todo:
This should be moved to EXT:workspaces if EXT:belog works no matter if workspaces are installed or not

Definition at line 21 of file WorkspaceRepository.php.