| Interface | Description |
|---|---|
| ActionHandler<T> |
Generic handler for custom actions
|
| Formatter |
Contains methods used to format several types of data
|
| MessageKey |
Interface representing a translation message key
|
| MessageProducer | |
| Page<T> |
A page contains a subset of data, and knows the number of total results
|
| ParameterStorage |
A parameter storage can hold parameters as simple values.
|
| Class | Description |
|---|---|
| AbstractParameterStorage |
Base implementation for
ParameterStorage, based on the storage as string |
| AddressHelper |
A Helper to access Address fields
|
| AddressHelper.AddressSnapshot |
It's an address DTO's snapshot
|
| AggregatedMap<K,V> |
A
Map implementation which aggregates 2 Maps: one static and one dynamic |
| BigDecimalHelper |
Helper class for handling
BigDecimals. |
| CoercionHelper |
Helper for converting values
|
| CollectionHelper |
Helper methods for collections
|
| ColorHelper |
Helper class for colors
|
| CustomFieldHelper |
Helper class for handling custom fields and their values
|
| ExceptionTranslationHelper |
Returns a translation message specification for the given exception.
|
| GroupHelper |
This class contains some functions for helping format data on groups.
|
| IntegerSequence |
A sequence of numbers which acts like a list
|
| MapParameterStorage |
A
ParameterStorage implementation backed by a Map<String, List<String>>. |
| MaskHelper |
Helper class for masks
|
| MessageKeyImpl |
Message key implementation from a Submodule and a key.
This class shouldn't be created directly you must use any of the factory methods in TranslationHelper |
| MutableObject<T> |
Class that wraps an object.
|
| ObjectHelper |
Helper class for objects
|
| PageImpl<T> |
An implementation for a
Page |
| Pair<First,Second> |
A pair of values
|
| ProductHelper |
This class contains some functions for helping format data on products
|
| ServiceHelper |
Contains helper methods for service handling
|
| StringHelper |
Helper class for strings
|
| TranslationHelper | |
| TranslationMessageSpecification |
An object which contains data about a future translation message
|
| ValidationResult |
Contains the results of a validation process.
|
| Enum | Description |
|---|---|
| MessageFormat |
Defines possibles format operations for translated messages
|
| Month |
The months
|
| WeekDay |
The week days
|
| Annotation Type | Description |
|---|---|
| SkipServiceLog |
Marker annotation for service interface methods which should never be logged on the service log
|