A C E G H I M N O R S T V W

A

add(Message) - Method in class org.faktorips.runtime.MessageList
Adds the message to the list.
add(MessageList) - Method in class org.faktorips.runtime.MessageList
Adds the messages in the given list to this list.
add(MessageList, ObjectProperty, boolean) - Method in class org.faktorips.runtime.MessageList
Copies the messages from the given list to this list and sets the message's invalid object properties.

C

clear() - Method in class org.faktorips.runtime.MessageList
Removes all of the messages from this list.
code(String) - Method in class org.faktorips.runtime.Message.Builder
Set the message's code that identifies the kind of the message.
containsErrorMsg() - Method in class org.faktorips.runtime.MessageList
Returns true if one the messages in the list is an error message, otherwise false.
create() - Method in class org.faktorips.runtime.Message.Builder
Creates a new Message with all previously given properties.
createCopy(Message, Object, Object) - Static method in class org.faktorips.runtime.Message
Creates a copy from the message and replaces all references to the old object with the new object.
createCopy(MessageList, Object, Object) - Static method in class org.faktorips.runtime.MessageList
Creates a copy from the message list and replaces all references to the old object with the new object.

E

equals(Object) - Method in class org.faktorips.runtime.Message
Returns true if o is a Message and severity, code and text are equal.
equals(Object) - Method in class org.faktorips.runtime.MessageList
 
equals(Object) - Method in class org.faktorips.runtime.MsgReplacementParameter
 
equals(Object) - Method in class org.faktorips.runtime.ObjectProperty
 
ERROR - Static variable in class org.faktorips.runtime.Message
Severity error.
error(String) - Static method in class org.faktorips.runtime.Message
Creates a new Message.Builder with Message.ERROR and the given message.

G

getCode() - Method in class org.faktorips.runtime.Message
Returns the message code.
getFirstMessage(Severity) - Method in class org.faktorips.runtime.MessageList
Returns the first message with the given severity or null if none is found.
getIndex() - Method in class org.faktorips.runtime.ObjectProperty
In case of ObjectProperty.getObject() is an array or list this index defines which object of the index is referenced.
getInvalidObjectProperties() - Method in class org.faktorips.runtime.Message
Returns the list of object properties the message refers to.
getMarkers() - Method in class org.faktorips.runtime.Message
Returns a set of IMarkers associated with this class.
getMessage(int) - Method in class org.faktorips.runtime.MessageList
Returns the message at the indicated index (indexing starts with 0).
getMessage(String, Locale) - Method in class org.faktorips.runtime.util.MessagesHelper
Getting the message for the given key in the specified locale.
getMessage(String, Locale, Object...) - Method in class org.faktorips.runtime.util.MessagesHelper
Getting the message for the given key in the specified language.
getMessageByCode(String) - Method in class org.faktorips.runtime.MessageList
Returns the first message in the list that has the specified message code.
getMessagesByCode(String) - Method in class org.faktorips.runtime.MessageList
Returns a new message list containing all the message in this list that have the specified message code.
getMessagesFor(Object) - Method in class org.faktorips.runtime.MessageList
Returns a new list with the messages in this list that belong to the given object (any property).
getMessagesFor(Object, String, int) - Method in class org.faktorips.runtime.MessageList
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.
getMessagesFor(Object, String) - Method in class org.faktorips.runtime.MessageList
Returns a new list with the messages in this list that belong to the given object and property.
getName() - Method in class org.faktorips.runtime.MsgReplacementParameter
Returns the parameter's name.
getNoOfMessages() - Method in class org.faktorips.runtime.MessageList
Deprecated. use #size() instead
getNumOfInvalidObjectProperties() - Method in class org.faktorips.runtime.Message
Returns the number of referenced invalid object properties.
getNumOfReplacementParameters() - Method in class org.faktorips.runtime.Message
Returns the number of replacement parameters..
getObject() - Method in class org.faktorips.runtime.ObjectProperty
The object that is identified by this ObjectProperty.
getProperty() - Method in class org.faktorips.runtime.ObjectProperty
The name of the property that is identified by this ObjectProperty.
getQualifier() - Method in class org.faktorips.runtime.ObjectProperty
Returns the IPropertyQualifier defined at the instantiation of this ObjectProperty.
getReplacementParameters() - Method in class org.faktorips.runtime.Message
Returns the list of replacement parameters.
getReplacementValue(String) - Method in class org.faktorips.runtime.Message
Returns the value for the given replacement parameter.
getSeverity() - Method in class org.faktorips.runtime.Message
Returns the message's severity as one of the constants ERROR, WARNING, INFO or NONE.
getSeverity() - Method in class org.faktorips.runtime.MessageList
Returns the message list's severity.
getText() - Method in class org.faktorips.runtime.Message
Returns the humand readable message text.
getText() - Method in class org.faktorips.runtime.MessageList
Returns the text of all messages in the list, separated by the system's default line separator.
getValue() - Method in class org.faktorips.runtime.MsgReplacementParameter
Returns the parameter's value.

H

hashCode() - Method in class org.faktorips.runtime.Message
 
hashCode() - Method in class org.faktorips.runtime.MessageList
 
hashCode() - Method in class org.faktorips.runtime.MsgReplacementParameter
 
hashCode() - Method in class org.faktorips.runtime.ObjectProperty
 
hasIndex() - Method in class org.faktorips.runtime.ObjectProperty
Returns whether this ObjectProperty has an index that identifies an object in an array or list.
hasMarker(IMarker) - Method in class org.faktorips.runtime.Message
Returns true if the message contains the specified IMarker marker otherwise false.
hasMarkers() - Method in class org.faktorips.runtime.Message
Returns true if the message has markers otherwise false.
hasReplacementParameter(String) - Method in class org.faktorips.runtime.Message
Returns true if the message has a replacement parameter with the given name, otherwise false.

I

IMarker - Interface in org.faktorips.runtime
The implementation of this interface is used to provide additional information for an Message.
INFO - Static variable in class org.faktorips.runtime.Message
Severity info.
info(String) - Static method in class org.faktorips.runtime.Message
Creates a new Message.Builder with Message.INFO and the given message.
invalidObject(ObjectProperty) - Method in class org.faktorips.runtime.Message.Builder
Set an object property that message refers to.
invalidObjects(List<ObjectProperty>) - Method in class org.faktorips.runtime.Message.Builder
Add a list of object properties that message refers to.
invalidObjects(ObjectProperty...) - Method in class org.faktorips.runtime.Message.Builder
Set object properties that message refers to.
invalidObjectWithProperties(Object, String...) - Method in class org.faktorips.runtime.Message.Builder
Add some object properties the message refers to by creating instances of ObjectProperty for every given property and the given object.
IPropertyQualifier - Interface in org.faktorips.runtime
The implementation of this interface is used to provide additional information for an ObjectProperty.
isEmpty() - Method in class org.faktorips.runtime.MessageList
Returns true if the list is empty.
iterator() - Method in class org.faktorips.runtime.MessageList
Returns an iterator over the messages in this list.

M

markers(Collection<? extends IMarker>) - Method in class org.faktorips.runtime.Message.Builder
Set a collection of markers that should be provided to the new message.
markers(IMarker...) - Method in class org.faktorips.runtime.Message.Builder
Set some markers that should be provided to the new message.
Message - Class in org.faktorips.runtime
A human readable text message with an optional code that identifies the type of the message and a severity that indicates if this is an error, warning or information.
Message(Message.Builder) - Constructor for class org.faktorips.runtime.Message
Creates a new message by using the fields of a Message.Builder.
Message(Message) - Constructor for class org.faktorips.runtime.Message
Creates a new message by copying everything of the given Message.
Message(String, Severity) - Constructor for class org.faktorips.runtime.Message
Creates a new message by defining the following parameters.
Message(String, String, Severity) - Constructor for class org.faktorips.runtime.Message
Creates a new message by defining the following parameters.
Message(String, String, Severity, Object) - Constructor for class org.faktorips.runtime.Message
Creates a new message by defining the following parameters.
Message(String, String, Severity, ObjectProperty) - Constructor for class org.faktorips.runtime.Message
Creates a new message by defining the following parameters.
Message(String, String, Severity, Object, String...) - Constructor for class org.faktorips.runtime.Message
Creates a new message by defining the following parameters.
Message(String, String, Severity, ObjectProperty[]) - Constructor for class org.faktorips.runtime.Message
Creates a new message by defining the following parameters.
Message(String, String, Severity, List<ObjectProperty>) - Constructor for class org.faktorips.runtime.Message
Creates a new message by defining the following parameters.
Message(String, String, Severity, List<ObjectProperty>, List<MsgReplacementParameter>) - Constructor for class org.faktorips.runtime.Message
Creates a new message by defining the following parameters.
Message(String, String, Severity, ObjectProperty, MsgReplacementParameter...) - Constructor for class org.faktorips.runtime.Message
Creates a new message by defining the following parameters.
Message(String, String, Severity, ObjectProperty, List<MsgReplacementParameter>) - Constructor for class org.faktorips.runtime.Message
Creates a new message by defining the following parameters.
Message(String, String, Severity, ObjectProperty[], MsgReplacementParameter[]) - Constructor for class org.faktorips.runtime.Message
Creates a new message by defining the following parameters.
Message(String, String, Severity, List<ObjectProperty>, List<MsgReplacementParameter>, Set<? extends IMarker>) - Constructor for class org.faktorips.runtime.Message
Creates a new message by defining the following parameters.
Message.Builder - Class in org.faktorips.runtime
A builder for the Message class.
Message.Builder(String, Severity) - Constructor for class org.faktorips.runtime.Message.Builder
Creates a new builder that is able to create a proper Message with all needed information.
MessageList - Class in org.faktorips.runtime
A list of Messages.
MessageList() - Constructor for class org.faktorips.runtime.MessageList
Creates an empty message list.
MessageList(Message) - Constructor for class org.faktorips.runtime.MessageList
Creates a message list that contains the given message.
MessagesHelper - Class in org.faktorips.runtime.util
A MessagesHelper is a set of strings available in different locales.
MessagesHelper(String, ClassLoader, Locale) - Constructor for class org.faktorips.runtime.util.MessagesHelper
Creates a new StringsSet with the indicated qualified name.
MsgReplacementParameter - Class in org.faktorips.runtime
When creating a message the text might be created by replacing parameters (or placeholders) with concrete values, e.g.
MsgReplacementParameter(String, Object) - Constructor for class org.faktorips.runtime.MsgReplacementParameter
Creates a new parameter value with name and value.

N

newError(String, String) - Static method in class org.faktorips.runtime.Message
Constructs a new error message.
newInfo(String, String) - Static method in class org.faktorips.runtime.Message
Constructs a new information message.
newWarning(String, String) - Static method in class org.faktorips.runtime.Message
Constructs a new warning message.
NONE - Static variable in class org.faktorips.runtime.Message
Severity none.

O

ObjectProperty - Class in org.faktorips.runtime
An instance of this class identifies a property in an object, e.g.
ObjectProperty(Object, String, int, IPropertyQualifier) - Constructor for class org.faktorips.runtime.ObjectProperty
Creates a new ObjectProperty.
ObjectProperty(Object, String, IPropertyQualifier) - Constructor for class org.faktorips.runtime.ObjectProperty
Creates a new ObjectProperty.
ObjectProperty(Object, String, int) - Constructor for class org.faktorips.runtime.ObjectProperty
Creates a new ObjectProperty.
ObjectProperty(Object, String) - Constructor for class org.faktorips.runtime.ObjectProperty
Creates an ObjectProperty that characterizes the object and the name of the property.
ObjectProperty(Object) - Constructor for class org.faktorips.runtime.ObjectProperty
Creates an ObjectProperty that characterizes only the object but not a specific property of it.
org.faktorips.runtime - package org.faktorips.runtime
 
org.faktorips.runtime.util - package org.faktorips.runtime.util
 

R

replacements(List<MsgReplacementParameter>) - Method in class org.faktorips.runtime.Message.Builder
A list of replacement parameters the message should reference.
replacements(MsgReplacementParameter...) - Method in class org.faktorips.runtime.Message.Builder
Some replacement parameters the message should reference.
replacements(String, Object) - Method in class org.faktorips.runtime.Message.Builder
Creates a new MsgReplacementParameter the message should reference

S

Severity - Enum in org.faktorips.runtime
Enum indicating the kind of severity a message can have
size() - Method in class org.faktorips.runtime.MessageList
Returns the number of messages in the list.

T

toString() - Method in class org.faktorips.runtime.Message
 
toString() - Method in class org.faktorips.runtime.MessageList
Returns all messages in the list separated by a line separator.
toString() - Method in class org.faktorips.runtime.MsgReplacementParameter
 
toString() - Method in class org.faktorips.runtime.ObjectProperty
 

V

valueOf(String) - Static method in enum org.faktorips.runtime.Severity
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.faktorips.runtime.Severity
Returns an array containing the constants of this enum type, in the order they are declared.

W

WARNING - Static variable in class org.faktorips.runtime.Message
Severity warning.
warning(String) - Static method in class org.faktorips.runtime.Message
Creates a new Message.Builder with Message.WARNING and the given message.

A C E G H I M N O R S T V W

Copyright © 2015. All rights reserved.