| Interface | Description |
|---|---|
| DefinesNetwork |
All entities having a reference to a network must implement this interface
|
| EntityWithCustomValues<CF extends CustomField<CF,C,PV>,C extends CustomFieldPossibleValueCategory<CF,C,PV>,PV extends CustomFieldPossibleValue<CF,C,PV>,CFV extends CustomFieldValue<CF,C,PV,?>> |
Interface implemented by entities which have custom values, to make access easier
|
| Class | Description |
|---|---|
| AcceptPaymentRequestSmsOperationConfiguration |
Contains configuration for the accept payment request sms operation
|
| AccountInformationSmsOperationConfiguration |
Contains configuration for the account information sms operation
|
| AccountNumberConfiguration |
Contains the configurations for account number, which must be defined network-wise (in the network default
configuration)
|
| AddressConfiguration |
Contains the configurations for addresses
|
| AdExtensionPoint |
Extension point for advertisement events
|
| AdImportedFile |
Contains data about ad import
|
| AuthorizationExtensionPoint |
Extension point for authorization events
|
| BuiltinSmsOperationConfiguration |
Contains common configuration for the builtin operations
|
| Captcha |
Stores the result of a generated captcha
|
| ChannelConfiguration |
Contains definitions for a given pair of configuration and channel
|
| Configuration |
A configuration contains several definitions, and can be hierarchical, setting, for example, one configuration as
system default, other for guest
users, other for regular users and other for administrators
|
| ConfigurationImage |
Image used to store the contents of a theme image
|
| CustomField<CF extends CustomField<CF,C,PV>,C extends CustomFieldPossibleValueCategory<CF,C,PV>,PV extends CustomFieldPossibleValue<CF,C,PV>> |
Base class for custom fields
|
| CustomFieldPossibleValue<CF extends CustomField<CF,C,PV>,C extends CustomFieldPossibleValueCategory<CF,C,PV>,PV extends CustomFieldPossibleValue<CF,C,PV>> |
Holds a possible value for an enumerated custom field.
|
| CustomFieldPossibleValueCategory<CF extends CustomField<CF,C,PV>,C extends CustomFieldPossibleValueCategory<CF,C,PV>,PV extends CustomFieldPossibleValue<CF,C,PV>> |
Holds a possible value for an enumerated custom field.
|
| CustomFieldValue<CF extends CustomField<CF,C,PV>,C extends CustomFieldPossibleValueCategory<CF,C,PV>,PV extends CustomFieldPossibleValue<CF,C,PV>,O extends BaseEntity> |
Base class to be used as custom field value
|
| CustomImage<C extends BaseEntity> |
Base class for custom images, that is, used as listings on rich text editors, for example
|
| CustomizableSmsOperationConfiguration |
Base class for SMS operation configurations which can be customized in some way
|
| CustomOperation |
A custom operation which may be triggered by users
|
| CustomOperationField |
A custom field for a custom operation parameter
|
| CustomOperationFieldPossibleValue |
Possible value for custom operation fields
|
| CustomOperationFieldPossibleValueCategory |
Possible value category for custom operation fields
|
| CustomScheduledTask |
Contains a custom scheduled task - that is, one which is scheduled to run periodically
|
| CustomScheduledTaskLog |
Logs an execution of a
CustomScheduledTask |
| CustomScript |
Stores a custom script, which may be used for custom extension points
|
| CustomSmsOperationConfiguration |
Contains configuration for a custom SMS operation
|
| CustomWebService |
A custom web service which may be invoked by an external application.
|
| DenyPaymentRequestSmsOperationConfiguration |
Contains configuration for the deny payment request sms operation
|
| EntityLog |
Change log for an entity.
|
| EntityPropertyLog |
Change log for an entity's property.
|
| ExtensionPoint |
Base definition for an extension point
|
| ExtensionPointWithGroup |
Base extension point which can be applied to groups
|
| ExtensionPointWithTransferType |
Base extension point which can be applied to account types and transfer types
|
| ExternalRedirectExecution |
Stores data used by
CustomOperations of type CustomOperationResultType.EXTERNAL_REDIRECT between the
first execution and the callback, so the same execution context on the first script can be re-created on the
callback. |
| GeneralReferenceImportedFile |
Contains data about reference import
|
| HelpSmsOperationConfiguration |
Configuration for SMS operations which reply a help text about other SMS operation
|
| Image |
Base class for all images
|
| ImportedFile |
Stores common data for imports
|
| ImportedFileInfo |
Stores the import info that can be updated by a process
that is not the main import process.
|
| ImportedImage |
Stores imported images
|
| ImportedLine |
Stores lines of import
|
| ImportedLineValue |
Represents an import value.
|
| ImportedStoredFile | |
| InternetAddressList |
Represents an IP address list, which holds individual resolved addresses from a textual addresses list representation
|
| Language | |
| LinkedEntityTypeMapping |
Provides a mapping between
LinkedEntityType and the corresponding entity type |
| LinkGenerationConfiguration |
Contains the configurations for link generation
|
| LogConfiguration |
Contains the aggregated configuration for logging
|
| Network |
All entities defined in Cyclos belongs to a network (directly or indirectly)
|
| OutboundSmsConfiguration |
Contains the configurations for sending SMS messages
|
| OwnedImage<O extends BaseEntity> |
Images which belong to an owner, like user profile or advertisement images
|
| PaymentImportedFile |
Contains data about payment import
|
| PaymentSmsOperationConfiguration |
Contains configuration for the payment sms operation
|
| PerformExternalPaymentSmsOperationConfiguration |
Contains configuration for the perform external payment sms operation
|
| PhoneExtensionPoint |
Extension point for user phones
|
| RecordExtensionPoint |
Extension point for record events
|
| RecordImportedFile |
Contains data about record import
|
| RedeemVoucherSmsOperationConfiguration |
Contains configuration for the redeem voucher sms operation
|
| RegisterSmsOperationConfiguration |
Contains configuration for the register user sms operation
|
| ScriptStorage |
Stores generic data which can be accessed by scripts
|
| SendPaymentRequestSmsOperationConfiguration |
Contains configuration for the send payment request sms operation
|
| SmsChannelConfiguration |
Contains configuration details for the SMS channel
|
| SmsOperationConfiguration |
Contains configurations for an sms operation
|
| SmtpConfiguration |
Contains the configurations for sending e-mails
|
| SystemReportPreferences |
Stores the preferences for System Reports form
|
| TempImage |
A temporary image that can later be moved to a newly registered entity (for example, an user or advertisement)
|
| TextSmsOperationConfiguration |
Configuration for SMS operations which reply with a static text
|
| TokenImportedFile |
Contains data about token import
|
| TransactionExtensionPoint |
Extension point for transaction events
|
| TransferExtensionPoint |
Extension point for transfer events
|
| TransferImportedFile |
Contains data about transfer import
|
| UserAddressExtensionPoint |
Extension point for user addresses
|
| UserExtensionPoint |
Extension point for user events
|
| UserFormatConfiguration |
Contains the configurations for formatting users
|
| UserImportedFile |
Contains data about user import
|
| VoucherExtensionPoint |
Extension point for vouchers
|
| WithPasswordSmsOperationConfiguration |
Contains common configuration for the built-in operations which can use a password
|