Uses of Class
org.faktorips.runtime.MessageList

Packages that use MessageList
org.faktorips.runtime   
org.faktorips.runtime.internal   
 

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.
 MessageList IModelObject.validate(IValidationContext context)
          Validates the model object and returns a list of messages.
 

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.
 

Uses of MessageList in org.faktorips.runtime.internal
 

Methods in org.faktorips.runtime.internal that return MessageList
 MessageList AbstractModelObject.validate(IValidationContext context)
           
 

Methods in org.faktorips.runtime.internal with parameters of type MessageList
 void AbstractModelObject.validate(MessageList list, IValidationContext context)
          Validates the policy component and adds any messages generated to the given list.
protected  void AbstractModelObject.validateDependants(MessageList list, IValidationContext context)
          Validates the policy component's dependant components and adds any message generated to the given list.
protected  boolean AbstractModelObject.validateSelf(MessageList list, IValidationContext context)
          Validates this policy component's state without validating the dependant components.
 



Copyright © 2015. All rights reserved.