Uses of Interface
de.xima.fc.interfaces.ISerializableFunction
Packages that use ISerializableFunction
Package
Description
Allgemeine Modellklassen, nicht Datenbankpersitiert
Package für Utilsklassen
-
Uses of ISerializableFunction in de.xima.fc.common.locale
Methods in de.xima.fc.common.locale with parameters of type ISerializableFunctionModifier and TypeMethodDescriptionIDefaultMessageLocalizerBuilder.fallbackMessageFactory(ISerializableFunction<? super String, ? extends String> fallbackMessageFactory) Sets the fallback message factory.IDefaultMessageLocalizerBuilder.resourceBundleMessageLoader(ISerializableFunction<? super Locale, ? extends ResourceBundle> resourceBundleFactory) Sets a message loader that retrieves message from the message bundle obtained from the given factory. -
Uses of ISerializableFunction in de.xima.fc.gui.common.model.data
Methods in de.xima.fc.gui.common.model.data with parameters of type ISerializableFunctionModifier and TypeMethodDescriptionstatic <T extends Serializable>
DataTableEntriesModel.Builder<T> DataTableEntriesModel.newBuilder(ISerializableFunction<IEntityContext, List<T>> fetchAll, ISerializableSupplier<IEntityContext> entityContextSupplier) -
Uses of ISerializableFunction in de.xima.fc.gui.common.model.file
Methods in de.xima.fc.gui.common.model.file with parameters of type ISerializableFunctionModifier and TypeMethodDescriptionstatic <Entry> TextFileSystemViewCrudMapAdapter.Builder<Entry> TextFileSystemViewCrudMapAdapter.builder(ISerializableFunction<Entry, String> entryEncoder, ISerializableFunction<String, Entry> entryDecoder) Creates a new builder for aTextFileSystemViewCrudMapAdapter, using the given encoder and decoder to convert between a file ID and a file system entry. -
Uses of ISerializableFunction in de.xima.fc.gui.common.placeholder
Methods in de.xima.fc.gui.common.placeholder with parameters of type ISerializableFunctionModifier and TypeMethodDescriptionPlaceHolder.PlaceHolderBuilder.detailedDescription(ISerializableFunction<Locale, String> detailedDescription) PlaceHolder.PlaceHolderBuilder.displayName(ISerializableFunction<Locale, String> displayName) Constructors in de.xima.fc.gui.common.placeholder with parameters of type ISerializableFunctionModifierConstructorDescriptionprotectedPlaceHolder(String name, IPlaceholderType type, String kind, String alias, String placeholder, String text, IGuiIcon icon, boolean empty, ISerializableFunction<Locale, String> detailedDescription, ISerializableFunction<Locale, String> displayName) -
Uses of ISerializableFunction in de.xima.fc.gui.elfinder
Methods in de.xima.fc.gui.elfinder with parameters of type ISerializableFunctionModifier and TypeMethodDescriptionElFinderDynamicResourceFileEntityThumbnails.RequestHandlerBuilder.fileEntityReader(ISerializableFunction<Long, FileEntity> fileEntityReader) Sets the reader to use for reading the file entity from the given file entity ID. -
Uses of ISerializableFunction in de.xima.fc.gui.interfaces.data.filter
Subinterfaces of ISerializableFunction in de.xima.fc.gui.interfaces.data.filterModifier and TypeInterfaceDescriptioninterfaceCommon interface for entity filters for use inDaoLazyDataModel. -
Uses of ISerializableFunction in de.xima.fc.gui.model.data.filter
Classes in de.xima.fc.gui.model.data.filter that implement ISerializableFunctionModifier and TypeClassDescriptionclassAcmFilterCriterionSupplier<TEntity extends de.xima.cmn.dao.interfaces.IEntity<Long>>A supplier for a list of filter criteria that should be applied when searching the database for matching entities.classDefault filter criterion supplier. -
Uses of ISerializableFunction in de.xima.fc.interfaces
Subinterfaces of ISerializableFunction in de.xima.fc.interfacesModifier and TypeInterfaceDescriptioninterfaceASupplierthat is also serializable and can throw exceptions. -
Uses of ISerializableFunction in de.xima.fc.mdl
Methods in de.xima.fc.mdl with parameters of type ISerializableFunctionModifier and TypeMethodDescriptionstatic <TData extends Serializable>
IValueDescriptor<TData> ValueDescriptorFactory.forLocalizable(TData value, ISerializableFunction<Locale, String> displayLabel) -
Uses of ISerializableFunction in de.xima.fc.plugin.models.retval.form
Methods in de.xima.fc.plugin.models.retval.form with parameters of type ISerializableFunctionModifier and TypeMethodDescriptionDefaultPluginFormElementTemplateDescriptor.Builder.description(ISerializableFunction<Locale, String> description) Sets a localized description.DefaultPluginFormElementTemplateDescriptor.Builder.icon(ISerializableFunction<Locale, IPluginFormElementTemplateIcon> icon) Sets a localized icon.DefaultPluginFormElementTemplateDescriptor.Builder.name(ISerializableFunction<Locale, String> name) Sets a localized name.DefaultPluginFormElementTemplateDescriptor.Builder.tags(ISerializableFunction<Locale, Set<String>> tags) Sets localized tags. -
Uses of ISerializableFunction in de.xima.fc.prompt.mgmt.internal
Methods in de.xima.fc.prompt.mgmt.internal with parameters of type ISerializableFunctionModifier and TypeMethodDescriptionPromptApiExceptionFactory.newPromptAuthorizationException(String message, ISerializableFunction<Locale, String> localizedMessage) Creates a new instance ofFcPromptAuthorizationExceptionwith the given message and localized message function.static FcPromptManagementExceptionPromptApiExceptionFactory.newPromptManagementException(String message, ISerializableFunction<Locale, String> localizedMessage) Creates a new instance ofFcPromptManagementExceptionwith the given message and localized message function.static FcPromptManagementExceptionPromptApiExceptionFactory.newPromptManagementException(String message, Throwable cause, ISerializableFunction<Locale, String> localizedMessage) Creates a new instance ofFcPromptManagementExceptionwith the given message, cause, and localized message function.static FcPromptManagementExceptionPromptApiExceptionFactory.newPromptManagementException(Throwable cause, ISerializableFunction<Locale, String> localizedMessage) Creates a new instance ofFcPromptManagementExceptionwith the given cause and localized message function.static FcPromptTypeExceptionPromptApiExceptionFactory.newPromptTypeException(String message, ISerializableFunction<Locale, String> localizedMessage) Creates a new instance ofFcPromptTypeExceptionwith the given message and localized message function.static FcPromptTypeExceptionPromptApiExceptionFactory.newPromptTypeException(String message, Throwable cause, ISerializableFunction<Locale, String> localizedMessage) Creates a new instance ofFcPromptTypeExceptionwith the given message, cause, and localized message function.static FcPromptTypeExceptionPromptApiExceptionFactory.newPromptTypeException(Throwable cause, ISerializableFunction<Locale, String> localizedMessage) Creates a new instance ofFcPromptTypeExceptionwith the given cause and localized message function.PromptApiExceptionFactory.newPromptTypeExecutionException(PromptExecutionException executionException, ISerializableFunction<Locale, String> localizedMessage) Creates a new instance ofFcPromptTypeExecutionExceptionwith the given cause, and localized message function.PromptApiExceptionFactory.newPromptTypeExecutionException(String message, PromptExecutionException cause, ISerializableFunction<Locale, String> localizedMessage) Creates a new instance ofFcPromptTypeExecutionExceptionwith the given message, cause, and localized message function. -
Uses of ISerializableFunction in de.xima.fc.security.endpoint
Constructors in de.xima.fc.security.endpoint with parameters of type ISerializableFunctionModifierConstructorDescriptionFcView(String id, IUriResolver uriResolver, IAvailabiltyResolver availibilityResolver, IAuthorizer authorizer, ISerializableFunction<Locale, String> displayNameResolver) -
Uses of ISerializableFunction in de.xima.fc.utils
Methods in de.xima.fc.utils with parameters of type ISerializableFunctionModifier and TypeMethodDescriptionstatic <T,R> ISerializableSupplier <R> XFunctionalUtils.currySerializableFunction(ISerializableFunction<? super T, ? extends R> fn, T arg) Curries the argument of a uni-variate function with the given value.