|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface LookupViewHelperService
A ViewHelperService that is specifically used for Lookups
Method Summary | |
---|---|
String |
getActionUrlsFromField(GeneratedField generatedField)
Builds the HTML string text needed to perform maintenance actions for the data object represented by the current row in the list. |
Set<String> |
getConditionallyHiddenPropertyNames()
|
Set<String> |
getConditionallyReadOnlyPropertyNames()
|
Set<String> |
getConditionallyRequiredPropertyNames()
|
String |
getCreateNewUrl(GeneratedField generatedField)
Builds the HTML string text needed to create a new document for the class represented by this lookup view. |
List<String> |
getReadOnlyFieldsList()
Gets the readOnlyFieldsList attribute. |
String |
getReturnFormKey()
|
String |
getReturnLocation()
|
String |
getReturnUrlForResults(GeneratedField generatedField)
Build the HTML string text needed to return the object represented by the current row in the list to the source object that called the Lookup. |
boolean |
isAtLeastOneRowHasActions()
|
boolean |
isAtLeastOneRowReturnable()
|
Map<String,String> |
performClear(Map<String,String> fieldsForLookup)
This method allows for customization of the lookup clear |
Collection<?> |
performSearch(Map<String,String> criteriaFieldsForLookup,
boolean bounded)
This method ... |
void |
setDataObjectClass(Class<?> dataObjectClass)
|
void |
setDocNum(String docNum)
|
void |
setFieldConversions(Map<String,String> fieldConversions)
|
void |
setReadOnlyFieldsList(List<String> readOnlyFieldsList)
Sets the readOnlyFieldsList attribute value. |
void |
validateSearchParameters(List<? extends Component> criteriaComponents,
Map<String,String> fieldValues)
Validates the values filled in as search criteria, also checks for required field values. |
Methods inherited from interface org.kuali.rice.kns.uif.service.ViewHelperService |
---|
applyDefaultValues, applyDefaultValuesForCollectionLine, buildInquiryLink, performApplyModel, performComponentInitialization, performComponentLifecycle, performFinalize, performInitialization, populateViewFromRequestParameters, processCollectionAddLine, processCollectionDeleteLine |
Method Detail |
---|
Collection<?> performSearch(Map<String,String> criteriaFieldsForLookup, boolean bounded)
criteriaFieldsForLookup
- bounded
-
Map<String,String> performClear(Map<String,String> fieldsForLookup)
void validateSearchParameters(List<? extends Component> criteriaComponents, Map<String,String> fieldValues)
criteriaComponents
- - Components that are a part of the criteria for the lookupfieldValues
- - Map of property/value pairsList<String> getReadOnlyFieldsList()
void setReadOnlyFieldsList(List<String> readOnlyFieldsList)
readOnlyFieldsList
- The readOnlyFieldsList to set.void setDataObjectClass(Class<?> dataObjectClass)
void setFieldConversions(Map<String,String> fieldConversions)
void setDocNum(String docNum)
String getReturnLocation()
String getReturnFormKey()
boolean isAtLeastOneRowReturnable()
boolean isAtLeastOneRowHasActions()
String getCreateNewUrl(GeneratedField generatedField)
generatedField
- - the field that will be used to display the String text
String getActionUrlsFromField(GeneratedField generatedField)
generatedField
- - the field that will be used to display the String text
String getReturnUrlForResults(GeneratedField generatedField)
generatedField
-
Set<String> getConditionallyReadOnlyPropertyNames()
Set<String> getConditionallyRequiredPropertyNames()
Set<String> getConditionallyHiddenPropertyNames()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |