Mura CMS 6.1

mura.plugin
Class pluginSettingBean

railo-context.Component
        extended by mura.cfobject
            extended by mura.bean.bean
                extended by mura.plugin.pluginSettingBean

public class pluginSettingBean
extends bean

Constructor Summary
init()
 
Method Summary
 string getHint()
 string getLabel()
 string getMessage()
 string getModuleID()
 string getName()
 string getOptionLabelList()
 string getOptionList()
 string getRegex()
 string getRequired()
 string getSettingValue()
 string getType()
 string getValidation()
 void loadSettingValue()
 string renderSetting(any theValue='useMuraDefault')
 any set([any theXML], [any moduleID])
 any setConfigBean([any configBean])
 any setHint([String Hint])
 any setLabel([String Label])
 any setMessage([String Message])
 any setModuleID([String ModuleID])
 any setName([String name])
 any setOptionLabelList([String OptionLabelList])
 any setOptionList([String OptionList])
 any setRegex([String Regex])
 any setRequired([String Required])
 any setSettingValue([String SettingValue])
 any setType([String Type])
 any setValidation([String validation])
 
Methods inherited from class mura.bean.bean
addObject, compare, getAllValues, getEntityName, getErrors, getInstanceName, getPrimaryKey, getProperties, getSynthedFunctions, getValidations, getValue, hasErrors, hasProperty, isComparable, OnMissingMethod, parseDateArg, removeObject, setAddedObjectValues, setAllValues, setErrors, setlastUpdateBy, setValidations, setValue, synthArgs, translatePropKey, validate, valueExists
 
Methods inherited from class mura.cfobject
commitTracePoint, deleteMethod, getAsJSON, getAsStruct, getBean, getConfigBean, getCurrentUser, getEventManager, getPlugin, getPluginManager, getServiceFactory, initTracePoint, injectMethod, invokeMethod, removeValue
 
Methods inherited from class railo-context.Component
 

Constructor Detail

init

public init()

Method Detail

getHint

public string getHint()


getLabel

public string getLabel()


getMessage

public string getMessage()


getModuleID

public string getModuleID()


getName

public string getName()


getOptionLabelList

public string getOptionLabelList()


getOptionList

public string getOptionList()


getRegex

public string getRegex()


getRequired

public string getRequired()


getSettingValue

public string getSettingValue()


getType

public string getType()


getValidation

public string getValidation()


loadSettingValue

public void loadSettingValue()


renderSetting

public string renderSetting(any theValue='useMuraDefault')

Parameters:
theValue

set

public any set([any theXML], [any moduleID])

Overrides:
set in class bean
Parameters:
theXML
moduleID

setConfigBean

public any setConfigBean([any configBean])

Parameters:
configBean

setHint

public any setHint([String Hint])

Parameters:
Hint

setLabel

public any setLabel([String Label])

Parameters:
Label

setMessage

public any setMessage([String Message])

Parameters:
Message

setModuleID

public any setModuleID([String ModuleID])

Parameters:
ModuleID

setName

public any setName([String name])

Parameters:
name

setOptionLabelList

public any setOptionLabelList([String OptionLabelList])

Parameters:
OptionLabelList

setOptionList

public any setOptionList([String OptionList])

Parameters:
OptionList

setRegex

public any setRegex([String Regex])

Parameters:
Regex

setRequired

public any setRequired([String Required])

Parameters:
Required

setSettingValue

public any setSettingValue([String SettingValue])

Parameters:
SettingValue

setType

public any setType([String Type])

Parameters:
Type

setValidation

public any setValidation([String validation])

Parameters:
validation

Mura CMS 6.1