%BI.Presenter
persistent class %BI.Presenter extends %Library.Persistent
SQL Table Name: %BI.Presenter
Property Inventory
Method Inventory
Properties
property Caption as %String (TRUNCATE = 1);
Property methods: CaptionDisplayToLogical(), CaptionGet(), CaptionGetStored(), CaptionIsValid(), CaptionLogicalToDisplay(), CaptionLogicalToOdbc(), CaptionNormalize(), CaptionSet()
property Folder as %String (TRUNCATE = 1);
Property methods: FolderDisplayToLogical(), FolderGet(), FolderGetStored(), FolderIsValid(), FolderLogicalToDisplay(), FolderLogicalToOdbc(), FolderNormalize(), FolderSet()
property FolderName as %String (TRUNCATE = 1) [ Calculated ];
Property methods: FolderNameDisplayToLogical(), FolderNameIsValid(), FolderNameLogicalToDisplay(), FolderNameLogicalToOdbc(), FolderNameNormalize()
property Slides as array of %BI.DashBoardItem;
Property methods: SlidesBuildValueArray(), SlidesCollectionToDisplay(), SlidesCollectionToOdbc(), SlidesDisplayToCollection(), SlidesGet(), SlidesGetObject(), SlidesGetObjectId(), SlidesGetStored(), SlidesGetSwizzled(), SlidesIsValid(), SlidesOdbcToCollection(), SlidesSet(), SlidesSetObject(), SlidesSetObjectId()
Methods
method FolderNameGet() as %String
Queries
query FolderAll(iFolder As %String)
SQL Query:
SELECT ID,Caption FROM %BI.Presenter WHERE Folder=:iFolder
SELECT ID,Caption FROM %BI.Presenter WHERE Folder=:iFolder
query ListAll(iUser As %String)
SQL Query:
SELECT ID,Caption,Folder FROM %BI.Presenter
SELECT ID,Caption,Folder FROM %BI.Presenter
Indexes
index (Folder on Folder:Exact);
Index methods: FolderAllClose(), FolderAllExecute(), FolderAllFetch(), FolderAllFetchRows(), FolderAllFunc(), FolderAllGetInfo(), FolderAllGetODBCInfo(), FolderAllPrepare(), FolderAllSendODBC(), FolderDisplayToLogical(), FolderExists(), FolderGet(), FolderGetStored(), FolderIsValid(), FolderLogicalToDisplay(), FolderLogicalToOdbc(), FolderNameDisplayToLogical(), FolderNameGet(), FolderNameIsValid(), FolderNameLogicalToDisplay(), FolderNameLogicalToOdbc(), FolderNameNormalize(), FolderNormalize(), FolderSet()
index (IDKEY on ) [IdKey, Type = key];
Index methods: IDKEYCheck(), IDKEYDelete(), IDKEYExists(), IDKEYOpen(), IDKEYSQLCheckUnique(), IDKEYSQLExists(), IDKEYSQLFindPKeyByConstraint(), IDKEYSQLFindRowIDByConstraint()
Inherited Members
Inherited Methods
- %AddToSaveSet()
- %AddToSyncSet()
- %BMEBuilt()
- %CheckConstraints()
- %CheckConstraintsForExtent()
- %ClassIsLatestVersion()
- %ClassName()
- %ComposeOid()
- %ConstructClone()
- %Delete()
- %DeleteExtent()
- %DeleteId()
- %DispatchClassMethod()
- %DispatchGetModified()
- %DispatchGetProperty()
- %DispatchMethod()
- %DispatchSetModified()
- %DispatchSetMultidimProperty()
- %DispatchSetProperty()
- %Exists()
- %ExistsId()
- %Extends()
- %GUID()
- %GUIDSet()
- %GetLock()
- %GetParameter()
- %GetSwizzleObject()
- %Id()
- %InsertBatch()
- %IsA()
- %IsModified()
- %IsNull()
- %KillExtent()
- %KillExtentData()
- %LoadFromMemory()
- %LockExtent()
- %LockId()
- %New()
- %NormalizeObject()
- %ObjectIsNull()
- %ObjectModified()
- %Oid()
- %OnBeforeAddToSync()
- %OnDetermineClass()
- %Open()
- %OpenId()
- %OriginalNamespace()
- %PackageName()
- %PhysicalAddress()
- %PurgeIndices()
- %Reload()
- %RemoveFromSaveSet()
- %ResolveConcurrencyConflict()
- %RollBack()
- %Save()
- %SaveDirect()
- %SaveIndices()
- %SerializeObject()
- %SetModified()
- %SortBegin()
- %SortEnd()
- %SyncObjectIn()
- %SyncTransport()
- %UnlockExtent()
- %UnlockId()
- %ValidateIndices()
- %ValidateObject()
Storage
Storage Model: CacheStorage (%BI.Presenter)
^BI.PresenterD(ID,"X") | = | %%CLASSNAME |
^BI.PresenterD(ID) | = | Caption
Folder
|
^BI.PresenterD(ID,"S",n) | = | Slides(n) |