EnsLib.ITK.Setup.UI.SenderModel
class EnsLib.ITK.Setup.UI.SenderModel extends EnsLib.ITK.Setup.UI.AbstractModel
Property Inventory
Method Inventory
Properties
property BusinessServiceName as %String (ZENCONTROL = "hidden");
Property methods: BusinessServiceNameDisplayToLogical(), BusinessServiceNameGet(), BusinessServiceNameIsValid(), BusinessServiceNameLogicalToDisplay(), BusinessServiceNameLogicalToOdbc(), BusinessServiceNameNormalize(), BusinessServiceNameSet()
property InvocationPattern as %String (VALUELIST = ",Asynchronous,Synchronous,Derived", ZENATTRS = "id:invocationRadio", ZENCONTROL = "radioSet") [ Required ];
Property methods: InvocationPatternDisplayToLogical(), InvocationPatternGet(), InvocationPatternIsValid(), InvocationPatternLogicalToDisplay(), InvocationPatternLogicalToOdbc(), InvocationPatternNormalize(), InvocationPatternSet()
property SourceAppName as %String (ZENCONTROL = "hidden");
Property methods: SourceAppNameDisplayToLogical(), SourceAppNameGet(), SourceAppNameIsValid(), SourceAppNameLogicalToDisplay(), SourceAppNameLogicalToOdbc(), SourceAppNameNormalize(), SourceAppNameSet()
property ValidatePayload as %Boolean (ZENCONTROL = "checkbox");
Property methods: ValidatePayloadDisplayToLogical(), ValidatePayloadGet(), ValidatePayloadIsValid(), ValidatePayloadLogicalToDisplay(), ValidatePayloadNormalize(), ValidatePayloadSet()
property WebServiceName as %String (ZENCONTROL = "hidden");
Property methods: WebServiceNameDisplayToLogical(), WebServiceNameGet(), WebServiceNameIsValid(), WebServiceNameLogicalToDisplay(), WebServiceNameLogicalToOdbc(), WebServiceNameNormalize(), WebServiceNameSet()
Methods
This callback method is called when the DataModel is deleted. If
implemented, it is responsible for making the appropriate deletes
against the data source.
method OnLoadModel(pSource As EnsLib.ITK.Setup.SenderRegistry) as %Status
This callback method does the actual work of loading values from the source object.
method OnNewSource(Output pSC As %Status = $$$OK) as %RegisteredObject
This callback method is invoked when a new instance of DataModel is required.
If implemented, it returns a new instance of the data source object
used by the DataModel.
The default implementation returns the DataModel itself as the source object (this allows for simple DataModel classes that have no actual source object).
The default implementation returns the DataModel itself as the source object (this allows for simple DataModel classes that have no actual source object).
method OnOpenSource(pID As %String) as %RegisteredObject
This callback method is invoked when a DataModel is loaded into memory.
If implemented, it loads an instance of the data source object
used by the DataModel.
The default implementation returns the DataModel itself as the source object (this allows for simple DataModel classes that have no actual source object).
The default implementation returns the DataModel itself as the source object (this allows for simple DataModel classes that have no actual source object).
method OnSaveSource(pSource As %RegisteredObject) as %Status
This callback method is called when the DataModel is saved. If
implemented, it is responsible for saving changes to the data source.
method OnStoreModel(pSource As EnsLib.ITK.Setup.SenderRegistry) as %Status
This callback method does the actual work of copying values
from the DataModel to the data source.
The default implementation is an expression method.
The default implementation is an expression method.
Inherited Members
Inherited Properties
Inherited Methods
- %AddToSaveSet()
- %ClassIsLatestVersion()
- %ClassName()
- %ConstructClone()
- %CreateModelInstance()
- %DeleteModel()
- %DispatchClassMethod()
- %DispatchGetModified()
- %DispatchMethod()
- %DispatchSetModified()
- %DispatchSetMultidimProperty()
- %Extends()
- %GetJSValidationCode()
- %GetParameter()
- %GetPropertyInfo()
- %InvokeAction()
- %IsA()
- %IsModified()
- %IsReadOnly()
- %New()
- %NormalizeObject()
- %ObjectModified()
- %OnCopyDataFromModel()
- %OnCopyDataToModel()
- %OnDeleteModel()
- %OnDeleteSource()
- %OnGetPropertyInfo()
- %OnInvokeAction()
- %OnLoadModel()
- %OnNewSource()
- %OnOpenSource()
- %OnSaveSource()
- %OnStoreModel()
- %OnSubmit()
- %OpenModel()
- %OriginalNamespace()
- %PackageName()
- %RemoveFromSaveSet()
- %SaveModel()
- %SerializeObject()
- %SetModified()
- %SubmitHandler()
- %ValidateObject()