Package org.kuali.rice.krad.lookup
Class LookupCollectionControllerServiceImpl
java.lang.Object
org.kuali.rice.krad.web.service.impl.CollectionControllerServiceImpl
org.kuali.rice.krad.lookup.LookupCollectionControllerServiceImpl
- All Implemented Interfaces:
CollectionControllerService
Override of the default collection controller service to maintain selected line state.
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
-
Nested Class Summary
Nested classes/interfaces inherited from class org.kuali.rice.krad.web.service.impl.CollectionControllerServiceImpl
CollectionControllerServiceImpl.CollectionActionParameters -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.web.servlet.ModelAndViewInvoked by the table paging widget to retrieve a page for a collection group.org.springframework.web.servlet.ModelAndViewGet method for getting aaData for jquery datatables which are using sAjaxSource option.Methods inherited from class org.kuali.rice.krad.web.service.impl.CollectionControllerServiceImpl
addBlankLine, addLine, closeEditLineDialog, deleteLine, editLine, getModelAndViewService, performHelperLifecycle, retrieveEditLineDialog, saveLine, setModelAndViewService
-
Constructor Details
-
LookupCollectionControllerServiceImpl
public LookupCollectionControllerServiceImpl()
-
-
Method Details
-
retrieveCollectionPage
Invoked by the table paging widget to retrieve a page for a collection group.- Specified by:
retrieveCollectionPagein interfaceCollectionControllerService- Overrides:
retrieveCollectionPagein classCollectionControllerServiceImpl- Parameters:
form- form instance containing the model data- Returns:
- ModelAndView instance for rendering the view
-
tableJsonRetrieval
Get method for getting aaData for jquery datatables which are using sAjaxSource option.This will render the aaData JSON for the displayed page of the table matching the tableId passed in the request parameters.
- Specified by:
tableJsonRetrievalin interfaceCollectionControllerService- Overrides:
tableJsonRetrievalin classCollectionControllerServiceImpl- Parameters:
form- form instance containing the model data- Returns:
- ModelAndView instance for rendering the view
-