Type | Name and description |
---|---|
static List<ArtefactHandler> |
artefacts |
static Closure |
doWithSpring |
Type Params | Return Type | Name and description |
---|---|---|
|
static void |
addQuickSearchFields(List<String> fields, List<PersistentEntity> domains) Adds quickSearch fields to domains from config, if domain has such properties. |
|
static Closure |
getRepoBeanClosure(GrailsRepositoryClass repoClass, Object beanBuilder = null) |
|
static void |
onChange(Object event, GrailsApplication grailsApplication, Plugin plugin) |
Adds quickSearch fields to domains from config, if domain has such properties. Supports paths for nested domains, for example "address.city", so if domain has association address and it has property city it will be added
config
- config beangrailsApplication
- grails application context