Package com.ebasetech.ufs.utility

Interface Summary
Child used by RelativeNodePath
FieldNameResolver  
FieldResolver resolves field values and replaces field values in text.
NameValuePair  
PersistenceConstants Constants to do with persistence.
Persistent The basic methods that persistent objects must implement
PersistentCommon The subset of persistence methods that objects must implement to support any persistence operation (save, load, delete or update)
PersistentDeleteable The subset of persistence methods that objects must implement to support delete
PersistentLoadable The subset of persistence methods that objects must implement to support load
PersistentOptimistic Classes that implement this interface are Persistent classes, but ones that place an additional requirement on the availability of somme form of optimistic locking.
PersistentQueryable The subset of persistence methods that objects must implement to support load
PersistentSaveable The subset of persistence methods that objects must implement to support save
PersistentUpdateable The subset of persistence methods that objects must implement to support update
RegionalFormatter Base interface for format objects
TreeVisitor call Tree.visitAllNodes to have this called.
 

Class Summary
Aconst  
ArrayUtil  
CalendarDate  
CollectionUtil class for static handy colleciton methods
CryptUtil  
DateFormat  
DateTester Insert the type's description here.
FieldSubstituter  
FileSaver  
FileUtil  
HttpUtil  
JulianTime  
LanguageUtil Handy language methods.
MathUtil Created by IntelliJ IDEA.
MultiLevelProperties a small class to help out with those property files that use dot notation.
NameValuePairImpl  
ObjectUtil  
PDFFileSaver class: PDFFileSaver Utility class to save a PDF file
PersistenceHelper Singleton Helper class to handle much of the persistence processing for classes in the process package.
ProfileTimer Created by IntelliJ IDEA.
ReflectionUtil Handy functions for dealing with reflection.
RegionalDateFormatter utility class for formatting and parsing dates, according to regional rules
RegionalDateTimeFormatter  
RegionalNumberFormatter  
RegionalTimeFormatter  
RelativeNodePath routine for finding route between two "nodes" on a tree.
ResourceFileset deals with Property files, that reference other resource files.
SearchBean  
StringArrayUtil Handy functions for working on string arrays.
StringUtil Handy string utility functions.
StyleSheetGenerator  
TimeFormat Insert the type's description here.
TimeInterval Represents a time interval (that is, a number of months, or days, etc).
Tree  
TreeNode  
TreeWriter TreeVisitor for writing out all nodes.
TwoStringHash a simple class containing two strings, an equals method, and a hashCode (which looks like it could be improved!)
TypedProperties handy properties class.
UfsJEP  
URLUtil  
Utility  
 

Exception Summary
ConcurrentUpdateException An instance of this exception class is thrown when an update is done which conflicts with an update that has already been done
CryptException  
PersistenceException  
PersistenceRuntimeException Persistence specific exception class.