Uses of Class
org.kuali.rice.krad.messages.Message
Packages that use Message
Package
Description
-
Uses of Message in org.kuali.rice.krad.datadictionary
Methods in org.kuali.rice.krad.datadictionary with parameters of type MessageModifier and TypeMethodDescriptionprotected voidMessageBeanProcessor.applyMessageToBean(Message message, org.springframework.beans.factory.config.BeanDefinition beanDefinition, Class<?> beanClass) Applies the text for a given message to the associated bean definition propertyprotected voidMessageBeanProcessor.applyMessageToNestedBean(Message message, org.springframework.beans.factory.config.BeanDefinition beanDefinition, String propertyPath) Applies the given message text to the property within the given bean definitionprotected voidMessageBeanProcessor.applyMessageToNestedListBean(Message message, List<?> listPropertyValue, String propertyPath) Applies a message to a nested list bean definition -
Uses of Message in org.kuali.rice.krad.messages
Methods in org.kuali.rice.krad.messages that return MessageModifier and TypeMethodDescriptionMessageProvider.getMessage(String namespace, String component, String key, String locale) Gets theMessageobject that has the given namespace, component, key, and localeMessageService.getMessage(String namespace, String component, String key) Gets theMessageobject that has the given namespace, component, key, and the default system localeMessageService.getMessage(String namespace, String component, String key, String locale) Gets theMessageobject that has the given namespace, component, key, and localeMessageServiceImpl.getMessage(String namespace, String component, String key) MessageServiceImpl.getMessage(String namespace, String component, String key, String locale) Methods in org.kuali.rice.krad.messages that return types with arguments of type MessageModifier and TypeMethodDescriptionMessageProvider.getAllMessagesForComponent(String namespace, String component, String locale) Gets all message objects for the given namespace, component, and localeMessageService.getAllMessagesForComponent(String namespace, String component) Gets all message objects for the given namespace and component using the default localeMessageService.getAllMessagesForComponent(String namespace, String component, String locale) Gets all message objects for the given namespace, component, and localeMessageServiceImpl.getAllMessagesForComponent(String namespace, String component) MessageServiceImpl.getAllMessagesForComponent(String namespace, String component, String locale) Method parameters in org.kuali.rice.krad.messages with type arguments of type MessageModifier and TypeMethodDescriptionprotected voidMessageServiceImpl.mergeMessages(Collection<Message> messages, Collection<Message> messagesToMerge) Merges the second collection into the first collection -
Uses of Message in org.kuali.rice.krad.messages.providers
Methods in org.kuali.rice.krad.messages.providers that return MessageModifier and TypeMethodDescriptionprotected MessageResourceMessageProvider.buildMessage(String namespace, String component, String key, String messageText, String locale) Helper method to build aMessageobject from the given parametersDatabaseMessageProvider.getMessage(String namespace, String component, String key, String locale) ResourceMessageProvider.getMessage(String namespace, String component, String key, String locale) Iterates through the resource bundles for the give namespace (or the application if namespace is not given) and finds the message that matches the given keyMethods in org.kuali.rice.krad.messages.providers that return types with arguments of type MessageModifier and TypeMethodDescriptionDatabaseMessageProvider.getAllMessagesForComponent(String namespace, String component, String locale) ResourceMessageProvider.getAllMessagesForComponent(String namespace, String component, String locale) Iterates through the resource bundles for the give namespace (or the application if namespace is not given) and finds all messages that match the given namespaceprotected Collection<Message> DatabaseMessageProvider.getMessageByCriteria(String namespace, String component, String key, String locale) Performs a query using theLookupServiceto retrieve messages that match the given namespace, component, name, and locale.