Skip to main content

HS.HC.SystemConfig.API.Methods

abstract class HS.HC.SystemConfig.API.Methods extends HS.HC.SystemConfig.Utils

Contains wrapper methods around managing system configuration items.
NOTE: Methods in this class are ALL marked as Private and NOT intended to be invoked directly.
Should invoke method with the same name on HS.HC.SystemConfig.API which runs the method on this instance AND ensures it is queued up to run on every mirror member (no-op if not mirrored or there are no other mirror members).

Parameters

parameter APIClassname = HS.HC.SystemConfig.API;
Name of API class that is generated by this class.
MUST be overridden in sub-class
@API.Overrideable
FeedbackOpens in a new tab