Skip to main content

%CSP.UI.Portal.InteroperabilityUsage

class %CSP.UI.Portal.InteroperabilityUsage extends %CSP.UI.Portal.Utils

Zen page for System Management Portal - Interoperability Usage

Property Inventory

Method Inventory

Parameters

parameter AUTONS = 0;
Do not switch namespace for this page: it needs to stay in %SYS
parameter CSPURL = /csp/sys/op/%CSP.UI.Portal.InteroperabilityUsage.zen;
Inherited description: This parameter is used to make sure that if multiple CSP applications are mapped to the same namespace that the CSP engine can correctly identify which class corresponds with which URL. If 'LockCSPName' is true (the default, defined in the CSP application) then you can only access this page if the url exactly matches this 'CSPURL'. You can set this parameter to "" if you wish to disable this check for this class. This check is applied for all CSP urls (cls/csp/zen).
If this page was compiled from a .csp file, then this parameter is automatically set to contain the url of this file used for compilation.
parameter HELPADDRESS = Home,Interoperability Usage;
Inherited description: Each SMP page should set this link which points to the documentation anchor name.
parameter PAGENAME = Interoperability Usage;
Displayed name of this page.
parameter RECENT = 0;
Inherited description: If true, register visits to this page in the recent list.
parameter RESOURCE = %Admin_Operate;
Security requirement

Properties

property EndDate as %TimeStamp [ InitialExpression = $ZDATE($horolog,3) ];
Property methods: EndDateDisplayToLogical(), EndDateGet(), EndDateIsValid(), EndDateLogicalToDisplay(), EndDateLogicalToXSD(), EndDateNormalize(), EndDateOdbcToLogical(), EndDateSet(), EndDateXSDToLogical()
property EndDateUTC as %TimeStamp [ Calculated ];
Property methods: EndDateUTCCompute(), EndDateUTCDisplayToLogical(), EndDateUTCGet(), EndDateUTCIsValid(), EndDateUTCLogicalToDisplay(), EndDateUTCLogicalToXSD(), EndDateUTCNormalize(), EndDateUTCOdbcToLogical(), EndDateUTCSQLCompute(), EndDateUTCXSDToLogical()
property FilterValue as %String;
Property methods: FilterValueDisplayToLogical(), FilterValueGet(), FilterValueIsValid(), FilterValueLogicalToDisplay(), FilterValueLogicalToOdbc(), FilterValueNormalize(), FilterValueSet()
property Option as %Integer [ InitialExpression = 1 ];
Property methods: OptionDisplayToLogical(), OptionGet(), OptionIsValid(), OptionLogicalToDisplay(), OptionNormalize(), OptionSet(), OptionXSDToLogical()
property StartDate as %TimeStamp [ InitialExpression = $P($ZDATE($horolog,3),"-",1,2)_"-01" ];
Property methods: StartDateDisplayToLogical(), StartDateGet(), StartDateIsValid(), StartDateLogicalToDisplay(), StartDateLogicalToXSD(), StartDateNormalize(), StartDateOdbcToLogical(), StartDateSet(), StartDateXSDToLogical()
property StartDateUTC as %TimeStamp [ Calculated ];
Property methods: StartDateUTCCompute(), StartDateUTCDisplayToLogical(), StartDateUTCGet(), StartDateUTCIsValid(), StartDateUTCLogicalToDisplay(), StartDateUTCLogicalToXSD(), StartDateUTCNormalize(), StartDateUTCOdbcToLogical(), StartDateUTCSQLCompute(), StartDateUTCXSDToLogical()
property Today as %TimeStamp [ InitialExpression = $ZDATE($horolog,3) , ReadOnly ];
Property methods: TodayDisplayToLogical(), TodayGet(), TodayIsValid(), TodayLogicalToDisplay(), TodayLogicalToXSD(), TodayNormalize(), TodayOdbcToLogical(), TodayXSDToLogical()
property View as %Integer [ InitialExpression = 1 ];
Property methods: ViewDisplayToLogical(), ViewGet(), ViewIsValid(), ViewLogicalToDisplay(), ViewNormalize(), ViewSet(), ViewXSDToLogical()

Methods

Return the array of links to show in the locator bar.
pLink(n)=$LB(caption,link)
method %OnAfterCreatePage() as %Status
Inherited description: Be sure to do ##super() when overriding.
method %OnGetPageName() as %String
Get the (localized) name of the page. This should be implemented in a subclass.
method DisplayType(table As %ZEN.Component.tablePane, dt As %ZEN.Datatype.string, seed As %ZEN.Datatype.string) as %Status
Method to add "Interfaces", "Volume", or "Size" to the Type name depending on which view we are in
method OnDrawRibbon() as %Status
Add to the contents of the tool ribbon.
method OnGetRibbonInfo(Output pDisplay As %Boolean, Output pViewIcons As %List, Output pSortOptions As %List, Output pSearchBox As %Boolean, Output pRibbonTitle As %String, Output pCommands As %List) as %Status
Inherited description: Get information to display in the ribbon bar.
clientmethod filterChanged(table, value) [ Language = javascript ]
clientmethod getOptionTitle(pageNum) [ Language = javascript ]
clientmethod onloadHandler() [ Language = javascript ]
This client event, if present, is fired when the page is loaded.
clientmethod setOption(index) [ Language = javascript ]
clientmethod setView(index) [ Language = javascript ]
clientmethod showHidePages() [ Language = javascript ]
clientmethod updateDates() [ Language = javascript ]
clientmethod updateTable() [ Language = javascript ]
clientmethod updateView() [ Language = javascript ]
On auto-refresh, or after Resume or Suspend, reload page with the current tab selected.

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab