Skip to main content

This version of the product is no longer supported, and this documentation is no longer updated regularly. See the latest version of this content.Opens in a new tab

%DeepSee.Model.cellGroup

class %DeepSee.Model.cellGroup extends %DeepSee.Model.cellCacheNode

Represents a grouping within a Cell Cache definition.

Property Inventory

Parameters

parameter XMLNAME = group;
Inherited description: This parameter provides the default XMLNAME for the class. If it is empty then the class name will be used to construct a default XML name. The default XMLNAME is used as the top level tag when exporting objects and the export context did not provide an XML container name.

Properties

relationship cellCache as %DeepSee.Model.cellCache (XMLPROJECTION = "none") [ Inverse = cellGroups , Cardinality = one ];
Cell Cache that this group belongs to.
Property methods: cellCacheGet(), cellCacheGetObject(), cellCacheGetObjectId(), cellCacheGetSwizzled(), cellCacheIsValid(), cellCacheNewObject(), cellCacheRClose(), cellCacheRExec(), cellCacheRFetch(), cellCacheRelate(), cellCacheSQLCompute(), cellCacheSet(), cellCacheUnRelate()
relationship items as array of %DeepSee.Model.cellCacheItem (XMLELEMENTREF = 1, XMLPROJECTION = "ELEMENT", XMLTYPECONSTRAINT = "CHOICE") [ InitialExpression = $listbuild("%DeepSee.Model.cellCacheItem","group",+$this,"many",0,0) , Transient , Inverse = group , Cardinality = many ];
Set of items defined for this group.
Property methods: itemsGet(), itemsGetObject(), itemsGetObjectId(), itemsGetSwizzled(), itemsIsEmpty(), itemsIsValid(), itemsNewObject(), itemsRClose(), itemsRExec(), itemsRFetch(), itemsRelate(), itemsSQLCompute(), itemsSet(), itemsUnRelate()

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab