ColdBox Platform v3.8.0

coldbox.system.interceptors
Class CriteriaBuilder

WEB-INF.cftags.component
        extended by coldbox.system.FrameworkSupertype
            extended by coldbox.system.Interceptor
                extended by coldbox.system.interceptors.CriteriaBuilder

public class CriteriaBuilder
extends Interceptor

Interceptor for additions to CriteriaBuilder

Method Summary
 void configure()
          Configuration method for interceptor return void
 void onCriteriaBuilderAddition(Any event, Struct interceptData)
 
Methods inherited from class coldbox.system.Interceptor
appendToBuffer, clearBuffer, getBufferObject, getBufferString, getInterceptorService, getProperties, getProperty, init, propertyExists, setProperties, setProperty, unregister
 
Methods inherited from class coldbox.system.FrameworkSupertype
$abort, $dump, $htmlhead, $include, $rethrow, $throw, addAsset, announceInterception, getColdboxOCM, getController, getDatasource, getDebugMode, getInterceptor, getMailService, getMailSettings, getMemento, getModel, getModuleSettings, getMyPlugin, getNewMail, getPlugin, getResource, getSetting, getSettingStructure, getSettingsBean, getValidationManager, getfwLocale, includeUDF, loadGlobalUDFLibraries, locateDirectoryPath, locateFilePath, persistVariables, populateModel, relocate, renderExternalView, renderLayout, renderView, runEvent, setDebugMode, setNextEvent, setNextRoute, setSetting, setfwLocale, settingExists, validateModel
 
Methods inherited from class WEB-INF.cftags.component
None
 

Method Detail

configure

public void configure()
Configuration method for interceptor return void


onCriteriaBuilderAddition

public void onCriteriaBuilderAddition(Any event, Struct interceptData)

Parameters:
event
interceptData

ColdBox Platform v3.8.0