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 anI18NText
from a parameter string. -
Uses of ParameterString in org.tentackle.dbms
Fields in org.tentackle.dbms declared as ParameterStringModifier and TypeFieldDescriptionprotected ParameterString
ModificationLog.messageParameters
Message 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 TypeMethodDescriptionvoid
ModificationLog.setMessageParameters
(ParameterString messageParameters) Sets the message parameters.