![]() |
TYPO3
7.6
|
This is the complete list of members for DataMapper, including all inherited members.
$dataMapFactory | DataMapper | protected |
$dataMaps | DataMapper | protected |
$objectManager | DataMapper | protected |
$pageSelectObject | DataMapper | protected |
$persistenceSession | DataMapper | protected |
$qomFactory | DataMapper | protected |
$queryFactory | DataMapper | protected |
$reflectionService | DataMapper | protected |
$signalSlotDispatcher | DataMapper | protected |
convertClassNameToTableName($className) | DataMapper | |
convertPropertyNameToColumnName($propertyName, $className=null) | DataMapper | |
countRelated(DomainObjectInterface $parentObject, $propertyName, $fieldValue= '') | DataMapper | |
createEmptyObject($className) | DataMapper | protected |
emitAfterMappingSingleRow(DomainObjectInterface $object) | DataMapper | protected |
fetchRelated(DomainObjectInterface $parentObject, $propertyName, $fieldValue= '', $enableLazyLoading=true) | DataMapper | |
fetchRelatedEager(DomainObjectInterface $parentObject, $propertyName, $fieldValue= '') | DataMapper | protected |
getConstraint(Persistence\QueryInterface $query, DomainObjectInterface $parentObject, $propertyName, $fieldValue= '', $relationTableMatchFields=array()) | DataMapper | protected |
getDataMap($className) | DataMapper | |
getEmptyRelationValue(DomainObjectInterface $parentObject, $propertyName) | DataMapper | protected |
getNonEmptyRelationValue(DomainObjectInterface $parentObject, $propertyName, $fieldValue) | DataMapper | protected |
getPlainStringValue($value, $callback=null, array $additionalParameters=array()) | DataMapper | protected |
getPlainValue($input, $columnMap=null, $parseStringValueCallback=null, array $parseStringValueCallbackParameters=array()) | DataMapper | |
getPreparedQuery(DomainObjectInterface $parentObject, $propertyName, $fieldValue= '') | DataMapper | protected |
getSource(DomainObjectInterface $parentObject, $propertyName) | DataMapper | protected |
getTargetType($className, array $row) | DataMapper | |
getType($parentClassName, $propertyName) | DataMapper | |
injectDataMapFactory(\TYPO3\CMS\Extbase\Persistence\Generic\Mapper\DataMapFactory $dataMapFactory) | DataMapper | |
injectObjectManager(\TYPO3\CMS\Extbase\Object\ObjectManagerInterface $objectManager) | DataMapper | |
injectPersistenceSession(\TYPO3\CMS\Extbase\Persistence\Generic\Session $persistenceSession) | DataMapper | |
injectQomFactory(\TYPO3\CMS\Extbase\Persistence\Generic\Qom\QueryObjectModelFactory $qomFactory) | DataMapper | |
injectQueryFactory(\TYPO3\CMS\Extbase\Persistence\Generic\QueryFactoryInterface $queryFactory) | DataMapper | |
injectReflectionService(\TYPO3\CMS\Extbase\Reflection\ReflectionService $reflectionService) | DataMapper | |
injectSignalSlotDispatcher(\TYPO3\CMS\Extbase\SignalSlot\Dispatcher $signalSlotDispatcher) | DataMapper | |
isPersistableProperty($className, $propertyName) | DataMapper | |
map($className, array $rows) | DataMapper | |
mapCoreType($type, $value) | DataMapper | protected |
mapDateTime($value, $storageFormat=null, $targetType= 'DateTime') | DataMapper | protected |
mapObjectToClassProperty(DomainObjectInterface $parentObject, $propertyName, $fieldValue) | DataMapper | protected |
mapResultToPropertyValue(DomainObjectInterface $parentObject, $propertyName, $result) | DataMapper | |
mapSingleRow($className, array $row) | DataMapper | protected |
propertyMapsByForeignKey(DomainObjectInterface $parentObject, $propertyName) | DataMapper | protected |
thawProperties(DomainObjectInterface $object, array $row) | DataMapper | protected |