Package edu.jhu.tmaj.beans.data

Provides data structure and helper classes for classes in the beans package.

See:
          Description

Interface Summary
MetaObject Either a Type, Field, or Enum record (for Meta Data).
PickListEnumeration Either a StaticEnumeration or DynamicEnumeration.
 

Class Summary
DatedProjectSession  
ExpandingMap Here is how an expanding map works: An expanding map actually keeps track of a LIST of maps.
PrimaryKeyComparator A Comparator that sorts BasicTableBeans by their ID
SqlFormatter  
StaticEnumeration Represent a record in a static Lookup table.
StaticMetaData Contains information about standard (non-dynamic) "Lookup" tables for an InputPanel.
SubMap A Map that links a primary key to a map of values for that primary key.
 

Enum Summary
AdminAppPermission Represents the 2 types of administrators: Group Admin and Full-Admin.
ArrayBuilderPermission Represents the level of permission a user has for the ArrayBuilder Application.
DatabaseTable  
MetaDataAppPermission Represents the user's permission to the Meta Data Application.
PatientDataPermission  
ProjectSessionType  
SpecimensAppPermission The permission level a user has for the Specimens Application.
UpdateRequestType The different types of an UpdateRequest
 

Exception Summary
InternalSecurityException Exception indicates the server is rejecting a client's request because of security.
 

Package edu.jhu.tmaj.beans.data Description

Provides data structure and helper classes for classes in the beans package. Some of the classes are also used by the TableData class.