Package applicationLogic.utility

Class Summary
ByteArrayWrapper Wrapper for byte[].
ByteArrayWrapperTest  
DataValidation DataValidation is used for validating data to conform to a particular format.
DataValidationTest  
Date This class has NO SEMANTIC CORRECTNESS CHECKING IN SETTORS/CONSTRUCTORS.
DateTest  
Filter Deprecated.  
FilterTest  
IntArrayWrapper Wrapper for int[].
IntArrayWrapperTest  
KeyValuePair KeyValuePair stores keys and 1 or more sets of values.
KeyValuePairTest  
PageMapping Functionality to URL mapping.
PageMappingTest  
Sort The sort is performed on the data stored in the KeyValuePair object, where the data is sorted according to a user specified column, and the sort depends on the data type identified in KeyValuePair.
SortTest  
StringArrayWrapper Wrapper for String[].
StringArrayWrapperTest