| Modifier and Type | Interface and Description |
|---|---|
interface |
AuthenticatorMessages |
| Modifier and Type | Interface and Description |
|---|---|
interface |
GWTStackTraceMessages |
| Modifier and Type | Interface and Description |
|---|---|
interface |
LocalizationMessages |
| Modifier and Type | Interface and Description |
|---|---|
interface |
PropertiesMessages |
| Modifier and Type | Interface and Description |
|---|---|
interface |
AdminUtilsMessages |
| Modifier and Type | Interface and Description |
|---|---|
interface |
GeneralInfoMessages |
| Modifier and Type | Interface and Description |
|---|---|
interface |
AmazonS3DatasinkMessages |
| Modifier and Type | Interface and Description |
|---|---|
interface |
RsBaseExtMessages |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ReportManagerExtMessages |
| Modifier and Type | Interface and Description |
|---|---|
interface |
DatasourcesMessages |
| Modifier and Type | Interface and Description |
|---|---|
interface |
BaseParameterMessages |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ReportEnginesMessages |
| Modifier and Type | Interface and Description |
|---|---|
interface |
BirtMessages |
| Modifier and Type | Interface and Description |
|---|---|
interface |
BirtEngineMessages |
| Modifier and Type | Interface and Description |
|---|---|
interface |
BoxDatasinkMessages |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ConditionMessages |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ConfigMessages |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ManMessages |
| Modifier and Type | Interface and Description |
|---|---|
interface |
DatasinkManagerMessages |
| Modifier and Type | Interface and Description |
|---|---|
interface |
DatasourceManagerMessages |
| Modifier and Type | Interface and Description |
|---|---|
interface |
InternalDbMessages |
| Modifier and Type | Interface and Description |
|---|---|
interface |
CoreMessages |
| Modifier and Type | Interface and Description |
|---|---|
interface |
MailMessages |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ReportManagerMessages |
| Modifier and Type | Interface and Description |
|---|---|
interface |
UrlViewMessages |
| Modifier and Type | Interface and Description |
|---|---|
interface |
CrystalEngineMessages |
| Modifier and Type | Interface and Description |
|---|---|
interface |
DashboardMessages |
| Modifier and Type | Interface and Description |
|---|---|
interface |
DropboxDatasinkMessages |
| Modifier and Type | Interface and Description |
|---|---|
interface |
DatasourceBundleMessages |
| Modifier and Type | Interface and Description |
|---|---|
interface |
EmailDatasinkMessages |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ExImportMessages |
| Modifier and Type | Interface and Description |
|---|---|
interface |
FileserverMessages |
| Modifier and Type | Interface and Description |
|---|---|
interface |
FtpMessages |
| Modifier and Type | Interface and Description |
|---|---|
interface |
GlobalConstantsMessages |
| Modifier and Type | Interface and Description |
|---|---|
interface |
GoogleDriveDatasinkMessages |
| Modifier and Type | Interface and Description |
|---|---|
interface |
GridEditorMessages |
| Modifier and Type | Interface and Description |
|---|---|
interface |
OutputFormatAuthMessages |
| Modifier and Type | Interface and Description |
|---|---|
interface |
VersioningMessages |
| Modifier and Type | Interface and Description |
|---|---|
interface |
XsltCommandMessages |
| Modifier and Type | Interface and Description |
|---|---|
interface |
JxlsReportMessages |
| Modifier and Type | Interface and Description |
|---|---|
interface |
LdapMessages |
| Modifier and Type | Interface and Description |
|---|---|
interface |
LicenseMessages |
| Modifier and Type | Interface and Description |
|---|---|
interface |
LocalFileSystemMessages |
| Modifier and Type | Interface and Description |
|---|---|
interface |
OneDriveDatasinkMessages |
| Modifier and Type | Interface and Description |
|---|---|
interface |
PasswordPolicyMessages |
| Modifier and Type | Interface and Description |
|---|---|
interface |
PkgMessages |
| Modifier and Type | Interface and Description |
|---|---|
interface |
PrinterDatasinkMessages |
| Modifier and Type | Interface and Description |
|---|---|
interface |
SftpMessages |
| Modifier and Type | Interface and Description |
|---|---|
interface |
RemoteServerManagerMessages |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ReportDocumentationMessages |
| Modifier and Type | Interface and Description |
|---|---|
interface |
SaikuMessages |
| Modifier and Type | Interface and Description |
|---|---|
interface |
SaikuEngineMessages |
| Modifier and Type | Interface and Description |
|---|---|
interface |
SambaMessages |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ScheduleAsFileMessages |
| Modifier and Type | Interface and Description |
|---|---|
interface |
SchedulerMessages |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ScpMessages |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ScriptDatasinkMessages |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ScriptDatasourceMessages |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ScriptingMessages |
| Modifier and Type | Method and Description |
|---|---|
<T extends Messages> |
ScriptingLocalizationHelper.get(java.lang.String msgClass) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ScriptReportMessages |
| Modifier and Type | Interface and Description |
|---|---|
interface |
SearchMessages |
| Modifier and Type | Interface and Description |
|---|---|
interface |
TableDatasinkMessages |
| Modifier and Type | Interface and Description |
|---|---|
interface |
TableTemplateMessages |
| Modifier and Type | Interface and Description |
|---|---|
interface |
TeamSpaceMessages |
| Modifier and Type | Interface and Description |
|---|---|
interface |
TerminalMessages |
| Modifier and Type | Interface and Description |
|---|---|
interface |
VfsMessages |
| Modifier and Type | Interface and Description |
|---|---|
interface |
TransportManagerMessages |
| Modifier and Type | Interface and Description |
|---|---|
interface |
TsDiskMessages |
| Modifier and Type | Interface and Description |
|---|---|
interface |
UserVarMessages |
| Modifier and Type | Interface and Description |
|---|---|
interface |
UserVariableMessages |
| Modifier and Type | Interface and Description |
|---|---|
interface |
EntityMergeMessages |
| Modifier and Type | Method and Description |
|---|---|
static <T extends Messages> |
LocalizationServiceImpl.createMessages(java.lang.Class<T> msgInterface,
java.util.Map<java.lang.String,? extends java.util.Map> xmappings)
Dynamically create an implementation of the supplied interface which
retrieves the return values of all methods retuning type of String from a map
|
static <T extends Messages> |
LocalizationServiceImpl.getMessage(java.lang.Class<T> msgInterface,
java.lang.String msg) |
static <T extends Messages> |
LocalizationServiceImpl.getMessages(java.lang.Class<T> msgInterface)
Retrieves (and creates) an implementation of the supplied Message interface,
where all methods are implemented to return the values specified in the
current locales property file
|
static <T extends Messages> |
LocalizationServiceImpl.getMessagesProvider(java.lang.Class<T> msgInterface) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
SchedulerServerMessages |
| Modifier and Type | Interface and Description |
|---|---|
interface |
DwSecurityMessages |
| Modifier and Type | Interface and Description |
|---|---|
interface |
SecurityMessages |
| Modifier and Type | Interface and Description |
|---|---|
interface |
UserManagerMessages |
| Modifier and Type | Interface and Description |
|---|---|
interface |
TreeDbMessages |