Class ZmSetting
Class Detail
ZmSetting(id, params)
Creates a setting.
Author: Conrad Damon.
Field Detail
<static>
{String}
ZmSetting.ACL_AUTH
Defines the "all" ACL grantee type.
<static>
{String}
ZmSetting.ACL_DOMAIN
Defines the "domain" ACL grantee type.
<static>
{String}
ZmSetting.ACL_GROUP
Defines the "group" ACL grantee type.
<static>
{String}
ZmSetting.ACL_NONE
Defines the "none" ACL grantee type.
<static>
{String}
ZmSetting.ACL_PUBLIC
Defines the "public" ACL grantee type.
<static>
{String}
ZmSetting.ACL_USER
Defines the "user" ACL grantee type.
<static>
ZmSetting.T_CONFIG
Defines the "config" type.
<static>
ZmSetting.T_COS
Defines the "COS" type.
<static>
ZmSetting.T_DOMAIN
Defines the "domain" type.
<static>
ZmSetting.T_METADATA
Defines the "meta-data" type.
<static>
ZmSetting.T_PREF
Defines the "pref" type.
<static>
ZmSetting.T_PSEUDO
Defines the "pseudo" type.
Method Detail
{Object}
getDefaultValue(key, serialize)
Gets the default value of this setting.
{Object}
getOrigValue(key, serialize)
Gets the original value of this setting.
{Object}
getValue(key, serialize)
Gets the current value of this setting.
notifyModify(obj)
Handles modify notification.
setValue(value, key, setDefault, skipNotify, skipImplicit)
Sets the current value of this setting, performing any necessary data type conversion.
{String}
toString()
Returns a string representation of the object.
|
||||||||||||||||||||||||||||||||||||||||||||
Documentation generated by JsDoc Toolkit 2.3.0 on Tue Jun 28 2016 21:01:39 GMT-0400 (EDT)
|