DocBook|Search
Class Reference
%BI.Presenter
   
Server:basexml
Instance:SOAXML
User:UnknownUser
 
-
  [BASEXML] >  [%BI] >  [Presenter]
Private  Storage  

persistent class %BI.Presenter extends %Persistent

Inventory

Parameters Properties Methods Queries Indices ForeignKeys Triggers
4 1 2 1


Summary

Properties
Caption Folder FolderName Slides

Methods
%%OIDGet %AddToSaveSet %AddToSyncSet %BMEBuilt
%BuildIndices %CheckUnique %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
%KillExtent %KillExtentData %LoadFromMemory %LockExtent
%LockId %New %NormalizeObject %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
%ValidateObject FolderNameGet


Properties

• property Caption as %String(TRUNCATE=1);
• property Folder as %String(TRUNCATE=1);
• property FolderName as %String(TRUNCATE=1) [ Calculated ];
• property Slides as array of %BI.DashBoardItem;

Methods

• method FolderNameGet() as %String
This is a Get accessor method for the FolderName property.

Queries

• query FolderAll(iFolder As %String)
SQL Query :
SELECT ID,Caption
FROM %BI.Presenter
WHERE Folder=:iFolder

• query ListAll(iUser As %String)
SQL Query :
SELECT ID,Caption,Folder
FROM %BI.Presenter


Indices

• index (Folder on Folder:Exact);