TYPO3 CMS
TYPO3_6-2
Main Page
Related Pages
+
Classes
Class List
Class Index
Class Hierarchy
+
Class Members
+
All
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
+
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
+
Variables
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
+
Files
File List
+
File Members
+
All
$
(
_
a
c
d
e
f
h
i
l
o
p
r
s
t
u
x
+
Functions
_
a
c
d
e
f
i
l
o
p
r
s
u
x
+
Variables
$
(
_
a
d
e
h
i
p
r
s
t
Examples
▼
TYPO3 CMS
TYPO3 CMS
Test List
Todo List
Deprecated List
►
Namespace Members
▼
Classes
►
Class List
Class Index
►
Class Hierarchy
►
Class Members
►
Files
►
Examples
•
All
Classes
Namespaces
Files
Functions
Variables
Pages
List of all members
Tx_Extbase_Persistence_Backend Class Reference
Inheritance diagram for Tx_Extbase_Persistence_Backend:
Additional Inherited Members
Public Member Functions inherited from
TYPO3\CMS\Extbase\Persistence\Generic\Backend
__construct
(\
TYPO3\CMS\Extbase\Configuration\ConfigurationManagerInterface
$configurationManager)
setPersistenceManager
(\
TYPO3\CMS\Extbase\Persistence\PersistenceManagerInterface
$persistenceManager)
getSession
()
getDataMapper
()
getQomFactory
()
getReflectionService
()
getObjectCountByQuery
(\
TYPO3\CMS\Extbase\Persistence\QueryInterface
$query)
getObjectDataByQuery
(\
TYPO3\CMS\Extbase\Persistence\QueryInterface
$query)
getIdentifierByObject
($object)
getObjectByIdentifier
($identifier, $className)
isNewObject
($object)
replaceObject
($existingObject, $newObject)
setAggregateRootObjects
(\
TYPO3\CMS\Extbase\Persistence\ObjectStorage
$objects)
setChangedEntities
(\
TYPO3\CMS\Extbase\Persistence\ObjectStorage
$entities)
setDeletedEntities
(\
TYPO3\CMS\Extbase\Persistence\ObjectStorage
$entities)
commit
()
setDeletedObjects
(\
TYPO3\CMS\Extbase\Persistence\ObjectStorage
$objects)
Protected Member Functions inherited from
TYPO3\CMS\Extbase\Persistence\Generic\Backend
emitBeforeGettingObjectDataSignal
(\
TYPO3\CMS\Extbase\Persistence\QueryInterface
$query)
emitAfterGettingObjectDataSignal
(\
TYPO3\CMS\Extbase\Persistence\QueryInterface
$query, array $result)
persistObject
(\
TYPO3\CMS\Extbase\DomainObject\DomainObjectInterface
$object)
propertyValueIsLazyLoaded
($propertyValue)
getRemovedChildObjects
(\
TYPO3\CMS\Extbase\DomainObject\DomainObjectInterface
$object, $propertyName)
attachObjectToParentObject
(\
TYPO3\CMS\Extbase\DomainObject\DomainObjectInterface
$object, \
TYPO3\CMS\Extbase\DomainObject\DomainObjectInterface
$parentObject, $parentPropertyName, $sortingPosition=0)
updateRelationOfObjectToParentObject
(\
TYPO3\CMS\Extbase\DomainObject\DomainObjectInterface
$object, \
TYPO3\CMS\Extbase\DomainObject\AbstractEntity
$parentObject, $parentPropertyName, $sortingPosition=0)
attachObjectToParentObjectRelationHasMany
(\
TYPO3\CMS\Extbase\DomainObject\DomainObjectInterface
$object, \
TYPO3\CMS\Extbase\DomainObject\AbstractEntity
$parentObject, $parentPropertyName, $sortingPosition=0)
detachObjectFromParentObject
(\
TYPO3\CMS\Extbase\DomainObject\DomainObjectInterface
$object, \
TYPO3\CMS\Extbase\DomainObject\DomainObjectInterface
$parentObject, $parentPropertyName)
insertObject
(\
TYPO3\CMS\Extbase\DomainObject\DomainObjectInterface
$object, \
TYPO3\CMS\Extbase\DomainObject\DomainObjectInterface
$parentObject=NULL, $parentPropertyName='')
emitAfterInsertObjectSignal
(
DomainObjectInterface
$object)
getUidOfAlreadyPersistedValueObject
(\
TYPO3\CMS\Extbase\DomainObject\AbstractValueObject
$object)
insertRelationInRelationtable
(\
TYPO3\CMS\Extbase\DomainObject\DomainObjectInterface
$object, \
TYPO3\CMS\Extbase\DomainObject\DomainObjectInterface
$parentObject, $propertyName, $sortingPosition=NULL)
updateRelationInRelationTable
(\
TYPO3\CMS\Extbase\DomainObject\DomainObjectInterface
$object, \
TYPO3\CMS\Extbase\DomainObject\DomainObjectInterface
$parentObject, $propertyName, $sortingPosition=0)
deleteAllRelationsFromRelationtable
(\
TYPO3\CMS\Extbase\DomainObject\DomainObjectInterface
$parentObject, $parentPropertyName)
deleteRelationFromRelationtable
(\
TYPO3\CMS\Extbase\DomainObject\DomainObjectInterface
$relatedObject, \
TYPO3\CMS\Extbase\DomainObject\DomainObjectInterface
$parentObject, $parentPropertyName)
fetchMaxSortingFromParentTable
(\
TYPO3\CMS\Extbase\DomainObject\DomainObjectInterface
$parentObject, $parentPropertyName)
updateObject
(\
TYPO3\CMS\Extbase\DomainObject\DomainObjectInterface
$object, array $row)
emitAfterUpdateObjectSignal
(
DomainObjectInterface
$object)
addCommonFieldsToRow
(\
TYPO3\CMS\Extbase\DomainObject\DomainObjectInterface
$object, array &$row)
addCommonDateFieldsToRow
(\
TYPO3\CMS\Extbase\DomainObject\DomainObjectInterface
$object, array &$row)
processDeletedObjects
()
removeEntity
(\
TYPO3\CMS\Extbase\DomainObject\DomainObjectInterface
$object, $markAsDeleted=TRUE)
emitAfterRemoveObjectSignal
(
DomainObjectInterface
$object)
removeRelatedObjects
(\
TYPO3\CMS\Extbase\DomainObject\DomainObjectInterface
$object)
determineStoragePageIdForNewRecord
(\
TYPO3\CMS\Extbase\DomainObject\DomainObjectInterface
$object=NULL)
getPlainValue
($input, $columnMap=NULL)
Protected Attributes inherited from
TYPO3\CMS\Extbase\Persistence\Generic\Backend
$session
$persistenceManager
$aggregateRootObjects
$deletedEntities
$changedEntities
$visitedDuringPersistence
$reflectionService
$qomFactory
$storageBackend
$dataMapper
$referenceIndex
$configurationManager
$signalSlotDispatcher
Detailed Description
Deprecated:
since 6.0 will be removed in 7.0
Definition at line
2107
of file
LegacyClassesForIde.php
.
Tx_Extbase_Persistence_Backend
Generated on Wed Aug 7 2019 09:52:38 for TYPO3 CMS by
1.8.13