CustomFormGridAction

Aggrosoft\WAWIBundle\Entity\CustomFormGridAction
18
Columns
6
Relations
29
Properties

Relationships

Click entity to navigate
erDiagram
    CustomFormGridAction {
                string id PK
                integer sort
                string title
                string customFieldForWorkflowAction
                text actionParameter
                boolean showCustomActionParameter
                        ___ ___more___
            }
                CustomFormGridAction }o--|| WorkflowEvent : "workflowAction"
        WorkflowEvent {
        int id PK
    }
                CustomFormGridAction }o--|| CustomForm : "customActionParameterForm"
        CustomForm {
        int id PK
    }
                CustomFormGridAction }o--|| CustomFormGrid : "customFormGrid"
        CustomFormGrid {
        int id PK
    }
                CustomFormGridAction }o--o{ User : "users"
        User {
        int id PK
    }
                CustomFormGridAction }o--o{ UserGroup : "userGroups"
        UserGroup {
        int id PK
    }
                CustomFormGridAction }o--o{ CustomerGroup : "customerGroups"
        CustomerGroup {
        int id PK
    }
                    

Metadaten

Tabelle customformgridaction
Bundle WAWIBundle
Property Column Type Flags Twig Access
id id string(36)
PK AUTO
{{ entity.id }}
sort sort integer(11)
{{ entity.sort }}
title title string(255)
{{ entity.title }}
customFieldForWorkflowAction customFieldForWorkflowAction string(255)
{{ entity.customFieldForWorkflowAction }}
actionParameter actionParameter text
{{ entity.actionParameter }}
showCustomActionParameter showCustomActionParameter boolean
{{ entity.showCustomActionParameter }}
dqlActionParameter dqlActionParameter text
{{ entity.dqlActionParameter }}
twigAction twigAction text
{{ entity.twigAction }}
visibleByCondition visibleByCondition text
{{ entity.visibleByCondition }}
actionGroup actionGroup string
{{ entity.actionGroup }}
htmlAttributes htmlAttributes text
{{ entity.htmlAttributes }}
urlAction urlAction string(255)
{{ entity.urlAction }}
actionParameterHtml actionParameterHtml text
{{ entity.actionParameterHtml }}
logAction logAction boolean
{{ entity.logAction }}
displayIn displayIn integer
{{ entity.displayIn }}
menuLinkCss menuLinkCss string(255)
{{ entity.menuLinkCss }}
menuLinkInlineStyle menuLinkInlineStyle string(255)
{{ entity.menuLinkInlineStyle }}
noAjaxCall noAjaxCall boolean
{{ entity.noAjaxCall }}

Tipp: Diese Properties sind über Getter/Setter-Methoden in Twig verfügbar. Verwende {{ entity.propertyName }} zum Lesen.

Property Access Twig Usage Methods Return Type
id DB
read
{{ entity.id }}
getId()
string
sort DB
read write
{{ entity.sort }}
getSort()
setSort()
integer
twigAction DB
read write
{{ entity.twigAction }}
getTwigAction()
setTwigAction()
string
workflowAction DB
read write
{{ entity.workflowAction }}
getWorkflowAction()
setWorkflowAction()
\Aggrosoft\WAWIBundle\Entity\WorkflowEvent
customFormGrid DB
read write
{{ entity.customFormGrid }}
getCustomFormGrid()
setCustomFormGrid()
\Aggrosoft\WAWIBundle\Entity\CustomFormGrid
title DB
read write
{{ entity.title }}
getTitle()
setTitle()
string
users DB
read
{{ entity.users }}
getUsers()
\Doctrine\Common\Collections\Collection
customerGroups DB
read
{{ entity.customerGroups }}
getCustomerGroups()
\Doctrine\Common\Collections\Collection
customFieldForWorkflowAction DB
read write
{{ entity.customFieldForWorkflowAction }}
getCustomFieldForWorkflowAction()
setCustomFieldForWorkflowAction()
string
actionParameter DB
read write
{{ entity.actionParameter }}
getActionParameter()
setActionParameter()
string
dynamicActionParameters Computed
read write
{{ entity.dynamicActionParameters }}
getDynamicActionParameters()
setDynamicActionParameters()
-
actionParameterArray Computed
read
{{ entity.actionParameterArray }}
getActionParameterArray()
-
dqlActionParameter DB
read write
{{ entity.dqlActionParameter }}
getDqlActionParameter()
setDqlActionParameter()
string
userGroups DB
read
{{ entity.userGroups }}
getUserGroups()
\Doctrine\Common\Collections\Collection
urlAction DB
read write
{{ entity.urlAction }}
getUrlAction()
setUrlAction()
string
menuLinkCss DB
read write
{{ entity.menuLinkCss }}
getMenuLinkCss()
setMenuLinkCss()
string
menuLinkInlineStyle DB
read write
{{ entity.menuLinkInlineStyle }}
getMenuLinkInlineStyle()
setMenuLinkInlineStyle()
string
dynamicActionParameterHtml Computed
read write
{{ entity.dynamicActionParameterHtml }}
getDynamicActionParameterHtml()
setDynamicActionParameterHtml()
-
actionParameterHtml DB
read write
{{ entity.actionParameterHtml }}
getActionParameterHtml()
setActionParameterHtml()
string
logAction DB
read write
{{ entity.logAction }}
getLogAction()
setLogAction()
boolean
displayIn DB
read write
{{ entity.displayIn }}
getDisplayIn()
setDisplayIn()
integer
noAjaxCall DB
read write
{{ entity.noAjaxCall }}
getNoAjaxCall()
setNoAjaxCall()
boolean
visibleByCondition DB
read write
{{ entity.visibleByCondition }}
getVisibleByCondition()
setVisibleByCondition()
string
htmlAttributes DB
read write
{{ entity.htmlAttributes }}
getHtmlAttributes()
setHtmlAttributes()
string
htmlAttributesArray Computed
read
{{ entity.htmlAttributesArray }}
getHtmlAttributesArray()
-
showCustomActionParameter DB
read write
{{ entity.showCustomActionParameter }}
getShowCustomActionParameter()
setShowCustomActionParameter()
boolean
customActionParameterForm DB
read write
{{ entity.customActionParameterForm }}
getCustomActionParameterForm()
setCustomActionParameterForm()
\Aggrosoft\WAWIBundle\Entity\CustomForm
actionGroup DB
read write
{{ entity.actionGroup }}
getActionGroup()
setActionGroup()
string
sortStep Computed
read
{{ entity.sortStep }}
getSortStep()
-
Property Type Target Entity Mapped By Inversed By Cascade Twig Access
workflowAction ManyToOne WorkflowEvent - - - {{ entity.workflowAction }}
customActionParameterForm ManyToOne CustomForm - - - {{ entity.customActionParameterForm }}
customFormGrid ManyToOne CustomFormGrid - gridActions - {{ entity.customFormGrid }}
users ManyToMany User - customformgridactions - {{ entity.users }}
userGroups ManyToMany UserGroup - customformgridactions - {{ entity.userGroups }}
customerGroups ManyToMany CustomerGroup - customformgridactions - {{ entity.customerGroups }}
Keine Indexes definiert