Link
Definição da configuração do objeto Link para realcionamento entre formularios.
getForm
getForm() : string
Description
Returns the name of the query's main form.
Return
( string )
The name of the form.
getJoinType
getJoinType() : org.netuno.tritao.db.form.join.JoinType
Return
( org.netuno.tritao.db.form.join.JoinType )
getRelationLink
getRelationLink() : RelationshipLink
Description
Returns the relationship configuration.
Return
( RelationshipLink )
Relationship configuration.
getWhere
getWhere() : Where
Description
Returns the filter configuration for the Link object's main form.
Return
( Where )
The filters configuration
link
link(formLink: string) : Link
Description
Defines a second relationship level on the current Link object.
Attributes
NAME | TYPE | DESCRIPTION |
---|---|---|
formLink | string | Name of the form to be listed. |
Return
( Link )
Current Link object.
link(formLink: Link) : Link
Description
Defines a second relationship level on the current Link object.
Attributes
NAME | TYPE | DESCRIPTION |
---|---|---|
formLink | Link | Name of the form to be listed. |
Return
( Link )
Current Link object.
setForm
setForm(form: string) : Link
Description
Defines the name of the query's main form.
Attributes
NAME | TYPE | DESCRIPTION |
---|---|---|
form | string | The name of the form |
Return
( Link )
Current Link object.
setJoinType
setJoinType(joinType: org.netuno.tritao.db.form.join.JoinType) : Link
Attributes
NAME | TYPE | DESCRIPTION |
---|---|---|
joinType | org.netuno.tritao.db.form.join.JoinType |
Return
( Link )
setRelationLink
setRelationLink(relationLink: RelationshipLink) : Link
Description
Defines the relationship configuration.
Attributes
NAME | TYPE | DESCRIPTION |
---|---|---|
relationLink | RelationshipLink | The relationship configuration. |
Return
( Link )
Current Link object.
setWhere
setWhere(where: Where) : Link
Description
Defines the filter configuration for the Link object's main form.
Attributes
NAME | TYPE | DESCRIPTION |
---|---|---|
where | Where | The filters configuration. |
Return
( Link )
Current Link object.
where
where(where: Where) : Link
Description
Defines the filter configuration for the Link object's main form.
Attributes
NAME | TYPE | DESCRIPTION |
---|---|---|
where | Where | The filters configuration. |
Return
( Link )
Current Link object.
withInner
withInner() : Link
Return
( Link )
withLeft
withLeft() : Link
Return
( Link )
withRight
withRight() : Link
Return
( Link )