Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- AbstractConsoleTool - Class in ch.autumo.commons.console
-
Abstract console tool - delivers secure and licensed application.
- AbstractConsoleTool() - Constructor for class ch.autumo.commons.console.AbstractConsoleTool
-
Default constructor.
- AbstractLogging - Class in ch.autumo.commons.logging
-
Abstract logging class.
- AbstractLogging() - Constructor for class ch.autumo.commons.logging.AbstractLogging
-
Default constructor.
- AbstractMailer - Class in ch.autumo.commons.mailing
-
Abstract mailer class.
- AbstractMailer() - Constructor for class ch.autumo.commons.mailing.AbstractMailer
-
Default constructor.
- AbstractVersion - Class in ch.autumo.commons.application
-
Abstract version for update/upgrade handling.
- AbstractVersion() - Constructor for class ch.autumo.commons.application.AbstractVersion
-
Default constructor.
- AbstractVersion.VersionEntry - Class in ch.autumo.commons.application
-
A version entry from the XML.
- addRecipient(String) - Method in class ch.autumo.commons.sms.TextAnywhere.SendSMSRequest
-
Add recipient.
- addUseOnceHeader(String[]) - Static method in class ch.autumo.commons.utils.web.RESTUtils
-
Add a header that is used only once when creating the next PUT/POST or GET,
- ansiErrName - Static variable in class ch.autumo.commons.application.BaseApp
-
ANSI colored application name for errors.
- ansiName - Static variable in class ch.autumo.commons.application.BaseApp
-
ANSI colored application name.
- AP_LS_AD_KEY - Static variable in interface ch.autumo.commons.application.LicensedApplication
-
autumo products license server address from 'base.ifc'.
- AP_LS_AK_KEY - Static variable in interface ch.autumo.commons.application.LicensedApplication
-
autumo products license server API key from 'base.ifc'.
- AppConstants - Interface in ch.autumo.commons.application
-
Application constants.
- appendToRegistry(String) - Method in class ch.autumo.commons.mime.MimeTypeFile
-
Appends string of entries to the types registry, must be valid mime.types format.
- Argon2HashProvider - Class in ch.autumo.commons.security.password
-
Provides a hash with Argon2id.
- Argon2HashProvider() - Constructor for class ch.autumo.commons.security.password.Argon2HashProvider
-
Argon hash provider.
- askField(String, BufferedReader, boolean) - Method in class ch.autumo.commons.console.AbstractConsoleTool
-
Ask for a field.
- askField(String, BufferedReader, int, boolean) - Method in class ch.autumo.commons.console.AbstractConsoleTool
-
Ask for a field.
- ASPSMS - Class in ch.autumo.commons.sms
-
ASP SMS Messenger.
- ASPSMS() - Constructor for class ch.autumo.commons.sms.ASPSMS
-
Default constructor.
- auth - Variable in class ch.autumo.commons.mailing.AbstractMailer
-
Mail authentication?
- AuthContext - Class in ch.autumo.commons.utils.web
-
Auth context.
- AuthContext() - Constructor for class ch.autumo.commons.utils.web.AuthContext
-
Authentication context.
- AuthContext(CloseableHttpClient, HttpClientContext) - Constructor for class ch.autumo.commons.utils.web.AuthContext
-
Create an auth context.
- AuthUtils - Class in ch.autumo.commons.utils.web
-
Auth Utils.
B
- ba2hs(byte[]) - Static method in class ch.autumo.commons.utils.security.CryptUtils
-
Byte array 2 string.
- BASE_CFG - Static variable in interface ch.autumo.commons.utils.license.LicenseHandler
-
Base configuration, usually within app-'cfg/' path.
- BASE_CFG_FILE - Static variable in interface ch.autumo.commons.application.LicensedApplication
-
Base config file.
- BASE_CFG_JAR - Static variable in interface ch.autumo.commons.application.LicensedApplication
-
Base config jar.
- BaseApp - Class in ch.autumo.commons.application
-
A console application.
- BaseApp() - Constructor for class ch.autumo.commons.application.BaseApp
-
Because of
SecureApplication
and when console tools such as theEncoder
are used. - BaseApp(RegistrationVersion) - Constructor for class ch.autumo.commons.application.BaseApp
-
Because of
LicensedApplication
and when console tools such as theRegister
are used. - BaseApp(String[]) - Constructor for class ch.autumo.commons.application.BaseApp
-
Create the application.
- baseCfgFile - Variable in class ch.autumo.commons.application.BaseApp
-
Base configuration file ('cfg/app.cfg').
- baseProps - Variable in class ch.autumo.commons.application.BaseApp
-
Base configuration properties.
- BASEURL - Static variable in class ch.autumo.commons.sms.TextAnywhere
-
Base URL.
- BeanField - Class in ch.autumo.commons.utils.bean
-
Bean field.
- BeanField(String, String, Class<?>, boolean, boolean, Method, Method) - Constructor for class ch.autumo.commons.utils.bean.BeanField
-
Constructor.
- BeanProcessor - Class in ch.autumo.commons.utils.bean
-
This bean processor operates with property descriptors that hold information of any Java bean.
- BeanProcessor() - Constructor for class ch.autumo.commons.utils.bean.BeanProcessor
-
Constructor for BeanProcessor.
- beanPropertyName2DbName(String) - Static method in class ch.autumo.commons.utils.bean.Beans
-
Get database table column name by bean property name.
- Beans - Class in ch.autumo.commons.utils.bean
-
Beans helper methods.
- BG_COLOR - Static variable in class ch.autumo.commons.ui.UI
-
Color: Background.
- BG_COLOR_BLUE - Static variable in class ch.autumo.commons.ui.UI
-
Color: Background blue
- BG_COLOR_BLUE_DARK - Static variable in class ch.autumo.commons.ui.UI
-
Color: Background blue dark.
- BG_COLOR_BRIGHT - Static variable in class ch.autumo.commons.ui.UI
-
Color: Background bright.
- BG_COLOR_DARK - Static variable in class ch.autumo.commons.ui.UI
-
Color: Background dark.
- BG_COLOR_DISABLED_FIELD - Static variable in class ch.autumo.commons.ui.UI
-
Color: Background blue disabled field.
- BG_COLOR_FIELD - Static variable in class ch.autumo.commons.ui.UI
-
Color: Background blue field.
- BG_COLOR_LIGHT - Static variable in class ch.autumo.commons.ui.UI
-
Color: Background blue light.
- BG_COLOR_LINUX - Static variable in class ch.autumo.commons.ui.UI
-
Color: Background linux.
- BG_COLOR_TB - Static variable in class ch.autumo.commons.ui.UI
-
Color: Background toolbar.
- BG_COLOR_TB2 - Static variable in class ch.autumo.commons.ui.UI
-
Color: Background toolbar 2.
- BG_CONSOLE_COLOR - Static variable in class ch.autumo.commons.ui.UI
-
Color: Background console.
- BG_STANDARD - Static variable in class ch.autumo.commons.ui.UI
-
Color: Background standard (bright).
- black(String) - Static method in class ch.autumo.commons.console.Colors
-
Black colored string.
- booleanValue() - Method in class ch.autumo.commons.configuration.YesOrNo
-
Get boolean value.
- BUFFER_LIMIT - Static variable in class ch.autumo.commons.cache.FileCache
-
Buffer limit.
- bytesToHex(byte[]) - Static method in class ch.autumo.commons.utils.security.CryptUtils
-
Bytes 2 HEX.
C
- call(String, String) - Method in interface ch.autumo.commons.call.Caller
-
make phone call.
- call(String, String) - Method in class ch.autumo.commons.call.TwilioCaller
- Caller - Interface in ch.autumo.commons.call
-
Phone caller interface.
- CallerFactory - Class in ch.autumo.commons.call
-
Caller Messenger factory.
- callJSONGet(String, String, String) - Static method in class ch.autumo.commons.utils.web.RESTUtils
-
Call JSON get.
- CFG_KEY_DS_EXT_JNDI - Static variable in class ch.autumo.commons.database.DatabaseManager
-
External JNDI configuration key.
- CFG_KEY_DS_INT_DSCN - Static variable in class ch.autumo.commons.database.DatabaseManager
-
External data-source configuration key.
- ch.autumo.commons - package ch.autumo.commons
-
autumo's base library.
- ch.autumo.commons.annotations - package ch.autumo.commons.annotations
-
Annotations for generated entity beans by PLANT.
- ch.autumo.commons.application - package ch.autumo.commons.application
-
Application; base application for console/server & versioning, security, registering and licensing foundation.
- ch.autumo.commons.cache - package ch.autumo.commons.cache
-
File caching management.
- ch.autumo.commons.call - package ch.autumo.commons.call
-
Phone call factory and implementations (TWILIO).
- ch.autumo.commons.configuration - package ch.autumo.commons.configuration
-
Configuration management.
- ch.autumo.commons.console - package ch.autumo.commons.console
-
Console tools and ANSI colors.
- ch.autumo.commons.database - package ch.autumo.commons.database
-
Database management.
- ch.autumo.commons.documents - package ch.autumo.commons.documents
-
autumo Document module interface.
- ch.autumo.commons.generic - package ch.autumo.commons.generic
-
Generic and base classes.
- ch.autumo.commons.logging - package ch.autumo.commons.logging
-
Logging factory and implementations.
- ch.autumo.commons.mailing - package ch.autumo.commons.mailing
-
Mailer factory and implementations (Jakarta and JavaMail/Javax).
- ch.autumo.commons.mime - package ch.autumo.commons.mime
-
MIME type handling.
- ch.autumo.commons.security - package ch.autumo.commons.security
-
Security management.
- ch.autumo.commons.security.password - package ch.autumo.commons.security.password
-
Password hash providers.
- ch.autumo.commons.sms - package ch.autumo.commons.sms
-
SMS factory and implementations (ASPSMS, TextAnywhere, TWILIO).
- ch.autumo.commons.ui - package ch.autumo.commons.ui
-
Swing UI Helper.
- ch.autumo.commons.utils - package ch.autumo.commons.utils
-
Utilities.
- ch.autumo.commons.utils.bean - package ch.autumo.commons.utils.bean
-
Bean processing.
- ch.autumo.commons.utils.common - package ch.autumo.commons.utils.common
-
Common utilities and classes.
- ch.autumo.commons.utils.database - package ch.autumo.commons.utils.database
-
Database utilities.
- ch.autumo.commons.utils.license - package ch.autumo.commons.utils.license
-
License Management and license handler interface.
- ch.autumo.commons.utils.security - package ch.autumo.commons.utils.security
-
Encryption/decryption utilities and console encoder.
- ch.autumo.commons.utils.system - package ch.autumo.commons.utils.system
-
System tools.
- ch.autumo.commons.utils.web - package ch.autumo.commons.utils.web
-
Web utilities.
- ch.autumo.commons.versioning - package ch.autumo.commons.versioning
-
Versioning management.
- checkHttpResponse(CloseableHttpResponse) - Static method in class ch.autumo.commons.utils.web.RESTUtils
-
Check closeable HTTP response with HttpResponse.
- checkOnlineLicense(LicensedApplication) - Method in class ch.autumo.commons.utils.license.DummyLicenseHandler
- checkOnlineLicense(LicensedApplication) - Method in interface ch.autumo.commons.utils.license.LicenseHandler
-
Read license key file and unregister if invalid.
- checkRegistration(LicensedApplication) - Method in class ch.autumo.commons.utils.license.DummyLicenseHandler
- checkRegistration(LicensedApplication) - Method in interface ch.autumo.commons.utils.license.LicenseHandler
-
Check registration state and set application to registered or unregistered.
- checkResponse(int, String) - Static method in class ch.autumo.commons.utils.web.RESTUtils
-
Check HTTP response with status code.
- checkRuntimeLicense(LicensedApplication, Properties, String) - Method in class ch.autumo.commons.utils.license.DummyLicenseHandler
- checkRuntimeLicense(LicensedApplication, Properties, String) - Method in interface ch.autumo.commons.utils.license.LicenseHandler
-
Check runtime license, is it a limited or unlimited version.
- classNameToTable(String) - Static method in class ch.autumo.commons.utils.bean.Beans
-
Class name to DB table.
- classToRefBeanId(Class<?>) - Static method in class ch.autumo.commons.utils.bean.Beans
-
Class to bean reference ID name.
- classToRefDbId(Class<?>) - Static method in class ch.autumo.commons.utils.bean.Beans
-
Class to database reference ID name.
- classToTable(Class<?>) - Static method in class ch.autumo.commons.utils.bean.Beans
-
Class to DB table.
- classToTable(String) - Static method in class ch.autumo.commons.utils.bean.Beans
-
Class to DB table.
- clear() - Method in class ch.autumo.commons.cache.FileCache
-
Clear cache if cached.
- clear() - Method in class ch.autumo.commons.cache.FileCacheManager
-
Clear cache.
- clone() - Method in class ch.autumo.commons.database.Model
- closeLockedFile(RandomAccessFile) - Static method in class ch.autumo.commons.utils.system.OSUtils
-
Close locked file.
- COLOR_BLUE_AT0 - Static variable in class ch.autumo.commons.ui.UI
-
Color: autumo 0.
- COLOR_BLUE_AT1 - Static variable in class ch.autumo.commons.ui.UI
-
Color: autumo 1.
- COLOR_BLUE_AT2 - Static variable in class ch.autumo.commons.ui.UI
-
Color: autumo 2.
- COLOR_BLUE_AT3 - Static variable in class ch.autumo.commons.ui.UI
-
Color: autumo 3.
- COLOR_BLUE_AT4 - Static variable in class ch.autumo.commons.ui.UI
-
Color: autumo 4.
- Colors - Class in ch.autumo.commons.console
-
ANSI Colors.
- Column - Annotation Interface in ch.autumo.commons.annotations
-
Column annotation.
- CommonsException - Exception Class in ch.autumo.commons
-
Commons exception.
- CommonsException(String) - Constructor for exception class ch.autumo.commons.CommonsException
-
Commons exception.
- CommonsException(String, int) - Constructor for exception class ch.autumo.commons.CommonsException
-
Commons exception.
- CommonsException(String, String) - Constructor for exception class ch.autumo.commons.CommonsException
-
Commons exception.
- CommonsException(String, String, int) - Constructor for exception class ch.autumo.commons.CommonsException
-
Commons exception.
- CommonsException(String, Throwable) - Constructor for exception class ch.autumo.commons.CommonsException
-
Commons exception.
- CommonsException(String, Throwable, int) - Constructor for exception class ch.autumo.commons.CommonsException
-
Commons exception.
- compare(boolean, boolean) - Static method in class ch.autumo.commons.configuration.YesOrNo
-
Compare values.
- compareTo(AbstractVersion.VersionEntry) - Method in class ch.autumo.commons.application.AbstractVersion.VersionEntry
- compareTo(YesOrNo) - Method in class ch.autumo.commons.configuration.YesOrNo
- compareTo(Versions.Version) - Method in class ch.autumo.commons.versioning.Versions.Version
- CONFIG_DEFAULT_FILE - Static variable in interface ch.autumo.commons.application.AppConstants
-
Default configuration file.
- CONFIG_DEFAULT_FILE - Static variable in interface ch.autumo.commons.application.LicensedApplication
-
Default config file.
- CONFIG_LOGGGING_DEFAULT_FILE - Static variable in interface ch.autumo.commons.application.AppConstants
-
Default logging configuration file.
- CONFIG_PARAM_LOG_CFG - Static variable in interface ch.autumo.commons.application.AppConstants
-
Configuration parameter for log file.
- CONFIG_PATH - Static variable in interface ch.autumo.commons.application.AppConstants
-
Interface configuration path.
- CONFIG_PATH - Static variable in interface ch.autumo.commons.application.LicensedApplication
-
Interface config path.
- CONFIG_PATH - Static variable in class ch.autumo.commons.generic.PropertiesManager
-
Standard configuration path.
- ConfigurationManager - Class in ch.autumo.commons.configuration
-
Configuration manager.
- Constants - Class in ch.autumo.commons
-
Constants.
- contains(String) - Method in class ch.autumo.commons.cache.FileCacheManager
-
Is the file already in cache?
- containsResource(String) - Method in class ch.autumo.commons.cache.FileCacheManager
-
Is the resource (e.g.
- ContentType - Class in ch.autumo.commons.cache
-
Class to handle HTML content types headers and their encodings.
- ContentType(String) - Constructor for class ch.autumo.commons.cache.ContentType
-
Create a content type.
- copyProperties(Properties, Properties) - Static method in class ch.autumo.commons.utils.common.GeneralUtils
-
Copy props to destination props.
- copyProperties(Properties, Properties, boolean) - Static method in class ch.autumo.commons.utils.common.GeneralUtils
-
Copy props to destination props.
- countRecords(String) - Method in class ch.autumo.commons.database.DatabaseManager
-
Count amount of records of an entity / table in database.
- countRows(Class<?>) - Static method in class ch.autumo.commons.utils.database.DBUtils
-
Count rows of type clz (entity class).
- countRows(String) - Static method in class ch.autumo.commons.utils.database.DBUtils
-
Count rows of table.
- createAPIKeyAuthContext() - Static method in class ch.autumo.commons.utils.web.AuthUtils
-
Create a simple auth context fro API key authentication.
- createBasicAuthContext(HttpHost, String, String) - Static method in class ch.autumo.commons.utils.web.AuthUtils
-
Create a basic auth context.
- createBean(Class<?>) - Static method in class ch.autumo.commons.utils.bean.Beans
-
Create empty bean.
- createBean(Class<?>, ResultSet) - Static method in class ch.autumo.commons.utils.bean.Beans
-
Create bean.
- createBean(Class<?>, ResultSet, BeanProcessor) - Static method in class ch.autumo.commons.utils.bean.Beans
-
Create bean.
- createDigestAuthContext(HttpHost, String, String, String) - Static method in class ch.autumo.commons.utils.web.AuthUtils
-
Create a digest auth context.
- createHandler(boolean) - Static method in class ch.autumo.commons.utils.license.LicenseUtils
-
Create license handler singleton; after creation of one license handler you'll always get the same instance back by calling
LicenseUtils.getHandler()
. - createJSONBody(Map<String, String>) - Static method in class ch.autumo.commons.utils.web.RESTUtils
-
Create a JSON POST according to given map.
- createJSONGet(String) - Static method in class ch.autumo.commons.utils.web.RESTUtils
-
Create JSON Get.
- createJSONGet(String, String, String) - Static method in class ch.autumo.commons.utils.web.RESTUtils
-
Create JSON get with a header.
- createJSONPost(String) - Static method in class ch.autumo.commons.utils.web.RESTUtils
-
Create JSON post.
- createJSONPost(String, String, String) - Static method in class ch.autumo.commons.utils.web.RESTUtils
-
Create JSON post.
- createJSONPut(String) - Static method in class ch.autumo.commons.utils.web.RESTUtils
-
Create JSON put.
- createJSONStringEntity(String) - Static method in class ch.autumo.commons.utils.web.RESTUtils
-
Create UTF-8 string entity for JSON body.
- createKey(int, String) - Static method in class ch.autumo.commons.utils.system.WinRegistry
-
Create a key
- createMap(String[], String[]) - Static method in class ch.autumo.commons.utils.common.GeneralUtils
-
Create map.
- createNoAuthContext() - Static method in class ch.autumo.commons.utils.web.AuthUtils
-
Create a simple auth context that needs no authentication.
- createOAuthContext(HttpHost, String, String, String, String, String, List<String[]>) - Static method in class ch.autumo.commons.utils.web.AuthUtils
-
Create an OAuth auth context.
- createPrintableUrl(String, String) - Static method in class ch.autumo.commons.utils.web.RESTUtils
-
Create an URL with hidden API key.
- createRegKey(LicensedApplication, String, String, String, String, String, String) - Method in class ch.autumo.commons.utils.license.DummyLicenseHandler
- createRegKey(LicensedApplication, String, String, String, String, String, String) - Method in interface ch.autumo.commons.utils.license.LicenseHandler
-
Create a register key that can be converted to a license key.
- createUrlByteBody(Map<String, String>) - Static method in class ch.autumo.commons.utils.web.RESTUtils
-
Create a Url byte body according to given map, UTF-8 encoded.
- CryptUtils - Class in ch.autumo.commons.utils.security
-
Encryption Utilities.
- CryptUtils.KEYDATA - Class in ch.autumo.commons.utils.security
-
Internal keys.
- CustomIdentityEntity - Class in ch.autumo.commons.generic
-
Entities that don't need an id.
- CustomIdentityEntity() - Constructor for class ch.autumo.commons.generic.CustomIdentityEntity
-
Default constructor.
- customizeLabelFonts(Component, Font, Color) - Static method in class ch.autumo.commons.ui.UI
-
Customize label fonts.
- customizeUI() - Static method in class ch.autumo.commons.ui.UI
-
Customize colors, etc.
- cyan(String) - Static method in class ch.autumo.commons.console.Colors
-
Cyan colored string.
D
- darkBlack(String) - Static method in class ch.autumo.commons.console.Colors
-
Dark-Black colored string.
- darkCyan(String) - Static method in class ch.autumo.commons.console.Colors
-
Dark-Cyan colored string.
- darkGreen(String) - Static method in class ch.autumo.commons.console.Colors
-
Dark-Green colored string.
- darkMangenta(String) - Static method in class ch.autumo.commons.console.Colors
-
Dark-Mangenta colored string.
- darkRed(String) - Static method in class ch.autumo.commons.console.Colors
-
Dark-Red colored string.
- darkWhite(String) - Static method in class ch.autumo.commons.console.Colors
-
Dark-White colored string.
- darkYellow(String) - Static method in class ch.autumo.commons.console.Colors
-
Dark-Yellow colored string.
- DatabaseManager - Class in ch.autumo.commons.database
-
Commons Database Manager.
- DB_MAX_REF_REC - Static variable in class ch.autumo.commons.Constants
-
Maximum referenced records to load.
- DBField - Class in ch.autumo.commons.database
-
DB field.
- DBField(String, String, boolean, boolean, String) - Constructor for class ch.autumo.commons.database.DBField
-
Constructor.
- DBUtils - Class in ch.autumo.commons.utils.database
-
DB Utils.
- DEBUG - Enum constant in enum class ch.autumo.commons.logging.LogBuffer.LogLevel
-
Debug level.
- decode(String, SecureApplication) - Static method in class ch.autumo.commons.utils.security.CryptUtils
-
Standard decoding.
- decode(String, SecureApplication, boolean) - Static method in class ch.autumo.commons.utils.security.CryptUtils
-
Standard decoding.
- decodeIfNecessary(String, SecureApplication) - Static method in class ch.autumo.commons.utils.security.CryptUtils
-
Decode data if encoded.
- decodeIfNecessary(String, SecureApplication, boolean) - Static method in class ch.autumo.commons.utils.security.CryptUtils
-
Decode data if encoded.
- decreaseOnlineLicense(LicensedApplication) - Method in class ch.autumo.commons.utils.license.DummyLicenseHandler
- decreaseOnlineLicense(LicensedApplication) - Method in interface ch.autumo.commons.utils.license.LicenseHandler
-
Decrease online license count.
- DEF_VAL_CASE - Static variable in class ch.autumo.commons.database.H2Url
-
CASE_INSENSITIVE_IDENTIFIERS feature default value.
- DEF_VAL_DB2LOWER - Static variable in class ch.autumo.commons.database.H2Url
-
DATABASE_TO_LOWER feature default value.
- DEF_VAL_MODE - Static variable in class ch.autumo.commons.database.H2Url
-
MODE feature default value.
- DEF_VAL_NON_KEYWORDS - Static variable in class ch.autumo.commons.database.H2Url
-
KEYWORDS feature default value.
- DEFAULT_SETUP_TIMEOUT - Static variable in class ch.autumo.commons.utils.web.AuthContext
-
Default setup timeout.
- DEFAULT_SMTP_PORT - Static variable in class ch.autumo.commons.mailing.AbstractMailer
-
default SMTP port.
- DEFAULT_TIMEOUT - Static variable in class ch.autumo.commons.utils.web.AuthContext
-
Default setup timeout.
- delete() - Method in class ch.autumo.commons.database.Model
-
Delete this entity bean!
- delete(Model) - Static method in class ch.autumo.commons.utils.database.DBUtils
-
Delete a record.
- delete(Model, Set<String>) - Static method in class ch.autumo.commons.utils.database.DBUtils
-
Delete a many-to-many-relation record.
- delete(Entity) - Static method in class ch.autumo.commons.utils.database.DBUtils
-
Delete a record.
- delete(Class<?>, int) - Static method in class ch.autumo.commons.utils.database.DBUtils
-
Delete a record.
- delete(String, int) - Static method in class ch.autumo.commons.utils.database.DBUtils
-
Delete a record.
- delete(Connection) - Method in class ch.autumo.commons.database.Model
-
Delete this entity bean!
- delete(Connection, Model, Set<String>) - Static method in class ch.autumo.commons.utils.database.DBUtils
-
Delete a many-to-many-relation record.
- delete(Connection, Entity) - Static method in class ch.autumo.commons.utils.database.DBUtils
-
Delete a record.
- delete(Connection, String, int) - Static method in class ch.autumo.commons.utils.database.DBUtils
-
Delete a record.
- deleteFiles(File[]) - Static method in class ch.autumo.commons.utils.system.OSUtils
-
Delete files.
- deleteKey(int, String) - Static method in class ch.autumo.commons.utils.system.WinRegistry
-
Delete a given key
- deleteValue(int, String, String) - Static method in class ch.autumo.commons.utils.system.WinRegistry
-
delete a value from a given key/value name
- describeTable(String) - Method in class ch.autumo.commons.database.DatabaseManager
-
Describe table columns for given table.
- deserialize(String) - Method in class ch.autumo.commons.database.Model
-
De-serialize a JSON string to an entity.
- DIR_TEMP - Static variable in class ch.autumo.commons.utils.system.OSUtils
-
System-specific temporary directory.
- DocumentExtractor - Interface in ch.autumo.commons.documents
-
Extract a document.
- DOCUMENTS_ALL_FIELDS - Static variable in interface ch.autumo.commons.documents.DocumentExtractor
-
'autumo Documents' module document all fields.
- DOCUMENTS_SOURCE_FIELDS - Static variable in interface ch.autumo.commons.documents.DocumentExtractor
-
'autumo Documents' module document source fields.
- DummyLicenseHandler - Class in ch.autumo.commons.utils.license
-
Dummy license handler implementation.
- DummyLicenseHandler() - Constructor for class ch.autumo.commons.utils.license.DummyLicenseHandler
-
Default constructor.
E
- EMAIL_PATTERN - Static variable in interface ch.autumo.commons.mailing.Mailer
-
Email address regex pattern.
- encode(int, String, SecureApplication) - Static method in class ch.autumo.commons.utils.security.CryptUtils
-
Standard encoding.
- encode(int, String, SecureApplication, boolean) - Static method in class ch.autumo.commons.utils.security.CryptUtils
-
Standard encoding.
- Encoder - Class in ch.autumo.commons.utils.security
-
Encoder for passwords & keys.
- Encoder(String[]) - Constructor for class ch.autumo.commons.utils.security.Encoder
-
Encoder.
- enrichQuery(String, String) - Static method in class ch.autumo.commons.utils.web.RESTUtils
-
Enrich URL with already packed parameters.
- enrichQuery(String, String, Object) - Static method in class ch.autumo.commons.utils.web.RESTUtils
-
Enrich URL with parameters.
- enrichQuery(String, Map<String, String>) - Static method in class ch.autumo.commons.utils.web.RESTUtils
-
Enrich URL with parameters.
- Entity - Interface in ch.autumo.commons.generic
-
Marker interface for all entities.
- equals(Object) - Method in class ch.autumo.commons.application.AbstractVersion.VersionEntry
- equals(Object) - Method in class ch.autumo.commons.cache.FileCache
- equals(Object) - Method in class ch.autumo.commons.database.Model
- equals(Object) - Method in class ch.autumo.commons.versioning.Versions.Version
- ERROR - Enum constant in enum class ch.autumo.commons.logging.LogBuffer.LogLevel
-
Error level.
- errorExit() - Static method in class ch.autumo.commons.utils.system.OSUtils
-
Exit console program, due to an error.
- escapeHtml(String) - Static method in class ch.autumo.commons.utils.common.TextUtils
-
HTML escape value.
- escapeValuesForDb(String) - Static method in class ch.autumo.commons.utils.database.DBUtils
-
Escape single value for DB.
- exists(Class<?>, int) - Static method in class ch.autumo.commons.database.Model
-
Checks if the entity exists in the DB.
- exit(int) - Static method in class ch.autumo.commons.utils.system.OSUtils
-
Exit console program.
- extract(File) - Method in interface ch.autumo.commons.documents.DocumentExtractor
-
Extract document to the lucene fields
DocumentExtractor.DOCUMENTS_SOURCE_FIELDS
- extractJsonArray(JSONObject, String) - Static method in class ch.autumo.commons.utils.web.RESTUtils
-
Extract JSON array from path.
- extractJsonObject(JSONObject, String) - Static method in class ch.autumo.commons.utils.web.RESTUtils
-
Extracts JSON object value from path.
- extractJsonObjectOld(JSONObject, String) - Static method in class ch.autumo.commons.utils.web.RESTUtils
-
Deprecated.
F
- fatalExit() - Static method in class ch.autumo.commons.utils.system.OSUtils
-
Exit console program, due to unprocessable error.
- FEAT_CASE_INSENSITIVE_IDENTIFIERS - Static variable in class ch.autumo.commons.database.H2Url
-
CASE_INSENSITIVE_IDENTIFIERS feature.
- FEAT_DATABASE_TO_LOWER - Static variable in class ch.autumo.commons.database.H2Url
-
DATABASE_TO_LOWER feature.
- FEAT_MODE - Static variable in class ch.autumo.commons.database.H2Url
-
MODE feature.
- FEAT_NON_KEYWORDS - Static variable in class ch.autumo.commons.database.H2Url
-
NON_KEYWORDS feature.
- FG_COLOR - Static variable in class ch.autumo.commons.ui.UI
-
Color: Foreground.
- FG_COLOR_FIELD - Static variable in class ch.autumo.commons.ui.UI
-
Color: Foreground field.
- FILE_REG_SOURCE - Static variable in interface ch.autumo.commons.application.LicensedApplication
-
License registration file with temporary extension.
- FILE_SEPARATOR - Static variable in class ch.autumo.commons.utils.system.OSUtils
-
System-specific file separator.
- FileCache - Class in ch.autumo.commons.cache
-
File cache.
- FileCache(String) - Constructor for class ch.autumo.commons.cache.FileCache
-
File cache constructor.
- FileCache(String, ContentType) - Constructor for class ch.autumo.commons.cache.FileCache
-
File cache constructor.
- FileCache(String, String) - Constructor for class ch.autumo.commons.cache.FileCache
-
File cache constructor.
- FileCache(Path, ContentType) - Constructor for class ch.autumo.commons.cache.FileCache
-
File cache constructor.
- FileCache(Path, ContentType, boolean) - Constructor for class ch.autumo.commons.cache.FileCache
-
File cache constructor.
- FileCache(Path, String) - Constructor for class ch.autumo.commons.cache.FileCache
-
File cache constructor.
- FileCache(Path, String, boolean) - Constructor for class ch.autumo.commons.cache.FileCache
-
File cache constructor.
- FileCacheManager - Class in ch.autumo.commons.cache
-
File cache manager.
- findExecutableOnPath(String) - Static method in class ch.autumo.commons.utils.system.OSUtils
-
Find an executable on the environment path variable and return the full path or throw an exception.
- findFirst(Class<?>, String, Object) - Static method in class ch.autumo.commons.database.Model
-
Get first entity of the given entity bean with specific condition, e.g.
- findFirst(Class<?>, String, Object[]) - Static method in class ch.autumo.commons.database.Model
-
Get first entity of the given entity bean with specific condition, e.g.
- findOrCreate(String) - Method in class ch.autumo.commons.cache.FileCacheManager
-
Find or create file cache.
- findOrCreate(String, boolean) - Method in class ch.autumo.commons.cache.FileCacheManager
-
Find or create file cache.
- findOrCreate(URI) - Method in class ch.autumo.commons.cache.FileCacheManager
-
Find or create file cache.
- findOrCreate(URL) - Method in class ch.autumo.commons.cache.FileCacheManager
-
Find or create file cache.
- findOrCreate(Path) - Method in class ch.autumo.commons.cache.FileCacheManager
-
Find or create file cache.
- findOrCreate(Path, boolean) - Method in class ch.autumo.commons.cache.FileCacheManager
-
Find or create file cache.
- findOrCreateByResource(String) - Method in class ch.autumo.commons.cache.FileCacheManager
-
Find or create file cache.
- flushToLogger(Logger) - Static method in class ch.autumo.commons.logging.LogBuffer
-
Flush the buffered logs to the actual SLF4J logger
- foregroundColorize(String, Attribute) - Static method in class ch.autumo.commons.console.Colors
-
Colorize text.
- FRAME_ACTIVE - Static variable in class ch.autumo.commons.ui.UI
-
Color: Frame active background.
- FRAME_INACTIVE - Static variable in class ch.autumo.commons.ui.UI
-
Color: Frame inactive tbackground.
- FRAME_TITLE_ACTIVE - Static variable in class ch.autumo.commons.ui.UI
-
Color: Frame title active background.
- FRAME_TITLE_INACTIVE - Static variable in class ch.autumo.commons.ui.UI
-
Color: Frame title inactive background.
- from - Variable in class ch.autumo.commons.mailing.AbstractMailer
-
Mail from (email).
G
- generalProps - Variable in class ch.autumo.commons.generic.PropertiesManager
-
The general configuration properties ('cfg/app.cfg').
- GeneralUtils - Class in ch.autumo.commons.utils.common
-
General Utils.
- generateGUID() - Static method in class ch.autumo.commons.utils.system.OSUtils
-
Generates a GUID (48 chars).
- get(String) - Method in class ch.autumo.commons.database.Model
-
Get a value from this entity except the id.
- getAccessToken() - Method in class ch.autumo.commons.utils.web.AuthContext
-
Get access token.
- getApiKey() - Method in class ch.autumo.commons.application.BaseApp
- getApiKey() - Method in interface ch.autumo.commons.application.LicensedApplication
-
Get API key for online license server.
- getApplication() - Method in class ch.autumo.commons.console.AbstractConsoleTool
-
Get application.
- getAppRoles() - Method in class ch.autumo.commons.configuration.ConfigurationManager
-
Get web app roles.
- getAppTitle() - Method in class ch.autumo.commons.application.BaseApp
-
Get application title.
- getAppTitle() - Method in interface ch.autumo.commons.application.LicensedApplication
-
Get application title.
- getAppVersion() - Method in class ch.autumo.commons.application.BaseApp
-
Get application version.
- getAppVersion() - Method in interface ch.autumo.commons.application.LicensedApplication
-
Get current application version as string "x.x.x".
- getAssociatedReference(Class<?>) - Method in class ch.autumo.commons.database.Model
-
Get associated (parent) entity.
- getAssociatedReference(String) - Method in class ch.autumo.commons.database.Model
-
Get associated (parent) entity.
- getAuthHost() - Method in class ch.autumo.commons.utils.web.AuthContext
-
Get host.
- getAuthHost(String, String, String, int) - Static method in class ch.autumo.commons.utils.web.AuthUtils
-
Return Auth HTTP host.
- getBaseProperties() - Method in class ch.autumo.commons.application.BaseApp
-
Get base properties (properties from 'cfg/base.ifc').
- getBasePropertiesFile() - Method in class ch.autumo.commons.application.BaseApp
-
Get base properties file ('cfg/base.ifc') for possible modifications; e.g. trial period, etc.
- getBeanFields(Class<?>) - Static method in class ch.autumo.commons.utils.bean.Beans
-
Get bean fields.
- getBeanFieldsAsArray(Class<?>) - Static method in class ch.autumo.commons.utils.bean.Beans
-
Get bean fields as array.
- getBeanName() - Method in class ch.autumo.commons.utils.bean.BeanField
-
Get bean name.
- getBooleanDatabaseMappingValue(boolean) - Static method in class ch.autumo.commons.utils.database.DBUtils
-
Get correct DB value for a boolean.
- getBooleanValue(JSONObject, String) - Static method in class ch.autumo.commons.utils.web.RESTUtils
-
Get boolean value from JSON object.
- getBoundary() - Method in class ch.autumo.commons.cache.ContentType
-
Get boundary.
- getByFileName(String) - Method in class ch.autumo.commons.mime.MimeTypeRegistryProviderImpl
- getByInputStream(InputStream) - Method in class ch.autumo.commons.mime.MimeTypeRegistryProviderImpl
- getClient() - Method in class ch.autumo.commons.utils.web.AuthContext
-
Get HTTP client.
- getCode() - Method in exception class ch.autumo.commons.CommonsException
-
Get exception code.
- getConfigFileName() - Method in class ch.autumo.commons.generic.PropertiesManager
-
Returns the file name of the base configuration.
- getConfigurationParameter(String) - Method in class ch.autumo.commons.application.BaseApp
-
Get a configuration parameter/value.
- getConnection() - Method in class ch.autumo.commons.database.DatabaseManager
-
Get an new DB connection.
- getContentType() - Method in class ch.autumo.commons.cache.ContentType
-
Get content type.
- getContentTypeHeader() - Method in class ch.autumo.commons.cache.ContentType
-
Get content type header.
- getContext() - Method in class ch.autumo.commons.utils.web.AuthContext
-
Get HTTP context.
- getCurrentVersion(String) - Method in class ch.autumo.commons.application.AbstractVersion
-
Get current APP version from loaded versions, not registration version.
- getCurrentVersion(String) - Method in class ch.autumo.commons.versioning.Versions
-
Get current version as an object.
- getData() - Method in class ch.autumo.commons.cache.FileCache
-
Get data as stream from file or cache, depending of the buffer size.
- getDataSource() - Method in class ch.autumo.commons.database.DatabaseManager
-
Get the data source.
- getDataSourceClassName() - Method in class ch.autumo.commons.database.DatabaseManager
-
Get data-source class name.
- getDbName() - Method in class ch.autumo.commons.utils.bean.BeanField
-
Get DB name.
- getDecodedString(String, SecureApplication) - Method in class ch.autumo.commons.configuration.ConfigurationManager
-
Decode encrypted value, if it is encrypted by ifacex standards!
- getDefaultProjectRootPath(String) - Static method in class ch.autumo.commons.utils.system.OSUtils
-
Get default project root path.
- getDefaultVal() - Method in class ch.autumo.commons.database.DBField
-
Get default value.
- getDisplayField() - Method in class ch.autumo.commons.database.Model
-
Default display field.
- getDisplayField(Entity) - Static method in class ch.autumo.commons.utils.bean.Beans
-
Get display field name of bean.
- getDisplayValue() - Method in class ch.autumo.commons.database.Model
-
Get display value of bean.
- getDisplayValue(Class<?>, int) - Static method in class ch.autumo.commons.utils.database.DBUtils
-
Get display value: <ID:displayValue>.
- getDisplayValues(Class<?>) - Static method in class ch.autumo.commons.utils.database.DBUtils
-
Get display values: <ID:displayValue>.
- getDisplayValues(Class<?>, int) - Static method in class ch.autumo.commons.utils.database.DBUtils
-
Get display values: <ID:displayValue>.
- getDisplayValues(Class<?>, int, int) - Static method in class ch.autumo.commons.utils.database.DBUtils
-
Get display values: <ID:displayValue>.
- getDriver() - Method in class ch.autumo.commons.database.DatabaseManager
-
Get driver class.
- getEncoding() - Method in class ch.autumo.commons.cache.ContentType
-
Get encoding.
- getEncoding() - Method in class ch.autumo.commons.cache.FileCache
-
Return encoding.
- getFeatures() - Method in class ch.autumo.commons.database.H2Url
-
Get features only.
- getFileExtension(String) - Static method in class ch.autumo.commons.utils.system.OSUtils
-
Get lowered file name extension without dot.
- getForeignReferences() - Method in class ch.autumo.commons.database.Model
-
Get reference entity map (all referenced entities).
- getForeignReferences(Entity) - Static method in class ch.autumo.commons.utils.bean.Beans
-
Get foreign references map if any or null.
- getFullConfigBasePath() - Method in class ch.autumo.commons.generic.PropertiesManager
-
Returns the full base path, where the base configuration is.
- getFullPath() - Method in class ch.autumo.commons.cache.FileCache
-
Get file full pat.
- getGetterMethod() - Method in class ch.autumo.commons.utils.bean.BeanField
-
Get getter method.
- getGlobalConnection() - Method in class ch.autumo.commons.database.DatabaseManager
-
Get an new global DB connection.
- getGUIDate(Timestamp) - Static method in class ch.autumo.commons.utils.common.Time
-
Get a timestamp representation that can be shown in GUI
- getH2Url() - Method in class ch.autumo.commons.database.DatabaseManager
-
Get H2 URL.
- getHandler() - Static method in class ch.autumo.commons.utils.license.LicenseUtils
-
Get license handler.
- getHKey() - Method in enum class ch.autumo.commons.utils.system.WinRegistry.RegistryHKey
-
Get HKEY.
- getHost(String, String, int) - Static method in class ch.autumo.commons.utils.web.AuthUtils
-
Return HTTP host.
- getHtmlStackTrace(Throwable) - Static method in class ch.autumo.commons.utils.common.GeneralUtils
-
Get an exception stack trace as html.
- getHubSpotValue(JSONObject, String) - Static method in class ch.autumo.commons.utils.web.RESTUtils
-
Get value from HubSpot JSON object.
- getId() - Method in class ch.autumo.commons.database.Model
-
Get the ID.
- getId() - Method in class ch.autumo.commons.generic.CustomIdentityEntity
- getId() - Method in interface ch.autumo.commons.generic.Entity
-
Get id.
- getInlineChecks() - Method in class ch.autumo.commons.application.BaseApp
-
Overwrite if inline-checks are used!
- getInlineChecks() - Method in interface ch.autumo.commons.application.LicensedApplication
-
Get inline checks.
- getInMemory() - Method in class ch.autumo.commons.mime.MimeTypeRegistryProviderImpl
- getInstance() - Static method in class ch.autumo.commons.cache.FileCacheManager
-
File cache manager.
- getInstance() - Static method in class ch.autumo.commons.call.CallerFactory
-
Get configured caller implementation.
- getInstance() - Static method in class ch.autumo.commons.configuration.ConfigurationManager
-
Get configuration manager.
- getInstance() - Static method in class ch.autumo.commons.database.DatabaseManager
-
Access DB manager.
- getInstance() - Static method in class ch.autumo.commons.logging.LoggingFactory
-
Get logging implementation class.
- getInstance() - Static method in class ch.autumo.commons.mailing.MailerFactory
-
Get mailer (jakarta or javax).
- getInstance() - Static method in class ch.autumo.commons.security.SecureApplicationHolder
-
Get sec app holder.
- getInstance() - Static method in class ch.autumo.commons.sms.MessengerFactory
-
Get configured SMS messenger implementation
- getInt(String) - Method in class ch.autumo.commons.configuration.ConfigurationManager
-
Get integer value.
- getInt(String, int) - Method in class ch.autumo.commons.configuration.ConfigurationManager
-
Get integer value.
- getInternalOrderId() - Method in class ch.autumo.commons.sms.TextAnywhere.SendSMSResponse
-
Get internal order ID.
- getInternalSecurityKey() - Method in class ch.autumo.commons.application.BaseApp
-
Overwrite if you want to use an own internal security key.
- getInternalSecurityKey() - Method in interface ch.autumo.commons.security.SecureApplication
-
Returns an internal security key, which should different for every app.
- getIntNoWarn(String) - Method in class ch.autumo.commons.configuration.ConfigurationManager
-
Get integer value; no warning if value is not available.
- getJsonObjectFromResponse(CloseableHttpResponse) - Static method in class ch.autumo.commons.utils.web.RESTUtils
-
Get JSON object from traditional HTTP response.
- getJsonString(JSONObject) - Static method in class ch.autumo.commons.utils.web.RESTUtils
-
String string of JSON object.
- getJsonStringFromResponse(JsonNode) - Static method in class ch.autumo.commons.utils.web.RESTUtils
-
Get JSON string from JSON node response (typed HttpReponse).
- getJsonStringFromResponse(CloseableHttpResponse) - Static method in class ch.autumo.commons.utils.web.RESTUtils
-
Get JSON string from traditional HTTP response.
- getKeyRegistrationVersion() - Method in class ch.autumo.commons.application.AbstractVersion
- getKeyRegistrationVersion() - Method in interface ch.autumo.commons.application.RegistrationVersion
-
Return a compressed version string: E.g. "1.2.0" -> "120".
- getKeys(String) - Method in class ch.autumo.commons.configuration.ConfigurationManager
-
Get all keys starting with a specific key-prefix.
- getLanguage(int) - Method in class ch.autumo.commons.database.DatabaseManager
-
Get language for user.
- getLastModified() - Method in class ch.autumo.commons.cache.FileCache
-
When was the file last modified or '-1' if it is a resource.
- getLicensedApplication() - Method in class ch.autumo.commons.console.AbstractConsoleTool
-
Get a licensed application instance.
- getLicenseKey(LicensedApplication) - Method in class ch.autumo.commons.utils.license.DummyLicenseHandler
- getLicenseKey(LicensedApplication) - Method in interface ch.autumo.commons.utils.license.LicenseHandler
-
Get license key and state from key file.
- getLicensePath() - Method in class ch.autumo.commons.application.BaseApp
- getLicensePath() - Method in interface ch.autumo.commons.application.LicensedApplication
-
Get local path to license.
- getLicInfoTitle() - Method in class ch.autumo.commons.application.BaseApp
- getLicInfoTitle() - Method in interface ch.autumo.commons.application.LicensedApplication
-
Get license info title - unique for every application.
- getLicSrvUrl() - Method in class ch.autumo.commons.application.BaseApp
- getLicSrvUrl() - Method in interface ch.autumo.commons.application.LicensedApplication
-
Get license server URL.
- getLicType() - Method in class ch.autumo.commons.application.BaseApp
-
Overwrite if there's a specific license version; e.g.
- getLicType() - Method in interface ch.autumo.commons.application.LicensedApplication
-
Get license type.
- getLongName() - Method in enum class ch.autumo.commons.utils.system.WinRegistry.RegistryHKey
-
Get long name.
- getMac() - Method in class ch.autumo.commons.utils.license.InlineChecks
-
Get configured MAC address.
- getMacAddress() - Static method in class ch.autumo.commons.utils.system.OSUtils
-
Get MAC address.
- getMajorJavaVersion() - Static method in class ch.autumo.commons.utils.system.OSUtils
-
Get major java version, without the old scheme for older version than Java version 9; Numbers from 1-20 (+).
- getManufacturer() - Static method in class ch.autumo.commons.utils.system.OSUtils
-
Get manufacturer for this application/system.
- getMessage() - Method in class ch.autumo.commons.sms.TextAnywhere.SendSMSRequest
-
Get message.
- getMessageType() - Method in class ch.autumo.commons.sms.TextAnywhere.SendSMSRequest
-
Get message type.
- getMimeType() - Method in class ch.autumo.commons.cache.FileCache
-
Return mime type if any
- getMimeTypeEntry(String) - Method in class ch.autumo.commons.mime.MimeTypeFile
-
Get a mime type entry based on the file extension.
- getMimeTypes(String) - Method in class ch.autumo.commons.configuration.ConfigurationManager
-
Get allowed mime types.
- getMIMETypeString(String) - Method in class ch.autumo.commons.mime.MimeTypeFile
-
Get a mime type entry based on the file extension.
- getModuleConfig(String) - Static method in class ch.autumo.commons.configuration.ConfigurationManager
-
Get module root configuration.
- getModuleConfigRelative(String) - Static method in class ch.autumo.commons.configuration.ConfigurationManager
-
Get module root configuration.
- getModuleConfigWithFullPath(String) - Static method in class ch.autumo.commons.configuration.ConfigurationManager
-
Get module root configuration.
- getName() - Method in class ch.autumo.commons.database.DBField
-
Get column name.
- getNormalizedPath(String) - Static method in class ch.autumo.commons.cache.FileCacheManager
-
Get normalized path.
- getNumberOfCPUCores() - Static method in class ch.autumo.commons.utils.system.OSUtils
-
Get amount of CPU cores or '-1' is it cannot be determined!
- getNumberValue(JSONObject, String) - Static method in class ch.autumo.commons.utils.web.RESTUtils
-
Get number value from a JSON object.
- getOnlineLicState(LicensedApplication) - Method in class ch.autumo.commons.utils.license.DummyLicenseHandler
- getOnlineLicState(LicensedApplication) - Method in interface ch.autumo.commons.utils.license.LicenseHandler
-
Get online license state.
- getOnlineLicState(LicensedApplication, String, String, String, String, String, String) - Method in class ch.autumo.commons.utils.license.DummyLicenseHandler
- getOnlineLicState(LicensedApplication, String, String, String, String, String, String) - Method in interface ch.autumo.commons.utils.license.LicenseHandler
-
Get online license state.
- getOnlineLicState(LicensedApplication, Properties) - Method in class ch.autumo.commons.utils.license.DummyLicenseHandler
- getOnlineLicState(LicensedApplication, Properties) - Method in interface ch.autumo.commons.utils.license.LicenseHandler
-
Get online license state.
- getOrderId() - Method in class ch.autumo.commons.sms.TextAnywhere.SendSMSResponse
-
Get order ID.
- getOS() - Static method in class ch.autumo.commons.utils.system.OSUtils
-
Get operating system.
- getPass() - Method in class ch.autumo.commons.database.DatabaseManager
-
Get password.
- getPassphrase() - Method in class ch.autumo.commons.application.BaseApp
- getPassphrase() - Method in interface ch.autumo.commons.security.SecureApplication
-
Get a pass phrase; used to unlock console tools for special operations if such tools are in place, otherwise return null; The
Encoder
uses this pass-phrase for decoding! - getPassword() - Method in class ch.autumo.commons.utils.web.AuthContext
-
Get password.
- getProductKey() - Method in class ch.autumo.commons.application.BaseApp
-
You most likely want to overwrite this method if your application can be registered or is registered and product key is not read and decrypted from 'base.ifc'.
- getProductKey() - Method in interface ch.autumo.commons.application.LicensedApplication
-
Every product has a unique key.
- getProperties() - Method in class ch.autumo.commons.generic.PropertiesManager
-
Get internal properties.
- getPropertiesPath(String) - Static method in class ch.autumo.commons.utils.system.OSUtils
-
Get properties path.
- getPropertiesRootPath() - Static method in class ch.autumo.commons.utils.system.OSUtils
-
Get root properties path.
- getProperty(String) - Method in class ch.autumo.commons.database.DatabaseManager
-
Get property value from database (table 'properties').
- getRawMessage() - Method in exception class ch.autumo.commons.CommonsException
-
Get raw message.
- getRawMessage() - Method in exception class ch.autumo.commons.utils.UtilsException
-
Get RAW message.
- getReadableDuration(long, TimeUnit) - Static method in class ch.autumo.commons.utils.common.Time
-
Get readable duration.
- getReadableDuration(long, TimeUnit) - Static method in class ch.autumo.commons.utils.system.OSUtils
-
Get readable duration.
- getRecipient() - Method in class ch.autumo.commons.sms.TextAnywhere.SendSMSRequest
-
Get recipients.
- getRegistrationKey() - Method in class ch.autumo.commons.application.AbstractVersion
- getRegistrationKey() - Method in interface ch.autumo.commons.application.RegistrationVersion
-
The registration key stays the same for the same product.
- getRegistrationSalt() - Method in class ch.autumo.commons.application.AbstractVersion
- getRegistrationSalt() - Method in interface ch.autumo.commons.application.RegistrationVersion
-
Get the salt which is a combination of version and key.
- getRegistrationVersion() - Method in class ch.autumo.commons.application.AbstractVersion
- getRegistrationVersion() - Method in interface ch.autumo.commons.application.RegistrationVersion
-
Registration version ('x.y.z'), e.g. "1.0.0".
- getRegVersion() - Method in class ch.autumo.commons.application.BaseApp
-
You most likely want to overwrite this method if your application can be registered or is registered.
- getRegVersion() - Method in interface ch.autumo.commons.application.LicensedApplication
-
Returns the registration version for this application.
- getRemainingCredits() - Method in class ch.autumo.commons.sms.TextAnywhere.SendSMSResponse
-
Get remaining credits.
- getResponseAndClose(HttpURLConnection) - Static method in class ch.autumo.commons.utils.web.RESTUtils
-
Get a simple string response.
- getResult() - Method in class ch.autumo.commons.sms.TextAnywhere.SendSMSResponse
-
Get result.
- getRevokeUrl() - Method in class ch.autumo.commons.utils.web.AuthContext
-
Get token revoke URL.
- getRootPath() - Method in class ch.autumo.commons.generic.PropertiesManager
-
Get app root path.
- getRuntimeParameters() - Static method in class ch.autumo.commons.utils.system.OSUtils
-
Get runtime parameter map
- getRuntimeType() - Method in class ch.autumo.commons.application.BaseApp
-
Overwrite if there's a specific runtime version; e.g.
- getRuntimeType() - Method in interface ch.autumo.commons.application.LicensedApplication
-
Get runtime type.
- getScheduledDeliveryTime() - Method in class ch.autumo.commons.sms.TextAnywhere.SendSMSRequest
-
Get scheduled delivery time.
- getSecApp() - Method in class ch.autumo.commons.security.SecureApplicationHolder
-
Get secure application.
- getSecureApplication() - Method in class ch.autumo.commons.console.AbstractConsoleTool
-
Get a secure application instance.
- getSender() - Method in class ch.autumo.commons.sms.TextAnywhere.SendSMSRequest
-
Get sender.
- getSepValues(String) - Method in class ch.autumo.commons.configuration.ConfigurationManager
-
Get comma-separated values, e.g.
- getSepValuesNoWarn(String) - Method in class ch.autumo.commons.configuration.ConfigurationManager
-
Get comma-separated values, e.g.
- getSetterMethod() - Method in class ch.autumo.commons.utils.bean.BeanField
-
Get setter method.
- getSetupClient() - Method in class ch.autumo.commons.utils.web.AuthContext
-
Get HTTP setup client.
- getSize() - Method in class ch.autumo.commons.cache.FileCacheManager
-
Get size of cache.
- getStackTrace(Throwable) - Static method in class ch.autumo.commons.utils.common.GeneralUtils
-
Get an exception stack trace as text.
- getString(String) - Method in class ch.autumo.commons.configuration.ConfigurationManager
-
Get a string value.
- getString(String, String) - Method in class ch.autumo.commons.configuration.ConfigurationManager
-
Get a string value or default value if non-existent.
- getStringNoWarn(String) - Method in class ch.autumo.commons.configuration.ConfigurationManager
-
Get a string value; no warning if value is not available.
- getTableName() - Method in class ch.autumo.commons.database.Model
-
Returns name of corresponding table.
- getTemporaryDirectory() - Static method in class ch.autumo.commons.utils.system.OSUtils
-
Get temporary directory.
- getTextData() - Method in class ch.autumo.commons.cache.FileCache
-
Get text data.
- getTextValue() - Method in class ch.autumo.commons.application.AbstractVersion.VersionEntry
-
Get text version value.
- getTextValue() - Method in class ch.autumo.commons.versioning.Versions.Version
-
Get version text value.
- getTextValue(JSONObject, String) - Static method in class ch.autumo.commons.utils.web.RESTUtils
-
Get text value from a JSON object.
- getTokenType() - Method in class ch.autumo.commons.utils.web.AuthContext
-
Get token type.
- getTotalSent() - Method in class ch.autumo.commons.sms.TextAnywhere.SendSMSResponse
-
Get total sent.
- getType() - Method in class ch.autumo.commons.database.DBField
-
Get column type.
- getType() - Method in class ch.autumo.commons.utils.bean.BeanField
-
Get type.
- getUniqueSecurityKey() - Method in class ch.autumo.commons.application.BaseApp
- getUniqueSecurityKey() - Method in interface ch.autumo.commons.security.SecureApplication
-
Returns an unique security key, which should different for every app.
- getUpgradeto() - Method in class ch.autumo.commons.application.AbstractVersion.VersionEntry
-
Get upgrade version value.
- getUpgradeto() - Method in class ch.autumo.commons.versioning.Versions.Version
-
Get max version you could update to!
- getUrl() - Method in class ch.autumo.commons.database.DatabaseManager
-
Get database connection URL.
- getUrl() - Method in class ch.autumo.commons.database.H2Url
-
Get new enriched H2 URL.
- getUrlNoFeatures() - Method in class ch.autumo.commons.database.H2Url
-
Get H2 URL without any features.
- getUser() - Method in class ch.autumo.commons.database.DatabaseManager
-
Get user.
- getUser() - Static method in class ch.autumo.commons.utils.system.OSUtils
-
Get user name.
- getUser() - Method in class ch.autumo.commons.utils.web.AuthContext
-
Get user.
- getValue() - Method in class ch.autumo.commons.application.AbstractVersion.VersionEntry
-
Get version value.
- getValue() - Method in class ch.autumo.commons.versioning.Versions.Version
-
Get version value
- getValue(WinRegistry.RegistryHKey, String, String) - Method in class ch.autumo.commons.utils.system.WinRegistry
-
Get value.
- getValue(ResultSet, String) - Static method in class ch.autumo.commons.utils.database.DBUtils
-
Access result set value, no escape of value.
- getValues(String) - Method in class ch.autumo.commons.configuration.ConfigurationManager
-
Get all values starting with a specific key-prefix.
- getVersion(String) - Static method in class ch.autumo.commons.application.AbstractVersion
-
Get a version from string.
- getVersion(String) - Static method in class ch.autumo.commons.versioning.Versions
-
Get version number from the version string, only 1 decimal counter.
- getWebVersions(String) - Static method in class ch.autumo.commons.utils.web.WebUtils
-
Get web versions for current application.
- getWebVersions(String, int, int) - Static method in class ch.autumo.commons.utils.web.WebUtils
-
Get web versions for current application.
- getWriteMethod(Object, PropertyDescriptor, Object) - Method in class ch.autumo.commons.utils.bean.BeanProcessor
-
Get the write method to use when setting
value
to thetarget
. - getXMLModuleConfig(String, String) - Static method in class ch.autumo.commons.configuration.ConfigurationManager
-
Get XML module root configuration.
- getXMLModuleConfigRelative(String, String) - Static method in class ch.autumo.commons.configuration.ConfigurationManager
-
Get XML module root configuration.
- getXMLModuleConfigWithFullPath(String, String) - Static method in class ch.autumo.commons.configuration.ConfigurationManager
-
Get XML module root configuration.
- getYesOrNo(String) - Method in class ch.autumo.commons.configuration.ConfigurationManager
-
Get yes (true) or no (false), if the configuration is messed up false is returned.
- getYesOrNoNoWarn(String) - Method in class ch.autumo.commons.configuration.ConfigurationManager
-
Get yes (true) or no (false), if the configuration is messed up false is returned.
- gProcCheck() - Method in class ch.autumo.commons.utils.license.InlineChecks
-
Process check configured?
- green(String) - Static method in class ch.autumo.commons.console.Colors
-
Green colored string.
H
- H2Url - Class in ch.autumo.commons.database
-
H2 database URl for further processing.
- H2Url(String) - Constructor for class ch.autumo.commons.database.H2Url
-
Constructor with original URL as configured.
- hasFreeUpgrade(String) - Method in class ch.autumo.commons.application.AbstractVersion
-
Check if a free upgrade is available based on loaded versions.
- hasFreeUpgrade(String) - Method in class ch.autumo.commons.versioning.Versions
-
Has this version a free upgrade?
- hash(String) - Method in class ch.autumo.commons.security.password.Argon2HashProvider
- hash(String) - Method in class ch.autumo.commons.security.password.NOOPHashProvider
- hash(String) - Method in interface ch.autumo.commons.security.password.PasswordHashProvider
-
Create password hash.
- hash(String) - Method in class ch.autumo.commons.security.password.PBKPD2HashProvider
- hashCode() - Method in class ch.autumo.commons.application.AbstractVersion.VersionEntry
- hashCode() - Method in class ch.autumo.commons.configuration.YesOrNo
- hashCode() - Method in class ch.autumo.commons.versioning.Versions.Version
- hashPw(String) - Static method in class ch.autumo.commons.utils.security.CryptUtils
-
Hash a password with configured HASH algorithm implementation.
- hasSpace(long, long) - Method in class ch.autumo.commons.cache.FileCacheManager
-
Is there space left in the cache?
- hasUpgrade(String) - Method in class ch.autumo.commons.application.AbstractVersion
-
Check if an upgrade is available based on loaded versions.
- hasUpgrade(String) - Method in class ch.autumo.commons.versioning.Versions
-
Has this version an upgrade?
- hexCSSColor(Color) - Static method in class ch.autumo.commons.ui.UI
-
Get a CSS HEX representation of the color given.
- HKCU - Enum constant in enum class ch.autumo.commons.utils.system.WinRegistry.RegistryHKey
-
HKEY_CURRENT_USER
- HKEY_CURRENT_USER - Static variable in class ch.autumo.commons.utils.system.WinRegistry
-
HEX Value for HKEY_CURRENT_USER.
- HKEY_LOCAL_MACHINE - Static variable in class ch.autumo.commons.utils.system.WinRegistry
-
HEX Value for HKEY_LOCAL_MACHINE.
- HKLM - Enum constant in enum class ch.autumo.commons.utils.system.WinRegistry.RegistryHKey
-
HKEY_LOCAL_MACHINE.
- host - Variable in class ch.autumo.commons.mailing.AbstractMailer
-
SMTP Host.
- hs2ba(String) - Static method in class ch.autumo.commons.utils.security.CryptUtils
-
String 2 byte array.
- HTTP_HEADER_ACCEPT_HAL_JSON - Static variable in class ch.autumo.commons.utils.web.RESTUtils
-
HTTP Header accept with 'application/hal+json'.
- HTTP_HEADER_ACCEPT_JSON - Static variable in class ch.autumo.commons.utils.web.RESTUtils
-
HTTP Header accept with 'application/json'.
- HTTP_HEADER_CONTENTTYPE_JSON_UTF8 - Static variable in class ch.autumo.commons.utils.web.RESTUtils
-
HTTP Header accept with 'application/json; charset=utf-8'.
I
- ID_INVALID - Static variable in class ch.autumo.commons.database.Model
-
Invalid ID; used when an object cannot be read or stored.
- ID_M2M_PSEUDO - Static variable in class ch.autumo.commons.database.Model
-
Pseudo ID of an a stored model that is a many-to-many-relation-model-
- ID_UNASSIGNED - Static variable in class ch.autumo.commons.database.Model
-
Unassigned id; a model has been created but or loaded from database that has no id.
- INFO - Enum constant in enum class ch.autumo.commons.logging.LogBuffer.LogLevel
-
Info level.
- init() - Method in interface ch.autumo.commons.call.Caller
-
Initialize.
- init() - Method in class ch.autumo.commons.call.TwilioCaller
- init() - Method in class ch.autumo.commons.sms.ASPSMS
- init() - Method in interface ch.autumo.commons.sms.Messenger
-
Initialize.
- init() - Method in class ch.autumo.commons.sms.TextAnywhere
- init() - Method in class ch.autumo.commons.sms.TwilioMessenger
- initialize() - Method in class ch.autumo.commons.database.DatabaseManager
-
Initialize DB manager.
- initialize() - Method in class ch.autumo.commons.logging.Log4j2Logging
- initialize() - Method in interface ch.autumo.commons.logging.Logging
-
Initialize logging and return logging file path.
- initialize() - Method in class ch.autumo.commons.mailing.AbstractMailer
-
Initialize mail configuration; some are store in the returned properties and some attributes are initialized.
- initialize(String) - Method in class ch.autumo.commons.generic.PropertiesManager
-
Initialize with standard config path 'ROOTPATH/cfg'.
- initialize(String[]) - Method in class ch.autumo.commons.application.BaseApp
-
Initialization.
- initialize(String, String) - Method in class ch.autumo.commons.logging.Log4j2Logging
- initialize(String, String) - Method in interface ch.autumo.commons.logging.Logging
-
Configure the framework specifically with a log configuration file and name!
- initializeBaseConfig(String) - Method in class ch.autumo.commons.application.BaseApp
- initializeBaseConfig(String) - Method in interface ch.autumo.commons.application.LicensedApplication
-
Initializes the base configuration if any ('base.ifc').
- initializeDesktop(String, String) - Method in class ch.autumo.commons.generic.PropertiesManager
-
Initialize with desktop configuration which must have been created beforehand by the desktop application!
- initializeInMemory(String, String, Level, String, String) - Method in class ch.autumo.commons.logging.Log4j2Logging
-
Initialize logging with an in-memory-built log4j2 configuration
- initializeInMemoryConsole(String, String) - Method in class ch.autumo.commons.logging.Log4j2Logging
- initializeInMemoryConsole(String, String) - Method in interface ch.autumo.commons.logging.Logging
-
Initialize logging with an in-memory-built log4j2 configuration Note: Might have an implementation or not.
- initializeInMemoryFile(String, String) - Method in class ch.autumo.commons.logging.Log4j2Logging
- initializeInMemoryFile(String, String) - Method in interface ch.autumo.commons.logging.Logging
-
Initialize logging with an in-memory-built log4j2 configuration and appends output to file.
- initializeLogging(String) - Method in class ch.autumo.commons.application.BaseApp
-
Initialize logging.
- initializeManager(Properties) - Method in class ch.autumo.commons.configuration.ConfigurationManager
- initializeManager(Properties) - Method in class ch.autumo.commons.generic.PropertiesManager
-
Customized initialization with configuration properties.
- initializeRelative(String) - Method in class ch.autumo.commons.generic.PropertiesManager
-
Initialize with path 'ROOTPATH/given-path-and-file.cfg'.
- initializeWithFullPath(String) - Method in class ch.autumo.commons.generic.PropertiesManager
-
Customized initialization with full configuration file path.
- initializeWithFullPath(String, boolean) - Method in class ch.autumo.commons.generic.PropertiesManager
-
Customized initialization with full configuration file path.
- initializeWithProperties(Properties) - Method in class ch.autumo.commons.generic.PropertiesManager
-
Customized initialization with already loaded properties.
- INLINE_CHECKS_KEY - Static variable in interface ch.autumo.commons.application.LicensedApplication
-
Inline checks key from 'base.ifc'.
- InlineChecks - Class in ch.autumo.commons.utils.license
-
Inline-Checks.
- InlineChecks(LicensedApplication, String) - Constructor for class ch.autumo.commons.utils.license.InlineChecks
-
Inline-checks.
- insert(Model, String, String) - Static method in class ch.autumo.commons.utils.database.DBUtils
-
Insert new entity.
- insert(Connection, Entity, String, String) - Static method in class ch.autumo.commons.utils.database.DBUtils
-
Insert new entity.
- INTL_PHONE_NUMBER_PATTERN - Static variable in interface ch.autumo.commons.call.Caller
-
International phone number pattern without spaces, brackets or hyphens.
- INTL_PHONE_NUMBER_PATTERN - Static variable in interface ch.autumo.commons.sms.Messenger
-
International phone number pattern without spaces, brackets or hyphens.
- invalidArgumentsExit() - Static method in class ch.autumo.commons.utils.system.OSUtils
-
Exit because of invalid argument use.
- isAllowed2ReadEnvData() - Method in class ch.autumo.commons.application.BaseApp
- isAllowed2ReadEnvData() - Method in interface ch.autumo.commons.application.LicensedApplication
-
Identifies if this application is allowed to read environment data during online registration.
- isArchive() - Method in class ch.autumo.commons.cache.FileCache
-
Is it an archive?
- isBinary() - Method in class ch.autumo.commons.cache.FileCache
-
Is it a binary?
- isCached() - Method in class ch.autumo.commons.cache.FileCache
-
Cached?
- isFontAvailable(String) - Static method in class ch.autumo.commons.ui.UI
-
Check is font is available on system.
- isH2Db() - Method in class ch.autumo.commons.database.DatabaseManager
-
Is a Java H2 database used?
- isInitialized - Static variable in class ch.autumo.commons.generic.PropertiesManager
-
Initialized?
- isInitialized() - Method in class ch.autumo.commons.database.DatabaseManager
-
Has this database manager been initialized?
- isInitialized() - Static method in class ch.autumo.commons.generic.PropertiesManager
-
Is inizialized?
- isLicenseAccepted() - Method in class ch.autumo.commons.application.BaseApp
-
Is license accepted flag set?
- isLoaded() - Method in class ch.autumo.commons.application.AbstractVersion
-
Are versions loaded from XML?
- isLoaded() - Method in class ch.autumo.commons.versioning.Versions
-
IS this Versions object loaded?
- isMac() - Static method in class ch.autumo.commons.utils.system.OSUtils
-
Is Mac?
- isMariaDb() - Method in class ch.autumo.commons.database.DatabaseManager
-
Is a Maria database used?
- isMimeTypeArchive(String) - Static method in class ch.autumo.commons.mime.MimeUtils
-
Is supported archive mime type?
- isMimeTypeOctet(String) - Static method in class ch.autumo.commons.mime.MimeUtils
-
Is supported octet-stream mime type?
- isMimeTypeText(String) - Static method in class ch.autumo.commons.mime.MimeUtils
-
Is supported text mime type?
- isMultipart() - Method in class ch.autumo.commons.cache.ContentType
-
Is multipart?
- isMysqlDb() - Method in class ch.autumo.commons.database.DatabaseManager
-
Is a MySQL database used?
- isNullable() - Method in class ch.autumo.commons.database.DBField
-
Nullable?
- isNullable() - Method in class ch.autumo.commons.utils.bean.BeanField
-
Is nullable?
- isNullable(String) - Method in class ch.autumo.commons.database.Model
-
Is the field specified by the bean property name nullable?
- isOracleDb() - Method in class ch.autumo.commons.database.DatabaseManager
-
Is an Oracle database used?
- isPostgreDb() - Method in class ch.autumo.commons.database.DatabaseManager
-
Is a PostgreSQL database used?
- isPostgreDbWithNGDriver() - Method in class ch.autumo.commons.database.DatabaseManager
-
Is a PostgreSQL database with NG driver used?
- isRegistered() - Method in class ch.autumo.commons.utils.license.DummyLicenseHandler
- isRegistered() - Method in interface ch.autumo.commons.utils.license.LicenseHandler
-
Get registration flag for application.
- isRemote() - Method in class ch.autumo.commons.generic.PropertiesManager
-
Returns true if it doesn't run server-side.
- isResource() - Method in class ch.autumo.commons.cache.FileCache
-
Is it a resource (e.g. from JAR)?
- isReturnCredits() - Method in class ch.autumo.commons.sms.TextAnywhere.SendSMSRequest
-
Has return credits?
- isSolaris() - Static method in class ch.autumo.commons.utils.system.OSUtils
-
Is Solaris?
- isSqlBinaryType(int) - Static method in class ch.autumo.commons.utils.database.DBUtils
-
Check if this SQL type is a html-input binary type.
- isSqlBooelanType(int) - Static method in class ch.autumo.commons.utils.database.DBUtils
-
Check if this SQL type is a html-input boolean type.
- isSqlDateTimeType(int) - Static method in class ch.autumo.commons.utils.database.DBUtils
-
Check if this SQL type is a html-input date type.
- isSqlNumberType(int) - Static method in class ch.autumo.commons.utils.database.DBUtils
-
Check if this SQL type is a html-input number type.
- isSqlTextType(int) - Static method in class ch.autumo.commons.utils.database.DBUtils
-
Check if this SQL type is a html-input text type.
- isStored() - Method in class ch.autumo.commons.database.Model
-
Is this entity bean stored in database?
- isText() - Method in class ch.autumo.commons.cache.FileCache
-
Is it a text file?
- isUnique() - Method in class ch.autumo.commons.database.DBField
-
Unique?
- isUnique() - Method in class ch.autumo.commons.utils.bean.BeanField
-
Is unique?
- isUnique(String) - Method in class ch.autumo.commons.database.Model
-
Is the field specified by the bean property name unique?
- isUnix() - Static method in class ch.autumo.commons.utils.system.OSUtils
-
Is Unix?
- isUnsupported() - Method in class ch.autumo.commons.database.DatabaseManager
-
Is databse unsupported?
- isValid() - Method in class ch.autumo.commons.sms.TextAnywhere.SendSMSResponse
-
Is it valid?
- isValid() - Method in class ch.autumo.commons.utils.license.InlineChecks
-
Valid?
- isWindows() - Static method in class ch.autumo.commons.utils.system.OSUtils
-
Is Windows?
- isWithinDesktop - Variable in class ch.autumo.commons.generic.PropertiesManager
-
Runs within desktop context?
- isWithinServlet - Variable in class ch.autumo.commons.generic.PropertiesManager
-
Runs within servlet context?
J
- JakartaMailer - Class in ch.autumo.commons.mailing
-
Jakarta Mailer.
- JakartaMailer() - Constructor for class ch.autumo.commons.mailing.JakartaMailer
-
Default constructor.
- JavaxMailer - Class in ch.autumo.commons.mailing
-
Javax Mailer.
- JavaxMailer() - Constructor for class ch.autumo.commons.mailing.JavaxMailer
-
Default constructor.
- JDBC_H2_DB - Static variable in class ch.autumo.commons.Constants
-
JDBC H2 db.
- JDBC_MARIA_DB - Static variable in class ch.autumo.commons.Constants
-
JDBC maria db.
- JDBC_MYSQL_DB - Static variable in class ch.autumo.commons.Constants
-
JDBC mysql db.
- JDBC_ORACLE_DB - Static variable in class ch.autumo.commons.Constants
-
Oracle db.
- JDBC_POSTGRE_DB - Static variable in class ch.autumo.commons.Constants
-
Postgre db.
- JDBC_POSTGRE_NG_DB - Static variable in class ch.autumo.commons.Constants
-
Postgre db with PGJDBC-NG driver.
- JSON_ENTITY_ASSIGN_CHAR - Static variable in class ch.autumo.commons.utils.web.RESTUtils
-
JSON entity assign char.
- JSON_HUBSPOT_FIELD_VALUE - Static variable in class ch.autumo.commons.utils.web.RESTUtils
-
JSON HubSpot field value.
- JSON_PARAM_ASSIGN_CHAR - Static variable in class ch.autumo.commons.utils.web.RESTUtils
-
JSON parameter assign char.
- JSON_PARAM_VALUE_DELIMITER - Static variable in class ch.autumo.commons.utils.web.RESTUtils
-
JSON param-value delimiter.
- JSON_RECORD_BEGIN_CHARACTER - Static variable in class ch.autumo.commons.utils.web.RESTUtils
-
JSON record begin char.
- JSON_RECORD_END_CHARACTER - Static variable in class ch.autumo.commons.utils.web.RESTUtils
-
JSON record begin char.
- JSON_VALUE_DELIMITER - Static variable in class ch.autumo.commons.utils.web.RESTUtils
-
JSON value delimiter.
K
- KEY_ADMIN_PW_ENC - Static variable in class ch.autumo.commons.Constants
-
Passwords in configuration encoded?
- KEY_SERVER_NAME - Static variable in class ch.autumo.commons.Constants
-
Server/Servlet name.
- KEY_TMP_DIR - Static variable in class ch.autumo.commons.Constants
-
Temporary directory.
L
- LEN_3 - Static variable in class ch.autumo.commons.utils.security.CryptUtils.KEYDATA
-
First key data length.
- LEN_4 - Static variable in class ch.autumo.commons.utils.security.CryptUtils.KEYDATA
-
Second key data length.
- LIC_CHARS - Static variable in interface ch.autumo.commons.application.LicensedApplication
-
Allowed lic key chars.
- LIC_INFO_FILE - Static variable in interface ch.autumo.commons.application.LicensedApplication
-
License info file.
- LIC_PATH - Static variable in interface ch.autumo.commons.application.LicensedApplication
-
License path.
- LIC_PATH - Static variable in interface ch.autumo.commons.utils.license.LicenseHandler
-
License path, usually within app-'cfg/' path.
- LIC_TYPE_KEY - Static variable in interface ch.autumo.commons.application.LicensedApplication
-
License type key from 'base.ifc'.
- licenseAccepted() - Method in class ch.autumo.commons.application.BaseApp
-
Set license accepted flag.
- LicensedApplication - Interface in ch.autumo.commons.application
-
Licensed application - every licensed application must implement this and providing the following constructor:
- public MyApplication(RegistrationVersion
) - LicenseHandler - Interface in ch.autumo.commons.utils.license
-
License Handler Interface.
- LicenseUtils - Class in ch.autumo.commons.utils.license
-
License Utilities -> License Handler Factory.
- LINE_SEPARATOR - Static variable in class ch.autumo.commons.utils.system.OSUtils
-
System-specific separator.
- listAll(Class<?>) - Static method in class ch.autumo.commons.database.Model
-
List all entities of the given entity bean.
- listReferences(Class<?>) - Method in class ch.autumo.commons.database.Model
-
List referenced entities of the referenced class type.
- load(InputStreamReader) - Method in class ch.autumo.commons.application.AbstractVersion
-
Load a version history file (XML).
- load(InputStreamReader) - Method in class ch.autumo.commons.versioning.Versions
-
Load versions data.
- load(RandomAccessFile) - Static method in class ch.autumo.commons.utils.system.OSUtils
-
Load properties from random access file.
- loadLicenseInfo(LicensedApplication) - Method in class ch.autumo.commons.utils.license.DummyLicenseHandler
- loadLicenseInfo(LicensedApplication) - Method in interface ch.autumo.commons.utils.license.LicenseHandler
-
Load license info from license.info.
- log(LogBuffer.LogLevel, String) - Static method in class ch.autumo.commons.logging.LogBuffer
-
Log message to log buffer.
- log(LogBuffer.LogLevel, String, Object...) - Static method in class ch.autumo.commons.logging.LogBuffer
-
Log message to log buffer.
- LOG - Static variable in class ch.autumo.commons.application.BaseApp
-
Logger.
- LOG - Static variable in class ch.autumo.commons.cache.FileCache
-
Logger.
- LOG - Static variable in class ch.autumo.commons.cache.FileCacheManager
-
Logger.
- LOG - Static variable in class ch.autumo.commons.call.TwilioCaller
-
Logger.
- LOG - Static variable in class ch.autumo.commons.configuration.ConfigurationManager
-
Logger.
- LOG - Static variable in class ch.autumo.commons.database.DatabaseManager
-
Logger.
- LOG - Static variable in class ch.autumo.commons.database.DBField
-
Logger.
- LOG - Static variable in class ch.autumo.commons.database.H2Url
-
Logger.
- LOG - Static variable in class ch.autumo.commons.database.Model
-
Logger.
- LOG - Static variable in class ch.autumo.commons.generic.PropertiesManager
-
Logger.
- LOG - Static variable in class ch.autumo.commons.mime.MimeTypeFile
-
Logger.
- LOG - Static variable in class ch.autumo.commons.security.SecureApplicationHolder
-
Logger.
- LOG - Static variable in class ch.autumo.commons.sms.ASPSMS
-
Logger.
- LOG - Static variable in class ch.autumo.commons.sms.TextAnywhere
-
Logger.
- LOG - Static variable in class ch.autumo.commons.sms.TwilioMessenger
-
Logger.
- LOG - Static variable in class ch.autumo.commons.utils.bean.BeanField
-
Logger.
- LOG - Static variable in class ch.autumo.commons.utils.database.DBUtils
-
Logger.
- LOG - Static variable in class ch.autumo.commons.utils.license.LicenseUtils
-
Logger.
- Log4j2Logging - Class in ch.autumo.commons.logging
-
Log4j2 Logging initialization.
- Log4j2Logging() - Constructor for class ch.autumo.commons.logging.Log4j2Logging
-
Default constructor.
- LogBuffer - Class in ch.autumo.commons.logging
-
Log-buffer; used before the logging system is initialized.
- LogBuffer() - Constructor for class ch.autumo.commons.logging.LogBuffer
-
Default constructor.
- LogBuffer.LogLevel - Enum Class in ch.autumo.commons.logging
-
Enum for logging severity levels.
- Logging - Interface in ch.autumo.commons.logging
-
Logging interface.
- LoggingFactory - Class in ch.autumo.commons.logging
-
Logging factory.
M
- macCheck() - Method in class ch.autumo.commons.utils.license.InlineChecks
-
MAC address check configured?
- mail(String[], String, String, String) - Method in class ch.autumo.commons.mailing.AbstractMailer
- mail(String[], String, String, String) - Method in class ch.autumo.commons.mailing.JakartaMailer
- mail(String[], String, String, String) - Method in class ch.autumo.commons.mailing.JavaxMailer
- mail(String[], String, String, String) - Method in interface ch.autumo.commons.mailing.Mailer
-
Mail.
- MAIL_SMTP_AUTH_KEY - Static variable in class ch.autumo.commons.Constants
-
Mail auth key.
- MAIL_SMTP_HOST_KEY - Static variable in class ch.autumo.commons.Constants
-
Mail host key.
- MAIL_SMTP_PORT_KEY - Static variable in class ch.autumo.commons.Constants
-
Mail SMTP key.
- MAIL_SMTP_SSL - Static variable in class ch.autumo.commons.Constants
-
Mail, enable SSL?
- MAIL_SMTP_SSL_CHECK_SERVER_ID - Static variable in class ch.autumo.commons.Constants
-
Mail SSL server identity check.
- MAIL_SMTP_TLS_ENABLE_KEY - Static variable in class ch.autumo.commons.Constants
-
Mail TLS enable key.
- MAIL_TRANSPORT_PROTOCOL - Static variable in class ch.autumo.commons.Constants
-
Mail transport protocol.
- Mailer - Interface in ch.autumo.commons.mailing
-
Mailer interface.
- MailerFactory - Class in ch.autumo.commons.mailing
-
Mailer factory.
- main(String[]) - Static method in class ch.autumo.commons.application.Register
-
Main.
- main(String[]) - Static method in class ch.autumo.commons.utils.security.Encoder
-
Main.
- makeLicenseKeyFile(LicensedApplication, String, String, String, String, String, String, String) - Method in class ch.autumo.commons.utils.license.DummyLicenseHandler
- makeLicenseKeyFile(LicensedApplication, String, String, String, String, String, String, String) - Method in interface ch.autumo.commons.utils.license.LicenseHandler
-
Make a license key with given registration key and state!
- makePlural(String) - Static method in class ch.autumo.commons.utils.bean.Beans
-
Make plural name.
- makeSingular(String) - Static method in class ch.autumo.commons.utils.bean.Beans
-
Make singular name.
- mangenta(String) - Static method in class ch.autumo.commons.console.Colors
-
Mangenta colored string.
- mapColumnsToProperties(ResultSetMetaData, PropertyDescriptor[]) - Method in class ch.autumo.commons.utils.bean.BeanProcessor
-
The positions in the returned array represent column numbers.
- markForDeletion(File[]) - Static method in class ch.autumo.commons.utils.system.OSUtils
-
Mark files for deletion on exit.
- MAX_CACHE_SIZE - Static variable in class ch.autumo.commons.cache.FileCacheManager
-
Max file cache size in bytes.
- maxRefRecords - Static variable in class ch.autumo.commons.utils.database.DBUtils
-
Maximum of referenced records to be loaded.
- MESSAGE_HIGH_QUALITY - Static variable in class ch.autumo.commons.sms.TextAnywhere
-
High quality message identification.
- MESSAGE_MEDIUM_QUALITY - Static variable in class ch.autumo.commons.sms.TextAnywhere
-
Medium quality message identification.
- Messenger - Interface in ch.autumo.commons.sms
-
SMS messenger interface.
- MessengerFactory - Class in ch.autumo.commons.sms
-
SMS Messenger factory.
- MIME_TYPES_MAP - Static variable in class ch.autumo.commons.Constants
-
MIME types map.
- mimeArchiveList - Static variable in class ch.autumo.commons.mime.MimeUtils
-
Allowed archive mime types.
- mimeOctetList - Static variable in class ch.autumo.commons.mime.MimeUtils
-
Allowed octet mime types.
- mimeTextList - Static variable in class ch.autumo.commons.mime.MimeUtils
-
Allowed text mime types.
- MimeTypeFile - Class in ch.autumo.commons.mime
-
Mime type file.
- MimeTypeFile() - Constructor for class ch.autumo.commons.mime.MimeTypeFile
-
Creates an empty mime types registry.
- MimeTypeFile(InputStream) - Constructor for class ch.autumo.commons.mime.MimeTypeFile
-
Construct with mime types input stream ( from"mime.types" usually).
- MimeTypeFile(String) - Constructor for class ch.autumo.commons.mime.MimeTypeFile
-
Construct with mime types file ("mime.types" usually).
- MimeTypeRegistryProviderImpl - Class in ch.autumo.commons.mime
-
Mime type registry provider implementation.
- MimeTypeRegistryProviderImpl() - Constructor for class ch.autumo.commons.mime.MimeTypeRegistryProviderImpl
-
Default constructor
- MimeUtils - Class in ch.autumo.commons.mime
-
MIME type utils.
- Model - Class in ch.autumo.commons.database
-
Model for all beetRoot entities.
- Model() - Constructor for class ch.autumo.commons.database.Model
-
Default constructor.
- modelClass() - Method in class ch.autumo.commons.database.Model
-
Get model base class.
- MULTIPART_FORM_DATA_HEADER - Static variable in class ch.autumo.commons.cache.ContentType
-
Multipart form data header string.
N
- name() - Element in annotation interface ch.autumo.commons.annotations.Column
-
Name.
- newGlobalConnection() - Static method in class ch.autumo.commons.utils.database.DBUtils
-
Get an new global DB connection.
- newInstance(Class<T>) - Method in class ch.autumo.commons.utils.bean.BeanProcessor
-
Factory method that returns a new instance of the given Class.
- NO - Static variable in class ch.autumo.commons.configuration.YesOrNo
-
The
YesOrNo
object corresponding to the primitive valuefalse
. - NOOPHashProvider - Class in ch.autumo.commons.security.password
-
Provides NO hash, just returns the value!
- NOOPHashProvider() - Constructor for class ch.autumo.commons.security.password.NOOPHashProvider
-
No operation hash provider.
- normalExit() - Static method in class ch.autumo.commons.utils.system.OSUtils
-
Exit console program, due desired end.
- now() - Static method in class ch.autumo.commons.utils.database.DBUtils
-
Now time-stamp.
- nowTimeStamp() - Static method in class ch.autumo.commons.utils.common.Time
-
Get a time-stamp representation that can be stored in DB.
- Nullable - Annotation Interface in ch.autumo.commons.annotations
-
Nullable annotation.
O
- onlineCheck() - Method in class ch.autumo.commons.utils.license.InlineChecks
-
Online check configured?
- openAndlockFile(String) - Static method in class ch.autumo.commons.utils.system.OSUtils
-
Open and lock a file for reading and writing.
- openURL(String) - Static method in class ch.autumo.commons.utils.web.WebUtils
-
Open external URL.
- orange(String) - Static method in class ch.autumo.commons.console.Colors
-
Orange colored string.
- OSUtils - Class in ch.autumo.commons.utils.system
-
OS Utils.
P
- parseBoolean(String) - Static method in class ch.autumo.commons.configuration.YesOrNo
-
Parse boolean.
- password - Variable in class ch.autumo.commons.mailing.AbstractMailer
-
Mail user password.
- PasswordHashProvider - Interface in ch.autumo.commons.security.password
-
Provides a irreversible hash for a password/key.
- PBKPD2HashProvider - Class in ch.autumo.commons.security.password
-
Provides a hash with PBKDF2 with HMAC and SHA256.
- PBKPD2HashProvider() - Constructor for class ch.autumo.commons.security.password.PBKPD2HashProvider
-
PBKPD2 hash provider.
- POOL_NAME_POSTFIX - Static variable in class ch.autumo.commons.database.DatabaseManager
-
DB pool postfix name.
- populateBean(ResultSet, Entity) - Method in class ch.autumo.commons.utils.bean.BeanProcessor
-
Initializes the fields of the provided bean from the ResultSet.
- port - Variable in class ch.autumo.commons.mailing.AbstractMailer
-
SMTP Port.
- prepareConnection(String, byte[]) - Static method in class ch.autumo.commons.utils.web.RESTUtils
-
Prepare connection.
- prepareConnection(String, byte[], int, int) - Static method in class ch.autumo.commons.utils.web.RESTUtils
-
Prepare connection.
- printProperties(Properties) - Static method in class ch.autumo.commons.utils.common.GeneralUtils
-
Print properties.
- printUsage() - Method in class ch.autumo.commons.utils.security.Encoder
-
Overwrite for customized usage output.
- processColumn(ResultSet, int, Class<?>) - Method in class ch.autumo.commons.utils.bean.BeanProcessor
-
Convert a
ResultSet
column into an object. - PROD_KEY - Static variable in interface ch.autumo.commons.application.LicensedApplication
-
Product key from 'base.ifc'.
- PROP_KEY_LOG_CONSOLE_PATTERN - Static variable in class ch.autumo.commons.Constants
-
Console log pattern.
- PROP_KEY_LOG_FILE_PATTERN - Static variable in class ch.autumo.commons.Constants
-
Console log pattern.
- PropertiesManager - Class in ch.autumo.commons.generic
-
Generic father for all singletons/manager that must be initialized with a configuration.
- PropertiesManager() - Constructor for class ch.autumo.commons.generic.PropertiesManager
-
Default constructor.
- PROPERTY_NOT_FOUND - Static variable in class ch.autumo.commons.utils.bean.BeanProcessor
-
Special array value used by
mapColumnsToProperties
that indicates there is no bean property that matches a column from aResultSet
. - pwEncoded - Variable in class ch.autumo.commons.mailing.AbstractMailer
-
Passwords encoded in mail configuration section ('cfg/app.cfg')?
Q
- query(Class<?>, String, Object[]) - Static method in class ch.autumo.commons.utils.database.DBUtils
-
Select a records of type entityClass (entity class).
R
- randomInt(int, int) - Static method in class ch.autumo.commons.utils.system.OSUtils
-
Get random number.
- randomString(int) - Static method in class ch.autumo.commons.utils.system.OSUtils
-
Get random string.
- read(Class<?>, int) - Static method in class ch.autumo.commons.database.Model
-
Read an entity with given ID.
- readString(int, String, String) - Static method in class ch.autumo.commons.utils.system.WinRegistry
-
Read a value from key and value name
- readStringSubKeys(int, String) - Static method in class ch.autumo.commons.utils.system.WinRegistry
-
Read the value name(s) from a given key
- readStringValues(int, String) - Static method in class ch.autumo.commons.utils.system.WinRegistry
-
Read value(s) and value name(s) form given key
- red(String) - Static method in class ch.autumo.commons.console.Colors
-
Red colored string.
- REG_ENTRY_CITY - Static variable in interface ch.autumo.commons.utils.license.LicenseHandler
-
Registration information city property key.
- REG_ENTRY_COMP - Static variable in interface ch.autumo.commons.utils.license.LicenseHandler
-
Registration information company property key.
- REG_ENTRY_COUNTRY - Static variable in interface ch.autumo.commons.utils.license.LicenseHandler
-
Registration information country property key.
- REG_ENTRY_EMAIL - Static variable in interface ch.autumo.commons.utils.license.LicenseHandler
-
Registration information email property key.
- REG_ENTRY_FNAME - Static variable in interface ch.autumo.commons.utils.license.LicenseHandler
-
Registration information first name property key.
- REG_ENTRY_LNAME - Static variable in interface ch.autumo.commons.utils.license.LicenseHandler
-
Registration information last name property key.
- REG_STATE_CHCK - Static variable in interface ch.autumo.commons.utils.license.LicenseHandler
-
License state: Checked & valid.
- REG_STATE_INIT - Static variable in interface ch.autumo.commons.utils.license.LicenseHandler
-
License state: Initialize - Not registered and not invalidated.
- REG_STATE_INV - Static variable in interface ch.autumo.commons.utils.license.LicenseHandler
-
License state: Invalidated!
- REG_SUCCESS - Static variable in class ch.autumo.commons.utils.system.WinRegistry
-
Registry modification success return value.
- register() - Method in class ch.autumo.commons.utils.license.DummyLicenseHandler
- register() - Method in interface ch.autumo.commons.utils.license.LicenseHandler
-
Set register flag when application is registered.
- Register - Class in ch.autumo.commons.application
-
Register Console Tool
- RegistrationVersion - Interface in ch.autumo.commons.application
-
Registration version.
- release() - Method in class ch.autumo.commons.database.DatabaseManager
-
Resource database pool resources.
- replaceAllCharacters(char, String, String) - Static method in class ch.autumo.commons.utils.common.TextUtils
-
Replace all old chars with new char.
- replaceAllCharacters(char, String, String[]) - Static method in class ch.autumo.commons.utils.common.TextUtils
-
Replace all old chars with new char in all strings in array.
- replaceVariable(StringBuffer, String, String) - Static method in class ch.autumo.commons.utils.common.TextUtils
-
Replace a single variable.
- replaceVariable(StringBuilder, String, String) - Static method in class ch.autumo.commons.utils.common.TextUtils
-
Replace a single variable.
- RESTUtils - Class in ch.autumo.commons.utils.web
-
REST Utils.
- retireGlobalConnection(Connection) - Method in class ch.autumo.commons.database.DatabaseManager
-
Retire a global DB connection.
- retireGlobalConnection(Connection) - Static method in class ch.autumo.commons.utils.database.DBUtils
-
Retire a global DB connection.
- revokeToken(AuthContext) - Static method in class ch.autumo.commons.utils.web.AuthUtils
-
Revoke token if possible.
- rootPath - Static variable in class ch.autumo.commons.application.BaseApp
-
Root path of application.
- rootPath - Static variable in class ch.autumo.commons.application.Register
-
ROOT path.
- rootPath - Static variable in class ch.autumo.commons.generic.PropertiesManager
-
ROOT path.
- rootPath - Static variable in class ch.autumo.commons.logging.AbstractLogging
-
ROOT path.
- rootPath - Static variable in class ch.autumo.commons.utils.license.LicenseUtils
-
ROOT path.
- RT_TYPE_KEY - Static variable in interface ch.autumo.commons.application.LicensedApplication
-
Runtime type key from 'base.ifc'.
- runsInServerOrConsole(boolean) - Method in class ch.autumo.commons.utils.license.DummyLicenseHandler
- runsInServerOrConsole(boolean) - Method in interface ch.autumo.commons.utils.license.LicenseHandler
-
Initialize this handler for running within server or console (serverOrConsole = true) or on desktop (serverOrConsole = false).
- runsOnDesktop(boolean) - Method in class ch.autumo.commons.utils.license.DummyLicenseHandler
- runsOnDesktop(boolean) - Method in interface ch.autumo.commons.utils.license.LicenseHandler
-
Initialize this handler for running on desktop (desktop = true) or within server or console (desktop = false).
- runsWithinDesktopContext() - Method in class ch.autumo.commons.generic.PropertiesManager
-
Return true, if this configuration manager runs within a desktop otherwise false.
- runsWithinServletContext() - Method in class ch.autumo.commons.generic.PropertiesManager
-
Return true, if this configuration manager runs within a servlet otherwise false.
S
- save() - Method in class ch.autumo.commons.database.Model
-
Save this entity bean to database.
- save(Connection) - Method in class ch.autumo.commons.database.Model
-
Save this entity bean to database.
- SEC_KEY_SEED - Static variable in class ch.autumo.commons.Constants
-
Sec key seed key.
- SEC_KEY_SEED - Static variable in interface ch.autumo.commons.security.SecureApplication
-
Security key seed configuration parameter name.
- SecureApplication - Interface in ch.autumo.commons.security
-
Secure application - every secure application must implement this and providing the following constructor: - public MyApplication()
- SecureApplicationHolder - Class in ch.autumo.commons.security
-
Sec App Holder.
- selectRecord(Class<?>, int) - Static method in class ch.autumo.commons.utils.database.DBUtils
-
Select a record of type clz (entity class).
- selectRecords(Class<?>) - Static method in class ch.autumo.commons.utils.database.DBUtils
-
Select a records of type entityClass (entity class).
- selectRecords(Class<?>, int) - Static method in class ch.autumo.commons.utils.database.DBUtils
-
Select a records of type entityClass (entity class).
- selectRecords(Class<?>, int, int) - Static method in class ch.autumo.commons.utils.database.DBUtils
-
Select a records of type entityClass (entity class).
- selectRecords(Class<?>, String, Object[]) - Static method in class ch.autumo.commons.utils.database.DBUtils
-
Select a records of type entityClass (entity class).
- selectRecords(Class<?>, String, Object[], int) - Static method in class ch.autumo.commons.utils.database.DBUtils
-
Select a records of type entityClass (entity class).
- selectRecords(Class<?>, String, Object[], int, int) - Static method in class ch.autumo.commons.utils.database.DBUtils
-
Select a records of type entityClass (entity class).
- SendSMSRequest() - Constructor for class ch.autumo.commons.sms.TextAnywhere.SendSMSRequest
-
Default constructor.
- SendSMSResponse() - Constructor for class ch.autumo.commons.sms.TextAnywhere.SendSMSResponse
-
Default constructor.
- serialize(DBField) - Method in class ch.autumo.commons.database.DBField
-
Serialize this field to JSON.
- serialize(Model) - Method in class ch.autumo.commons.database.Model
-
Serialize this object to JSON.
- serialize(BeanField) - Method in class ch.autumo.commons.utils.bean.BeanField
-
Serialize this field to JSON.
- setAccessToken(String) - Method in class ch.autumo.commons.utils.web.AuthContext
-
Set access token.
- setAllowed2ReadEnvData(boolean) - Method in class ch.autumo.commons.application.BaseApp
- setAllowed2ReadEnvData(boolean) - Method in interface ch.autumo.commons.application.LicensedApplication
-
Set application to allow to read user's environment data through online registration process.
- setAuthHost(HttpHost) - Method in class ch.autumo.commons.utils.web.AuthContext
-
Set host.
- setClient(CloseableHttpClient) - Method in class ch.autumo.commons.utils.web.AuthContext
-
Set HTTP client.
- setCode(int) - Method in exception class ch.autumo.commons.CommonsException
-
Set exception code.
- setContext(HttpClientContext) - Method in class ch.autumo.commons.utils.web.AuthContext
-
Set HTTP context.
- setId(int) - Method in class ch.autumo.commons.database.Model
-
Set the ID.
- setId(int) - Method in class ch.autumo.commons.generic.CustomIdentityEntity
- setId(int) - Method in interface ch.autumo.commons.generic.Entity
-
Set id.
- setInternalOrderId(String) - Method in class ch.autumo.commons.sms.TextAnywhere.SendSMSResponse
-
Set internal order ID.
- setMessage(String) - Method in class ch.autumo.commons.sms.TextAnywhere.SendSMSRequest
-
Set message.
- setMessageType(String) - Method in class ch.autumo.commons.sms.TextAnywhere.SendSMSRequest
-
Set message type.
- setOrderId(String) - Method in class ch.autumo.commons.sms.TextAnywhere.SendSMSResponse
-
Set order ID.
- setPassword(String) - Method in class ch.autumo.commons.utils.web.AuthContext
-
Set password.
- setRawMessage(String) - Method in exception class ch.autumo.commons.CommonsException
-
Set raw message.
- setRawMessage(String) - Method in exception class ch.autumo.commons.utils.UtilsException
-
Set RAW message.
- setRemainingCredits(int) - Method in class ch.autumo.commons.sms.TextAnywhere.SendSMSResponse
-
Set remaining credits.
- setResult(String) - Method in class ch.autumo.commons.sms.TextAnywhere.SendSMSResponse
-
Set result.
- setReturnCredits(boolean) - Method in class ch.autumo.commons.sms.TextAnywhere.SendSMSRequest
-
Set return credits?
- setRevokeUrl(String) - Method in class ch.autumo.commons.utils.web.AuthContext
-
Set token revoke URL
- setScheduledDeliveryTime(Date) - Method in class ch.autumo.commons.sms.TextAnywhere.SendSMSRequest
-
Set scheduled delivery time.
- setSender(String) - Method in class ch.autumo.commons.sms.TextAnywhere.SendSMSRequest
-
Set sender.
- setSetupClient(CloseableHttpClient) - Method in class ch.autumo.commons.utils.web.AuthContext
-
Get HTTP setup client.
- setStored(boolean) - Method in class ch.autumo.commons.database.Model
-
Set stored state.
- setTokenType(String) - Method in class ch.autumo.commons.utils.web.AuthContext
-
Set token type
- setTotalSent(int) - Method in class ch.autumo.commons.sms.TextAnywhere.SendSMSResponse
-
Set total sent.
- setUIFont(FontUIResource) - Static method in class ch.autumo.commons.ui.UI
-
Set UI font.
- setUpgradeto(double) - Method in class ch.autumo.commons.application.AbstractVersion.VersionEntry
-
Set upgrade version value.
- setUpgradeto(double) - Method in class ch.autumo.commons.versioning.Versions.Version
-
Set upgrade version.
- setupTimeout - Static variable in class ch.autumo.commons.utils.web.AuthContext
-
Timeout for setup clients.
- setUser(String) - Method in class ch.autumo.commons.utils.web.AuthContext
-
Set user.
- setValue(double) - Method in class ch.autumo.commons.application.AbstractVersion.VersionEntry
-
Set version value.
- setValue(double) - Method in class ch.autumo.commons.versioning.Versions.Version
-
Set version value.
- sms(String, String) - Method in class ch.autumo.commons.sms.ASPSMS
- sms(String, String) - Method in interface ch.autumo.commons.sms.Messenger
-
Send SMS.
- sms(String, String) - Method in class ch.autumo.commons.sms.TextAnywhere
- sms(String, String) - Method in class ch.autumo.commons.sms.TwilioMessenger
- SORT_BY_ID - Static variable in class ch.autumo.commons.utils.database.DBUtils
-
Sorting of foreign entities by ID.
- SORT_BY_VALUE - Static variable in class ch.autumo.commons.utils.database.DBUtils
-
Sorting of foreign entities by display value.
- SQL_BINARY_TYPES - Static variable in class ch.autumo.commons.Constants
-
SQL binary types.
- SQL_BOOLEAN_TYPES - Static variable in class ch.autumo.commons.Constants
-
SQL boolean types.
- SQL_DATE_TYPES - Static variable in class ch.autumo.commons.Constants
-
SQL date types.
- SQL_NUMBER_TYPES - Static variable in class ch.autumo.commons.Constants
-
SQL number types.
- SQL_TEXT_TYPES - Static variable in class ch.autumo.commons.Constants
-
SQL text types.
- sslEnable - Variable in class ch.autumo.commons.mailing.AbstractMailer
-
SSL enabled?
- storeLicenseInfo(LicensedApplication, String, String, String, String, String, String) - Method in class ch.autumo.commons.utils.license.DummyLicenseHandler
- storeLicenseInfo(LicensedApplication, String, String, String, String, String, String) - Method in interface ch.autumo.commons.utils.license.LicenseHandler
-
Store license info as license.info.
- SYS_KEY_SYSTEM_MANUFACTURER - Static variable in class ch.autumo.commons.Constants
-
System property key for manufacturer.
- SYSTEM_PROPERTY_LOG_FILE - Static variable in class ch.autumo.commons.logging.Log4j2Logging
-
Log file
T
- tableToClassName(String) - Static method in class ch.autumo.commons.utils.bean.Beans
-
Returns the class name without package or '.class'.extension.
- TextAnywhere - Class in ch.autumo.commons.sms
-
TextAnywhere SMS Messenger.
- TextAnywhere() - Constructor for class ch.autumo.commons.sms.TextAnywhere
-
Default constructor.
- TextAnywhere.SendSMSRequest - Class in ch.autumo.commons.sms
-
This object is used to create an SMS message sending request.
- TextAnywhere.SendSMSResponse - Class in ch.autumo.commons.sms
-
This class represents the API Response.
- TextUtils - Class in ch.autumo.commons.utils.common
-
Text Utils.
- Time - Class in ch.autumo.commons.utils.common
-
Time utilities.
- timeout - Static variable in class ch.autumo.commons.utils.web.AuthContext
-
Timeout for request clients.
- timestamp(Date) - Static method in class ch.autumo.commons.utils.database.DBUtils
-
Get time-stamp.
- timeStamp(Date) - Static method in class ch.autumo.commons.utils.common.Time
-
Get a time-stamp representation that can be stored in DB.
- tlsEnable - Variable in class ch.autumo.commons.mailing.AbstractMailer
-
TLS enabled?
- toBean(ResultSet, Class<?>) - Method in class ch.autumo.commons.utils.bean.BeanProcessor
-
Convert a
ResultSet
row into a JavaBean. - toBeanList(ResultSet, Class<?>) - Method in class ch.autumo.commons.utils.bean.BeanProcessor
-
Convert a
ResultSet
into aList
of JavaBeans. - toString() - Method in class ch.autumo.commons.application.AbstractVersion
-
Get loaded versions.
- toString() - Method in class ch.autumo.commons.application.AbstractVersion.VersionEntry
- toString() - Method in class ch.autumo.commons.configuration.YesOrNo
- toString() - Method in class ch.autumo.commons.database.DBField
- toString() - Method in class ch.autumo.commons.database.Model
- toString() - Method in class ch.autumo.commons.utils.bean.BeanField
- toString() - Method in class ch.autumo.commons.versioning.Versions
- toString() - Method in class ch.autumo.commons.versioning.Versions.Version
- toString(boolean) - Static method in class ch.autumo.commons.configuration.YesOrNo
-
To string.
- TRACE - Enum constant in enum class ch.autumo.commons.logging.LogBuffer.LogLevel
-
Trace level.
- tryGetFromName(String) - Static method in enum class ch.autumo.commons.utils.system.WinRegistry.RegistryHKey
-
Get from name.
- tryUTF8() - Method in class ch.autumo.commons.cache.ContentType
-
Create an UTF8 content type if this encoding is not set, otherwise this content type is returned.
- TwilioCaller - Class in ch.autumo.commons.call
-
TWILIO Caller.
- TwilioMessenger - Class in ch.autumo.commons.sms
-
Twilio SMS Messenger.
- TwilioMessenger() - Constructor for class ch.autumo.commons.sms.TwilioMessenger
-
Default constructor.
U
- UI - Class in ch.autumo.commons.ui
-
Specific Swing UI customization & tools.
- Unique - Annotation Interface in ch.autumo.commons.annotations
-
Unique annotation.
- unregister() - Method in class ch.autumo.commons.utils.license.DummyLicenseHandler
- unregister() - Method in interface ch.autumo.commons.utils.license.LicenseHandler
-
Unregister this application.
- update() - Method in class ch.autumo.commons.database.Model
-
Update this entity bean in database.
- update(Entity, String, String) - Static method in class ch.autumo.commons.utils.database.DBUtils
-
Update entity.
- update(Connection) - Method in class ch.autumo.commons.database.Model
-
Update this entity bean in database.
- update(Connection, Entity, String, String) - Static method in class ch.autumo.commons.utils.database.DBUtils
-
Update entity.
- updateCacheSize(long, long) - Method in class ch.autumo.commons.cache.FileCacheManager
-
Update cache size.
- updateLanguage(String, int) - Method in class ch.autumo.commons.database.DatabaseManager
-
Update language.
- updateLicenseKeyFile(LicensedApplication, String, String) - Method in class ch.autumo.commons.utils.license.DummyLicenseHandler
- updateLicenseKeyFile(LicensedApplication, String, String) - Method in interface ch.autumo.commons.utils.license.LicenseHandler
-
Update license key with new state.
- updateModel(Entity, Map<String, Map<String, DBField>>) - Static method in class ch.autumo.commons.utils.database.DBUtils
-
Update the given model with entity from database, if it hasn't been updated yet.
- updateModel(Entity, Map<String, Map<String, BeanField>>) - Static method in class ch.autumo.commons.utils.bean.Beans
-
Update the given model with entity from bean/model annotations, if it hasn't been updated yet.
- updateProperty(String, String) - Method in class ch.autumo.commons.generic.PropertiesManager
-
Update or add a value to the internal properties.
- updateSecretUserKey(int, String) - Static method in class ch.autumo.commons.utils.database.DBUtils
-
Update secret user key.
- URL_SEPARATOR - Static variable in class ch.autumo.commons.database.H2Url
-
The H2 URL separator separates the URL from the features.
- useApplicationHeader(String[]) - Static method in class ch.autumo.commons.utils.web.RESTUtils
-
Set standard application header.
- user - Variable in class ch.autumo.commons.mailing.AbstractMailer
-
Mail user (email).
- USER_HOME - Static variable in class ch.autumo.commons.utils.system.OSUtils
-
User home directory.
- UTF_8 - Static variable in class ch.autumo.commons.utils.web.RESTUtils
-
Char set.
- UtilsException - Exception Class in ch.autumo.commons.utils
-
Utils exception.
- UtilsException(String) - Constructor for exception class ch.autumo.commons.utils.UtilsException
-
Utils exception.
- UtilsException(String, String) - Constructor for exception class ch.autumo.commons.utils.UtilsException
-
Utils exception.
- UtilsException(String, Throwable) - Constructor for exception class ch.autumo.commons.utils.UtilsException
-
Utils exception.
V
- validateLicenseKey(LicensedApplication, String, String, String, String, String, String, String) - Method in class ch.autumo.commons.utils.license.DummyLicenseHandler
- validateLicenseKey(LicensedApplication, String, String, String, String, String, String, String) - Method in interface ch.autumo.commons.utils.license.LicenseHandler
-
Validate a license key given.
- valueOf(String) - Static method in class ch.autumo.commons.configuration.YesOrNo
-
Value of string.
- valueOf(String) - Static method in enum class ch.autumo.commons.logging.LogBuffer.LogLevel
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class ch.autumo.commons.utils.system.WinRegistry.RegistryHKey
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class ch.autumo.commons.logging.LogBuffer.LogLevel
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class ch.autumo.commons.utils.system.WinRegistry.RegistryHKey
-
Returns an array containing the constants of this enum class, in the order they are declared.
- verify(String, String) - Method in class ch.autumo.commons.security.password.Argon2HashProvider
- verify(String, String) - Method in class ch.autumo.commons.security.password.NOOPHashProvider
- verify(String, String) - Method in interface ch.autumo.commons.security.password.PasswordHashProvider
-
Verify an entered password with a hashed password that has been previously hashed by
PasswordHashProvider.hash(String)
. - verify(String, String) - Method in class ch.autumo.commons.security.password.PBKPD2HashProvider
- verifyPw(String, String) - Static method in class ch.autumo.commons.utils.security.CryptUtils
-
Verify password with configured HASH algorithm implementation.
- Versions - Class in ch.autumo.commons.versioning
-
Versions (XML-Mapper).
- Versions() - Constructor for class ch.autumo.commons.versioning.Versions
-
Versions.
- Versions.Version - Class in ch.autumo.commons.versioning
-
Single Version.
W
- WARN - Enum constant in enum class ch.autumo.commons.logging.LogBuffer.LogLevel
-
Warning level.
- WebUtils - Class in ch.autumo.commons.utils.web
-
Web Utils.
- where(Class<?>, String, Object) - Static method in class ch.autumo.commons.database.Model
-
List all entities of the given entity bean with specific condition, e.g.
- where(Class<?>, String, Object[]) - Static method in class ch.autumo.commons.database.Model
-
List all entities of the given entity bean with specific condition, e.g.
- where(Class<?>, String, Object[], int) - Static method in class ch.autumo.commons.database.Model
-
List all entities of the given entity bean with specific condition, e.g.
- where(Class<?>, String, Object, int) - Static method in class ch.autumo.commons.database.Model
-
List all entities of the given entity bean with specific condition, e.g.
- white(String) - Static method in class ch.autumo.commons.console.Colors
-
White colored string.
- WIN_APPDATA_FOLDER - Static variable in class ch.autumo.commons.utils.system.OSUtils
-
Get Windows APPDATA directory.
- WinRegistry - Class in ch.autumo.commons.utils.system
-
Patched by autumo GmbH.
- WinRegistry() - Constructor for class ch.autumo.commons.utils.system.WinRegistry
-
Windows Registry.
- WinRegistry.RegistryHKey - Enum Class in ch.autumo.commons.utils.system
-
Regustry key.
- writeAndCloseLockedFile(RandomAccessFile, Properties) - Static method in class ch.autumo.commons.utils.system.OSUtils
-
Write and close locked file.
- writeStringValue(int, String, String, String) - Static method in class ch.autumo.commons.utils.system.WinRegistry
-
Write a value in a given key/value name
- writeXMLModuleConfigWithFullPath(String, Document) - Static method in class ch.autumo.commons.configuration.ConfigurationManager
-
Write XML module configuration.
Y
- yellow(String) - Static method in class ch.autumo.commons.console.Colors
-
Yellow colored string.
- YES - Static variable in class ch.autumo.commons.configuration.YesOrNo
-
The
YesOrNo
object corresponding to the primitive valuetrue
. - YES - Static variable in class ch.autumo.commons.Constants
-
Yes!
- YesOrNo - Class in ch.autumo.commons.configuration
-
YesOrNo; another Boolean using the string values 'yes' or 'no'.
- YesOrNo(boolean) - Constructor for class ch.autumo.commons.configuration.YesOrNo
-
Yes or No?
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
RESTUtils.extractJsonObject(JSONObject, String)