Skip to main content

Demo.Loan.FindRateDecisionProcessBPL.Context

persistent class Demo.Loan.FindRateDecisionProcessBPL.Context extends Ens.BP.Context

SQL Table Name: Demo_Loan_FindRateDecisionProcessBPL.Context

This class is generated by the Demo.Loan.FindRateDecisionProcessBPL BPL class. This class should not be edited or modified in any way. Do not make direct use of this class in your application.

This class was generated by : Ens.BPL.Compiler.CLS

Property Inventory

Method Inventory

Properties

property BankName as %String);
Property methods: BankNameDisplayToLogical(), BankNameGet(), BankNameGetStored(), BankNameIsValid(), BankNameLogicalToDisplay(), BankNameLogicalToOdbc(), BankNameNormalize(), BankNameSet()
property InterestRate as %Numeric;
Property methods: InterestRateDisplayToLogical(), InterestRateGet(), InterestRateGetStored(), InterestRateIsValid(), InterestRateLogicalToDisplay(), InterestRateNormalize(), InterestRateSet(), InterestRateXSDToLogical()
property IsApproved as %Boolean;
Property methods: IsApprovedDisplayToLogical(), IsApprovedGet(), IsApprovedGetStored(), IsApprovedIsValid(), IsApprovedLogicalToDisplay(), IsApprovedLogicalToXSD(), IsApprovedNormalize(), IsApprovedSet(), IsApprovedXSDToLogical()
property Iterator as %String;
Property methods: IteratorDisplayToLogical(), IteratorGet(), IteratorGetStored(), IteratorIsValid(), IteratorLogicalToDisplay(), IteratorLogicalToOdbc(), IteratorNormalize(), IteratorSet()
property TheResults as list of Demo.Loan.Msg.Approval;
Property methods: TheResultsBuildValueArray(), TheResultsCollectionToDisplay(), TheResultsCollectionToOdbc(), TheResultsDisplayToCollection(), TheResultsGet(), TheResultsGetObject(), TheResultsGetObjectId(), TheResultsGetStored(), TheResultsGetSwizzled(), TheResultsIsValid(), TheResultsOdbcToCollection(), TheResultsSet(), TheResultsSetObject(), TheResultsSetObjectId()
property ThisResult as Demo.Loan.Msg.Approval;
Property methods: ThisResultGet(), ThisResultGetObject(), ThisResultGetObjectId(), ThisResultGetStored(), ThisResultGetSwizzled(), ThisResultIsValid(), ThisResultNewObject(), ThisResultSet(), ThisResultSetObject(), ThisResultSetObjectId(), ThisResultUnSwizzle()

Methods

method OnResponse1(process As Ens.BusinessProcess, context As Ens.BP.Context, request As Demo.Loan.Msg.Application, response, callrequest As Demo.Loan.Msg.Application, callresponse As Demo.Loan.Msg.Approval, callname As %String) as %Status
Response Handler for call to Demo.Loan.BankUS
method OnResponse2(process As Ens.BusinessProcess, context As Ens.BP.Context, request As Demo.Loan.Msg.Application, response, callrequest As Demo.Loan.Msg.Application, callresponse As Demo.Loan.Msg.Approval, callname As %String) as %Status
Response Handler for call to Demo.Loan.BankSoprano
method OnResponse3(process As Ens.BusinessProcess, context As Ens.BP.Context, request As Demo.Loan.Msg.Application, response, callrequest As Demo.Loan.Msg.Application, callresponse As Demo.Loan.Msg.Approval, callname As %String) as %Status
Response Handler for call to Demo.Loan.BankManana
method OnResponse4(process As Ens.BusinessProcess, context As Ens.BP.Context, request As Demo.Loan.Msg.Application, response, callrequest As Demo.Loan.Msg.Application, callresponse As Demo.Loan.Msg.Approval, callname As %String) as %Status
Response Handler for call to Demo.Loan.BankEven

Inherited Members

Inherited Properties

Inherited Methods

Storage

Gray indicates storage defined by superclasses.

Storage Model: CacheStorage (Ens.BP.Context)

^Ens.BP.ContextD(ID,"%ResponseHandlers",n)
=
%ResponseHandlers(n)

Storage Model: CacheStorage (Ens.BP.Context)

^Ens.BP.ContextD(ID)
=
%%CLASSNAME
%Process
%LastError
%LastFault

Storage Model: CacheStorage (Demo.Loan.FindRateDecisionProcessBPL.Context)

^Ens.BP.ContextD(ID,"Context")
=
BankName
InterestRate
IsApproved
Iterator
TheResults
ThisResult
FeedbackOpens in a new tab