org.kuali.core.util

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.util 
org.kuali.core.util
Core utility package.
Java Source File NameTypeComment
ActionFormUtilMap.javaClass Utility map for the action form to provide a way for calling functions through jstl.
AssertionUtils.javaClass This class contains utility methods for making assertions in production code (not test code). Kuali is not using the assert keyword because those assertions are not enabled by default.
AssertionUtilsTest.javaClass This class tests AssertionUtils .
BeanPropertyComparator.javaClass This class compares the two beans using multiple property names.
BeanPropertyComparatorTest.javaClass This class tests the BeanPropertyComparator methods.
ColumnMetadata.javaClass This class contains metadata about a column known to the persistence service.
CopiedObject.javaClass Container class to simplify getting both a deepCopied object and its size returned from a single call to deepCopy.
DateUtils.javaClass
DateUtilsTest.javaClass
ErrorContainer.javaClass Provides access to a copy of an ErrorMap and information derived from it.
ErrorMap.javaClass Holds errors due to validation.
ErrorMapTest.javaClass This class tests the ErrorMap methods.
ErrorMessage.javaClass Contains the error message key and parameters for a specific instantiation of an error message.
ExceptionUtils.javaClass Adapts Exception.print stack trace to print its output to a Logger.
FieldUtils.javaClass This class is used to build Field objects from underlying data dictionary and general utility methods for handling fields.
ForeignKeyFieldsPopulationState.javaClass This class is a token-style class, that is write-once, then read-only for all consumers of the class.
GeneralLedgerPendingEntrySequenceHelper.javaClass This class is a helper class which will allows us to pass control in and out of the processGeneralLedgerPendingEntry() method by reference.
GlobalVariables.javaClass
Guid.javaClass
GuidTest.javaClass This class tests the GUID (Globally Unique Id) methods.
InactiveRecordsHidingUtils.javaClass Inquiry screens and maintenance documents may render a collection of BOs on a screen.
JstlPropertyHolder.javaClass This class implements the Map interface for a Properties instance.
KualiDecimal.javaClass This class is a wrapper around java.math.BigDecimal.
KualiDecimalTest.javaClass This class tests the KualiDecimal methods.
KualiInteger.javaClass
KualiObjectCachePerBrokerImpl.javaClass
KualiPercent.javaClass This class is a wrapper around java.math.BigDecimal for percents.
KualiPersistenceBrokerFactoryImpl.javaClass
KualiPersistenceBrokerImpl.javaClass
MaintenanceUtils.javaClass
MemoryMonitor.javaClass
NumberUtils.javaClass
NumberUtilsTest.javaClass This class tests the NumberUtils methods.
ObjectUtils.javaClass This class contains various Object, Proxy, and serialization utilities.
ObjectUtilsTest.javaClass This class tests the ObjectUtil methods.
OjbCharBooleanConversion.javaClass
OjbCharBooleanFieldAIConversion.javaClass This class converts the "A" or "I" value from the database into a true or false in Java.
OjbCharBooleanFieldConversion.javaClass This class converts the "Y" or "N" value from the database into a true or false in Java.
OjbCharBooleanFieldConversionBase.javaClass
OjbCharBooleanFieldTFConversion.javaClass This class converts the "T" or "F" value from the database into a true or false in Java.
OjbCollectionAware.javaInterface
OjbCollectionHelper.javaClass Helper object to deal with persisting collections.
OjbDecimalKualiPercentFieldConversion.javaClass This class...
OjbDecimalPercentageFieldConversion.javaClass
OjbKualiCodeConversion.javaClass This class crudely maps KualiCode to/from a String.
OjbKualiDecimalFieldConversion.javaClass This class converts NUMERIC fields from the database into KualiDecimal instances, and vice-versa.
OjbKualiEncryptDecryptFieldConversion.javaClass This class calls core service to encrypt values going to the database and decrypt values coming back from the database.
OjbKualiHashFieldConversion.javaClass This class calls core service to hash values going to the database.
OjbKualiIntegerFieldConversion.javaClass
OjbKualiIntegerPercentageFieldConversion.javaClass
OjbKualiIntegerPercentageFieldConversionTest.javaClass This class tests the OjbKualiIntegerPercentageFieldConversionTest methods.
OjbKualiPercentFieldConversion.javaClass Creates a KualiPercent object from the data field.
PatternedStringBuilder.javaClass Builds a String instance using a pattern similar to the varargs printf() variety.
RelationshipMetadata.javaClass This class contains metadata about a relationship known to the persistence service.
TableRenderUtil.javaClass This class provides utilities to support the rendering of tables in Kuali without using display tag. Normally, displaytag handles the rendering of Kuali tables on various screens, but there are situations where displaytag is inadequate for the task (e.g.
TabState.javaClass This class is used to keep tab state whether it is open or closed.
Timer.javaClass
TransactionalServiceUtils.javaClass
TypedArrayList.javaClass This class is used to maintain an ArrayList for a specified object type.
TypedArrayListTest.javaClass This class tests the TypedArrayList methods.
TypeUtils.javaClass This class provides utilities for checking the types of objects.
TypeUtilsTest.javaClass This class tests the TypeUtils methods.
UnitTestSqlDao.javaInterface before testing and to read data after testing.
UnitTestSqlDaoOjb.javaClass NOTE: Do NOT use this code in production.
UrlFactory.javaClass This class Provides utility methods for re/building URLs.
UrlFactoryTest.javaClass This class tests the UrlFactory methods.
WebUtils.javaClass General helper methods for handling requests.
www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.