CustomFormGrid
Aggrosoft\WAWIBundle\Entity\CustomFormGrid
40
Columns
13
Relations
57
Properties
Relationships
Click entity to navigate
→
CustomForm
→
Client
←
CustomFormGridCondition
←
CustomFormGridAction
↔
ObjectGroup
↔
User
↔
UserGroup
↔
User
↔
UserGroup
↔
UserGroup
↔
UserGroup
↔
CustomerGroup
↔
Client
Metadaten
Tabelle
customformgrid
Bundle
WAWIBundle
Interfaces
IClientable
IClientClonable
IGroupable
| Property | Column | Type | Flags | Twig Access |
|---|---|---|---|---|
id
|
id
|
string(36)
|
PK
AUTO
|
{{ entity.id }} |
active
|
active
|
boolean
|
|
{{ entity.active }} |
title
|
title
|
string(255)
|
|
{{ entity.title }} |
ident
|
ident
|
string(255)
|
|
{{ entity.ident }} |
menu
|
menu
|
string(255)
|
|
{{ entity.menu }} |
sort
|
sort
|
integer(11)
|
|
{{ entity.sort }} |
wawiBackend
|
wawiBackend
|
boolean
|
|
{{ entity.wawiBackend }} |
entity
|
entity
|
string(255)
|
|
{{ entity.entity }} |
dqlCondition
|
dqlCondition
|
text
|
|
{{ entity.dqlCondition }} |
overridedDqlCondition
|
overridedDqlCondition
|
text
|
|
{{ entity.overridedDqlCondition }} |
phpQueryBuilder
|
phpQueryBuilder
|
text
|
|
{{ entity.phpQueryBuilder }} |
twigRemoveAction
|
twigRemoveAction
|
text
|
|
{{ entity.twigRemoveAction }} |
customGridTemplate
|
customGridTemplate
|
text
|
|
{{ entity.customGridTemplate }} |
entityEditHeader
|
entityEditHeader
|
text
|
|
{{ entity.entityEditHeader }} |
availableItemsPerPage
|
availableItemsPerPage
|
text
|
|
{{ entity.availableItemsPerPage }} |
formGroups
|
formGroups
|
text
|
|
{{ entity.formGroups }} |
sortingField
|
sortingField
|
string(255)
|
|
{{ entity.sortingField }} |
sortingDirection
|
sortingDirection
|
string(4)
|
|
{{ entity.sortingDirection }} |
groupingField
|
groupingField
|
string(255)
|
|
{{ entity.groupingField }} |
canAddItem
|
canAddItem
|
boolean
|
|
{{ entity.canAddItem }} |
addItemButtonText
|
addItemButtonText
|
string(255)
|
|
{{ entity.addItemButtonText }} |
addItemButtonCssRule
|
addItemButtonCssRule
|
text
|
|
{{ entity.addItemButtonCssRule }} |
addItemButtonCssInlineStyle
|
addItemButtonCssInlineStyle
|
text
|
|
{{ entity.addItemButtonCssInlineStyle }} |
overridenLeftArticleCss
|
overridenLeftArticleCss
|
text
|
|
{{ entity.overridenLeftArticleCss }} |
overridenRightArticleCss
|
overridenRightArticleCss
|
text
|
|
{{ entity.overridenRightArticleCss }} |
canRemoveItem
|
canRemoveItem
|
boolean
|
|
{{ entity.canRemoveItem }} |
canRemoveItemCondition
|
canRemoveItemCondition
|
text
|
|
{{ entity.canRemoveItemCondition }} |
showSearchOperators
|
showSearchOperators
|
boolean
|
|
{{ entity.showSearchOperators }} |
rowUrl
|
rowUrl
|
text
|
|
{{ entity.rowUrl }} |
gridUrl
|
gridUrl
|
text
|
|
{{ entity.gridUrl }} |
fieldsNoToAdd
|
fieldsNoToAdd
|
text
|
|
{{ entity.fieldsNoToAdd }} |
fieldsToAdd
|
fieldsToAdd
|
text
|
|
{{ entity.fieldsToAdd }} |
fieldsToEdit
|
fieldsToEdit
|
text
|
|
{{ entity.fieldsToEdit }} |
allUsersCanSortColumns
|
allUsersCanSortColumns
|
boolean
|
|
{{ entity.allUsersCanSortColumns }} |
gridJSScript
|
gridJSScript
|
text
|
|
{{ entity.gridJSScript }} |
editJSScript
|
editJSScript
|
text
|
|
{{ entity.editJSScript }} |
footerText
|
footerText
|
text
|
|
{{ entity.footerText }} |
builtinEditGrid
|
builtinEditGrid
|
boolean
|
|
{{ entity.builtinEditGrid }} |
note
|
note
|
text
|
|
{{ entity.note }} |
allUsersCanAddColumns
|
allUsersCanAddColumns
|
boolean
|
|
{{ entity.allUsersCanAddColumns }} |
Tipp: Diese Properties sind über Getter/Setter-Methoden in Twig verfügbar.
Verwende {{ entity.propertyName }} zum Lesen.
| Property | Access | Twig Usage | Methods | Return Type |
|---|---|---|---|---|
client
DB
|
read
write
|
{{
entity.client
}}
|
getClient()
setClient()
|
\Aggrosoft\WAWIBundle\Entity\Client
|
id
DB
|
read
|
{{
entity.id
}}
|
getId()
|
string
|
active
DB
|
read
write
|
{{
entity.active
}}
|
getActive()
setActive()
|
boolean
|
title
DB
|
read
write
|
{{
entity.title
}}
|
getTitle()
setTitle()
|
string
|
menu
DB
|
read
write
|
{{
entity.menu
}}
|
getMenu()
setMenu()
|
string
|
wawiBackend
DB
|
read
write
|
{{
entity.wawiBackend
}}
|
getWawiBackend()
setWawiBackend()
|
boolean
|
entity
DB
|
read
write
|
{{
entity.entity
}}
|
getEntity()
setEntity()
|
string
|
conditions
DB
|
read
|
{{
entity.conditions
}}
|
getConditions()
|
\Doctrine\Common\Collections\Collection
|
groups
DB
|
read
|
{{
entity.groups
}}
|
getGroups()
|
\Doctrine\Common\Collections\Collection
|
users
DB
|
read
|
{{
entity.users
}}
|
getUsers()
|
\Doctrine\Common\Collections\Collection
|
customerGroups
DB
|
read
|
{{
entity.customerGroups
}}
|
getCustomerGroups()
|
\Doctrine\Common\Collections\Collection
|
form
DB
|
read
write
|
{{
entity.form
}}
|
getForm()
setForm()
|
\Aggrosoft\WAWIBundle\Entity\CustomForm
|
dqlCondition
DB
|
read
write
|
{{
entity.dqlCondition
}}
|
getDqlCondition()
setDqlCondition()
|
string
|
sortingField
DB
|
read
write
|
{{
entity.sortingField
}}
|
getSortingField()
setSortingField()
|
string
|
sortingDirection
DB
|
read
write
|
{{
entity.sortingDirection
}}
|
getSortingDirection()
setSortingDirection()
|
string
|
canAddItem
DB
|
read
write
|
{{
entity.canAddItem
}}
|
getCanAddItem()
setCanAddItem()
|
boolean
|
canRemoveItem
DB
|
read
write
|
{{
entity.canRemoveItem
}}
|
getCanRemoveItem()
setCanRemoveItem()
|
boolean
|
ident
DB
|
read
write
|
{{
entity.ident
}}
|
getIdent()
setIdent()
|
string
|
gridActions
DB
|
read
|
{{
entity.gridActions
}}
|
getGridActions()
|
\Doctrine\Common\Collections\Collection
|
usersCanAddColumns
DB
|
read
|
{{
entity.usersCanAddColumns
}}
|
getUsersCanAddColumns()
|
\Doctrine\Common\Collections\Collection
|
addItemButtonText
DB
|
read
write
|
{{
entity.addItemButtonText
}}
|
getAddItemButtonText()
setAddItemButtonText()
|
string
|
userGroups
DB
|
read
|
{{
entity.userGroups
}}
|
getUserGroups()
|
\Doctrine\Common\Collections\Collection
|
userGroupsCanAddColumns
DB
|
read
|
{{
entity.userGroupsCanAddColumns
}}
|
getUserGroupsCanAddColumns()
|
\Doctrine\Common\Collections\Collection
|
userGroupsCanAddItems
DB
|
read
|
{{
entity.userGroupsCanAddItems
}}
|
getUserGroupsCanAddItems()
|
\Doctrine\Common\Collections\Collection
|
userGroupsCanRemoveItems
DB
|
read
|
{{
entity.userGroupsCanRemoveItems
}}
|
getUserGroupsCanRemoveItems()
|
\Doctrine\Common\Collections\Collection
|
rowUrl
DB
|
read
write
|
{{
entity.rowUrl
}}
|
getRowUrl()
setRowUrl()
|
string
|
addItemButtonCssRule
DB
|
read
write
|
{{
entity.addItemButtonCssRule
}}
|
getAddItemButtonCssRule()
setAddItemButtonCssRule()
|
string
|
addItemButtonCssInlineStyle
DB
|
read
write
|
{{
entity.addItemButtonCssInlineStyle
}}
|
getAddItemButtonCssInlineStyle()
setAddItemButtonCssInlineStyle()
|
string
|
overridedDqlCondition
DB
|
read
write
|
{{
entity.overridedDqlCondition
}}
|
getOverridedDqlCondition()
setOverridedDqlCondition()
|
string
|
sort
DB
|
read
write
|
{{
entity.sort
}}
|
getSort()
setSort()
|
integer
|
canRemoveItemCondition
DB
|
read
write
|
{{
entity.canRemoveItemCondition
}}
|
getCanRemoveItemCondition()
setCanRemoveItemCondition()
|
string
|
phpQueryBuilder
DB
|
read
write
|
{{
entity.phpQueryBuilder
}}
|
getPhpQueryBuilder()
setPhpQueryBuilder()
|
string
|
availableItemsPerPage
DB
|
read
write
|
{{
entity.availableItemsPerPage
}}
|
getAvailableItemsPerPage()
setAvailableItemsPerPage()
|
string
|
availableItemsPerPageArr
Computed
|
read
|
{{
entity.availableItemsPerPageArr
}}
|
getAvailableItemsPerPageArr()
|
- |
twigRemoveAction
DB
|
read
write
|
{{
entity.twigRemoveAction
}}
|
getTwigRemoveAction()
setTwigRemoveAction()
|
string
|
customGridTemplate
DB
|
read
write
|
{{
entity.customGridTemplate
}}
|
getCustomGridTemplate()
setCustomGridTemplate()
|
string
|
crossClients
DB
|
read
|
{{
entity.crossClients
}}
|
getCrossClients()
|
\Doctrine\Common\Collections\Collection
|
allUsersCanAddColumns
DB
|
read
write
|
{{
entity.allUsersCanAddColumns
}}
|
getAllUsersCanAddColumns()
setAllUsersCanAddColumns()
|
boolean
|
gridRowActions
Computed
|
read
|
{{
entity.gridRowActions
}}
|
hasGridRowActions()
|
- |
allUsersCanSortColumns
DB
|
read
write
|
{{
entity.allUsersCanSortColumns
}}
|
getAllUsersCanSortColumns()
setAllUsersCanSortColumns()
|
boolean
|
groupingField
DB
|
read
write
|
{{
entity.groupingField
}}
|
getGroupingField()
setGroupingField()
|
string
|
selectedLocale
Computed
|
read
write
|
{{
entity.selectedLocale
}}
|
getSelectedLocale()
setSelectedLocale()
|
- |
showSearchOperators
DB
|
read
write
|
{{
entity.showSearchOperators
}}
|
getShowSearchOperators()
setShowSearchOperators()
|
boolean
|
fieldsToAdd
DB
|
read
write
|
{{
entity.fieldsToAdd
}}
|
getFieldsToAdd()
setFieldsToAdd()
|
string
|
fieldsToEdit
DB
|
read
write
|
{{
entity.fieldsToEdit
}}
|
getFieldsToEdit()
setFieldsToEdit()
|
string
|
fieldsNoToAdd
DB
|
read
write
|
{{
entity.fieldsNoToAdd
}}
|
getFieldsNoToAdd()
setFieldsNoToAdd()
|
string
|
entityEditHeader
DB
|
read
write
|
{{
entity.entityEditHeader
}}
|
getEntityEditHeader()
setEntityEditHeader()
|
string
|
dynamicGroupField
Computed
|
read
write
|
{{
entity.dynamicGroupField
}}
|
getDynamicGroupField()
setDynamicGroupField()
|
- |
gridJSScript
DB
|
read
write
|
{{
entity.gridJSScript
}}
|
getGridJSScript()
setGridJSScript()
|
string
|
editJSScript
DB
|
read
write
|
{{
entity.editJSScript
}}
|
getEditJSScript()
setEditJSScript()
|
string
|
footerText
DB
|
read
write
|
{{
entity.footerText
}}
|
getFooterText()
setFooterText()
|
string
|
builtinEditGrid
DB
|
read
write
|
{{
entity.builtinEditGrid
}}
|
getBuiltinEditGrid()
setBuiltinEditGrid()
|
boolean
|
note
DB
|
read
write
|
{{
entity.note
}}
|
getNote()
setNote()
|
string
|
overridenLeftArticleCss
DB
|
read
write
|
{{
entity.overridenLeftArticleCss
}}
|
getOverridenLeftArticleCss()
setOverridenLeftArticleCss()
|
string
|
overridenRightArticleCss
DB
|
read
write
|
{{
entity.overridenRightArticleCss
}}
|
getOverridenRightArticleCss()
setOverridenRightArticleCss()
|
string
|
formGroups
DB
|
read
write
|
{{
entity.formGroups
}}
|
getFormGroups()
setFormGroups()
|
string
|
gridUrl
DB
|
read
write
|
{{
entity.gridUrl
}}
|
getGridUrl()
setGridUrl()
|
string
|
| Property | Type | Target Entity | Mapped By | Inversed By | Cascade | Twig Access |
|---|---|---|---|---|---|---|
form
|
ManyToOne | CustomForm | - |
customformgrids
|
- | {{ entity.form }} |
client
|
ManyToOne | Client | - |
customformgrids
|
- | {{ entity.client }} |
conditions
|
OneToMany | CustomFormGridCondition |
customFormGrid
|
- |
persist
remove
refresh
|
{{ entity.conditions }} |
gridActions
|
OneToMany | CustomFormGridAction |
customFormGrid
|
- |
persist
remove
refresh
|
{{ entity.gridActions }} |
groups
|
ManyToMany | ObjectGroup | - |
customformgrids
|
- | {{ entity.groups }} |
users
|
ManyToMany | User | - |
customformgrids
|
- | {{ entity.users }} |
userGroups
|
ManyToMany | UserGroup | - |
customformgrids
|
- | {{ entity.userGroups }} |
usersCanAddColumns
|
ManyToMany | User | - |
customformgridscanaddcolumns
|
- | {{ entity.usersCanAddColumns }} |
userGroupsCanAddColumns
|
ManyToMany | UserGroup | - |
customformgridscanaddcolumns
|
- | {{ entity.userGroupsCanAddColumns }} |
userGroupsCanAddItems
|
ManyToMany | UserGroup | - |
customformgridscanadditems
|
- | {{ entity.userGroupsCanAddItems }} |
userGroupsCanRemoveItems
|
ManyToMany | UserGroup | - |
customformgridscanremoveitems
|
- | {{ entity.userGroupsCanRemoveItems }} |
customerGroups
|
ManyToMany | CustomerGroup | - |
customforms
|
- | {{ entity.customerGroups }} |
crossClients
|
ManyToMany | Client | - |
crossCustomFormGrids
|
- | {{ entity.crossClients }} |
| Index Name | Columns | Type |
|---|---|---|
ident_idx
|
ident
|
INDEX |
client_ident_idx
|
ident
client_id
|
INDEX |