Skip to main content

HS.UI.StartStopFrame

class HS.UI.StartStopFrame extends EnsPortal.Template.standardPage

Utility page that does the real work after being invoked from EnsPortal.Dialog.UpdateProduction. That dialog captures and displays all output from the real work commands invoked here.

Method Inventory

Parameters

parameter RESOURCE = %All;
User needs USE permissions on the %Ens_ProductionRun or the %Ens_ConfigItemRun resource to view this page.

Methods

method %OnGetPageName() as %String
Get the (localized) name of the page.
method %OnGetTitle() as %String
Get the (localized) title string for the page.
method OnGetRibbonInfo(Output pDisplay As %Library.Boolean, Output pViewIcons As %Library.List, Output pSortOptions As %Library.List, Output pSearchBox As %Library.Boolean, Output pRibbonTitle As %Library.String, Output pCommands As %Library.List) as %Status
Get information to display in the ribbon bar. Make appropriate choices for Production Delete.
classmethod OnPage() as %Status
Inherited description: Render the contents trapping for permission issue
classmethod OnPreHTTP() as %Boolean
Inherited description: PreHTTP handler for all Zen pages. Users should not override this method; If you need to be notified use the %OnPreHTTP() supplied by Zen.
This dispatched to a common PreHTTP handler
classmethod StartProductions() as %Status
Start a production
classmethod StopProductions() as %Status
Stop the production

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab