Skip to main content

Demo.Loan.BankEven.Context

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

SQL Table Name: Demo_Loan_BankEven.Context

This class is generated by the Demo.Loan.BankEven 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 CreditRating as %Integer;
Property methods: CreditRatingDisplayToLogical(), CreditRatingGet(), CreditRatingGetStored(), CreditRatingIsValid(), CreditRatingLogicalToDisplay(), CreditRatingNormalize(), CreditRatingSet(), CreditRatingXSDToLogical()
property NameLength as %Integer;
Property methods: NameLengthDisplayToLogical(), NameLengthGet(), NameLengthGetStored(), NameLengthIsValid(), NameLengthLogicalToDisplay(), NameLengthNormalize(), NameLengthSet(), NameLengthXSDToLogical()
property PrimeRate as %Numeric;
Property methods: PrimeRateDisplayToLogical(), PrimeRateGet(), PrimeRateGetStored(), PrimeRateIsValid(), PrimeRateLogicalToDisplay(), PrimeRateNormalize(), PrimeRateSet(), PrimeRateXSDToLogical()

Methods

method OnResponse1(process As Ens.BusinessProcess, context As Ens.BP.Context, request As Demo.Loan.Msg.Application, response As Demo.Loan.Msg.Approval, callrequest As Demo.Loan.Msg.PrimeRateRequest, callresponse As Demo.Loan.Msg.PrimeRateResponse, callname As %String) as %Status
Response Handler for call to Demo.Loan.WebOperations
method OnResponse2(process As Ens.BusinessProcess, context As Ens.BP.Context, request As Demo.Loan.Msg.Application, response As Demo.Loan.Msg.Approval, callrequest As Demo.Loan.Msg.CreditRatingRequest, callresponse As Demo.Loan.Msg.CreditRatingResponse, callname As %String) as %Status
Response Handler for call to Demo.Loan.WebOperations

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.BankEven.Context)

^Ens.BP.ContextD(ID,"Context")
=
CreditRating
NameLength
PrimeRate
FeedbackOpens in a new tab