Uses of Enum Class
org.nuclos.api.locale.NuclosLocale
Packages that use NuclosLocale
Package
Description
-
Uses of NuclosLocale in org.nuclos.api
Methods in org.nuclos.api that return NuclosLocale -
Uses of NuclosLocale in org.nuclos.api.authentication
Methods in org.nuclos.api.authentication that return NuclosLocaleModifier and TypeMethodDescriptionAuthenticationResult.getDataLanguage()
AuthenticationResult.getLocale()
Methods in org.nuclos.api.authentication with parameters of type NuclosLocaleModifier and TypeMethodDescriptionAuthenticationResult.Builder.withDataLanguage
(NuclosLocale dataLanguage) Data language for the new session, if in use be the system.AuthenticationResult.Builder.withLocale
(NuclosLocale locale) Default isNuclosLocale.DE_DE
-
Uses of NuclosLocale in org.nuclos.api.locale
Methods in org.nuclos.api.locale that return NuclosLocaleModifier and TypeMethodDescriptionstatic NuclosLocale
Returns the enum constant of this class with the specified name.static NuclosLocale[]
NuclosLocale.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of NuclosLocale in org.nuclos.api.provider
Methods in org.nuclos.api.provider that return types with arguments of type NuclosLocaleModifier and TypeMethodDescriptionstatic List<NuclosLocale>
DataLocaleProvider.getDataLocales()
This method returns all activeNuclosLocale
.Methods in org.nuclos.api.provider with parameters of type NuclosLocaleModifier and TypeMethodDescriptionstatic NuclosFile
PrintoutProvider.run
(OutputFormat format, Long boId, Map<String, Object> params, NuclosLocale locale) Providing the parameters this method runs thePrintout
that belongs to the givenOutputFormat
and returns the generatedNuclosFile
containing all localized data in the given locale languagestatic NuclosFile
PrintoutProvider.run
(OutputFormat format, Long boId, NuclosLocale locale) This method runs thePrintout
that belongs to the givenOutputFormat
and returns the generatedNuclosFile
containing all localized data in the given locale languagestatic NuclosFile
ReportProvider.run
(OutputFormat format, Map<String, Object> params, NuclosLocale locale) Providing the parameters this method runs theReport
that belongs to the givenOutputFormat
and returns the generatedNuclosFile
containing all localized data in the given locale languagestatic NuclosFile
ReportProvider.run
(OutputFormat format, NuclosLocale locale) This method runs theReport
that belongs to the givenOutputFormat
and returns the generatedNuclosFile
containing all localized data in the given locale languagestatic NuclosFile
-
Uses of NuclosLocale in org.nuclos.api.service
Methods in org.nuclos.api.service that return types with arguments of type NuclosLocaleMethods in org.nuclos.api.service with parameters of type NuclosLocaleModifier and TypeMethodDescriptionPrintoutService.run
(OutputFormat format, Long iBusinessObjectId, Map<String, Object> params, NuclosLocale locale) PrintoutService.run
(OutputFormat format, Long iBusinessObjectId, NuclosLocale locale) ReportService.run
(OutputFormat format, Map<String, Object> params, NuclosLocale locale) ReportService.run
(OutputFormat format, NuclosLocale locale)