|
Interface Summary |
| IActionDefinition |
Object that allows User interaction. |
| IChangeListener |
The IChangeListener will be informed whenever the bound property changes its value or when the
Object gets disposed. |
| ICodeElement |
|
| ICreditor |
An IPartner that has billed us or might bill us, is an ICreditor |
| ICustomer |
An IPartner with a customer/patient/client relationship to us. |
| ICustomerRelation |
An ICustomerRelation is a description of a client relationship. |
| IDebtor |
An IPartner that has to pay something is an IDebtor |
| IEncounter |
An IEncounter is a simple encounter between provider and client |
| IPartner |
An IPartner is just anybody or anything that contacts us |
| IPersistenceProvider |
Contracte to save and store data in form of Strings |
| IPersistentObject |
An IPersistentObject is an abstract representation of an Object with a number
of features:
it persists itself
it has an unlimited number of randomly named properties, that can be
accessed with set(String,String) and get(String) methods
it has a globally unique identifier
|
| IPersistentObjectManager |
A PersistentObjectFactory can create Instances of any class that is in the classpath and
implements IPersistentObject |
| IPerson |
An IPerson is an IPartner that is a human. |
| IReason |
Diagnosen sind ebensop wie Leistungen "Pluggable" definiert, damit neue Codesysteme leicht
eingebaut werden können. |
| IRelationship |
An IRelationship describes a Relationship between IPartners |
| ISelectable |
Empty marker interface to denote an object as selectable |
| ISticker |
An ISticker is a Sticker that can be attached to any Object |
| IXid |
An IXid is an external identifier for an Object |