| Interface | Description |
|---|---|
| Headers |
Contains the headers used by Cyclos.
|
| ICurrencyAmount |
Common interface for currency amount
|
| IDate |
Marker interface to represent a date type.
|
| IDimensions |
Common interface for dimensions
|
| IFileSize |
Common interface for file sizes
|
| ILatLong |
Common interface for latitude/longitude coordinates
|
| ITimeInterval |
Common interface for time intervals
|
| MainMenu |
Marker interface for enumerations which represent the main menu items
|
| PrefixedEnum |
Interface implemented by enums which are serialized to JSON using a prefix to identify subclasses
|
| Class | Description |
|---|---|
| AbstractFormatter |
Base implementation for formatters
|
| AbstractPeriodPreselectorOptionVO |
THIS FILE WAS GENERATED AUTOMATICALLY.
|
| ActionConfirmationHelper |
Helper class for actions requiring confirmation using the password confirmation.
|
| AmountSummaryVO |
THIS FILE WAS GENERATED AUTOMATICALLY.
|
| AuthorizationData |
Represents the Authorization header in a request
|
| CountryVO |
THIS FILE WAS GENERATED AUTOMATICALLY.
|
| CurrencyAmountDTO |
THIS FILE WAS GENERATED AUTOMATICALLY.
|
| CurrencyAmountRangeDTO |
THIS FILE WAS GENERATED AUTOMATICALLY.
|
| DatePeriodDTO |
THIS FILE WAS GENERATED AUTOMATICALLY.
|
| 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. |
| DateWrapper |
Holder class for a
Date value. |
| DecimalRangeDTO |
THIS FILE WAS GENERATED AUTOMATICALLY.
|
| DimensionsDTO |
THIS FILE WAS GENERATED AUTOMATICALLY.
|
| DistanceDTO |
THIS FILE WAS GENERATED AUTOMATICALLY.
|
| FileInfo |
Used whenever a file upload / download is needed, containing information about the file.
|
| FileSizeDTO |
THIS FILE WAS GENERATED AUTOMATICALLY.
|
| IntegerRangeDTO |
THIS FILE WAS GENERATED AUTOMATICALLY.
|
| LatLongDTO |
THIS FILE WAS GENERATED AUTOMATICALLY.
|
| LocaleVO |
THIS FILE WAS GENERATED AUTOMATICALLY.
|
| LocalizationData |
THIS FILE WAS GENERATED AUTOMATICALLY.
|
| ModelHelper |
Helper for handling
CurrencyAmountDTOs |
| ModelNameHelper |
Contains helper methods for handling model class names
|
| NumberGenerationDTO |
THIS FILE WAS GENERATED AUTOMATICALLY.
|
| Percentage |
A comparable containing a value but formatted as a percentage.
|
| PeriodPreselectorOptionData |
THIS FILE WAS GENERATED AUTOMATICALLY.
|
| PredefinedPeriodData |
THIS FILE WAS GENERATED AUTOMATICALLY.
|
| RequestInfo |
Contains information from an HTTP request
|
| ResponseInfo |
Represents an HTTP response
|
| SearchByDistanceData |
THIS FILE WAS GENERATED AUTOMATICALLY.
|
| TimeIntervalDTO |
THIS FILE WAS GENERATED AUTOMATICALLY.
|
| TimeZoneVO |
THIS FILE WAS GENERATED AUTOMATICALLY.
|
| Enum | Description |
|---|---|
| ActionConfirmationHelper.ActionPasswordConfirmationStatus |
This enum contains all possible status for an action confirmation according to the confirmation password.
|
| AdminMainMenu |
Contains the main menu entries which are available for administrators
|
| DistanceUnit |
Represents a distance unit
|
| FileSizeUnit |
Possible units for a file size
|
| Location |
Points to different locations which to be accessed, each location points to a module functionality.
|
| MaskType |
Enumerates different types of mask
|
| NotificationLevel |
A severity for a notification shown to users
|
| PeriodPreselectorOptionType |
A type for PeriodPreselectorOption
|
| PeriodType |
A type of period
|
| ProfileManagementSection |
Contains the sections in profile management actions which are available for admins / brokers
|
| Quarter | |
| StoredFileNature |
Possible stored files natures
|
| TimeField |
A given time field
|
| TransactionLevel |
Defines the transaction level required by a service method invocation
|
| UserMainMenu |
Contains the main menu entries which are available for users (members / brokers)
|
| Exception | Description |
|---|---|
| ResponseException |
Exception thrown when a
ResponseInfo is expected, and we want to rollback the transaction |
| Annotation Type | Description |
|---|---|
| Transaction |
Annotation used to indicate the
TransactionLevel a service method uses |