Modifier and Type | Interface and Description |
---|---|
interface |
DocumentControllerService
Controller service that handles document specific actions (such as workflow actions).
|
interface |
TransactionalDocumentControllerService
Controller service that extends
DocumentControllerService and adds
methods specific to transactional documents. |
Modifier and Type | Class and Description |
---|---|
class |
DocumentControllerServiceImpl
Default implementation of the document controller service.
|
class |
TransactionalDocumentControllerServiceImpl
Default implementation of the transactional document controller service.
|
Modifier and Type | Method and Description |
---|---|
void |
DocumentControllerBase.setControllerService(ControllerService controllerService) |
void |
TransactionalDocumentControllerBase.setControllerService(ControllerService controllerService) |
Modifier and Type | Interface and Description |
---|---|
interface |
InquiryControllerService
Controller service that extends
ControllerService and adds
methods specific to inquiry views. |
Modifier and Type | Class and Description |
---|---|
class |
InquiryControllerServiceImpl
Override of navigation controller service to check if the initial inquiry needs redirected and also to
retrieve the inquiry data object on the initial call.
|
Modifier and Type | Method and Description |
---|---|
void |
InquiryController.setControllerService(ControllerService controllerService) |
Modifier and Type | Interface and Description |
---|---|
interface |
LookupControllerService
Controller service that provides methods for supporting a lookup view.
|
Modifier and Type | Class and Description |
---|---|
class |
LookupControllerServiceImpl
Default implementation of the lookup controller service.
|
Modifier and Type | Method and Description |
---|---|
void |
LookupController.setControllerService(ControllerService controllerService) |
Modifier and Type | Interface and Description |
---|---|
interface |
MaintenanceDocumentControllerService
Controller service that extends
DocumentControllerService and adds
methods specific to maintenance documents. |
Modifier and Type | Class and Description |
---|---|
class |
MaintenanceDocumentControllerServiceImpl
Default implementation of the maintenance document controller service.
|
Modifier and Type | Method and Description |
---|---|
void |
MaintenanceDocumentController.setControllerService(ControllerService controllerService) |
Modifier and Type | Method and Description |
---|---|
protected ControllerService |
UifControllerBase.getControllerService() |
Modifier and Type | Method and Description |
---|---|
void |
UifControllerBase.setControllerService(ControllerService controllerService) |
Modifier and Type | Class and Description |
---|---|
class |
ControllerServiceImpl |
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.