Serialized Form
-
Package org.faktorips.runtime
-
Class org.faktorips.runtime.AssociationChangedEvent extends java.beans.PropertyChangeEvent implements Serializable
- serialVersionUID:
- 7545458044844395021L
-
Class org.faktorips.runtime.CardinalityRange extends org.faktorips.valueset.IntegerRange implements Serializable
- serialVersionUID:
- -6655684714703290189L
-
Serialized Fields
-
defaultCardinality
java.lang.Integer defaultCardinality
-
-
Class org.faktorips.runtime.FormulaExecutionException extends java.lang.RuntimeException implements Serializable
- serialVersionUID:
- -8311998096392381687L
-
Class org.faktorips.runtime.IllegalRepositoryModificationException extends java.lang.RuntimeException implements Serializable
- serialVersionUID:
- 1L
-
Class org.faktorips.runtime.IpsPropertyChangeSupport extends java.beans.PropertyChangeSupport implements Serializable
- serialVersionUID:
- -236185652576376253L
-
Serialized Fields
-
childChangeListeners
java.util.List<java.beans.PropertyChangeListener> childChangeListeners
-
sourceBean
java.lang.Object sourceBean
-
-
Class org.faktorips.runtime.Message extends java.lang.Object implements Serializable
- serialVersionUID:
- 6538319330010542283L
-
Serialized Fields
-
code
java.lang.String code
Code to identify the type of message. -
invalidOp
java.util.List<ObjectProperty> invalidOp
The object and their properties that are addressed in the message as having an error or that a warning or information relates to. -
markers
java.util.Set<? extends IMarker> markers
A set ofIMarkercontaining additional information. -
replacementParameters
java.util.List<MsgReplacementParameter> replacementParameters
-
severity
Severity severity
One of the constants ERROR, WARNING or INFO. -
text
java.lang.String text
The human readable text.
-
-
Class org.faktorips.runtime.MessageList extends java.lang.Object implements Serializable
- serialVersionUID:
- 5518835977871253111L
-
Serialized Fields
-
messages
java.util.List<Message> messages
-
-
Class org.faktorips.runtime.MsgReplacementParameter extends java.lang.Object implements Serializable
- serialVersionUID:
- -4588558762246019241L
-
Serialized Fields
-
name
java.lang.String name
-
value
java.lang.Object value
-
-
Class org.faktorips.runtime.ObjectProperty extends java.lang.Object implements Serializable
- serialVersionUID:
- -3407760096164658253L
-
Serialized Fields
-
hashCode
int hashCode
-
index
int index
-
object
java.lang.Object object
-
property
java.lang.String property
-
qualifier
IPropertyQualifier qualifier
-
-
Class org.faktorips.runtime.ProductCmptGenerationNotFoundException extends java.lang.RuntimeException implements Serializable
- serialVersionUID:
- -5796918674803530938L
-
Serialized Fields
-
effectiveDate
java.util.Calendar effectiveDate
-
productCmptId
java.lang.String productCmptId
-
productCmptWasFound
boolean productCmptWasFound
-
repositoryName
java.lang.String repositoryName
-
-
Class org.faktorips.runtime.ProductCmptNotFoundException extends java.lang.RuntimeException implements Serializable
- serialVersionUID:
- -9147053421136751930L
-
Serialized Fields
-
productCmptId
java.lang.String productCmptId
-
repositoryName
java.lang.String repositoryName
-
-
-
Package org.faktorips.runtime.internal
-
Class org.faktorips.runtime.internal.DateTime extends java.lang.Object implements Serializable
- serialVersionUID:
- 908669872768116989L
-
Serialized Fields
-
day
int day
-
hashCode
int hashCode
-
hour
int hour
-
minute
int minute
-
month
int month
-
second
int second
-
year
int year
-
-
Class org.faktorips.runtime.internal.ProductConfiguration extends java.lang.Object implements Serializable
- serialVersionUID:
- 2579369976921239373L
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream s) throws java.io.IOException, java.lang.ClassNotFoundExceptionReads a serialized instance ofProductConfiguration.- Serial Data:
- First the runtime ID of the product component followed by the effective date of
the current generation. At least the
IRuntimeRepositoryLookupthat is retrieved by theIRuntimeRepositoryof the product component. - Throws:
java.io.IOExceptionjava.lang.ClassNotFoundException
-
writeObject
private void writeObject(java.io.ObjectOutputStream s) throws java.io.IOExceptionSerialize thisProductConfigurationinstance.- Serial Data:
- First the runtime ID of the product component followed by the effective date of
the current generation. At least the
IRuntimeRepositoryLookupthat is retrieved by theIRuntimeRepositoryof the product component. - Throws:
java.lang.IllegalStateException- if there is noIRuntimeRepositoryLookupconfigured in the product component's runtime repository.java.io.IOException
-
-
Class org.faktorips.runtime.internal.PropertiesReadingInternationalString extends java.lang.Object implements Serializable
- serialVersionUID:
- 5041960764276425054L
-
Serialized Fields
-
key
java.lang.String key
-
messageHelper
MessagesHelper messageHelper
-
-
-
Package org.faktorips.runtime.productdataprovider
-
Class org.faktorips.runtime.productdataprovider.DataModifiedException extends java.lang.Exception implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
newVersion
java.lang.String newVersion
-
oldVersion
java.lang.String oldVersion
-
-
Class org.faktorips.runtime.productdataprovider.DataModifiedRuntimeException extends java.lang.RuntimeException implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
dataModifiedException
DataModifiedException dataModifiedException
-
-