Skip to main content

%BI.WebDashboardE

class %BI.WebDashboardE extends %CSP.Page, %BI.CSPsuper

Method Inventory

Parameters

parameter SECURITYRESOURCE = %BI_LegacyAccess;
Inherited description: This is a comma-delimited list of system Resources and associated permissions. A user must hold the specified permissions on all of the specified resources in order to view this page.
The format of each item in the list should be as follows:
Resource[:Permission]
Permission is optional, and defaults to USE if not supplied. If it is supplied, it should be one of USE, READ or WRITE. You can also specify or grouping using the '|' character, so 'R1,R2|R3,R3|R4' means you must have resource R1 and one of R2 or R3 and one of R3 or R4. So if you have R1,R3 it will pass, if you have R1,R4 it will not as it does not meet the R2|R3 condition. So the '|' or condition takes precedence over the ',' and condition.

Methods

classmethod CheckBorder(objId) as %String
classmethod LabelObjectProp(dkey)
classmethod LineCoords(id, from, to)
classmethod OnPage() as %Status
Inherited description: Event handler for PAGE event: this is invoked in order to generate the content of a csp page.
classmethod UpdateLabel(id, val)
classmethod addAll(P0, P1)
classmethod addObj(P0, P1, P2)
classmethod addToList(P0, P1)
classmethod alert27(key)
classmethod bring2Front(P0, P1, P2)
classmethod chkGrp(P0)
classmethod chosePostAction(P0)
classmethod delChg(dKey)
classmethod deleteAllLineToObj(P0, P1, P2)
classmethod deleteDSBdirect(dID, rClik)
classmethod deleteDSBdirect2(dID, rClik)
classmethod deleteDsb()
classmethod deleteObj(P0, P1, P2)
classmethod duplicateDashB(P0)
classmethod duplicateObj(P0, P1, P2)
classmethod editObj(P0, P1, P2, P3)
classmethod editPicObj(P0, P1)
classmethod exitDE()
classmethod genReport()
classmethod generateSampleScript(P0)
classmethod loadConditionJS(P0, P1)
classmethod loadDB()
classmethod loadImgIDPicIn(P0)
classmethod loadImgIDPicIn2(P0, P1)
classmethod loadListingField(P0)
classmethod loadSubjNDetLi4Frame(P0)
classmethod redrawLine(P0, P1, P2)
classmethod refreshWin()
classmethod regenDB()
classmethod remAll(P0)
classmethod remFrmList(P0, P1, P2)
classmethod resetSzCd(P0, P1)
classmethod saveDB(P0, P1)
classmethod saveDBm()
classmethod saveDup(P0, P1, P2)
classmethod sent2Back(P0, P1, P2)
classmethod setDLClass(P0)
classmethod setDLClass4Frame(P0)
classmethod setDashbProp(P0, P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14, P15, P16)
classmethod setDataObj(P0)
classmethod setFilterObj(P0, P1)
classmethod setNewOrNot(dbID)
classmethod setPostAction(P0, P1)
classmethod setRefTrig(P0, P1)
classmethod setSRtn(P0)
classmethod setSubjectArea()
classmethod setSubjectArea4Frame()
classmethod updateChg(P0, P1, P2)

Inherited Members

Inherited Methods

FeedbackOpens in a new tab