contentbox.modules.contentbox-deps.modules.cborm.interceptors

Class CriteriaBuilder

lucee.Component
    extended by coldbox.system.FrameworkSupertype
      extended by coldbox.system.Interceptor
        extended by contentbox.modules.contentbox-deps.modules.cborm.interceptors.CriteriaBuilder
Class Attributes:
  • synchronized : false
  •  
  • accessors : false
  •  
  • persistent : false
  •  
    Method Summary
    any configure()
         Configuration method for interceptor.
    any onCriteriaBuilderAddition(any event, any interceptData)
         Listen to criteria builder additions.
     
    Methods inherited from class coldbox.system.Interceptor
    appendToBuffer, clearBuffer, getBufferObject, getBufferString, getCachebox, getFlash, getInterceptorService, getLog, getLogBox, getProperties, getProperty, getWirebox, init, propertyExists, setCachebox, setFlash, setInterceptorService, setLog, setLogBox, setProperties, setProperty, setWirebox, unregister
     
    Methods inherited from class coldbox.system.FrameworkSupertype
    addAsset, announceInterception, getCache, getController, getInstance, getInterceptor, getModel, getModuleConfig, getModuleSettings, getMyPlugin, getPlugin, getRenderer, getRequestCollection, getRequestContext, getSetting, getSettingStructure, includeUDF, loadApplicationHelpers, locateDirectoryPath, locateFilePath, persistVariables, populateModel, relocate, renderExternalView, renderLayout, renderView, runEvent, setController, setNextEvent, setSetting, settingExists
     
    Methods inherited from class lucee.Component
    None

    Method Detail

    configure

    public any configure()

    Configuration method for interceptor

    Overrides:
    configure in class coldbox.system.Interceptor

    onCriteriaBuilderAddition

    public any onCriteriaBuilderAddition(any event, any interceptData)

    Listen to criteria builder additions

    Parameters:
    event
    interceptData