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

persistent class %BI.Map extends %Persistent

Inventory

Parameters Properties Methods Queries Indices ForeignKeys Triggers
8 2 2


Summary

Properties
DefaultDisplayMode KPI MapHeight MapIsNull
MapName MapPicture MapWidth ObjectOwner

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 GetMapIsNull MapIsNullGet


Properties

• property DefaultDisplayMode as %Numeric;
• property KPI as array of %BI.MapKPI;
• property MapHeight as %String(TRUNCATE=1);
• property MapIsNull as %Boolean [ Calculated ];
• property MapName as %String(TRUNCATE=1) [ Required ];
• property MapPicture as %GlobalBinaryStream;
• property MapWidth as %String(TRUNCATE=1);
• property ObjectOwner as %BI.Users;

Methods

• classmethod GetMapIsNull(MapRow As %String) as %Boolean
• method MapIsNullGet() as %Boolean
This is a Get accessor method for the MapIsNull property.

Queries

• query AllMap()
SQL Query :
SELECT ID,MapName,MapWidth,MapHeight,MapIsNull
FROM Map

• query ListAll(iUser As %String)
SQL Query :
SELECT ID,MapName
FROM Map
WHERE ObjectOwner=:iUser