Modifier and Type | Class and Description |
---|---|
class |
AuthorMaintainable
maintainableClass for Author document.
|
class |
BookMaintainable
maintainableClass for Book document.
|
Modifier and Type | Class and Description |
---|---|
class |
UIfComponentsViewHelperServiceImpl
Custom view helper service for demonstration (supports the kitchen sink)
|
Modifier and Type | Class and Description |
---|---|
class |
UifGeneratedTestViewHelperServiceImpl |
Modifier and Type | Class and Description |
---|---|
class |
ComponentInquirableImpl
Since ParameterDetailType can be either DataDictionary or DB based, we need a custom
Inquirable to
check both. |
Modifier and Type | Class and Description |
---|---|
class |
NamespaceMaintainableImpl |
Modifier and Type | Class and Description |
---|---|
class |
ParameterMaintainableImpl |
Modifier and Type | Class and Description |
---|---|
class |
DocumentTypeMaintainable
This class is the maintainable implementation for the Workflow
DocumentType |
class |
RoutingRuleDelegationMaintainable
This class is the maintainable implementation for Routing Rules
in KEW (represented by the
RuleBaseValues business object). |
class |
RoutingRuleMaintainable
This class is the maintainable implementation for Routing Rules
in KEW (represented by the
RuleBaseValues business object). |
Modifier and Type | Class and Description |
---|---|
class |
PeopleFlowInquirableImpl
Custom view helper for the people flow inquiry view to retrieve the type attribute remotable fields
|
class |
PeopleFlowMaintainableImpl
Custom view helper for the people flow maintenance document to retrieve the type attribute remotable fields
|
Modifier and Type | Class and Description |
---|---|
class |
RuleBaseValuesInquirableImpl
Inquirable implementation for KEW routing rules.
|
class |
RuleDelegationInquirableImpl
Inquirable implementation for KEW rule delegations.
|
Modifier and Type | Class and Description |
---|---|
class |
GenericPermissionMaintainable |
Modifier and Type | Class and Description |
---|---|
class |
GroupLookupableImpl
Custom lookupable for the
GroupBo lookup to call the group service for searching |
Modifier and Type | Class and Description |
---|---|
class |
PersonLookupableImpl
Custom lookupable for the
PersonImpl lookup to call the person service for searching |
Modifier and Type | Class and Description |
---|---|
class |
ResponsibilityInquirableImpl |
class |
ReviewResponsibilityMaintainable |
Modifier and Type | Class and Description |
---|---|
class |
KimTypeInquirableImpl |
Modifier and Type | Class and Description |
---|---|
class |
GroupInquirableImpl
This is a description of what this class does - kellerj don't forget to fill this in.
|
class |
KimInquirableImpl
Helper class for common needs of the KIM inquiry screens.
|
class |
PermissionInquirableImpl
This is a description of what this class does - bhargavp don't forget to fill this in.
|
class |
PersonInquirableImpl
This is a description of what this class does - kellerj don't forget to fill this in.
|
class |
RoleInquirableImpl
This is a description of what this class does - bhargavp don't forget to fill this in.
|
class |
RoleMemberInquirableImpl
This is a description of what this class does - bhargavp don't forget to fill this in.
|
Modifier and Type | Class and Description |
---|---|
class |
KualiInquirableImpl
Deprecated.
Use
InquirableImpl . |
Modifier and Type | Class and Description |
---|---|
class |
KualiGlobalMaintainableImpl
Deprecated.
Only used in KNS classes, use KRAD.
|
class |
KualiMaintainableImpl
Deprecated.
Use
MaintainableImpl . |
Modifier and Type | Class and Description |
---|---|
class |
ComponentViewHelperServiceImpl
Implementation of
ComponentViewHelperService . |
Modifier and Type | Class and Description |
---|---|
class |
TravelLookupableImpl |
class |
UIRoleMemberLookupableImpl |
Modifier and Type | Class and Description |
---|---|
class |
InquirableImpl
Implementation of the
Inquirable interface that uses metadata
from the data dictionary and performs a query against the database to retrieve
the data object for inquiry |
Modifier and Type | Class and Description |
---|---|
class |
LabsInquiryCustomLinkInquirable
Demonstrates the ability to customize links.
|
class |
LabsInquiryDynamicSectionsInquirable
Demonstrates the ability to add new sections and modify old ones.
|
class |
TravelCompanyCategoryInquirable
InquirableImpl for
TravelCompanyCategory . |
Modifier and Type | Class and Description |
---|---|
class |
LabsTravelAccountLookupableImpl
Silly example for demonstrating Spring instantiation of certain services used in KRAD.
|
Modifier and Type | Class and Description |
---|---|
class |
QuickfinderViewHelperServiceImpl
Quickfinder's view service implementation class that handles callbacks.
|
Modifier and Type | Interface and Description |
---|---|
interface |
Lookupable
Provides contract for implementing a lookup within the lookup framework.
|
Modifier and Type | Class and Description |
---|---|
class |
LookupableImpl
View helper service that implements
Lookupable and executes a search using the
LookupService . |
Modifier and Type | Interface and Description |
---|---|
interface |
BulkUpdateMaintainable
Provides contract for implementing a bulk update withing the bulk update framework.
|
interface |
Maintainable
Provides contract for implementing a maintenance object within the maintenance framework
|
Modifier and Type | Class and Description |
---|---|
class |
BulkUpdateMaintainableImpl
Default implementation of
BulkUpdateMaintainable . |
class |
MaintainableImpl
Default implementation of the
Maintainable interface. |
Modifier and Type | Method and Description |
---|---|
void |
AttributeQuery.defaultQueryTarget(ViewHelperService viewHelperService)
If the query is configured with a method and the target of that method is undefined, sets the target
class to the class of the given view helper service.
|
Modifier and Type | Method and Description |
---|---|
static ViewHelperService |
ViewLifecycle.getHelper()
Gets the helper active within a lifecycle on the current thread.
|
Modifier and Type | Class and Description |
---|---|
class |
DocumentViewHelperServiceImpl
View helper extension for document views.
|
class |
ViewHelperServiceImpl
Default Implementation of
ViewHelperService |
Modifier and Type | Method and Description |
---|---|
ViewHelperService |
View.getViewHelperService()
Creates the
ViewHelperService associated with the View |
ViewHelperService |
ViewModel.getViewHelperService()
Returns the view helper service instance that was configured for the current view.
|
Modifier and Type | Method and Description |
---|---|
Class<? extends ViewHelperService> |
View.getViewHelperServiceClass()
Class name of the ViewHelperService that handles the various phases of the Views lifecycle.
|
Modifier and Type | Method and Description |
---|---|
void |
View.setViewHelperService(ViewHelperService viewHelperService) |
Modifier and Type | Method and Description |
---|---|
void |
View.setViewHelperServiceClass(Class<? extends ViewHelperService> viewHelperServiceClass)
Setter for the
ViewHelperService class name
Also initializes the viewHelperService |
Modifier and Type | Method and Description |
---|---|
ViewHelperService |
UifFormBase.getViewHelperService()
Returns an instance of the view's configured view helper service.
|
Modifier and Type | Class and Description |
---|---|
class |
AgendaInquiryHelperServiceImpl |
class |
AgendaLookupableHelperServiceImpl |
class |
PropositionLookupableHelperServiceImpl |
class |
RuleStudentInquiryViewHelperServiceImpl
This class is responsible for building the recursive components on the Rule Inquiry View.
|
class |
TermSpecificationInquiryHelperServiceImpl
Helper service to assist with fetching TermSpecificationBos that have all the properties needed for display
|
Modifier and Type | Class and Description |
---|---|
class |
AgendaEditorMaintainable
Maintainable for the AgendaEditor |
class |
ContextMaintainable
Maintainable for the ContextBo |
class |
TermMaintainable
Maintainable for the AgendaEditor |
class |
TermSpecificationMaintainable
Maintainable for the AgendaEditor |
Modifier and Type | Class and Description |
---|---|
class |
CampusMaintainableImpl |
class |
CampusTypeMaintainableImpl |
Modifier and Type | Class and Description |
---|---|
class |
CountryMaintainableImpl |
Modifier and Type | Class and Description |
---|---|
class |
CountyMaintainableImpl |
Modifier and Type | Class and Description |
---|---|
class |
PostalCodeMaintainableImpl |
Modifier and Type | Class and Description |
---|---|
class |
StateMaintainableImpl |
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.