Interface | Description |
---|---|
ShrEntity |
All entities in the model of a SprHibRAD application must implement this interface
|
UserTable |
Class | Description |
---|---|
None |
used for have generics, referring to ShrEntity and descendants as instance type, admintting even no substantial type to be specified in their descendant
|
UserPrefs |
It hosts the user preferences : the 'mode' of the menu (horizontal at the top OR vertical on the left) and the user's Locale
(that drives any format a part from the currency format that is set at application level - see the configuration file of SprHibRAD application)
|
VerboseLiteral |
The base class for any entity, made essentially by one descriptive text.
|
Annotation Type | Description |
---|---|
ClassSpecificDictionary |
Informs the framework that the field must be resolved in the dictionary by
prefixing its name with the className (by default all the fields with the same name
resolved to the same translation)
|