Child pages
  • JSRelation

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin

...

For more information see Relations

HTML Table
idclassservoy sSummary
Colgroup Tag
Column
padding0px
width80px

Column

Table Row (tr)
styleheight: 30px;
Table Head (th)
colspan2
Constants Summary
Table Body (tbody)
Table Row (tr)
Table Cell (td)
Number
Table Cell (td)
#INNER_JOIN
Constant for set/get the joinType of a JSRelation.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
Number
Table Cell (td)
#LEFT_OUTER_JOIN
Constant for set/get the joinType of a JSRelation.

id
HTML Table
classservoy sSummary
Colgroup Tag
Column
padding0px
width80px

Column

Table Row (tr)
styleheight: 30px;
Table Head (th)
colspan2
Property Summary
Table Body (tbody)
Table Row (tr)
Table Cell (td)
Boolean
Table Cell (td)
#allowCreationRelatedRecords
Flag that tells if related records can be created through this relation.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
Boolean
Table Cell (td)
#allowParentDeleteWhenHavingRelatedRecords
Flag that tells if the parent record can be deleted while it has related records.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
Boolean
Table Cell (td)
#deleteRelatedRecords
Flag that tells if related records should be deleted or not when a parent record is deleted.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
String
Table Cell (td)
#foreignDataSource
Qualified name of the foreign data source.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
String
Table Cell (td)
#initialSort
A String which specified a set of sort options for the initial sorting of data
retrieved through this relation.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
Number
Table Cell (td)
#joinType
The join type that is performed between the primary table and the foreign table.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
String
Table Cell (td)
#name
The name of the relation.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
String
Table Cell (td)
#primaryDataSource
Qualified name of the primary data source.

id
HTML Table
classservoy sSummary
Colgroup Tag
Column
padding0px
width80px

Column

Table Row (tr)
styleheight: 30px;
Table Head (th)
colspan2
Method Summary
Table Body (tbody)
Table Row (tr)
Table Cell (td)
JSRelationItem[]
Table Cell (td)
#getRelationItems()
Returns an array of JSRelationItem objects representing the relation criteria defined for this relation.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
UUID
Table Cell (td)
#getUUID()
Returns the UUID of the relation object
Table Body (tbody)
Table Row (tr)
Table Cell (td)
JSRelationItem
Table Cell (td)
#newRelationItem(dataprovider, operator, foreinColumnName)
Creates a new relation item for this relation.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
void
Table Cell (td)
#removeRelationItem(primaryDataProviderID, operator, foreignColumnName)
Removes the desired relation item from the specified relation.

...