%BI.Messages
persistent class %BI.Messages extends %Library.Persistent, %BI.Adaptor
SQL Table Name: %BI.Messages
Property Inventory
- MsgClass
- MsgCounter
- MsgDate
- MsgDetails
- MsgModule
- MsgRefPoint
- MsgRemarks
- MsgSiteID
- MsgSubject
- MsgTime
- MsgType
- MsgUser
- RecordID
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
- %AddToSaveSet()
- %AddToSyncSet()
- %BMEBuilt()
- %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()
- %OnAfterSave()
- %OnBeforeAddToSync()
- %OnDelete()
- %OnDetermineClass()
- %Open()
- %OpenId()
- %OriginalNamespace()
- %PackageName()
- %PhysicalAddress()
- %PurgeIndices()
- %Reload()
- %RemoveFromSaveSet()
- %ResolveConcurrencyConflict()
- %RollBack()
- %Save()
- %SaveDirect()
- %SaveIndices()
- %SerializeObject()
- %SetModified()
- %SortBegin()
- %SortEnd()
- %SyncObjectIn()
- %SyncTransport()
- %UnlockExtent()
- %UnlockId()
- %ValidateIndices()
- %ValidateObject()
- DrillDownData()
- DrillDownList()
- HiDebug()
- HiRebuild()
- ListData()
- ListHeader()
- SaveAIData()
- SelectBuild()
- SimQueryData()
- SpeedOnAfterSave()
- SpeedOnDelete()
- zzBuild()
- zzBuildDebug()
- zzBuildOne()
- zzBuildProcess()
- zzCompress()
- zzDeleteAllIdx()
- zzDeleteCondition()
- zzFastRebuild()
- zzInitProc()
- zzQBuildOne()
- zzSBuild()
- zzSBuildProcess()
- zzTime()
- zzTimeRanges()
Storage
Storage Model: CacheStorage (%BI.Messages)
^BI.MessagesD(ID,"X") | = | %%CLASSNAME |
^BI.MessagesD(ID) | = | MsgSubject
MsgDate
MsgTime
MsgUser
MsgModule
MsgDetails
MsgSiteID
MsgRefPoint
MsgRemarks
RecordID
|