Uses of Interface
org.codehaus.groovy.grails.scaffolding.ScaffoldCallback

Packages that use ScaffoldCallback
org.codehaus.groovy.grails.scaffolding   
 

Uses of ScaffoldCallback in org.codehaus.groovy.grails.scaffolding
 

Classes in org.codehaus.groovy.grails.scaffolding that implement ScaffoldCallback
 class DefaultScaffoldCallback
           
 

Methods in org.codehaus.groovy.grails.scaffolding with parameters of type ScaffoldCallback
 Map DefaultScaffoldRequestHandler.handleCreate(HttpServletRequest request, HttpServletResponse reponse, ScaffoldCallback callback)
           
 Map ScaffoldRequestHandler.handleCreate(HttpServletRequest request, HttpServletResponse reponse, ScaffoldCallback callback)
          Handles a create request
 Map DefaultScaffoldRequestHandler.handleDelete(HttpServletRequest request, HttpServletResponse response, ScaffoldCallback callback)
           
 Map ScaffoldRequestHandler.handleDelete(HttpServletRequest request, HttpServletResponse reponse, ScaffoldCallback callback)
          Handles a request to delete a scaffolded instance
 Map DefaultScaffoldRequestHandler.handleSave(HttpServletRequest request, HttpServletResponse reponse, ScaffoldCallback callback)
           
 Map ScaffoldRequestHandler.handleSave(HttpServletRequest request, HttpServletResponse reponse, ScaffoldCallback callback)
          Handles a request to save a scaffolded instance
 Map DefaultScaffoldRequestHandler.handleShow(HttpServletRequest request, HttpServletResponse response, ScaffoldCallback callback)
           
 Map ScaffoldRequestHandler.handleShow(HttpServletRequest request, HttpServletResponse reponse, ScaffoldCallback callback)
          Handles a request to show a scaffolded instance
 Map DefaultScaffoldRequestHandler.handleUpdate(HttpServletRequest request, HttpServletResponse reponse, ScaffoldCallback callback)
           
 Map ScaffoldRequestHandler.handleUpdate(HttpServletRequest request, HttpServletResponse reponse, ScaffoldCallback callback)
          Handles a request to update a scaffolded instance
 boolean DefaultScaffoldDomain.save(Object domainObject, ScaffoldCallback callback)
           
 boolean GrailsScaffoldDomain.save(Object domainObject, ScaffoldCallback callback)
           
 boolean ScaffoldDomain.save(Object domainObject, ScaffoldCallback callback)
          Saves an instance of the persistent class using the specified properties
 boolean DefaultScaffoldDomain.update(Object domainObject, ScaffoldCallback callback)
           
 boolean GrailsScaffoldDomain.update(Object domainObject, ScaffoldCallback callback)
           
 boolean ScaffoldDomain.update(Object domainObject, ScaffoldCallback callback)
          Updates an existing instance
 



Copyright (c) 2005-2006 The Grails project