Skip to main content

%CSP.UI.Portal.Resources

class %CSP.UI.Portal.Resources extends %CSP.UI.Template.List

System Management Portal - System Administration - Resources

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/sec/%CSP.UI.Portal.Resources.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 EMSSERVICE = Security;
parameter HELPADDRESS = System Administration,Security,Resources;
Inherited description: Each SMP page should set this link which points to the documentation anchor name.
parameter PAGENAME = Managing Resources;
Displayed name of this page.
parameter RESOURCE = %Admin_Secure;
Security requirement

Properties

property FILETYPE as %String [ InitialExpression = "Resource" ];
Property methods: FILETYPEDisplayToLogical(), FILETYPEGet(), FILETYPEIsValid(), FILETYPELogicalToDisplay(), FILETYPELogicalToOdbc(), FILETYPENormalize(), FILETYPESet()
property PermissionNo as %ZEN.Datatype.boolean [ InitialExpression = 1 ];
No public permission on the Search pane. Default to checked.
Property methods: PermissionNoDisplayToLogical(), PermissionNoGet(), PermissionNoIsValid(), PermissionNoLogicalToDisplay(), PermissionNoLogicalToOdbc(), PermissionNoLogicalToXSD(), PermissionNoNormalize(), PermissionNoSet(), PermissionNoXSDToLogical()
property PermissionRead as %ZEN.Datatype.boolean [ InitialExpression = 1 ];
Read public permission on the Search pane. Default to checked.
Property methods: PermissionReadDisplayToLogical(), PermissionReadGet(), PermissionReadIsValid(), PermissionReadLogicalToDisplay(), PermissionReadLogicalToOdbc(), PermissionReadLogicalToXSD(), PermissionReadNormalize(), PermissionReadSet(), PermissionReadXSDToLogical()
property PermissionUse as %ZEN.Datatype.boolean [ InitialExpression = 1 ];
Use public permission on the Search pane. Default to checked.
Property methods: PermissionUseDisplayToLogical(), PermissionUseGet(), PermissionUseIsValid(), PermissionUseLogicalToDisplay(), PermissionUseLogicalToOdbc(), PermissionUseLogicalToXSD(), PermissionUseNormalize(), PermissionUseSet(), PermissionUseXSDToLogical()
property PermissionWrite as %ZEN.Datatype.boolean [ InitialExpression = 1 ];
Write public permission on the Search pane. Default to checked.
Property methods: PermissionWriteDisplayToLogical(), PermissionWriteGet(), PermissionWriteIsValid(), PermissionWriteLogicalToDisplay(), PermissionWriteLogicalToOdbc(), PermissionWriteLogicalToXSD(), PermissionWriteNormalize(), PermissionWriteSet(), PermissionWriteXSDToLogical()
property Spec as %ZEN.Datatype.string [ InitialExpression = "*" ];
Resource Name Spec on the Search pane. User can enter any of the following:
    Names - Comma separated list of resource names
  • "*" - All records match
  • "String,String1" - Any records matching one of these elements
  • "String*" - Any record starting with "String"
  • "String,String1*,String2" - Any record mathing one of these elements, or starting with "String1"
Property methods: SpecDisplayToLogical(), SpecGet(), SpecIsValid(), SpecLogicalToDisplay(), SpecLogicalToOdbc(), SpecNormalize(), SpecSet()
property colDelete as %ZEN.Datatype.caption [ InitialExpression = $$$Text("Delete") ];
Store translated targetCol linkCaption for
Property methods: colDeleteDisplayToLogical(), colDeleteGet(), colDeleteIsValid(), colDeleteLogicalToDisplay(), colDeleteLogicalToOdbc(), colDeleteNormalize(), colDeleteSet()
property msgConfirm as %String [ InitialExpression = $$$TextJS("Are you sure you want to delete resource code %1?") ];
Property methods: msgConfirmDisplayToLogical(), msgConfirmGet(), msgConfirmIsValid(), msgConfirmLogicalToDisplay(), msgConfirmLogicalToOdbc(), msgConfirmNormalize(), msgConfirmSet()
property msgDBDefault as %ZEN.Datatype.caption [ InitialExpression = $$$TextJS("(%DB_%DEFAULT cannot be deleted.)") ];
Property methods: msgDBDefaultDisplayToLogical(), msgDBDefaultGet(), msgDBDefaultIsValid(), msgDBDefaultLogicalToDisplay(), msgDBDefaultLogicalToOdbc(), msgDBDefaultNormalize(), msgDBDefaultSet()
property msgDeleteMsgs as %ZEN.Datatype.caption [ InitialExpression = $$$TextJS("Are you sure you want to delete the selected %1 resource(s)?") ];
Property methods: msgDeleteMsgsDisplayToLogical(), msgDeleteMsgsGet(), msgDeleteMsgsIsValid(), msgDeleteMsgsLogicalToDisplay(), msgDeleteMsgsLogicalToOdbc(), msgDeleteMsgsNormalize(), msgDeleteMsgsSet()

Methods

Return the array of links to show in the locator bar.
pLink(n)=$LB(caption,link)
method %OnAfterCreatePage() as %Status
Inherited description: Subclass to override. Always include code in this method.
method %OnGetPageName() as %String
Get the (localized) name of the page. This should be implemented in a subclass.
classmethod Delete(resource As %String) as %String [ ZenMethod ]
Delete selected resource/s now.
method DrawTableHeader(pSeed As %String) as %Status
Draw the contents of the Table Header (the region between the diagram and the table).
method ExecuteRS(pRS As %Library.ResultSet, Output tSC As %Status, pInfo As %ZEN.Auxiliary.QueryInfo) as %Boolean
Method for executing the query.
method GetLastSearch() as %String
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
Get information to display in the ribbon bar.
clientmethod doDelete(resource) [ Language = javascript ]
Delete selected resource(s).
clientmethod doEdit(resource) [ Language = javascript ]
clientmethod doExport() [ Language = javascript ]
clientmethod doImport() [ Language = javascript ]
clientmethod doProfile() [ Language = javascript ]
clientmethod doSearch() [ Language = javascript ]
User clicked Go to start search.
clientmethod keyUp(zenEvent) [ Language = javascript ]
Check if user hit [Enter].
clientmethod onPopupAction(popupName, action, value) [ Language = javascript ]
This client event, if present, is fired when the a popup page launched from this page fires an action.
clientmethod onloadHandler() [ Language = javascript ]
When page is loaded, check if this is a ReadOnly for EMS. If it is then disable the multiple select.
Else disable the checkbox for %DB_%DEFAULT.
clientmethod reloadTable() [ Language = javascript ]

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab