mura.plugin

Class pluginScriptBean

lucee.Component
    extended by mura.cfobject
      extended by mura.bean.bean
        extended by mura.plugin.pluginScriptBean

This provides plugin config xml event handling registration

Class Attributes:
  • output : false
  •  
  • synchronized : false
  •  
  • accessors : false
  •  
  • persistent : false
  •  
    Property Summary
    type property default serializable required
    boolean doCache


    • access = public
    • returntype = any
    false true yes
    string moduleID


    • access = public
    • returntype = any
    true yes
    string runAt


    • access = public
    • returntype = any
    true yes
    string scriptFile


    • access = public
    • returntype = any
    true yes
    string scriptID


    • access = public
    • returntype = any
    true yes
    Constructor Summary
    init()
    Method Summary
    any delete()
    any getQuery()
    any getScriptID()
    any load()
    any save()
    any setConfigBean([any configBean])
    any setDoCache([String docache])
     
    Methods inherited from class mura.bean.bean
    addObject, allowDelete, allowQueryParams, allowRead, allowSave, clone, compare, exists, get, getAll, getAllValues, getEntityName, getErrors, getFeed, getHasManyPropArray, getHasOnePropArray, getInstanceName, getIsHistorical, getListView, getOrderBy, getPrimaryKey, getProperties, getSynthedFunctions, getTable, getValidations, getValue, has, hasErrors, hasProperty, hasTable, isComparable, OnMissingMethod, parseDateArg, removeObject, set, setAddedObjectValues, setAllValues, setErrors, setlastUpdateBy, setPropAsIDColumn, setValidations, setValue, synthArgs, translatePropKey, validate, valueExists
     
    Methods inherited from class mura.cfobject
    commitTracePoint, convertTimezone, deleteMethod, getAsJSON, getAsStruct, getBean, getConfigBean, getCurrentUser, getEventManager, getHTTPAttrs, getHTTPService, getJavaTimezone, getPlugin, getPluginManager, getQueryAttrs, getQueryService, getServiceFactory, getSession, hasCustomDatasource, initTracePoint, inject, injectMethod, invokeMethod, mixin, removeValue
     
    Methods inherited from class lucee.Component
    None

    Constructor Detail

    init

    public init()


    Property Detail

    doCache

    property boolean doCache = [false]

    Attributes:
    access - public
    required - yes
    returntype - any
    serializable - true

    moduleID

    property string moduleID

    Attributes:
    access - public
    required - yes
    returntype - any
    serializable - true

    runAt

    property string runAt

    Attributes:
    access - public
    required - yes
    returntype - any
    serializable - true

    scriptFile

    property string scriptFile

    Attributes:
    access - public
    required - yes
    returntype - any
    serializable - true

    scriptID

    property string scriptID

    Attributes:
    access - public
    required - yes
    returntype - any
    serializable - true

    Method Detail

    delete

    public any delete()


    getQuery

    public any getQuery()


    getScriptID

    public any getScriptID()


    load

    public any load()


    save

    public any save()


    setConfigBean

    public any setConfigBean([any configBean])

    Parameters:
    configBean

    setDoCache

    public any setDoCache([String docache])

    Parameters:
    docache