Uses of Class
org.faktorips.runtime.MessageList

Packages that use MessageList
org.faktorips.runtime   
 

Uses of MessageList in org.faktorips.runtime
 

Methods in org.faktorips.runtime that return MessageList
static MessageList MessageList.createCopy(MessageList list, Object oldObject, Object newObject)
          Creates a copy from the message list and replaces all references to the old object with the new object.
 MessageList MessageList.getMessagesByCode(String code)
          Returns a new message list containing all the message in this list that have the specified message code.
 MessageList MessageList.getMessagesFor(Object object)
          Returns a new list with the messages in this list that belong to the given object (any property).
 MessageList MessageList.getMessagesFor(Object object, String property)
          Returns a new list with the messages in this list that belong to the given object and property.
 MessageList MessageList.getMessagesFor(Object object, String property, int index)
          Returns a new list with the messages in this list that belong to the given object and property and the property is of the given index.
 

Methods in org.faktorips.runtime with parameters of type MessageList
 void MessageList.add(MessageList msgList)
          Adds the messages in the given list to this list.
 void MessageList.add(MessageList msgList, ObjectProperty invalidObjectProperty, boolean override)
          Copies the messages from the given list to this list and sets the message's invalid object properties.
static MessageList MessageList.createCopy(MessageList list, Object oldObject, Object newObject)
          Creates a copy from the message list and replaces all references to the old object with the new object.
 



Copyright © 2015. All rights reserved.