Java Doc for Lookupable.java in  » ERP-CRM-Financial » Kuali-Financial-System » org » kuali » core » lookup » Java Source Code / Java DocumentationJava Source Code and Java Documentation

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » ERP CRM Financial » Kuali Financial System » org.kuali.core.lookup 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


org.kuali.core.lookup.Lookupable

All known Subclasses:   org.kuali.core.lookup.KualiLookupableImpl,
Lookupable
public interface Lookupable extends Serializable(Code)
This class defines an interface for lookupables. They should act as facades for LookupableHelperServices and also expose bean handlers (getCreateNewUrl, getHtmlMenuBar, getTitle, getRows, getExtraButton{Source,Params}, getLookupInstructions)




Method Summary
public  booleancheckForAdditionalFields(Map fieldValues)
     Determines if there should be more search fields rendered based on already entered search criteria.
public  ClassgetBusinessObjectClass()
    
public  ListgetColumns()
    
public  StringgetCreateNewUrl()
    
public  ListgetDefaultSortColumns()
     This method returns a list of the default columns used to sort the result set.
public  StringgetExtraButtonParams()
    
public  StringgetExtraButtonSource()
    
public  StringgetHtmlMenuBar()
    
public  StringgetLookupInstructions()
    
public  LookupableHelperServicegetLookupableHelperService()
    
public  StringgetPrimaryKeyFieldLabels()
    
public  StringgetReturnLocation()
    
public  StringgetReturnUrl(BusinessObject businessObject, Map fieldConversions, String lookupImpl)
     Builds the return value url.
public  ListgetRows()
    
public  List<BusinessObject>getSearchResults(Map<String, String> fieldValues)
     Performs a search and returns result list.
public  List<BusinessObject>getSearchResultsUnbounded(Map<String, String> fieldValues)
    
public  StringgetTitle()
    
public  booleanisSearchUsingOnlyPrimaryKeyValues()
    
public  CollectionperformLookup(LookupForm lookupForm, List<ResultRow> resultTable, boolean bounded)
    
public  voidsetBusinessObjectClass(Class businessObjectClass)
     Initializes the lookup with a businss object class It is required that implementations of this method will initialize the search area used by the UI to provide the search form.
public  voidsetFieldConversions(Map fieldConversions)
    
public  voidsetLookupableHelperService(LookupableHelperService helper)
    
public  voidsetReadOnlyFieldsList(List<String> readOnlyFieldsList)
    
public  voidvalidateSearchParameters(Map fieldValues)
     Validates the values filled in as search criteria, also checks for required field values.



Method Detail
checkForAdditionalFields
public boolean checkForAdditionalFields(Map fieldValues)(Code)
Determines if there should be more search fields rendered based on already entered search criteria.
Parameters:
  fieldValues - - Map of property/value pairs boolean



getBusinessObjectClass
public Class getBusinessObjectClass()(Code)
Returns the businessObjectClass this lookupable is representing



getColumns
public List getColumns()(Code)
List of Column objects used to render the result table



getCreateNewUrl
public String getCreateNewUrl()(Code)
Builds the Url for a maintenance new document for the lookup business object class
Parameters:
  businessObject - String rendered on Lookup screen for maintenance new document



getDefaultSortColumns
public List getDefaultSortColumns()(Code)
This method returns a list of the default columns used to sort the result set. For multiple value lookups, this method does not change when different columns are sorted.



getExtraButtonParams
public String getExtraButtonParams()(Code)
String providing return parameters for optional extra button



getExtraButtonSource
public String getExtraButtonSource()(Code)
String providing source for optional extra button



getHtmlMenuBar
public String getHtmlMenuBar()(Code)
the html to be displayed as a menu bar



getLookupInstructions
public String getLookupInstructions()(Code)
String providing instructions for using the lookup



getLookupableHelperService
public LookupableHelperService getLookupableHelperService()(Code)
Returns the LookupableHelperService designated to help this lookup



getPrimaryKeyFieldLabels
public String getPrimaryKeyFieldLabels()(Code)
Returns a comma delimited list of primary key field labels, as defined in the DD



getReturnLocation
public String getReturnLocation()(Code)
String url for the location to return to after the lookup



getReturnUrl
public String getReturnUrl(BusinessObject businessObject, Map fieldConversions, String lookupImpl)(Code)
Builds the return value url.
Parameters:
  businessObject - - Instance of a business object containing the return values
Parameters:
  fieldConversions - - Map of conversions mapping bo names to caller field names.
Parameters:
  lookupImpl - - Current lookup impl name String url called when selecting a row from the result set



getRows
public List getRows()(Code)
List of Row objects used to render the search area



getSearchResults
public List<BusinessObject> getSearchResults(Map<String, String> fieldValues)(Code)
Performs a search and returns result list.
Parameters:
  fieldValues - - Map of property/value pairs List of business objects found by the search
throws:
  Exception -



getSearchResultsUnbounded
public List<BusinessObject> getSearchResultsUnbounded(Map<String, String> fieldValues)(Code)
Similar to getSearchResults, but the number of returned rows is not bounded
Parameters:
  fieldValues -



getTitle
public String getTitle()(Code)
String displayed as title for the lookup



isSearchUsingOnlyPrimaryKeyValues
public boolean isSearchUsingOnlyPrimaryKeyValues()(Code)
Returns whether this search was performed using the values of the primary keys only



performLookup
public Collection performLookup(LookupForm lookupForm, List<ResultRow> resultTable, boolean bounded)(Code)
This method performs the lookup and returns a collection of lookup items
Parameters:
  lookupForm -
Parameters:
  resultTable -
Parameters:
  bounded - results of lookup



setBusinessObjectClass
public void setBusinessObjectClass(Class businessObjectClass)(Code)
Initializes the lookup with a businss object class It is required that implementations of this method will initialize the search area used by the UI to provide the search form. In particular, it will ensure that getRows() will return valid results
Parameters:
  boClass -



setFieldConversions
public void setFieldConversions(Map fieldConversions)(Code)
Sets the requested fields conversions in the lookupable
Parameters:
  fieldConversions -



setLookupableHelperService
public void setLookupableHelperService(LookupableHelperService helper)(Code)
Sets the helper service for instance
Parameters:
  helper - the helper service



setReadOnlyFieldsList
public void setReadOnlyFieldsList(List<String> readOnlyFieldsList)(Code)
Sets the requested read only fields list in the lookupable
Parameters:
  readOnlyFieldsList -



validateSearchParameters
public void validateSearchParameters(Map fieldValues)(Code)
Validates the values filled in as search criteria, also checks for required field values.
Parameters:
  fieldValues - - Map of property/value pairs



www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.