Uses of Enum Class
org.nuclos.api.locale.NuclosLocale
Package
Description
-
Uses of NuclosLocale in org.nuclos.api
-
Uses of NuclosLocale in org.nuclos.api.authentication
Modifier and TypeMethodDescriptionAuthenticationResult.getDataLanguage()
AuthenticationResult.getLocale()
Modifier 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
Modifier 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
Modifier and TypeMethodDescriptionstatic List<NuclosLocale>
DataLocaleProvider.getDataLocales()
This method returns all activeNuclosLocale
.Modifier 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
Modifier 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)