| Package | Description |
|---|---|
| org.kuali.rice.kns.lookup |
Copyright 2005-2018 The Kuali Foundation
Licensed under the Educational Community License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
|
| org.kuali.rice.kns.web.struts.form |
Copyright 2005-2018 The Kuali Foundation
Licensed under the Educational Community License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
|
| Modifier and Type | Method and Description |
|---|---|
protected String |
AbstractLookupableHelperServiceImpl.addToReturnHref(String href,
LookupForm lookupForm)
Deprecated.
|
protected HtmlData |
AbstractLookupableHelperServiceImpl.getReturnAnchorHtmlData(BusinessObject businessObject,
Properties parameters,
LookupForm lookupForm,
List returnKeys,
BusinessObjectRestrictions businessObjectRestrictions)
Deprecated.
|
protected String |
AbstractLookupableHelperServiceImpl.getReturnHref(Properties parameters,
LookupForm lookupForm,
List returnKeys)
Deprecated.
|
protected HtmlData |
AbstractLookupableHelperServiceImpl.getReturnInputHtmlData(BusinessObject businessObject,
Properties parameters,
LookupForm lookupForm,
List returnKeys,
BusinessObjectRestrictions businessObjectRestrictions)
Deprecated.
|
HtmlData |
LookupableHelperService.getReturnUrl(BusinessObject businessObject,
LookupForm lookupForm,
List returnKeys,
BusinessObjectRestrictions businessObjectRestrictions)
Deprecated.
This method builds the return url
|
HtmlData |
AbstractLookupableHelperServiceImpl.getReturnUrl(BusinessObject businessObject,
LookupForm lookupForm,
List returnKeys,
BusinessObjectRestrictions businessObjectRestrictions)
Deprecated.
|
void |
LookupableHelperService.performClear(LookupForm lookupForm)
Deprecated.
This method allows for overriding the clear behavior
|
void |
Lookupable.performClear(LookupForm lookupForm)
Deprecated.
This method allows for customization of the lookup clear
|
void |
KualiLookupableImpl.performClear(LookupForm lookupForm)
Deprecated.
calls the lookup helper service to do "clear" behaviors
|
void |
AbstractLookupableHelperServiceImpl.performClear(LookupForm lookupForm)
Deprecated.
This method does the logic for the clear action.
|
Collection<? extends BusinessObject> |
LookupableHelperService.performLookup(LookupForm lookupForm,
Collection<ResultRow> resultTable,
boolean bounded)
Deprecated.
This method performs the lookup and returns a collection of BO items
|
Collection<? extends BusinessObject> |
AbstractLookupableHelperServiceImpl.performLookup(LookupForm lookupForm,
Collection<ResultRow> resultTable,
boolean bounded)
Deprecated.
Performs the lookup and returns a collection of lookup items
|
Collection<? extends BusinessObject> |
Lookupable.performLookup(LookupForm lookupForm,
List<ResultRow> resultTable,
boolean bounded)
Deprecated.
This method performs the lookup and returns a collection of lookup items
|
Collection<? extends BusinessObject> |
KualiLookupableImpl.performLookup(LookupForm lookupForm,
List<ResultRow> resultTable,
boolean bounded)
Deprecated.
Performs a lookup that can only return one row.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MultipleValueLookupForm
Deprecated.
KNS Struts deprecated, use KRAD and the Spring MVC framework.
|
Copyright © 2005–2018 The Kuali Foundation. All rights reserved.