Skip to main content

%BI.Messages

persistent class %BI.Messages extends %Library.Persistent, %BI.Adaptor

SQL Table Name: %BI.Messages

Property Inventory

Properties

property MsgClass as %String (TRUNCATE = 1) [ Required ];
Property methods: MsgClassDisplayToLogical(), MsgClassGet(), MsgClassGetStored(), MsgClassIsValid(), MsgClassLogicalToDisplay(), MsgClassLogicalToOdbc(), MsgClassNormalize(), MsgClassSet()
property MsgCounter as %Numeric [ Required ];
Property methods: MsgCounterDisplayToLogical(), MsgCounterGet(), MsgCounterGetStored(), MsgCounterIsValid(), MsgCounterLogicalToDisplay(), MsgCounterNormalize(), MsgCounterSet()
property MsgDate as %Date;
Property methods: MsgDateDisplayToLogical(), MsgDateGet(), MsgDateGetStored(), MsgDateIsValid(), MsgDateLogicalToDisplay(), MsgDateLogicalToOdbc(), MsgDateNormalize(), MsgDateOdbcToLogical(), MsgDateSet()
property MsgDetails as %String (MAXLEN = 2000, TRUNCATE = 1);
Property methods: MsgDetailsDisplayToLogical(), MsgDetailsGet(), MsgDetailsGetStored(), MsgDetailsIsValid(), MsgDetailsLogicalToDisplay(), MsgDetailsLogicalToOdbc(), MsgDetailsNormalize(), MsgDetailsSet()
property MsgModule as %String (TRUNCATE = 1);
Property methods: MsgModuleDisplayToLogical(), MsgModuleGet(), MsgModuleGetStored(), MsgModuleIsValid(), MsgModuleLogicalToDisplay(), MsgModuleLogicalToOdbc(), MsgModuleNormalize(), MsgModuleSet()
property MsgRefPoint as %String (TRUNCATE = 1);
Property methods: MsgRefPointDisplayToLogical(), MsgRefPointGet(), MsgRefPointGetStored(), MsgRefPointIsValid(), MsgRefPointLogicalToDisplay(), MsgRefPointLogicalToOdbc(), MsgRefPointNormalize(), MsgRefPointSet()
property MsgRemarks as %String (TRUNCATE = 1);
Property methods: MsgRemarksDisplayToLogical(), MsgRemarksGet(), MsgRemarksGetStored(), MsgRemarksIsValid(), MsgRemarksLogicalToDisplay(), MsgRemarksLogicalToOdbc(), MsgRemarksNormalize(), MsgRemarksSet()
property MsgSiteID as %String (TRUNCATE = 1);
Property methods: MsgSiteIDDisplayToLogical(), MsgSiteIDGet(), MsgSiteIDGetStored(), MsgSiteIDIsValid(), MsgSiteIDLogicalToDisplay(), MsgSiteIDLogicalToOdbc(), MsgSiteIDNormalize(), MsgSiteIDSet()
property MsgSubject as %String (MAXLEN = 2000, TRUNCATE = 1);
Property methods: MsgSubjectDisplayToLogical(), MsgSubjectGet(), MsgSubjectGetStored(), MsgSubjectIsValid(), MsgSubjectLogicalToDisplay(), MsgSubjectLogicalToOdbc(), MsgSubjectNormalize(), MsgSubjectSet()
property MsgTime as %Time;
Property methods: MsgTimeDisplayToLogical(), MsgTimeGet(), MsgTimeGetStored(), MsgTimeIsValid(), MsgTimeLogicalToDisplay(), MsgTimeLogicalToOdbc(), MsgTimeNormalize(), MsgTimeOdbcToLogical(), MsgTimeSet()
property MsgType as %String (TRUNCATE = 1) [ Required ];
Property methods: MsgTypeDisplayToLogical(), MsgTypeGet(), MsgTypeGetStored(), MsgTypeIsValid(), MsgTypeLogicalToDisplay(), MsgTypeLogicalToOdbc(), MsgTypeNormalize(), MsgTypeSet()
property MsgUser as %BI.Users;
Property methods: MsgUserGet(), MsgUserGetObject(), MsgUserGetObjectId(), MsgUserGetStored(), MsgUserGetSwizzled(), MsgUserIsValid(), MsgUserNewObject(), MsgUserSet(), MsgUserSetObject(), MsgUserSetObjectId(), MsgUserUnSwizzle()
property RecordID as %String (TRUNCATE = 1);
Property methods: RecordIDDisplayToLogical(), RecordIDGet(), RecordIDGetStored(), RecordIDIsValid(), RecordIDLogicalToDisplay(), RecordIDLogicalToOdbc(), RecordIDNormalize(), RecordIDSet()

Indexes

index (IDKey on MsgClass,MsgType,MsgCounter) [IdKey, Type = key, Unique];
Index methods: IDKeyCheck(), IDKeyDelete(), IDKeyExists(), IDKeyOpen(), IDKeySQLCheckUnique(), IDKeySQLExists(), IDKeySQLFindPKeyByConstraint(), IDKeySQLFindRowIDByConstraint()

Inherited Members

Inherited Methods

Storage

Storage Model: CacheStorage (%BI.Messages)

^BI.MessagesD(ID,"X")
=
%%CLASSNAME

Storage Model: CacheStorage (%BI.Messages)

^BI.MessagesD(ID)
=
MsgSubject
MsgDate
MsgTime
MsgUser
MsgModule
MsgDetails
MsgSiteID
MsgRefPoint
MsgRemarks
RecordID
FeedbackOpens in a new tab