Ens.Enterprise.MonitorRole
persistent class Ens.Enterprise.MonitorRole extends %Library.Persistent, %XML.Adaptor, %ZEN.DataModel.ObjectDataModel
SQL Table Name: Ens_Enterprise.MonitorRole
Property Inventory
Method Inventory
- %OnDeleteSource()
- %OnLoadModel()
- %OnNewSource()
- %OnOpenSource()
- %OnSaveSource()
- %OnStoreModel()
- EnumerateMonitorRolesClose()
- EnumerateMonitorRolesExecute()
- EnumerateMonitorRolesFetch()
- GetURLPath()
Properties
property Categories as %String;
Property methods: CategoriesDisplayToLogical(), CategoriesGet(), CategoriesGetStored(), CategoriesIsValid(), CategoriesLogicalToDisplay(), CategoriesLogicalToOdbc(), CategoriesNormalize(), CategoriesSet()
property MonitorRole as %String [ Required ];
Property methods: MonitorRoleDisplayToLogical(), MonitorRoleGet(), MonitorRoleGetStored(), MonitorRoleIsValid(), MonitorRoleLogicalToDisplay(), MonitorRoleLogicalToOdbc(), MonitorRoleNormalize(), MonitorRoleSet()
Methods
The dataController invokes this method to delete a database object.
method %OnLoadModel(pRole As Ens.Enterprise.MonitorRole) as %Status
This method loads data from a database object (Ens.Enterprise.MonitorRole)
into a model object (Ens.Enterprise.MonitorRoleModel).
method %OnNewSource(Output pSC As %Status = $$$OK) as %RegisteredObject
invoked by datacontroller when a new object is created:
method %OnOpenSource(pID As %Library.String, pConcurrency As %Library.Integer = -1, Output pSC As %Library.Status = $$$OK) as %RegisteredObject
The dataController invokes this method to open an existing database object.
method %OnSaveSource(pClient As Ens.Enterprise.MonitorRole) as %Status
The dataController invokes this method when saving a database object.
method %OnStoreModel(pRole As Ens.Enterprise.MonitorRole) as %Status
This method writes the data from a model object (Ens.Enterprise.MonitorRole)
into a database object (Ens.Enterprise.MonitorClient) and saves the database object.
classmethod EnumerateMonitorRolesFetch(ByRef qHandle As %Binary, ByRef Row As %List, ByRef AtEnd As %Integer = 0) as %Status
method GetURLPath() as %String
Queries
query EnumerateMonitorRoles()
Indexes
index (MonitorRole on MonitorRole) [IdKey, Type = key, Unique];
Index methods: MonitorRoleCheck(), MonitorRoleDelete(), MonitorRoleDisplayToLogical(), MonitorRoleExists(), MonitorRoleGet(), MonitorRoleGetStored(), MonitorRoleIsValid(), MonitorRoleLogicalToDisplay(), MonitorRoleLogicalToOdbc(), MonitorRoleNormalize(), MonitorRoleOpen(), MonitorRoleSQLCheckUnique(), MonitorRoleSQLExists(), MonitorRoleSQLFindPKeyByConstraint(), MonitorRoleSQLFindRowIDByConstraint(), MonitorRoleSet()
Inherited Members
Inherited Properties
Inherited Methods
- %AddToSaveSet()
- %AddToSyncSet()
- %BMEBuilt()
- %CheckConstraints()
- %CheckConstraintsForExtent()
- %ClassIsLatestVersion()
- %ClassName()
- %ComposeOid()
- %ConstructClone()
- %CreateModelInstance()
- %Delete()
- %DeleteExtent()
- %DeleteId()
- %DeleteModel()
- %DispatchClassMethod()
- %DispatchGetModified()
- %DispatchMethod()
- %DispatchSetModified()
- %DispatchSetMultidimProperty()
- %Exists()
- %ExistsId()
- %Extends()
- %GUID()
- %GUIDSet()
- %GetJSValidationCode()
- %GetLock()
- %GetParameter()
- %GetPropertyInfo()
- %GetSwizzleObject()
- %Id()
- %InsertBatch()
- %InvokeAction()
- %IsA()
- %IsModified()
- %IsNull()
- %IsReadOnly()
- %KillExtent()
- %KillExtentData()
- %LoadFromMemory()
- %LockExtent()
- %LockId()
- %New()
- %NormalizeObject()
- %ObjectIsNull()
- %ObjectModified()
- %Oid()
- %OnBeforeAddToSync()
- %OnCopyDataFromModel()
- %OnCopyDataToModel()
- %OnDeleteModel()
- %OnDetermineClass()
- %OnGetPropertyInfo()
- %OnInvokeAction()
- %OnSubmit()
- %Open()
- %OpenId()
- %OpenModel()
- %OriginalNamespace()
- %PackageName()
- %PhysicalAddress()
- %PurgeIndices()
- %Reload()
- %RemoveFromSaveSet()
- %ResolveConcurrencyConflict()
- %RollBack()
- %Save()
- %SaveDirect()
- %SaveIndices()
- %SaveModel()
- %SerializeObject()
- %SetModified()
- %SortBegin()
- %SortEnd()
- %SubmitHandler()
- %SyncObjectIn()
- %SyncTransport()
- %UnlockExtent()
- %UnlockId()
- %ValidateIndices()
- %ValidateObject()
- XMLDTD()
- XMLExport()
- XMLExportToStream()
- XMLExportToString()
- XMLNew()
- XMLSchema()
- XMLSchemaNamespace()
- XMLSchemaType()
Storage
Storage Model: CacheStorage (Ens.Enterprise.MonitorRole)
^Ens.Enterprise.MonitorRoleD(ID) | = | %%CLASSNAME
Categories
|