Skip to main content

This version of the product is no longer supported, and this documentation is no longer updated regularly. See the latest version of this content.Opens in a new tab

ZENMobile.ScribbleModel

class ZENMobile.ScribbleModel extends %ZEN.DataModel.ObjectDataModel

Property Inventory

Method Inventory

Properties

property Art as %String;
Property methods: ArtDisplayToLogical(), ArtGet(), ArtIsValid(), ArtLogicalToDisplay(), ArtLogicalToOdbc(), ArtNormalize(), ArtSet()
property Name as %String;
Property methods: NameDisplayToLogical(), NameGet(), NameIsValid(), NameLogicalToDisplay(), NameLogicalToOdbc(), NameNormalize(), NameSet()

Methods

classmethod %OnDeleteSource(pID As %String) as %Status
Delete instance of associated source object.
method %OnLoadModel(pSource As ZENMobile.Data.Scribbles) as %Status
Do the actual work of loading values from the source object.
method %OnNewSource(Output pSC As %Status = $$$OK) as %RegisteredObject
Load an instance of a new (unsaved) source object for this DataModel.
method %OnOpenSource(pID As %String, pConcurrency As %Integer = -1, Output pSC As %Status = $$$OK) as %RegisteredObject
Load an instance of the source object for this DataModel.
method %OnSaveSource(pSource As ZENMobile.Data.Scribbles) as %Status
Save instance of associated source object.
method %OnStoreModel(pSource As ZENMobile.Data.Scribbles) as %Status
Do the actual work of storing values into the source object.

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab