Class Reference
%BI.DetailList
Server:basexml
Instance:SOAXML
User:UnknownUser
 
-
  [BASEXML] >  [%BI] >  [DetailList]
Private  Storage

persistent class %BI.DetailList extends %Persistent, %XML.Adaptor

Inventory

Parameters Properties Methods Queries Indices ForeignKeys Triggers
20 1 2 2


Summary

Properties
AlwMult Dashboard DashboardName DetAgg DetApp
DetListBar DetailListName DisplayFields LayoutOption ListAttachForm
ListClass ListDrillDown MergeCell MrgFrm MrgTo
MrgYN ObjectHeight ObjectWidth RecPerPage RowHeight

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 DashboardNameGet XMLDTD XMLExport
XMLExportToStream XMLExportToString XMLNew XMLSchema
XMLSchemaNamespace XMLSchemaType


Properties

• property AlwMult as %Integer;
• property Dashboard as %String(TRUNCATE=1);
• property DashboardName as %String(TRUNCATE=1) [ Calculated ];
• property DetAgg as %Integer;
• property DetApp as %Integer;
• property DetListBar as %Integer;
• property DetailListName as %String(TRUNCATE=1);
• property DisplayFields as array of %BI.DetailListFields;
• property LayoutOption as %String(TRUNCATE=1);
• relationship ListAttachForm as %BI.ListAttachForm [ Inverse = DetailList,Cardinality = children ];
• property ListClass as %String(TRUNCATE=1);
• relationship ListDrillDown as %BI.ListDrillDown [ Inverse = DetailList,Cardinality = children ];
• property MergeCell as %Boolean;
• property MrgFrm as %Integer;
• property MrgTo as %Integer;
• property MrgYN as %Integer;
• property ObjectHeight as %Integer;
• property ObjectWidth as %Integer;
• property RecPerPage as %Integer;
• property RowHeight as %String(TRUNCATE=1);

Methods

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

Queries

• query ListAll()
SQL Query :
SELECT ID,DetailListName,ListClass
FROM %BI.DetailList
• query ListByClass(cls As %String)
SQL Query :
SELECT %ID,DetailListName FROM DetailList
WHERE (ListClass = :cls) ORDER BY DetailListName

Indices

• index (Class on ListClass:Exact);
• index (Dashboard on Dashboard) [Unique];