Uses of Class
org.tentackle.common.ParameterString
Packages that use ParameterString
Package
Description
Common classes for build- and runtime.
Low-level persistence layer implementation.
-
Uses of ParameterString in org.tentackle.common
Methods in org.tentackle.common that return ParameterStringModifier and TypeMethodDescriptionI18NText.toParameterString()Creates a parameter string of the current translations.Constructors in org.tentackle.common with parameters of type ParameterStringModifierConstructorDescriptionI18NText(ParameterString parameterString) Creates anI18NTextfrom a parameter string. -
Uses of ParameterString in org.tentackle.dbms
Fields in org.tentackle.dbms declared as ParameterStringModifier and TypeFieldDescriptionprotected ParameterStringModificationLog.messageParametersMessage parameters (lazy)Methods in org.tentackle.dbms that return ParameterStringModifier and TypeMethodDescriptionModificationLog.getMessageParameters()Gets the message parameters.Methods in org.tentackle.dbms with parameters of type ParameterStringModifier and TypeMethodDescriptionvoidModificationLog.setMessageParameters(ParameterString messageParameters) Sets the message parameters.