%CSP.UI.Portal.Application
class %CSP.UI.Portal.Application extends %CSP.Portal.Application
Zen application intended for System Management Portal use only. This class contains generic styles used by the SMP system wide. Change with caution.Method Inventory
- CheckSecurity()
- EvaluateCondition()
- GetConfigurationArray()
- GetNLPArray()
- GetSecurityArray()
- GetSystemConfigArray()
- GetSystemExplorerArray()
- GetSystemOperationArray()
- GetSystemProviderArray()
Parameters
parameter APPLICATIONNAME = System Management Portal;
This is the name of this application.
parameter DOMAIN = %Utility;
Domain used for localization.
Methods
Given a security resource, this method returns 1 if user has privilege, and 0 if the user does not security privilege for using a particular function.
Evaluate a menu item condition; the condition must refer to values or functions that
are in scope (i.e., % variables).
classmethod GetConfigurationArray(n1, n2, Output pData) as %Status
This method is called only when user has %Admin_Manage priviledge
with a few exceptions that require %Admin_Secure
with a few exceptions that require %Admin_Secure
classmethod GetNLPArray(ByRef n, ByRef pData) as %Status
classmethod GetSecurityArray(n1, n2, Output pData) as %Status
This method is called only when user has %Admin_Secure priviledge
classmethod GetSystemConfigArray(Output pData) as %Status
Provide finder contents for the System Config pages.
classmethod GetSystemExplorerArray(Output pData) as %Status
Provide finder contents for the System Explorer pages.
classmethod GetSystemOperationArray(Output pData) as %Status
Provide finder contents for the System Operator pages.
classmethod GetSystemProviderArray(Output pData) as %Status
Inherited Members
Inherited Properties
Inherited Methods
- %AddToSaveSet()
- %ClassIsLatestVersion()
- %ClassName()
- %ConstructClone()
- %DispatchClassMethod()
- %DispatchGetModified()
- %DispatchGetProperty()
- %DispatchMethod()
- %DispatchSetModified()
- %DispatchSetMultidimProperty()
- %DispatchSetProperty()
- %DrawLocatorMenu()
- %DrawSmallMenu()
- %DrawStyleHTML()
- %DrawTitleHTML()
- %DrawTitleServerHTML()
- %Extends()
- %GetApplicationName()
- %GetParameter()
- %GetUserPackages()
- %IsA()
- %IsModified()
- %LinkCSS()
- %LinkScript()
- %New()
- %NormalizeObject()
- %ObjectModified()
- %OnGetJSResources()
- %OnGetProductName()
- %OriginalNamespace()
- %PackageName()
- %RemoveFromSaveSet()
- %SerializeObject()
- %SetModified()
- %ValidateObject()
- CanShowSwitch()
- ConvertParameter()
- Decrypt()
- DrawEscalationRole()
- DrawServerFlag()
- DrawUsername()
- Encrypt()
- EscapeHTML()
- EscapeURL()
- GetContextLinks()
- GetQuickLinks()
- HyperEventCall()
- HyperEventHead()
- Include()
- InsertHiddenField()
- InsertHiddenFields()
- IsPrivate()
- Link()
- OnHTTPHeader()
- OnPage()
- OnPageError()
- OnPostHTTP()
- OnPostHyperEvent()
- OnPreHTTP()
- OnPreHyperEvent()
- Page()
- QuoteJS()
- RewriteURL()
- ShowError()
- StartTimer()
- StopTimer()
- ThrowError()
- UnescapeHTML()
- UnescapeURL()