| Interface | Description |
|---|---|
| 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
|
| Class | Description |
|---|---|
| AbstractFormatter |
Base implementation for formatters
|
| AbstractPeriodPreselectorOptionVO | |
| AmountSummaryVO | |
| CountryComparator | |
| CountryVO | |
| CurrencyAmountDTO | |
| CurrencyAmountRangeDTO | |
| DatePeriodDTO | |
| 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 | |
| DimensionsDTO | |
| DistanceDTO | |
| FileInfo |
Used whenever a file upload / download is needed, containing information about the file.
|
| FileSizeDTO | |
| IntegerRangeDTO | |
| LatLongDTO | |
| LocalizationData | |
| ModelHelper |
Helper for handling
CurrencyAmountDTOs |
| NumberGenerationDTO | |
| Percentage |
A comparable containing a value but formatted as a percentage.
|
| PeriodPreselectorOptionData | |
| PredefinedPeriodData | |
| RequestInfo |
Contains information from an HTTP request
|
| ResponseInfo |
Represents an HTTP response for an inbound SMS message
|
| SearchByDistanceData | |
| TimeIntervalDTO | |
| TimeZoneVO |
| Enum | Description |
|---|---|
| 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.
|
| 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 | |
| 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)
|
| Annotation Type | Description |
|---|---|
| Transaction |
Annotation used to indicate the
TransactionLevel a service method uses |