EnsPortal.Util.ManagedAlertCriteria
serial class EnsPortal.Util.ManagedAlertCriteria extends %Library.SerialObject, EnsPortal.Util.AbstractSearchCriteria
Criteria specifically used by the Managed Alert Viewer.Property Inventory
- AlertGroup
- CurrentOwner
- IncludeUnassigned
- IsOpen
- MaxEscalationLevel
- MinEscalationLevel
- PageSize
- SortOrder
Method Inventory
Properties
property AlertGroup as %String (MAXLEN = 256);
Property methods: AlertGroupDisplayToLogical(), AlertGroupGet(), AlertGroupIsValid(), AlertGroupLogicalToDisplay(), AlertGroupLogicalToOdbc(), AlertGroupNormalize(), AlertGroupSet()
property CurrentOwner as %String (MAXLEN = 128);
Property methods: CurrentOwnerDisplayToLogical(), CurrentOwnerGet(), CurrentOwnerIsValid(), CurrentOwnerLogicalToDisplay(), CurrentOwnerLogicalToOdbc(), CurrentOwnerNormalize(), CurrentOwnerSet()
property IncludeUnassigned as %Boolean [ InitialExpression = 0 ];
Property methods: IncludeUnassignedDisplayToLogical(), IncludeUnassignedGet(), IncludeUnassignedIsValid(), IncludeUnassignedLogicalToDisplay(), IncludeUnassignedNormalize(), IncludeUnassignedSet()
property IsOpen as %Boolean [ InitialExpression = 1 ];
Property methods: IsOpenDisplayToLogical(), IsOpenGet(), IsOpenIsValid(), IsOpenLogicalToDisplay(), IsOpenNormalize(), IsOpenSet()
property MaxEscalationLevel as %Integer;
Property methods: MaxEscalationLevelDisplayToLogical(), MaxEscalationLevelGet(), MaxEscalationLevelIsValid(), MaxEscalationLevelLogicalToDisplay(), MaxEscalationLevelNormalize(), MaxEscalationLevelSet()
property MinEscalationLevel as %Integer;
Property methods: MinEscalationLevelDisplayToLogical(), MinEscalationLevelGet(), MinEscalationLevelIsValid(), MinEscalationLevelLogicalToDisplay(), MinEscalationLevelNormalize(), MinEscalationLevelSet()
property PageSize as %Integer (MINVAL = 0) [ InitialExpression = 50 ];
Property methods: PageSizeDisplayToLogical(), PageSizeGet(), PageSizeIsValid(), PageSizeLogicalToDisplay(), PageSizeNormalize(), PageSizeSet()
property SortOrder as %Integer (DISPLAYLIST = ",Newest First,Oldest First,Most Escalated First,Least Escalated First", VALUELIST = ",0,1,2,3") [ InitialExpression = 0 ];
Property methods: SortOrderDisplayToLogical(), SortOrderGet(), SortOrderIsValid(), SortOrderLogicalToDisplay(), SortOrderNormalize(), SortOrderSet()
Methods
classmethod Clear() as %Status
classmethod Load(Output pCriteria As EnsPortal.Util.ManagedAlertCriteria, pIgnoreError As %Boolean = 0) as %Status
method Save() as %Status
Inherited Members
Inherited Properties
Inherited Methods
- %AddToSaveSet()
- %AddToSyncSet()
- %ClassIsLatestVersion()
- %ClassName()
- %ConstructClone()
- %Delete()
- %DeleteId()
- %DispatchClassMethod()
- %DispatchGetModified()
- %DispatchGetProperty()
- %DispatchMethod()
- %DispatchSetModified()
- %DispatchSetMultidimProperty()
- %DispatchSetProperty()
- %Extends()
- %GetParameter()
- %GetSwizzleObject()
- %IsA()
- %IsModified()
- %IsNull()
- %New()
- %NormalizeObject()
- %ObjectIsNull()
- %ObjectModified()
- %OnBeforeAddToSync()
- %OnDetermineClass()
- %Open()
- %OpenId()
- %OriginalNamespace()
- %PackageName()
- %RemoveFromSaveSet()
- %ResolveConcurrencyConflict()
- %SerializeObject()
- %SetModified()
- %SyncObjectIn()
- %SyncTransport()
- %ValidateObject()
- CreateFromProxyObject()
- LogicalToOdbc()
- OdbcToLogical()