DocBook|Search
Class Reference
%DeepSee.UserPortal.Data.Alert
   
Server:basexml
Instance:SOAXML
User:UnknownUser
 
-
  [BASEXML] >  [%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
%%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 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];