@Deprecated public class LookupResultsDDBoLookupableHelperServiceImpl extends Object implements LookupableHelperService
| Constructor and Description | 
|---|
LookupResultsDDBoLookupableHelperServiceImpl()
Deprecated.  
  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
allowsMaintenanceNewOrCopyAction()
Deprecated.  
Always return false 
 | 
boolean | 
allowsNewOrCopyAction(String documentTypeName)
Deprecated.  
Always return false 
 | 
void | 
applyConditionalLogicForFieldDisplay()
Deprecated.  
  | 
void | 
applyFieldAuthorizationsFromNestedLookups(Field field)
Deprecated.  
Don't do anything 
 | 
boolean | 
checkForAdditionalFields(Map<String,String> fieldValues)
Deprecated.  
Always returns false 
 | 
String | 
getActionUrls(BusinessObject businessObject,
                          List pkNames,
                          BusinessObjectRestrictions businessObjectRestrictions)
Deprecated.  
Always returns a blank String 
 | 
String | 
getBackLocation()
Deprecated.  
Always returns blank String 
 | 
Class | 
getBusinessObjectClass()
Deprecated.  
Always returns the class of LookupResultsDDBo 
 | 
BusinessObjectDictionaryService | 
getBusinessObjectDictionaryService()
Deprecated.  
Gets the class from the KRADServiceLocatorInternal 
 | 
List<Column> | 
getColumns()
Deprecated.  
Always returns null 
 | 
List<HtmlData> | 
getCustomActionUrls(BusinessObject businessObject,
                                      List pkNames)
Deprecated.  
Always returns null 
 | 
DataDictionaryService | 
getDataDictionaryService()
Deprecated.  
Returns DataDictionaryService from KRADServiceLocatorInternal 
 | 
List | 
getDefaultSortColumns()
Deprecated.  
Always returns null 
 | 
String | 
getDocFormKey()
Deprecated.  
Always returns an empty String 
 | 
String | 
getDocNum()
Deprecated.  
Always returns empty String 
 | 
Field | 
getExtraField()
Deprecated.  
Always returns null 
 | 
HtmlData | 
getInquiryUrl(BusinessObject businessObject,
                          String propertyName)
Deprecated.  
Always returns null 
 | 
String | 
getMaintenanceUrl(BusinessObject businessObject,
                                  HtmlData htmlData,
                                  List pkNames,
                                  BusinessObjectRestrictions businessObjectRestrictions)
Deprecated.  
Always returns null 
 | 
Map | 
getParameters()
Deprecated.  
Always returns null 
 | 
String | 
getPrimaryKeyFieldLabels()
Deprecated.  
Returns an incredibly sophisticated puzzle that would require the smartest genius on earth years to disentangle. 
 | 
List<String> | 
getReadOnlyFieldsList()
Deprecated.  
Isn't this class exciting? 
 | 
List<String> | 
getReturnKeys()
Deprecated.  
It does ever so much work 
 | 
String | 
getReturnLocation()
Deprecated.  
Returns null for everything 
 | 
HtmlData | 
getReturnUrl(BusinessObject businessObject,
                        LookupForm lookupForm,
                        List returnKeys,
                        BusinessObjectRestrictions businessObjectRestrictions)
Deprecated.  
Yeah, this too 
 | 
HtmlData | 
getReturnUrl(BusinessObject businessObject,
                        Map fieldConversions,
                        String lookupImpl,
                        List returnKeys,
                        BusinessObjectRestrictions businessObjectRestrictions)
Deprecated.  
Why am I doing all of this? 
 | 
List<Row> | 
getRows()
Deprecated.  
Why not just extend AbstractLookupableHelperServiceImpl? 
 | 
List<? extends BusinessObject> | 
getSearchResults(Map<String,String> fieldValues)
Deprecated.  
Just sends back whatever someValue was sent in - or "A" as some value if nothing else was out there 
 | 
List | 
getSearchResultsUnbounded(Map<String,String> fieldValues)
Deprecated.  
Oh, trust me... 
 | 
String | 
getSupplementalMenuBar()
Deprecated.  
There's a story there 
 | 
String | 
getTitle()
Deprecated.  
At any rate, my unit test works 
 | 
boolean | 
isResultReturnable(BusinessObject object)
Deprecated.  
And I just have a lot of dead methods 
 | 
boolean | 
isSearchUsingOnlyPrimaryKeyValues()
Deprecated.  
I'm not injecting dependencies 
 | 
void | 
performClear(LookupForm lookupForm)
Deprecated.  
This method found it hard pressed to do anything... 
 | 
boolean | 
performCustomAction(boolean ignoreErrors)
Deprecated.  
Always returns false 
 | 
Collection | 
performLookup(LookupForm lookupForm,
                          Collection resultTable,
                          boolean bounded)
Deprecated.  
Always returns null 
 | 
void | 
setBackLocation(String backLocation)
Deprecated.  
Ignores the passed in value 
 | 
void | 
setBusinessObjectClass(Class businessObjectClass)
Deprecated.  
Throws the passed in value away 
 | 
void | 
setDocFormKey(String docFormKey)
Deprecated.  
Did you actually want this mock service to save this information?  I think not... 
 | 
void | 
setDocNum(String docNum)
Deprecated.  
Does nothing 
 | 
void | 
setFieldConversions(Map fieldConversions)
Deprecated.  
Doesn't do a thing 
 | 
void | 
setParameters(Map parameters)
Deprecated.  
Doesn't set anything 
 | 
void | 
setReadOnlyFieldsList(List<String> readOnlyFieldsList)
Deprecated.  
doesn't set anything 
 | 
boolean | 
shouldDisplayHeaderNonMaintActions()
Deprecated.  
Always returns true, so that James isn't completely bored 
 | 
boolean | 
shouldDisplayLookupCriteria()
Deprecated.  
Flips a coin to determine whether to return true or false 
 | 
void | 
validateSearchParameters(Map<String,String> fieldValues)
Deprecated.  
Everything's valid, trust us 
 | 
public LookupResultsDDBoLookupableHelperServiceImpl()
public List<? extends BusinessObject> getSearchResults(Map<String,String> fieldValues)
getSearchResults in interface LookupableHelperServiceAbstractLookupableHelperServiceImplpublic boolean allowsMaintenanceNewOrCopyAction()
allowsMaintenanceNewOrCopyAction in interface LookupableHelperServiceLookupableHelperServicepublic boolean allowsNewOrCopyAction(String documentTypeName)
allowsNewOrCopyAction in interface LookupableHelperServiceLookupableHelperServicepublic void applyFieldAuthorizationsFromNestedLookups(Field field)
applyFieldAuthorizationsFromNestedLookups in interface LookupableHelperServiceLookupableHelperServicepublic boolean checkForAdditionalFields(Map<String,String> fieldValues)
checkForAdditionalFields in interface LookupableHelperServiceLookupableHelperServicepublic String getActionUrls(BusinessObject businessObject, List pkNames, BusinessObjectRestrictions businessObjectRestrictions)
getActionUrls in interface LookupableHelperServiceLookupableHelperServicepublic String getBackLocation()
getBackLocation in interface LookupableHelperServiceLookupableHelperServicepublic Class getBusinessObjectClass()
getBusinessObjectClass in interface LookupableHelperServiceLookupableHelperServicepublic BusinessObjectDictionaryService getBusinessObjectDictionaryService()
getBusinessObjectDictionaryService in interface LookupableHelperServiceLookupableHelperServicepublic List<Column> getColumns()
getColumns in interface LookupableHelperServiceLookupableHelperServicepublic List<HtmlData> getCustomActionUrls(BusinessObject businessObject, List pkNames)
getCustomActionUrls in interface LookupableHelperServiceLookupableHelperServicepublic DataDictionaryService getDataDictionaryService()
getDataDictionaryService in interface LookupableHelperServiceLookupableHelperServicepublic List getDefaultSortColumns()
getDefaultSortColumns in interface LookupableHelperServiceLookupableHelperServicepublic String getDocFormKey()
getDocFormKey in interface LookupableHelperServiceLookupableHelperServicepublic String getDocNum()
getDocNum in interface LookupableHelperServiceLookupableHelperServicepublic Field getExtraField()
getExtraField in interface LookupableHelperServiceLookupableHelperServicepublic HtmlData getInquiryUrl(BusinessObject businessObject, String propertyName)
getInquiryUrl in interface LookupableHelperServiceLookupableHelperServicepublic String getMaintenanceUrl(BusinessObject businessObject, HtmlData htmlData, List pkNames, BusinessObjectRestrictions businessObjectRestrictions)
getMaintenanceUrl in interface LookupableHelperServiceLookupableHelperServicepublic Map getParameters()
getParameters in interface LookupableHelperServiceLookupableHelperServicepublic String getPrimaryKeyFieldLabels()
getPrimaryKeyFieldLabels in interface LookupableHelperServiceLookupableHelperServicepublic List<String> getReadOnlyFieldsList()
getReadOnlyFieldsList in interface LookupableHelperServiceLookupableHelperServicepublic List<String> getReturnKeys()
getReturnKeys in interface LookupableHelperServiceLookupableHelperServicepublic String getReturnLocation()
getReturnLocation in interface LookupableHelperServiceLookupableHelperServicepublic HtmlData getReturnUrl(BusinessObject businessObject, LookupForm lookupForm, List returnKeys, BusinessObjectRestrictions businessObjectRestrictions)
getReturnUrl in interface LookupableHelperServiceLookupableHelperServicepublic HtmlData getReturnUrl(BusinessObject businessObject, Map fieldConversions, String lookupImpl, List returnKeys, BusinessObjectRestrictions businessObjectRestrictions)
getReturnUrl in interface LookupableHelperServiceLookupableHelperServicepublic List<Row> getRows()
getRows in interface LookupableHelperServiceLookupableHelperServicepublic List getSearchResultsUnbounded(Map<String,String> fieldValues)
getSearchResultsUnbounded in interface LookupableHelperServiceLookupableHelperServicepublic String getSupplementalMenuBar()
getSupplementalMenuBar in interface LookupableHelperServiceLookupableHelperServicepublic String getTitle()
getTitle in interface LookupableHelperServiceLookupableHelperServicepublic boolean isResultReturnable(BusinessObject object)
isResultReturnable in interface LookupableHelperServiceLookupableHelperServicepublic boolean isSearchUsingOnlyPrimaryKeyValues()
isSearchUsingOnlyPrimaryKeyValues in interface LookupableHelperServiceLookupableHelperServicepublic void performClear(LookupForm lookupForm)
performClear in interface LookupableHelperServiceLookupableHelperServicepublic boolean performCustomAction(boolean ignoreErrors)
performCustomAction in interface LookupableHelperServiceLookupableHelperServicepublic Collection performLookup(LookupForm lookupForm, Collection resultTable, boolean bounded)
performLookup in interface LookupableHelperServiceLookupableHelperServicepublic void setBackLocation(String backLocation)
setBackLocation in interface LookupableHelperServiceLookupableHelperServicepublic void setBusinessObjectClass(Class businessObjectClass)
setBusinessObjectClass in interface LookupableHelperServiceLookupableHelperServicepublic void setDocFormKey(String docFormKey)
setDocFormKey in interface LookupableHelperServiceLookupableHelperServicepublic void setDocNum(String docNum)
setDocNum in interface LookupableHelperServiceLookupableHelperServicepublic void setFieldConversions(Map fieldConversions)
setFieldConversions in interface LookupableHelperServiceLookupableHelperServicepublic void setParameters(Map parameters)
setParameters in interface LookupableHelperServiceLookupableHelperServicepublic void setReadOnlyFieldsList(List<String> readOnlyFieldsList)
setReadOnlyFieldsList in interface LookupableHelperServiceLookupableHelperServicepublic boolean shouldDisplayHeaderNonMaintActions()
shouldDisplayHeaderNonMaintActions in interface LookupableHelperServiceLookupableHelperServicepublic boolean shouldDisplayLookupCriteria()
shouldDisplayLookupCriteria in interface LookupableHelperServiceLookupableHelperServicepublic void validateSearchParameters(Map<String,String> fieldValues)
validateSearchParameters in interface LookupableHelperServiceLookupableHelperServicepublic void applyConditionalLogicForFieldDisplay()
applyConditionalLogicForFieldDisplay in interface LookupableHelperServiceLookupableHelperServiceCopyright © 2005–2015 The Kuali Foundation. All rights reserved.