| Interface | Description |
|---|---|
| EnumMessageKeyResolver<T extends java.lang.Enum<?>> |
Interface representing a translation message key for enums
|
| Formatter |
Contains methods used to format several types of data
|
| HasMessageKey |
Interface denoting that the object resolves to a message key.
|
| IDate |
Marker interface to represent a date type.
|
| 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.
|
| PrefixedEnum |
Interface implemented by enums which are serialized to JSON using a prefix to identify subclasses
|
| Submodule |
Interface implemented by enumerations which represents submodule.
|
| 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. |
| 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 |
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 should only be instantiated by the generated [Module]Keys classes. |
| ModuleMessageKeys |
An
EnumMessageKeyResolver for Module, which is defined in the cyclos4-api-utils project, hence,
cannot reference MessageKey. |
| 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
|
| ServiceHelper |
Contains helper methods for service handling
|
| StringHelper |
Helper class for strings
|
| 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
|
| Module |
Cyclos is divided into modules and submodules, this enumeration contains all defined modules.
|
| Month |
The months
|
| WeekDay |
The week days
|
| Annotation Type | Description |
|---|---|
| GwtIncompatible |
It is used to indicate that a business method or field must be ignored by the GWT compiler and the Remote/Mobile
service generator.
|
| SkipServiceLog |
Marker annotation for service interface methods which should never be logged on the service log
|