public class CollectionControllerServiceImpl extends Object implements CollectionControllerService
Modifier and Type | Class and Description |
---|---|
static class |
CollectionControllerServiceImpl.CollectionActionParameters
Helper class for maintaining collection action parameters for a request.
|
Constructor and Description |
---|
CollectionControllerServiceImpl() |
Modifier and Type | Method and Description |
---|---|
org.springframework.web.servlet.ModelAndView |
addBlankLine(UifFormBase form)
Invoked by the add blank line action to add a new line instance to the model mollection.
|
org.springframework.web.servlet.ModelAndView |
addLine(UifFormBase form)
Invoked by the add line action to add the add line instance to the model collection.
|
org.springframework.web.servlet.ModelAndView |
deleteLine(UifFormBase form)
Invoked by the delete line action to delete an item within the model collection.
|
org.springframework.web.servlet.ModelAndView |
editLine(UifFormBase form)
Invoked by the edit line action to edit the edit line instance to the model collection.
|
protected ModelAndViewService |
getModelAndViewService() |
protected org.springframework.web.servlet.ModelAndView |
performHelperLifecycle(UifFormBase form,
Runnable runnable)
Helper method to run a
Runnable through the view lifecycle. |
org.springframework.web.servlet.ModelAndView |
retrieveCollectionPage(UifFormBase form)
Invoked by the table paging widget to retrieve a page for a collection group.
|
org.springframework.web.servlet.ModelAndView |
saveLine(UifFormBase form)
Invoked by the save line action to save an item within the model collection.
|
void |
setModelAndViewService(ModelAndViewService modelAndViewService) |
org.springframework.web.servlet.ModelAndView |
tableJsonRetrieval(UifFormBase form)
Get method for getting aaData for jquery datatables which are using sAjaxSource option.
|
public CollectionControllerServiceImpl()
public org.springframework.web.servlet.ModelAndView addLine(UifFormBase form)
addLine
in interface CollectionControllerService
form
- form instance containing the model datapublic org.springframework.web.servlet.ModelAndView addBlankLine(UifFormBase form)
addBlankLine
in interface CollectionControllerService
form
- form instance containing the model datapublic org.springframework.web.servlet.ModelAndView editLine(UifFormBase form)
editLine
in interface CollectionControllerService
form
- form instance containing the model datapublic org.springframework.web.servlet.ModelAndView saveLine(UifFormBase form)
saveLine
in interface CollectionControllerService
form
- form instance containing the model datapublic org.springframework.web.servlet.ModelAndView deleteLine(UifFormBase form)
deleteLine
in interface CollectionControllerService
form
- form instance containing the model dataprotected org.springframework.web.servlet.ModelAndView performHelperLifecycle(UifFormBase form, Runnable runnable)
Runnable
through the view lifecycle.form
- form instance containing the model datarunnable
- code to run in the lifecyclepublic org.springframework.web.servlet.ModelAndView retrieveCollectionPage(UifFormBase form)
retrieveCollectionPage
in interface CollectionControllerService
form
- form instance containing the model datapublic org.springframework.web.servlet.ModelAndView tableJsonRetrieval(UifFormBase form)
This will render the aaData JSON for the displayed page of the table matching the tableId passed in the request parameters.
tableJsonRetrieval
in interface CollectionControllerService
form
- form instance containing the model dataprotected ModelAndViewService getModelAndViewService()
public void setModelAndViewService(ModelAndViewService modelAndViewService)
Copyright © 2005–2014 The Kuali Foundation. All rights reserved.