Uses of Interface
org.kuali.rice.krad.web.service.ControllerService
Packages that use ControllerService
Package
Description
-
Uses of ControllerService in org.kuali.rice.krad.document
Subinterfaces of ControllerService in org.kuali.rice.krad.documentModifier and TypeInterfaceDescriptioninterfaceController service that handles document specific actions (such as workflow actions).interfaceController service that extendsDocumentControllerServiceand adds methods specific to transactional documents.Classes in org.kuali.rice.krad.document that implement ControllerServiceModifier and TypeClassDescriptionclassDefault implementation of the document controller service.classDefault implementation of the transactional document controller service.Methods in org.kuali.rice.krad.document with parameters of type ControllerServiceModifier and TypeMethodDescriptionvoidDocumentControllerBase.setControllerService(ControllerService controllerService) -
Uses of ControllerService in org.kuali.rice.krad.inquiry
Subinterfaces of ControllerService in org.kuali.rice.krad.inquiryModifier and TypeInterfaceDescriptioninterfaceController service that extendsControllerServiceand adds methods specific to inquiry views.Classes in org.kuali.rice.krad.inquiry that implement ControllerServiceModifier and TypeClassDescriptionclassOverride of navigation controller service to check if the initial inquiry needs redirected and also to retrieve the inquiry data object on the initial call.Methods in org.kuali.rice.krad.inquiry with parameters of type ControllerServiceModifier and TypeMethodDescriptionvoidInquiryController.setControllerService(ControllerService controllerService) -
Uses of ControllerService in org.kuali.rice.krad.lookup
Subinterfaces of ControllerService in org.kuali.rice.krad.lookupModifier and TypeInterfaceDescriptioninterfaceController service that provides methods for supporting a lookup view.Classes in org.kuali.rice.krad.lookup that implement ControllerServiceModifier and TypeClassDescriptionclassDefault implementation of the lookup controller service.Methods in org.kuali.rice.krad.lookup with parameters of type ControllerServiceModifier and TypeMethodDescriptionvoidLookupController.setControllerService(ControllerService controllerService) -
Uses of ControllerService in org.kuali.rice.krad.maintenance
Subinterfaces of ControllerService in org.kuali.rice.krad.maintenanceModifier and TypeInterfaceDescriptioninterfaceController service that extendsDocumentControllerServiceand adds methods specific to maintenance documents.Classes in org.kuali.rice.krad.maintenance that implement ControllerServiceModifier and TypeClassDescriptionclassDefault implementation of the maintenance document controller service.Methods in org.kuali.rice.krad.maintenance with parameters of type ControllerServiceModifier and TypeMethodDescriptionvoidMaintenanceDocumentController.setControllerService(ControllerService controllerService) -
Uses of ControllerService in org.kuali.rice.krad.web.controller
Methods in org.kuali.rice.krad.web.controller that return ControllerServiceModifier and TypeMethodDescriptionprotected ControllerServiceUifControllerBase.getControllerService()Methods in org.kuali.rice.krad.web.controller with parameters of type ControllerServiceModifier and TypeMethodDescriptionvoidUifControllerBase.setControllerService(ControllerService controllerService) -
Uses of ControllerService in org.kuali.rice.krad.web.service.impl
Classes in org.kuali.rice.krad.web.service.impl that implement ControllerService