Skip to main content

This is documentation for Caché & Ensemble. See the InterSystems IRIS version of this content.Opens in a new tab

For information on migrating to InterSystems IRISOpens in a new tab, see Why Migrate to InterSystems IRIS?

ZENApp.Data.Priority

persistent class ZENApp.Data.Priority extends %Library.Persistent, %Library.Populate

SQL Table Name: ZENApp_Data.Priority

This persistent class is used to represent the available set of priority levels used by the Incident class.

Property Inventory

Method Inventory

Properties

property Name as %String (MAXLEN = 100, POPSPEC = "Company()") [ Required ];
Display name of this priority.
Property methods: NameDisplayToLogical(), NameGet(), NameGetStored(), NameIsValid(), NameLogicalToDisplay(), NameLogicalToOdbc(), NameNormalize(), NameSet()

Methods

classmethod BuildData() as %Status
Build default set of priorities for the application

Indexes

index (IdxName on Name) [IdKey, Type = key];
Use priority name to identify priorities.
Index methods: IdxNameCheck(), IdxNameDelete(), IdxNameExists(), IdxNameOpen(), IdxNameSQLCheckUnique(), IdxNameSQLExists(), IdxNameSQLFindPKeyByConstraint(), IdxNameSQLFindRowIDByConstraint()

Inherited Members

Inherited Methods

Storage

Storage Model: CacheStorage (ZENApp.Data.Priority)

^ZENApp.Data.PriorityD(ID)
=
%%CLASSNAME
FeedbackOpens in a new tab