Java Doc for BusinessObjectDictionaryService.java in  » ERP-CRM-Financial » Kuali-Financial-System » org » kuali » core » service » 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.service 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


org.kuali.core.service.BusinessObjectDictionaryService

All known Subclasses:   org.kuali.core.service.impl.BusinessObjectDictionaryServiceImpl,
BusinessObjectDictionaryService
public interface BusinessObjectDictionaryService (Code)
This interface defines the API for the interacting with the data dictionary.




Method Summary
public  BooleanareNotesSupported(Class businessObjectClass)
    
public  BooleanforceInquiryFieldInquiry(Class businessObjectClass, String attributeName)
    
public  BooleanforceLookupFieldLookup(Class businessObjectClass, String attributeName)
    
public  BooleanforceLookupResultFieldInquiry(Class businessObjectClass, String attributeName)
    
public  ListgetBusinessObjectClassnames()
    
public  StringgetExtraButtonParams(Class businessObjectClass)
    
public  StringgetExtraButtonSource(Class businessObjectClass)
    
public  ClassgetInquirableClass(Class businessObjectClass)
     the class to be used for building inquiry pages.
public  ListgetInquiryFieldNames(Class businessObjectClass, String sectionTitle)
     the list defined as inquiry fields for the business object and inquiry section.
public  ListgetInquirySections(Class businessObjectClass)
     the list defined as inquiry sections for the business object.
public  StringgetInquiryTitle(Class businessObjectClass)
     the text to be displayed for the title of business object inquiry.
public  BooleangetLookupAttributeRequired(Class businessObjectClass, String attributeName)
    
public  ListgetLookupDefaultSortFieldNames(Class businessObjectClass)
    
public  StringgetLookupFieldDefaultValue(Class businessObjectClass, String attributeName)
    
public  ClassgetLookupFieldDefaultValueFinderClass(Class businessObjectClass, String attributeName)
    
public  ListgetLookupFieldNames(Class businessObjectClass)
     the list defined as lookup fields for the business object.
public  StringgetLookupInstructions(Class businessObjectClass)
     the text to be displayed for the instructions of business object lookup.
public  StringgetLookupMenuBar(Class businessObjectClass)
     menu bar html defined for the business object.
public  IntegergetLookupResultFieldMaxLength(Class businessObjectClass, String resultFieldName)
     This method returns the maximum display length of the value of the given field in the lookup results.
public  List<String>getLookupResultFieldNames(Class businessObjectClass)
     the list defined as lookup result fields for the business object.
public  StringgetLookupTitle(Class businessObjectClass)
     the text to be displayed for the title of business object lookup.
public  StringgetLookupableID(Class businessObjectClass)
    
public  StringgetMaintainableLabel(Class businessObjectClass)
     the text to be displayed for the title of business object maintenance document.
public  StringgetTitleAttribute(Class businessObjectClass)
    
public  BooleanisInquirable(Class businessObjectClass)
    
public  BooleanisLookupable(Class businessObjectClass)
    
public  BooleanisMaintainable(Class businessObjectClass)
    
public  BooleannoInquiryFieldInquiry(Class businessObjectClass, String attributeName)
    
public  BooleannoLookupFieldLookup(Class businessObjectClass, String attributeName)
    
public  BooleannoLookupResultFieldInquiry(Class businessObjectClass, String attributeName)
    
public  voidperformForceUppercase(BusinessObject bo)
    



Method Detail
areNotesSupported
public Boolean areNotesSupported(Class businessObjectClass)(Code)



forceInquiryFieldInquiry
public Boolean forceInquiryFieldInquiry(Class businessObjectClass, String attributeName)(Code)
returns boolean indicating whether inquiry result field marked to force an inquiry



forceLookupFieldLookup
public Boolean forceLookupFieldLookup(Class businessObjectClass, String attributeName)(Code)
returns boolean indicating whether lookup search field marked to force a lookup



forceLookupResultFieldInquiry
public Boolean forceLookupResultFieldInquiry(Class businessObjectClass, String attributeName)(Code)
returns boolean indicating whether lookup result field marked to force an inquiry



getBusinessObjectClassnames
public List getBusinessObjectClassnames()(Code)
the list of business object class names being maintained



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



getExtraButtonSource
public String getExtraButtonSource(Class businessObjectClass)(Code)
source for optional extra button



getInquirableClass
public Class getInquirableClass(Class businessObjectClass)(Code)
the class to be used for building inquiry pages.



getInquiryFieldNames
public List getInquiryFieldNames(Class businessObjectClass, String sectionTitle)(Code)
the list defined as inquiry fields for the business object and inquiry section.



getInquirySections
public List getInquirySections(Class businessObjectClass)(Code)
the list defined as inquiry sections for the business object.



getInquiryTitle
public String getInquiryTitle(Class businessObjectClass)(Code)
the text to be displayed for the title of business object inquiry.



getLookupAttributeRequired
public Boolean getLookupAttributeRequired(Class businessObjectClass, String attributeName)(Code)
indicates whether a field is required for a lookup



getLookupDefaultSortFieldNames
public List getLookupDefaultSortFieldNames(Class businessObjectClass)(Code)
the property names of the bo used to sort the initial result set



getLookupFieldDefaultValue
public String getLookupFieldDefaultValue(Class businessObjectClass, String attributeName)(Code)
returns String indicating the default search value for the lookup field



getLookupFieldDefaultValueFinderClass
public Class getLookupFieldDefaultValueFinderClass(Class businessObjectClass, String attributeName)(Code)
returns Class used to generate a lookup field default value



getLookupFieldNames
public List getLookupFieldNames(Class businessObjectClass)(Code)
the list defined as lookup fields for the business object.



getLookupInstructions
public String getLookupInstructions(Class businessObjectClass)(Code)
the text to be displayed for the instructions of business object lookup.



getLookupMenuBar
public String getLookupMenuBar(Class businessObjectClass)(Code)
menu bar html defined for the business object.



getLookupResultFieldMaxLength
public Integer getLookupResultFieldMaxLength(Class businessObjectClass, String resultFieldName)(Code)
This method returns the maximum display length of the value of the given field in the lookup results. While the actual value may be longer than the specified length, this value specifies the maximum length substring that should be displayed. It is up to the UI layer to intepret the results of the field
Parameters:
  businessObjectClass -
Parameters:
  resultFieldName - the maximum length of the lookup results field that should be displayed. Returns nullif this value has not been defined. If negative, denotes that the is maximum length is unlimited.



getLookupResultFieldNames
public List<String> getLookupResultFieldNames(Class businessObjectClass)(Code)
the list defined as lookup result fields for the business object.



getLookupTitle
public String getLookupTitle(Class businessObjectClass)(Code)
the text to be displayed for the title of business object lookup.



getLookupableID
public String getLookupableID(Class businessObjectClass)(Code)
the Lookupable implementation id for the associated Lookup, if one has been specified



getMaintainableLabel
public String getMaintainableLabel(Class businessObjectClass)(Code)
the text to be displayed for the title of business object maintenance document.



getTitleAttribute
public String getTitleAttribute(Class businessObjectClass)(Code)
the attribute to be associated with for object level markings



isInquirable
public Boolean isInquirable(Class businessObjectClass)(Code)
indicates whether business object has inquiry defined



isLookupable
public Boolean isLookupable(Class businessObjectClass)(Code)
indicates whether business object has lookup defined



isMaintainable
public Boolean isMaintainable(Class businessObjectClass)(Code)
indicates whether business object has maintainable defined



noInquiryFieldInquiry
public Boolean noInquiryFieldInquiry(Class businessObjectClass, String attributeName)(Code)
returns boolean indicating whether inquiry result field marked to not do an inquiry



noLookupFieldLookup
public Boolean noLookupFieldLookup(Class businessObjectClass, String attributeName)(Code)
returns boolean indicating whether lookup search field marked to not do a lookup



noLookupResultFieldInquiry
public Boolean noLookupResultFieldInquiry(Class businessObjectClass, String attributeName)(Code)
returns boolean indicating whether lookup result field marked to not do an inquiry



performForceUppercase
public void performForceUppercase(BusinessObject bo)(Code)
This method takes any business object and recursively walks through it checking to see if any attributes need to be forced to uppercase based on settings in the data dictionary
Parameters:
  bo -



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