Skip to main content

EnsPortal.PurgeSettings

class EnsPortal.PurgeSettings extends EnsPortal.Template.standardPage

Method Inventory

Parameters

parameter EDITRESOURCE = %Ens_PurgeSettings:WRITE;
User needs WRITE permissions on the %Ens_PurgeSettigns resource to change the purge criteria
parameter PAGENAME = Purge Data Settings;
Inherited description: Displayed name of this page.
parameter RESOURCE = %Ens_PurgeSettings:WRITE;
User needs USE permissions on the %Ens_Purge resource to access 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 DoSaveSettings() as %String [ ZenMethod ]
method GetPurgeSettings() as %String [ ZenMethod ]
clientmethod adjustSizes() [ Language = javascript ]
Adjust sizes of components on the page.
clientmethod onlayoutHandler(load) [ Language = javascript ]
Adjust sizes of components on the page.
clientmethod onloadHandler() [ Language = javascript ]
This client event, if present, is fired when the page is loaded. Start the timer so we can check the status. If there is a background import job currently running, you will see a periodic update until the job is finished.
clientmethod onunloadHandler() [ Language = javascript ]
Inherited description: This client event, if present, is fired when the page is unloaded. If this method returns a string value, then that is used as the return value of the HTML page's onbeforeunload handler (if more than one component returns a string, the first one encountered is used).
clientmethod saveSettings() [ Language = javascript ]
clientmethod showPurgeDoc() [ Language = javascript ]
Show documentation for message purge.

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab