Class Reference
IRIS for UNIX 2024.1.2
InterSystems: The power behind what matters   
Documentation  Search
  [USER] >  [%DeepSee] >  [UserPortal] >  [Data] >  [Alert]
Private  Storage   

persistent class %DeepSee.UserPortal.Data.Alert extends %Persistent, %XML.Adaptor

Each instance of this class represents an alert within the DeepSee User Portal.

Inventory

Parameters Properties Methods Queries Indices ForeignKeys Triggers
8 1


Summary

Properties
comments createDate dataId isNew priority
senderId subject userId

Methods
%%CLASSNAMELogicalToStorage %%CLASSNAMEStorageToLogical %AddToSaveSet %AddToSyncSet
%BMEBuilt %BuildIndicesAsync %BuildIndicesAsyncResponse %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 %OnDeleteFinally
%OnDetermineClass %OnOpenFinally %OnSaveFinally %Open
%OpenId %OriginalNamespace %PackageName %PhysicalAddress
%PurgeIndices %Reload %RemoveFromSaveSet %ResolveConcurrencyConflict
%RollBack %Save %SaveDirect %SaveIndices
%SerializeObject %SetModified %SortBegin %SortEnd
%SyncObjectIn %SyncTransport %UnlockExtent %UnlockId
%ValidateIndices %ValidateObject %ValidateTable XMLDTD
XMLExport XMLExportToStream XMLExportToString XMLNew
XMLSchema XMLSchemaNamespace XMLSchemaType


Properties

• property comments as %String(MAXLEN=5000,XMLPROJECTION="attribute");
Additional comments for this alert.
• property createDate as %TimeStamp(XMLPROJECTION="attribute") [ InitialExpression = $ZDT($H,3) ];
Time when alert was created.
• property dataId as %String(MAXLEN=200,XMLPROJECTION="attribute");
ID of folder item to display for this alert.
• property isNew as %Boolean(XMLPROJECTION="attribute") [ InitialExpression = 1 ];
True if this alert has not been reviewed yet.
• property priority as %String(MAXLEN=200,VALUELIST=",low,high",XMLPROJECTION="attribute");
Priority of this alert (null is medium).
• property senderId as %String(MAXLEN=200,XMLPROJECTION="attribute");
User ID of user that sent this alert.
• property subject as %String(MAXLEN=200,XMLPROJECTION="attribute");
Subject line for this alert.
• property userId as %String(MAXLEN=200,XMLPROJECTION="attribute");
User ID of receipient of this alert.

Indices

•index (userId on userId,createDate) [Type = bitmap];


Copyright (c) 2025 by InterSystems Corporation. Cambridge, Massachusetts, U.S.A. All rights reserved. Confidential property of InterSystems Corporation.