Package | Description |
---|---|
org.openmrs.messagesource | |
org.openmrs.messagesource.impl |
Modifier and Type | Method and Description |
---|---|
PresentationMessage |
PresentationMessageMap.get(Object key) |
PresentationMessage |
MutableMessageSource.getPresentation(String key,
Locale forLocale)
Gets the PresentationMessage for a particular locale.
|
PresentationMessage |
PresentationMessageMap.put(String key,
PresentationMessage value) |
PresentationMessage |
PresentationMessageMap.remove(Object key) |
Modifier and Type | Method and Description |
---|---|
Set<Map.Entry<String,PresentationMessage>> |
PresentationMessageMap.entrySet() |
Collection<PresentationMessage> |
MutableMessageSource.getPresentations()
Gets all of the available messages, packaged as PresentationMessages.
|
Collection<PresentationMessage> |
MutableMessageSource.getPresentationsInLocale(Locale locale)
Gets alll the available messages in a particular locale, packaged as PresentationMessages.
|
Collection<PresentationMessage> |
PresentationMessageMap.values() |
Modifier and Type | Method and Description |
---|---|
void |
MutableMessageSource.addPresentation(PresentationMessage message)
Adds a presentation message to the source.
|
PresentationMessage |
PresentationMessageMap.put(String key,
PresentationMessage value) |
void |
MutableMessageSource.removePresentation(PresentationMessage message)
Removes a presentation message from the source.
|
Modifier and Type | Method and Description |
---|---|
void |
PresentationMessageMap.putAll(Map<? extends String,? extends PresentationMessage> t)
Adds all entries from an input Map which have PresentationMessages from the same locale.
|
Modifier and Type | Method and Description |
---|---|
PresentationMessage |
MutableResourceBundleMessageSource.getPresentation(String key,
Locale forLocale) |
PresentationMessage |
MessageSourceServiceImpl.getPresentation(String key,
Locale forLocale) |
PresentationMessage |
DefaultMessageSourceServiceImpl.getPresentation(String key,
Locale forLocale) |
PresentationMessage |
CachedMessageSource.getPresentation(String key,
Locale forLocale) |
Modifier and Type | Method and Description |
---|---|
Collection<PresentationMessage> |
MutableResourceBundleMessageSource.getPresentations()
Returns all available messages.
|
Collection<PresentationMessage> |
MessageSourceServiceImpl.getPresentations()
Returns all available messages.
|
Collection<PresentationMessage> |
DefaultMessageSourceServiceImpl.getPresentations() |
Collection<PresentationMessage> |
CachedMessageSource.getPresentations() |
Collection<PresentationMessage> |
MutableResourceBundleMessageSource.getPresentationsInLocale(Locale locale) |
Collection<PresentationMessage> |
MessageSourceServiceImpl.getPresentationsInLocale(Locale locale) |
Collection<PresentationMessage> |
DefaultMessageSourceServiceImpl.getPresentationsInLocale(Locale locale) |
Collection<PresentationMessage> |
CachedMessageSource.getPresentationsInLocale(Locale locale) |
Modifier and Type | Method and Description |
---|---|
void |
MutableResourceBundleMessageSource.addPresentation(PresentationMessage message) |
void |
MessageSourceServiceImpl.addPresentation(PresentationMessage message) |
void |
DefaultMessageSourceServiceImpl.addPresentation(PresentationMessage message) |
void |
CachedMessageSource.addPresentation(PresentationMessage message) |
void |
MutableResourceBundleMessageSource.removePresentation(PresentationMessage message) |
void |
MessageSourceServiceImpl.removePresentation(PresentationMessage message) |
void |
DefaultMessageSourceServiceImpl.removePresentation(PresentationMessage message) |
void |
CachedMessageSource.removePresentation(PresentationMessage message) |
Copyright © 2024 OpenMRS Inc.. All rights reserved.