Skip to main content

%CSP.UI.Portal.NLSEdit

class %CSP.UI.Portal.NLSEdit extends %CSP.UI.Portal.Template

Zen page for System Management Portal - NLS Local Properties

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/mgr/%CSP.UI.Portal.NLSEdit.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 = Config;
parameter HELPADDRESS = Home,Configuration,Locale Definitions;
Inherited description: Each SMP page should set this link which points to the documentation anchor name.
parameter PAGENAME = NLS Edit;
Displayed name of this page.
parameter PARENTPAGE = /csp/sys/mgr/%CSP.UI.Portal.NLS.zen;
Inherited description: This parameter defines the parent page for this page.
If the name ends in .csp, then the parent is assumed to be an autopage-enabled CSP page.
If the name ends in .cls, then the parent is assumed to be a Zen page.
This is used to automate the construction of the locator bar for this page and to build the index between portal pages and documentation.
The %GetLocatorInfo method is used to get this information.
parameter RECENT = 0;
Inherited description: If true, register visits to this page in the recent list.
parameter RESOURCE = %Admin_Manage;
Security requirement

Properties

property CharacterSet as %ZEN.Datatype.string;
Property methods: CharacterSetDisplayToLogical(), CharacterSetGet(), CharacterSetIsValid(), CharacterSetLogicalToDisplay(), CharacterSetLogicalToOdbc(), CharacterSetNormalize(), CharacterSetSet()
property cmbLocale as %ZEN.Datatype.string (ZENURL = "cmbLocale");
Property methods: cmbLocaleDisplayToLogical(), cmbLocaleGet(), cmbLocaleIsValid(), cmbLocaleLogicalToDisplay(), cmbLocaleLogicalToOdbc(), cmbLocaleNormalize(), cmbLocaleSet()
property msgCollationTables as %ZEN.Datatype.caption [ InitialExpression = $$$TextJS("Please select at least one Collation table.") ];
Property methods: msgCollationTablesDisplayToLogical(), msgCollationTablesGet(), msgCollationTablesIsValid(), msgCollationTablesLogicalToDisplay(), msgCollationTablesLogicalToOdbc(), msgCollationTablesNormalize(), msgCollationTablesSet()
property msgConfirmIOTable as %ZEN.Datatype.caption [ InitialExpression = $$$TextJS("Are you sure you want to remove this table from this locale?") ];
Property methods: msgConfirmIOTableDisplayToLogical(), msgConfirmIOTableGet(), msgConfirmIOTableIsValid(), msgConfirmIOTableLogicalToDisplay(), msgConfirmIOTableLogicalToOdbc(), msgConfirmIOTableNormalize(), msgConfirmIOTableSet()
property msgIOTableInput as %ZEN.Datatype.caption [ InitialExpression = $$$TextJS("Please enter a value for Input.") ];
Property methods: msgIOTableInputDisplayToLogical(), msgIOTableInputGet(), msgIOTableInputIsValid(), msgIOTableInputLogicalToDisplay(), msgIOTableInputLogicalToOdbc(), msgIOTableInputNormalize(), msgIOTableInputSet()
property msgIOTableName as %ZEN.Datatype.caption [ InitialExpression = $$$TextJS("Please enter a table name.") ];
Property methods: msgIOTableNameDisplayToLogical(), msgIOTableNameGet(), msgIOTableNameIsValid(), msgIOTableNameLogicalToDisplay(), msgIOTableNameLogicalToOdbc(), msgIOTableNameNormalize(), msgIOTableNameSet()
property msgIOTableOutput as %ZEN.Datatype.caption [ InitialExpression = $$$TextJS("Please enter a value for Output.") ];
Property methods: msgIOTableOutputDisplayToLogical(), msgIOTableOutputGet(), msgIOTableOutputIsValid(), msgIOTableOutputLogicalToDisplay(), msgIOTableOutputLogicalToOdbc(), msgIOTableOutputNormalize(), msgIOTableOutputSet()
property msgIdenTables as %ZEN.Datatype.caption [ InitialExpression = $$$TextJS("Please select at least one Identifier table.") ];
Property methods: msgIdenTablesDisplayToLogical(), msgIdenTablesGet(), msgIdenTablesIsValid(), msgIdenTablesLogicalToDisplay(), msgIdenTablesLogicalToOdbc(), msgIdenTablesNormalize(), msgIdenTablesSet()
property msgPatternTables as %ZEN.Datatype.caption [ InitialExpression = $$$TextJS("Please select at least one Pattern match table.") ];
Property methods: msgPatternTablesDisplayToLogical(), msgPatternTablesGet(), msgPatternTablesIsValid(), msgPatternTablesLogicalToDisplay(), msgPatternTablesLogicalToOdbc(), msgPatternTablesNormalize(), msgPatternTablesSet()
property msgSaved as %ZEN.Datatype.caption [ InitialExpression = $$$TextJS("Change has been saved.") ];
Property methods: msgSavedDisplayToLogical(), msgSavedGet(), msgSavedIsValid(), msgSavedLogicalToDisplay(), msgSavedLogicalToOdbc(), msgSavedNormalize(), msgSavedSet()
property msgXYTables as %ZEN.Datatype.caption [ InitialExpression = $$$TextJS("Please select at least one $X/$Y action table.") ];
Property methods: msgXYTablesDisplayToLogical(), msgXYTablesGet(), msgXYTablesIsValid(), msgXYTablesLogicalToDisplay(), msgXYTablesLogicalToOdbc(), msgXYTablesNormalize(), msgXYTablesSet()

Methods

Return the array of links to show in the locator bar.
pLink(n)=$LB(caption,link)
method %OnAfterCreatePage() as %Status
Set Locator bar and determine whether to show change password option.
method %OnGetPageName() as %String
Get the (localized) name of the page.
classmethod ArrayToString(name As %String, def As %String, ByRef LocProps As %String, delim As %String = ", ") as %String
Return additional tables from array. Used by DrawProperties. name = table name, e.g. PatternTables, CollationTables def = default, e.g. LocProps("CollationTable") LocProps = array containing all current settings
method DrawIntTables()
Load Default Internal Tables
method DrawLocale(pSeed As %String) as %Status
method DrawProperties(pSeed As %String) as %Status
Draw All Properties of a Locale
classmethod EditIOTable(table, tablename) as %ZEN.proxyObject [ ZenMethod ]
Load I/O table details
method ExecuteInputFrom(pRS As %Library.ResultSet, Output tSC As %Status, pInfo As %ZEN.Auxiliary.QueryInfo) as %Boolean
Method for loading I/O Tables Input from field.
method ExecuteOutputTo(pRS As %Library.ResultSet, Output tSC As %Status, pInfo As %ZEN.Auxiliary.QueryInfo) as %Boolean
Method for loading I/O Tables Output to field.
classmethod RemoveIOTables(pProxy As %ZEN.proxyObject) as %String [ ZenMethod ]
Remove an existing IO table from locale
classmethod SaveBasics(pProxy As %ZEN.proxyObject) as %String [ ZenMethod ]
Save values to Basics properties
classmethod SaveFormats(pProxy As %ZEN.proxyObject) as %String [ ZenMethod ]
Save values to Date, Time, Number Formats
classmethod SaveIODefaults(pProxy As %ZEN.proxyObject) as %String [ ZenMethod ]
Save values to Defaults for Input/Output (IODefaults)
classmethod SaveIOTables(pProxy As %ZEN.proxyObject) as %String [ ZenMethod ]
Validate and Save values to Input/Output Tables.
classmethod SaveIntTables(pProxy As %ZEN.proxyObject) as %String [ ZenMethod ]
classmethod SaveInternalDefaults(pProxy As %ZEN.proxyObject) as %String [ ZenMethod ]
Save values to Defaults for Internal Tables (InternalDefaults)
classmethod SaveStrings(pProxy As %ZEN.proxyObject) as %String [ ZenMethod ]
Save values to Defaults for Input/Output (IODefaults)
clientmethod arrowClick(from, to) [ Language = javascript ]
------------------ Utility Methods for Moving between lstboxes ------------------ /// Moving a list item from one box to the next, then remove it from the original box ///
clientmethod newIOTable() [ Language = javascript ]
Reset the form programmatically
clientmethod removeIOTable() [ Language = javascript ]
User clicked the Remove button for IO table
clientmethod save(menu) [ Language = javascript ]
User clicked a Save button
clientmethod saveIOTable() [ Language = javascript ]
User clicked the Save button for IO table
clientmethod selectIOTables(comp) [ Language = javascript ]
User selected a Input/Output table. Fill in edit fields.
clientmethod selectMenu(menu) [ Language = javascript ]
User clicked a menu. menu=0 means to return to Local Properties.

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab