TYPO3  7.6
Public Member Functions | Protected Attributes | List of all members
BackendUserGroupRepository Class Reference
Inheritance diagram for BackendUserGroupRepository:
Repository RepositoryInterface SingletonInterface

Public Member Functions

 createQuery ()
 
- Public Member Functions inherited from 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 Attributes

 $defaultOrderings
 
- Protected Attributes inherited from Repository
 $persistenceManager
 
 $objectManager
 
 $objectType
 
 $defaultOrderings = array()
 
 $defaultQuerySettings = null
 

Additional Inherited Members

- Protected Member Functions inherited from Repository
 getRepositoryClassName ()
 

Detailed Description

Repository for

Definition at line 20 of file beuser/Classes/Domain/Repository/BackendUserGroupRepository.php.

Member Function Documentation

createQuery ( )

Overwrite createQuery to don't respect enable fields

Returns

Implements RepositoryInterface.

Definition at line 34 of file beuser/Classes/Domain/Repository/BackendUserGroupRepository.php.

Member Data Documentation

$defaultOrderings
protected
Initial value:
= array(
'title' => \TYPO3\CMS\Extbase\Persistence\QueryInterface::ORDER_ASCENDING
)

Definition at line 25 of file beuser/Classes/Domain/Repository/BackendUserGroupRepository.php.