- CachingTypedPropertyMap<T> - Class in com.foreach.common.spring.properties
-
Extends the TypedPropertyMap by caching the values instead of converting all the time.
- CachingTypedPropertyMap(PropertyTypeRegistry<T>, Map<T, ?>, Class) - Constructor for class com.foreach.common.spring.properties.CachingTypedPropertyMap
-
- canConvert(TypeDescriptor, TypeDescriptor) - Method in class com.foreach.common.spring.convert.HierarchicalConversionService
-
- clear() - Method in class com.foreach.common.spring.localization.LocalizedFieldsCollection
-
- clear() - Method in class com.foreach.common.spring.localization.text.EternalLocalizedTextSetCache
-
Clears the cache.
- clear() - Method in interface com.foreach.common.spring.localization.text.LocalizedTextSetCache
-
Clears the cache.
- clear() - Method in class com.foreach.common.spring.properties.CachingTypedPropertyMap
-
- clear() - Method in class com.foreach.common.spring.properties.PropertyTypeRegistry
-
- clear() - Method in class com.foreach.common.spring.properties.TypedPropertyMap
-
- CodeGenerator - Class in com.foreach.common.spring.code
-
- CodeGenerator(MappedStringEncoder) - Constructor for class com.foreach.common.spring.code.CodeGenerator
-
- CodeLookup<S> - Interface in com.foreach.common.spring.enums
-
CodeLookup is an interface to facilitate finding elements in small sets of enumerated Objects,
usually a java Enum.
- com.foreach.common.spring.code - package com.foreach.common.spring.code
-
- com.foreach.common.spring.context - package com.foreach.common.spring.context
-
This package contains classes which holds information about given application
- com.foreach.common.spring.convert - package com.foreach.common.spring.convert
-
This package contain Spring conversion related classes.
- com.foreach.common.spring.enums - package com.foreach.common.spring.enums
-
Various utility classes to convert from or to Enum classes.
- com.foreach.common.spring.localization - package com.foreach.common.spring.localization
-
Base classes and interfaces to facilitate objects with localized fields.
- com.foreach.common.spring.localization.text - package com.foreach.common.spring.localization.text
-
- com.foreach.common.spring.logging - package com.foreach.common.spring.logging
-
This package contains classes to implement Log4j or Logback in applications
- com.foreach.common.spring.mail - package com.foreach.common.spring.mail
-
Utility classes to send smtp mail to multiple recipients with optional attchments.
- com.foreach.common.spring.properties - package com.foreach.common.spring.properties
-
- com.foreach.common.spring.properties.support - package com.foreach.common.spring.properties.support
-
- com.foreach.common.spring.validators - package com.foreach.common.spring.validators
-
Utility classes to extend validation.
- compareTo(LocalizedText) - Method in class com.foreach.common.spring.localization.text.LocalizedText
-
- configure() - Method in class com.foreach.common.spring.logging.Log4JConfigurator
-
Configures Log4J using a PropertyConfigurator and the properties file set on the bean.
- configure() - Method in class com.foreach.common.spring.logging.LogbackConfigurerAdapter
-
Applies the logback configuration.
- configureLoggerContext(LoggerContext) - Method in class com.foreach.common.spring.logging.LogbackConfigurerAdapter
-
Perform special configuration on the LoggerContext in this method.
- contains(Object) - Method in class com.foreach.common.spring.localization.LocalizedFieldsCollection
-
- containsAll(Collection<?>) - Method in class com.foreach.common.spring.localization.LocalizedFieldsCollection
-
- containsKey(Object) - Method in class com.foreach.common.spring.properties.TypedPropertyMap
-
- containsValue(Object) - Method in class com.foreach.common.spring.properties.TypedPropertyMap
-
- convert(E) - Method in class com.foreach.common.spring.convert.EnumCodeRenderer
-
- convert(E) - Method in class com.foreach.common.spring.convert.EnumIdRenderer
-
- convert(Object, TypeDescriptor, TypeDescriptor) - Method in class com.foreach.common.spring.convert.HierarchicalConversionService
-
- create(PropertyTypeRegistry, T) - Method in interface com.foreach.common.spring.properties.PropertyFactory
-
Creates a new instance of the property.
- create(PropertyTypeRegistry, T) - Method in class com.foreach.common.spring.properties.support.InstancePropertyFactory
-
- create(PropertyTypeRegistry, T) - Method in class com.foreach.common.spring.properties.support.SingletonPropertyFactory
-
- createFields(Language) - Method in class com.foreach.common.spring.localization.AbstractLocalizedFieldsObject
-
Creates new LocalizedFields of the required specific implementation.
- createFields(Language) - Method in class com.foreach.common.spring.localization.text.LocalizedText
-
Creates new LocalizedFields of the required specific implementation.
- CustomConversionServiceFactoryBean - Class in com.foreach.common.spring.convert
-
This class adds support for recursive converters:
- CustomConversionServiceFactoryBean() - Constructor for class com.foreach.common.spring.convert.CustomConversionServiceFactoryBean
-
- generate(int) - Method in class com.foreach.common.spring.code.CodeGenerator
-
Generates a number of random codes that are all the same - full - length.
- generate(int, boolean) - Method in class com.foreach.common.spring.code.CodeGenerator
-
Generates a number of random codes.
- get(Object) - Method in class com.foreach.common.spring.properties.TypedPropertyMap
-
- getApplication() - Method in class com.foreach.common.spring.localization.text.LocalizedText
-
- getApplication() - Method in interface com.foreach.common.spring.localization.text.LocalizedTextSet
-
- getApplication() - Method in class com.foreach.common.spring.localization.text.LocalizedTextSetImpl
-
- getApplicationId() - Method in class com.foreach.common.spring.context.ApplicationContextInfo
-
Example: myapp
- getApplicationId() - Method in interface com.foreach.common.spring.context.ApplicationInfo
-
Example: myapp
- getApplicationName() - Method in class com.foreach.common.spring.context.ApplicationContextInfo
-
Returns the specified application name
- getApplicationName() - Method in interface com.foreach.common.spring.context.ApplicationInfo
-
Example: My Application
- getApplications() - Method in class com.foreach.common.spring.localization.text.AbstractLocalizedTextService
-
- getApplications() - Method in interface com.foreach.common.spring.localization.text.LocalizedTextDataStore
-
- getApplications() - Method in interface com.foreach.common.spring.localization.text.LocalizedTextService
-
- getBuildDate() - Method in class com.foreach.common.spring.context.ApplicationContextInfo
-
Returns the build date of the current application
- getBuildDate() - Method in interface com.foreach.common.spring.context.ApplicationInfo
-
- getBuildId() - Method in class com.foreach.common.spring.context.ApplicationContextInfo
-
Could be a build number from the build server, revision number from source control etc.
- getBuildId() - Method in interface com.foreach.common.spring.context.ApplicationInfo
-
Could be a build number from the build server, revision number from source control etc.
- getBuildNumber() - Method in class com.foreach.common.spring.context.ApplicationContextInfo
-
Returns the build number of the current application
- getByCode(Class<E>, S) - Static method in class com.foreach.common.spring.enums.EnumUtils
-
- getById(Class<E>, I) - Static method in class com.foreach.common.spring.enums.EnumUtils
-
- getByIds(Class<E>, List<I>) - Static method in class com.foreach.common.spring.enums.EnumUtils
-
- getCachedTextSets() - Method in class com.foreach.common.spring.localization.text.EternalLocalizedTextSetCache
-
- getCachedTextSets() - Method in interface com.foreach.common.spring.localization.text.LocalizedTextSetCache
-
- getClassForProperty(T) - Method in class com.foreach.common.spring.properties.PropertyTypeRegistry
-
- getClassForUnknownProperties() - Method in class com.foreach.common.spring.properties.PropertyTypeRegistry
-
- getClassLoggers() - Static method in class com.foreach.common.spring.logging.Log4JUtils
-
To get a list of all registered loggers in current application.
- getCode() - Method in interface com.foreach.common.spring.enums.CodeLookup
-
Returns the unique code of type <S> for this instance.
- getCodeLength() - Method in class com.foreach.common.spring.code.MappedStringEncoder
-
- getConversionServiceForProperty(T) - Method in class com.foreach.common.spring.properties.PropertyTypeRegistry
-
- getConverter(Class<E>) - Method in class com.foreach.common.spring.convert.EnumConverterFactory
-
Get a converter instance for the specified enum class.
- getCreated() - Method in class com.foreach.common.spring.localization.text.LocalizedText
-
- getDefaultConversionService() - Method in class com.foreach.common.spring.properties.PropertyTypeRegistry
-
- getDefaultValueForProperty(T) - Method in class com.foreach.common.spring.properties.PropertyTypeRegistry
-
- getEnvironment() - Method in class com.foreach.common.spring.context.ApplicationContextInfo
-
Deprecated.
- getEnvironmentId() - Method in class com.foreach.common.spring.context.ApplicationContextInfo
-
Example: test
- getEnvironmentId() - Method in interface com.foreach.common.spring.context.ApplicationInfo
-
Example: test
- getEnvironmentName() - Method in class com.foreach.common.spring.context.ApplicationContextInfo
-
Example: Test environment
- getEnvironmentName() - Method in interface com.foreach.common.spring.context.ApplicationInfo
-
Example: Test environment
- getException() - Method in class com.foreach.common.spring.mail.MailStatus
-
- getExecutorService() - Method in class com.foreach.common.spring.mail.BasicMailService
-
Get the current ExecutorService being used.
- getFields() - Method in class com.foreach.common.spring.localization.AbstractLocalizedFieldsObject
-
Provides an unmodifiable map interface to access the fields by language code (String accessor).
- getFieldsAsCollection() - Method in class com.foreach.common.spring.localization.AbstractLocalizedFieldsObject
-
Provides a collection interface to all fields.
- getFieldsForLanguage(Language) - Method in class com.foreach.common.spring.localization.AbstractLocalizedFieldsObject
-
Method to fetch fields for a given language.
- getGroup() - Method in class com.foreach.common.spring.localization.text.LocalizedText
-
- getGroup() - Method in interface com.foreach.common.spring.localization.text.LocalizedTextSet
-
- getGroup() - Method in class com.foreach.common.spring.localization.text.LocalizedTextSetImpl
-
- getGroups(String) - Method in class com.foreach.common.spring.localization.text.AbstractLocalizedTextService
-
- getGroups(String) - Method in interface com.foreach.common.spring.localization.text.LocalizedTextDataStore
-
- getGroups(String) - Method in interface com.foreach.common.spring.localization.text.LocalizedTextService
-
- getHostName() - Method in class com.foreach.common.spring.context.ApplicationContextInfo
-
- getHostName() - Method in interface com.foreach.common.spring.context.ApplicationInfo
-
Example: localhost
- getId() - Method in interface com.foreach.common.spring.enums.IdLookup
-
Returns the unique id of type <I> for this instance.
- getInstanceId() - Method in class com.foreach.common.spring.context.ApplicationContextInfo
-
Application instance is usually a combination of the application, environment
and hostname.
- getInstanceId() - Method in interface com.foreach.common.spring.context.ApplicationInfo
-
Application instance is usually a combination of the application, environment
and hostname.
- getItems() - Method in interface com.foreach.common.spring.localization.text.LocalizedTextSet
-
- getItems() - Method in class com.foreach.common.spring.localization.text.LocalizedTextSetImpl
-
- getLabel() - Method in class com.foreach.common.spring.context.ApplicationContextInfo
-
Returns the specified label of the current application
- getLabel() - Method in class com.foreach.common.spring.localization.text.LocalizedText
-
- getLanguage() - Method in class com.foreach.common.spring.localization.BaseLocalizedFields
-
- getLanguage() - Method in interface com.foreach.common.spring.localization.LocalizedFields
-
- getLanguageByCode(String) - Static method in class com.foreach.common.spring.localization.LanguageConfigurator
-
- getLanguageClass() - Static method in class com.foreach.common.spring.localization.LanguageConfigurator
-
- getLanguageMap(LocalizedTextSet, Language) - Method in class com.foreach.common.spring.localization.text.AbstractLocalizedTextService
-
Converts all LocalizedTexts in the provided language to a Map.
- getLanguageMap(LocalizedTextSet, Language) - Method in interface com.foreach.common.spring.localization.text.LocalizedTextService
-
Converts all LocalizedTexts in the provided language to a Map.
- getLanguages() - Static method in class com.foreach.common.spring.localization.LanguageConfigurator
-
- getLocale() - Method in interface com.foreach.common.spring.localization.Language
-
- getLocalizedText(String, String, String) - Method in class com.foreach.common.spring.localization.text.AbstractLocalizedTextService
-
Gets a single LocalizedText item from the datastore.
- getLocalizedText(String, String, String) - Method in interface com.foreach.common.spring.localization.text.LocalizedTextDataStore
-
Gets an item with a specified label from a particular group.
- getLocalizedText(String, String, String) - Method in interface com.foreach.common.spring.localization.text.LocalizedTextService
-
Gets a single LocalizedText item from the datastore.
- getLocalizedTextForGroup(String, String) - Method in interface com.foreach.common.spring.localization.text.LocalizedTextDataStore
-
Gets a list of all LocalizedText items for a given group.
- getLocalizedTextItems(String, String) - Method in class com.foreach.common.spring.localization.text.AbstractLocalizedTextService
-
Gets a list of all LocalizedText items for a given group.
- getLocalizedTextItems(String, String) - Method in interface com.foreach.common.spring.localization.text.LocalizedTextService
-
Gets a list of all LocalizedText items for a given group.
- getLocalizedTextSet(String, String) - Method in class com.foreach.common.spring.localization.text.AbstractLocalizedTextService
-
- getLocalizedTextSet(String, String) - Method in class com.foreach.common.spring.localization.text.EternalLocalizedTextSetCache
-
- getLocalizedTextSet(String, String) - Method in interface com.foreach.common.spring.localization.text.LocalizedTextService
-
- getLocalizedTextSet(String, String) - Method in interface com.foreach.common.spring.localization.text.LocalizedTextSetCache
-
- getLogDirectory() - Method in class com.foreach.common.spring.logging.Log4JConfigurator
-
Getter for the field logDirectory.
- getLogger() - Method in class com.foreach.common.spring.logging.MethodExecutionTimeLogger
-
Get the logger
- getLogger() - Method in class com.foreach.common.spring.mail.BasicMailService
-
Get the logger
- getMaxValue() - Method in class com.foreach.common.spring.code.MappedStringEncoder
-
- getMinValue() - Method in class com.foreach.common.spring.code.MappedStringEncoder
-
- getName() - Method in interface com.foreach.common.spring.localization.Language
-
- getParent() - Method in class com.foreach.common.spring.convert.HierarchicalConversionService
-
- getProperties() - Method in interface com.foreach.common.spring.properties.PropertiesSource
-
- getProperties() - Method in class com.foreach.common.spring.properties.support.DirectPropertiesSource
-
- getPropertiesFile() - Method in class com.foreach.common.spring.logging.Log4JConfigurator
-
Getter for the field propertiesFile.
- getRegisteredProperties() - Method in class com.foreach.common.spring.properties.PropertyTypeRegistry
-
- getServiceBccRecipients() - Method in class com.foreach.common.spring.mail.BasicMailService
-
- getSource() - Method in class com.foreach.common.spring.properties.TypedPropertyMap
-
- getStartupDate() - Method in class com.foreach.common.spring.context.ApplicationContextInfo
-
Returns the start-up date of the current application.
- getStartupDate() - Method in interface com.foreach.common.spring.context.ApplicationInfo
-
- getText() - Method in class com.foreach.common.spring.localization.text.LocalizedTextFields
-
- getText(String, Language) - Method in interface com.foreach.common.spring.localization.text.LocalizedTextSet
-
Returns the value for a specific language of a text item.
- getText(String, Language, String) - Method in interface com.foreach.common.spring.localization.text.LocalizedTextSet
-
Returns the value for a specific language of a text item.
- getText(String, Language, String, boolean) - Method in interface com.foreach.common.spring.localization.text.LocalizedTextSet
-
Returns the value for a specific language of a text item.
- getText(String, Language) - Method in class com.foreach.common.spring.localization.text.LocalizedTextSetImpl
-
Returns the value for a specific language of a text item.
- getText(String, Language, String) - Method in class com.foreach.common.spring.localization.text.LocalizedTextSetImpl
-
Returns the value for a specific language of a text item.
- getText(String, Language, String, boolean) - Method in class com.foreach.common.spring.localization.text.LocalizedTextSetImpl
-
Returns the value for a specific language of a text item.
- getTypeForProperty(T) - Method in class com.foreach.common.spring.properties.PropertyTypeRegistry
-
- getUpdated() - Method in class com.foreach.common.spring.localization.text.LocalizedText
-
- getValue(T) - Method in class com.foreach.common.spring.properties.CachingTypedPropertyMap
-
- getValue(T) - Method in class com.foreach.common.spring.properties.TypedPropertyMap
-
Allows a strong typed property to be fetched from the source map.
- getValue(T, Class<O>) - Method in class com.foreach.common.spring.properties.TypedPropertyMap
-
Fetches a property from the source map and converts it to the type expected.
- getValue(T, TypeDescriptor) - Method in class com.foreach.common.spring.properties.TypedPropertyMap
-
Fetches a property from the source map and converts it to the type expected.
- group(String) - Method in class com.foreach.common.spring.localization.text.LocalizedText.LocalizedTextBuilder
-
- label(String) - Method in class com.foreach.common.spring.localization.text.LocalizedText.LocalizedTextBuilder
-
- Language - Interface in com.foreach.common.spring.localization
-
Interface for custom Language implementation.
- LanguageConfigurator - Class in com.foreach.common.spring.localization
-
LanguageConfigurator holds the reference to the actual Language implementation being used.
- LanguageConfigurator(Class<E>) - Constructor for class com.foreach.common.spring.localization.LanguageConfigurator
-
Initializes the Language system using the specified enum class implementing the Language interface.
- LanguageConfigurator.LanguagesNotConfiguredException - Exception in com.foreach.common.spring.localization
-
Exception thrown when the Language system has not been properly initialized.
- LocalizedFields - Interface in com.foreach.common.spring.localization
-
LocalizedFields interface is used to link a collection of properties to a specific language.
- LocalizedFieldsCollection<Base extends LocalizedFields> - Class in com.foreach.common.spring.localization
-
A collection wrapper around a set of LocalizedFields.
- LocalizedText - Class in com.foreach.common.spring.localization.text
-
- LocalizedText() - Constructor for class com.foreach.common.spring.localization.text.LocalizedText
-
- LocalizedText.LocalizedTextBuilder - Class in com.foreach.common.spring.localization.text
-
- LocalizedTextDataStore - Interface in com.foreach.common.spring.localization.text
-
An interface to communicate between a
LocalizedTextService and a backing datastore containing the items.
- LocalizedTextFields - Class in com.foreach.common.spring.localization.text
-
- LocalizedTextFields() - Constructor for class com.foreach.common.spring.localization.text.LocalizedTextFields
-
For deserialization.
- LocalizedTextFields(Language) - Constructor for class com.foreach.common.spring.localization.text.LocalizedTextFields
-
- LocalizedTextService - Interface in com.foreach.common.spring.localization.text
-
- LocalizedTextSet - Interface in com.foreach.common.spring.localization.text
-
LocalizedTextSet is a collection of LocalizedText instances scoped to a particular group.
- LocalizedTextSetCache - Interface in com.foreach.common.spring.localization.text
-
- LocalizedTextSetImpl - Class in com.foreach.common.spring.localization.text
-
LocalizedTextSet is a collection of LocalizedText instances scoped to a particular group.
- LocalizedTextSetImpl(String, String, LocalizedTextService) - Constructor for class com.foreach.common.spring.localization.text.LocalizedTextSetImpl
-
Constructs a new LocalizedTextSet based on a collection of items.
- LOG - Variable in class com.foreach.common.spring.localization.text.AbstractLocalizedTextService
-
- Log4JConfigurator - Class in com.foreach.common.spring.logging
-
The Log4JConfigurator bean can be used to configure log4j settings in Spring.
- Log4JConfigurator() - Constructor for class com.foreach.common.spring.logging.Log4JConfigurator
-
- Log4JUtils - Class in com.foreach.common.spring.logging
-
Utility class for Log4j.
- Log4JUtils() - Constructor for class com.foreach.common.spring.logging.Log4JUtils
-
- LogbackConfigurer - Class in com.foreach.common.spring.logging
-
The LogbackConfigurer can be used to configure logback based on one or more
xml configuration resources.
- LogbackConfigurer(String, Resource...) - Constructor for class com.foreach.common.spring.logging.LogbackConfigurer
-
Create a configurer with the specified log directory and one or more XML resources.
- LogbackConfigurerAdapter - Class in com.foreach.common.spring.logging
-
Adapter class for creating beans that make it easier to configure logback using
XML resources (classpath, file resources).
- LogbackConfigurerAdapter() - Constructor for class com.foreach.common.spring.logging.LogbackConfigurerAdapter
-
- LogbackConfigurerException - Exception in com.foreach.common.spring.logging
-
- LogbackConfigurerException() - Constructor for exception com.foreach.common.spring.logging.LogbackConfigurerException
-
Constructs a new runtime exception with null as its
detail message.
- LogbackConfigurerException(String) - Constructor for exception com.foreach.common.spring.logging.LogbackConfigurerException
-
Constructs a new runtime exception with the specified detail message.
- LogbackConfigurerException(String, Throwable) - Constructor for exception com.foreach.common.spring.logging.LogbackConfigurerException
-
Constructs a new runtime exception with the specified detail message and
cause.
- LogbackConfigurerException(Throwable) - Constructor for exception com.foreach.common.spring.logging.LogbackConfigurerException
-
Constructs a new runtime exception with the specified cause and a
detail message of (cause==null ? null : cause.toString())
(which typically contains the class and detail message of
cause).
- saveDefaultText(String, String, String, String) - Method in class com.foreach.common.spring.localization.text.AbstractLocalizedTextService
-
Creates a new text item with default values.
- saveDefaultText(String, String, String, String) - Method in interface com.foreach.common.spring.localization.text.LocalizedTextService
-
Creates a new text item with default values.
- saveLocalizedText(LocalizedText) - Method in class com.foreach.common.spring.localization.text.AbstractLocalizedTextService
-
Saves a LocalizedText item in the backing datastore.
- saveLocalizedText(LocalizedText) - Method in interface com.foreach.common.spring.localization.text.LocalizedTextService
-
Saves a LocalizedText item in the backing datastore.
- searchLocalizedText(String) - Method in interface com.foreach.common.spring.localization.text.LocalizedTextDataStore
-
This will do a search over all items in the datastore, looking for the text specified.
- searchLocalizedTextItemsForText(String) - Method in class com.foreach.common.spring.localization.text.AbstractLocalizedTextService
-
Gets a list of all LocalizedText items containing a string.
- searchLocalizedTextItemsForText(String) - Method in interface com.foreach.common.spring.localization.text.LocalizedTextService
-
Gets a list of all LocalizedText items containing a string.
- sendMimeMail(String, String, String, String, String, Map<String, File>) - Method in class com.foreach.common.spring.mail.BasicMailService
-
Send a mail message with optional attachments.
- sendMimeMail(String, String, String, String, String, Map<String, File>) - Method in interface com.foreach.common.spring.mail.MailService
-
Send a mail message with optional attachments.
- separateEmailAddresses(String) - Static method in class com.foreach.common.spring.validators.MultipleEmailsValidator
-
- set(T, Object) - Method in class com.foreach.common.spring.properties.CachingTypedPropertyMap
-
- set(T, Object) - Method in class com.foreach.common.spring.properties.TypedPropertyMap
-
Stores the property value in the source map by converting it to the sourceValueClass first.
- setApplication(String) - Method in class com.foreach.common.spring.localization.text.LocalizedText
-
- setApplicationId(String) - Method in interface com.foreach.common.spring.context.MutableApplicationInfo
-
- setApplicationName(String) - Method in class com.foreach.common.spring.context.ApplicationContextInfo
-
Specify an application name
- setApplicationName(String) - Method in interface com.foreach.common.spring.context.MutableApplicationInfo
-
- setAutoGenerated(boolean) - Method in class com.foreach.common.spring.localization.text.LocalizedText
-
- setBuildDate(Date) - Method in class com.foreach.common.spring.context.ApplicationContextInfo
-
Specify the build date of current application
- setBuildDate(Date) - Method in interface com.foreach.common.spring.context.MutableApplicationInfo
-
- setBuildId(String) - Method in interface com.foreach.common.spring.context.MutableApplicationInfo
-
- setBuildNumber(long) - Method in class com.foreach.common.spring.context.ApplicationContextInfo
-
Specify the build number of the current application
- setClassForUnknownProperties(Class) - Method in class com.foreach.common.spring.properties.PropertyTypeRegistry
-
- setConversionService(ConversionService) - Method in class com.foreach.common.spring.convert.EnumConverterFactory
-
Set the conversionService.
- setConversionService(ConversionService) - Method in interface com.foreach.common.spring.convert.RecursiveConverter
-
- setConverters(Set<?>) - Method in class com.foreach.common.spring.convert.CustomConversionServiceFactoryBean
-
- setCreated(Date) - Method in class com.foreach.common.spring.localization.text.LocalizedText
-
- setDefaultConversionService(ConversionService) - Method in class com.foreach.common.spring.properties.PropertyTypeRegistry
-
- setEncodingMatrix(char[][]) - Method in class com.foreach.common.spring.code.MappedStringEncoder
-
Sets the encoding matrix to use for encoding/decoding unsigned values.
- setEncodingMatrix(char[][], int) - Method in class com.foreach.common.spring.code.MappedStringEncoder
-
Sets the encoding matrix to use.
- setEnvironment(ApplicationEnvironment) - Method in class com.foreach.common.spring.context.ApplicationContextInfo
-
- setEnvironmentId(String) - Method in class com.foreach.common.spring.context.ApplicationContextInfo
-
- setEnvironmentId(String) - Method in interface com.foreach.common.spring.context.MutableApplicationInfo
-
- setEnvironmentLabel(String) - Method in class com.foreach.common.spring.context.ApplicationContextInfo
-
Deprecated.
- setEnvironmentName(String) - Method in interface com.foreach.common.spring.context.MutableApplicationInfo
-
- setExecutorService(ExecutorService) - Method in class com.foreach.common.spring.localization.text.AbstractLocalizedTextService
-
- setExecutorService(ExecutorService) - Method in class com.foreach.common.spring.mail.BasicMailService
-
Set the executorService used to send messages through the javaMailSender.
- setFieldsAsCollection(Collection<Base>) - Method in class com.foreach.common.spring.localization.AbstractLocalizedFieldsObject
-
Sets all fields of the entity in one go, passing them as a collection.
- setGroup(String) - Method in class com.foreach.common.spring.localization.text.LocalizedText
-
- setHostName(String) - Method in class com.foreach.common.spring.context.ApplicationContextInfo
-
- setHostName(String) - Method in interface com.foreach.common.spring.context.MutableApplicationInfo
-
- setInstanceId(String) - Method in interface com.foreach.common.spring.context.MutableApplicationInfo
-
- setJavaMailSender(JavaMailSender) - Method in class com.foreach.common.spring.mail.BasicMailService
-
Set the JavaMailSender to be used.
- setLabel(String) - Method in class com.foreach.common.spring.context.ApplicationContextInfo
-
Specify a readable label for the current application
- setLabel(String) - Method in class com.foreach.common.spring.localization.text.LocalizedText
-
- setLogDirectory(String) - Method in class com.foreach.common.spring.logging.Log4JConfigurator
-
Setter for the field logDirectory.
- setLogger(Logger) - Method in class com.foreach.common.spring.logging.MethodExecutionTimeLogger
-
Specify your own logger where you want the method duration time to be logged
- setLogger(Logger) - Method in class com.foreach.common.spring.mail.BasicMailService
-
- setMinimumDuration(int) - Method in class com.foreach.common.spring.logging.MethodExecutionTimeLogger
-
Specify the minimum duration time of methods in milliseconds.
- setOriginator(String) - Method in class com.foreach.common.spring.mail.BasicMailService
-
Set the default originator to be used to send messages through the javaMailSender.
- setParent(ConversionService) - Method in class com.foreach.common.spring.convert.HierarchicalConversionService
-
- setPropertiesFile(Resource) - Method in class com.foreach.common.spring.logging.Log4JConfigurator
-
Setter for the Log4J configuration file (properties format).
- setServiceBccRecipients(String) - Method in class com.foreach.common.spring.mail.BasicMailService
-
Set the default bcc: recipients for this service.
- setStartupDate(Date) - Method in interface com.foreach.common.spring.context.MutableApplicationInfo
-
- setText(String) - Method in class com.foreach.common.spring.localization.text.LocalizedTextFields
-
- setTextSetCache(LocalizedTextSetCache) - Method in class com.foreach.common.spring.localization.text.AbstractLocalizedTextService
-
- setUpdated(Date) - Method in class com.foreach.common.spring.localization.text.LocalizedText
-
- setUsed(boolean) - Method in class com.foreach.common.spring.localization.text.LocalizedText
-
- SingletonPropertyFactory<T,Y> - Class in com.foreach.common.spring.properties.support
-
Always returns the same singleton value for a property.
- SingletonPropertyFactory(Y) - Constructor for class com.foreach.common.spring.properties.support.SingletonPropertyFactory
-
- size() - Method in class com.foreach.common.spring.localization.LocalizedFieldsCollection
-
- size() - Method in class com.foreach.common.spring.localization.text.EternalLocalizedTextSetCache
-
- size() - Method in interface com.foreach.common.spring.localization.text.LocalizedTextSet
-
- size() - Method in interface com.foreach.common.spring.localization.text.LocalizedTextSetCache
-
- size() - Method in class com.foreach.common.spring.localization.text.LocalizedTextSetImpl
-
- size() - Method in class com.foreach.common.spring.properties.TypedPropertyMap
-
- source - Variable in class com.foreach.common.spring.properties.TypedPropertyMap
-
- sourceValueClass - Variable in class com.foreach.common.spring.properties.TypedPropertyMap
-
- storeLocalizedTextSet(LocalizedTextSet) - Method in class com.foreach.common.spring.localization.text.EternalLocalizedTextSetCache
-
Stores a LocalizedTextSet in the cache.
- storeLocalizedTextSet(LocalizedTextSet) - Method in interface com.foreach.common.spring.localization.text.LocalizedTextSetCache
-
Stores a LocalizedTextSet in the cache.