| AbstractParameterStorage |
|
| 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.
|
| CollectionHelper |
Helper methods for collections
|
| ColorHelper |
Helper class for colors
|
| CustomFieldHelper |
Helper class for handling custom fields and their values
|
| DateTime |
Mutable class used to represent dates in the Cyclos API instead of Date.
It represents a specific instant in time in a specific time zone (e.g.: the client TZ) with millisecond precision.
|
| 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 |
|
| MaskHelper |
Helper class for masks
|
| MessageKeyImpl |
Message key implementation from a Submodule and a key.
This class should only be instantiated by the generated [Module]Keys classes.
|
| ModuleMessageKeys |
|
| 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
|
| Percentage |
A comparable containing a value but formatted as a percentage.
|
| ProductHelper |
This class contains some functions for helping format data on products
|
| PublicRegistrationHelper |
Utilities for the the public registration
|
| ServiceHelper |
Contains helper methods for service handling
|
| StringHelper |
Helper class for strings
|
| TransformedIterator<S,T> |
An iterator that transforms each element upon iteration
|
| TransformedList<S,T> |
A read-only view of a list, transforming elements on get.
|
| TransformedMap<SK,SE,TK,TE> |
A Map that transforms keys and elements
|
| TransformedSet<S,T> |
A Set that transforms elements on iteration
|
| TranslationMessageSpecification |
An object which contains data about a future translation message
|
| URIHelper |
Helper class for URIs
|
| ValidationResult |
Contains the results of a validation process.
|