![]() |
TYPO3
7.6
|
This is the complete list of members for Backend, including all inherited members.
$aggregateRootObjects | Backend | protected |
$changedEntities | Backend | protected |
$configurationManager | Backend | protected |
$dataMapper | Backend | protected |
$deletedEntities | Backend | protected |
$persistenceManager | Backend | protected |
$qomFactory | Backend | protected |
$referenceIndex | Backend | protected |
$reflectionService | Backend | protected |
$session | Backend | protected |
$signalSlotDispatcher | Backend | protected |
$storageBackend | Backend | protected |
$visitedDuringPersistence | Backend | protected |
__construct(\TYPO3\CMS\Extbase\Configuration\ConfigurationManagerInterface $configurationManager) | Backend | |
addCommonDateFieldsToRow(\TYPO3\CMS\Extbase\DomainObject\DomainObjectInterface $object, array &$row) | Backend | protected |
addCommonFieldsToRow(\TYPO3\CMS\Extbase\DomainObject\DomainObjectInterface $object, array &$row) | Backend | protected |
attachObjectToParentObject(\TYPO3\CMS\Extbase\DomainObject\DomainObjectInterface $object,\TYPO3\CMS\Extbase\DomainObject\DomainObjectInterface $parentObject, $parentPropertyName, $sortingPosition=0) | Backend | protected |
attachObjectToParentObjectRelationHasMany(\TYPO3\CMS\Extbase\DomainObject\DomainObjectInterface $object,\TYPO3\CMS\Extbase\DomainObject\AbstractEntity $parentObject, $parentPropertyName, $sortingPosition=0) | Backend | protected |
commit() | Backend | |
deleteAllRelationsFromRelationtable(\TYPO3\CMS\Extbase\DomainObject\DomainObjectInterface $parentObject, $parentPropertyName) | Backend | protected |
deleteRelationFromRelationtable(\TYPO3\CMS\Extbase\DomainObject\DomainObjectInterface $relatedObject,\TYPO3\CMS\Extbase\DomainObject\DomainObjectInterface $parentObject, $parentPropertyName) | Backend | protected |
detachObjectFromParentObject(\TYPO3\CMS\Extbase\DomainObject\DomainObjectInterface $object,\TYPO3\CMS\Extbase\DomainObject\DomainObjectInterface $parentObject, $parentPropertyName) | Backend | protected |
determineStoragePageIdForNewRecord(\TYPO3\CMS\Extbase\DomainObject\DomainObjectInterface $object=null) | Backend | protected |
emitAfterGettingObjectDataSignal(\TYPO3\CMS\Extbase\Persistence\QueryInterface $query, array $result) | Backend | protected |
emitAfterInsertObjectSignal(DomainObjectInterface $object) | Backend | protected |
emitAfterPersistObjectSignal(DomainObjectInterface $object) | Backend | protected |
emitAfterRemoveObjectSignal(DomainObjectInterface $object) | Backend | protected |
emitAfterUpdateObjectSignal(DomainObjectInterface $object) | Backend | protected |
emitBeforeGettingObjectDataSignal(\TYPO3\CMS\Extbase\Persistence\QueryInterface $query) | Backend | protected |
emitEndInsertObjectSignal(DomainObjectInterface $object) | Backend | protected |
fetchMaxSortingFromParentTable(\TYPO3\CMS\Extbase\DomainObject\DomainObjectInterface $parentObject, $parentPropertyName) | Backend | protected |
getDataMapper() | Backend | |
getIdentifierByObject($object) | Backend | |
getObjectByIdentifier($identifier, $className) | Backend | |
getObjectCountByQuery(\TYPO3\CMS\Extbase\Persistence\QueryInterface $query) | Backend | |
getObjectDataByQuery(\TYPO3\CMS\Extbase\Persistence\QueryInterface $query) | Backend | |
getQomFactory() | Backend | |
getReflectionService() | Backend | |
getRemovedChildObjects(\TYPO3\CMS\Extbase\DomainObject\DomainObjectInterface $object, $propertyName) | Backend | protected |
getSession() | Backend | |
getUidOfAlreadyPersistedValueObject(\TYPO3\CMS\Extbase\DomainObject\AbstractValueObject $object) | Backend | protected |
injectDataMapper(\TYPO3\CMS\Extbase\Persistence\Generic\Mapper\DataMapper $dataMapper) | Backend | |
injectQomFactory(\TYPO3\CMS\Extbase\Persistence\Generic\Qom\QueryObjectModelFactory $qomFactory) | Backend | |
injectReflectionService(\TYPO3\CMS\Extbase\Reflection\ReflectionService $reflectionService) | Backend | |
injectSession(\TYPO3\CMS\Extbase\Persistence\Generic\Session $session) | Backend | |
injectSignalSlotDispatcher(\TYPO3\CMS\Extbase\SignalSlot\Dispatcher $signalSlotDispatcher) | Backend | |
injectStorageBackend(\TYPO3\CMS\Extbase\Persistence\Generic\Storage\BackendInterface $storageBackend) | Backend | |
insertObject(\TYPO3\CMS\Extbase\DomainObject\DomainObjectInterface $object,\TYPO3\CMS\Extbase\DomainObject\DomainObjectInterface $parentObject=null, $parentPropertyName= '') | Backend | protected |
insertRelationInRelationtable(\TYPO3\CMS\Extbase\DomainObject\DomainObjectInterface $object,\TYPO3\CMS\Extbase\DomainObject\DomainObjectInterface $parentObject, $propertyName, $sortingPosition=null) | Backend | protected |
isNewObject($object) | Backend | |
persistObject(\TYPO3\CMS\Extbase\DomainObject\DomainObjectInterface $object) | Backend | protected |
processDeletedObjects() | Backend | protected |
propertyValueIsLazyLoaded($propertyValue) | Backend | protected |
removeEntity(\TYPO3\CMS\Extbase\DomainObject\DomainObjectInterface $object, $markAsDeleted=true) | Backend | protected |
removeRelatedObjects(\TYPO3\CMS\Extbase\DomainObject\DomainObjectInterface $object) | Backend | protected |
setAggregateRootObjects(\TYPO3\CMS\Extbase\Persistence\ObjectStorage $objects) | Backend | |
setChangedEntities(\TYPO3\CMS\Extbase\Persistence\ObjectStorage $entities) | Backend | |
setDeletedEntities(\TYPO3\CMS\Extbase\Persistence\ObjectStorage $entities) | Backend | |
setPersistenceManager(\TYPO3\CMS\Extbase\Persistence\PersistenceManagerInterface $persistenceManager) | Backend | |
updateObject(\TYPO3\CMS\Extbase\DomainObject\DomainObjectInterface $object, array $row) | Backend | protected |
updateRelationInRelationTable(\TYPO3\CMS\Extbase\DomainObject\DomainObjectInterface $object,\TYPO3\CMS\Extbase\DomainObject\DomainObjectInterface $parentObject, $propertyName, $sortingPosition=0) | Backend | protected |
updateRelationOfObjectToParentObject(\TYPO3\CMS\Extbase\DomainObject\DomainObjectInterface $object,\TYPO3\CMS\Extbase\DomainObject\AbstractEntity $parentObject, $parentPropertyName, $sortingPosition=0) | Backend | protected |