Package kiurubeans

Interface Summary
EnumType Describes Enum type.
OrderScheme Abstraction of order scheme for database fields.
Predicate General interface for predicate with a string parameter.
 

Class Summary
ContactPerson Representation of a contact person.
DateField Representation of a datetime field with compact output formatting
DefaultOrderScheme Default order scheme for db fields
EntityHandler Representation of a database entity.
Field Representation of a database field.
HiddenFieldOrderScheme Order scheme for fields that cannot order itself.
HtmlBean Facilitates HTML output and translations.
HtmlCheckColumn Abstraction of HTML table column with checkbox
HtmlColumn Abstraction of HTML table column
HtmlCombinedColumn Representation of a column that consists of several db fields.
HtmlLinkColumn Abstraction of HTML table column with linked text.
HtmlLinkPredicate Tests if value is equivalent to 0
HtmlTable Abstraction of HTML table
HtmlTextColumn Abstraction of HTML table column with static text.
IntItem Representation of a preparedstatement item of type int.
KiuruHandler General-purpose handler bean.
KiuruReservation This class encapsulates actual making of reservations and getting information about already made reservations.
KiuruSpace Representation of Space db entity.
KiuruString Contains useful String handling routines.
MakeReservationHandler This class is used as handler for makeReservation.jsp.
PersonSearch Used for searches on the person table.
PhraseStringTokenizer A String tokenizer-like class that supports phrases.
ReservationSearch Search class for Reservations
SearchHandler Superclass for searchobjects (eg.
SimpleDb Facilitates executing simple ad hoc queries using kotkabeans.DB.
SpaceGroup Encapsulation of SpaceGroup data entity.
SpaceGroupSearch Implement space group searching, ordering & filtering
SpaceSearch Implement space searching, ordering & filtering
SqlSearchParser Generates part of sql-query when you want to make such a query, that retrieves fields by pattern matching.
StatementContainer Container for StatementItems used in PreparedStatemens
StatementItem Abstract representation of a item in PreparedStatement.
StringItem Representation of a preparedstatement item of type String.
StringPair Encapsulates orderer pair of two strings.
TemplateBean Description here.
TextField Representation of a incasesensitive database textfield.
UpperTextOrderScheme Default order scheme for textfields.