Serialized Form


Package org.faktorips.runtime

Class org.faktorips.runtime.AssociationChangedEvent extends PropertyChangeEvent implements Serializable

serialVersionUID: 7545458044844395021L

Serialized Fields

addedAssociationTarget

Object addedAssociationTarget

removedAssociationTarget

Object removedAssociationTarget

Class org.faktorips.runtime.CardinalityRange extends org.faktorips.valueset.IntegerRange implements Serializable

serialVersionUID: -6655684714703290189L

Serialized Fields

defaultCardinality

Integer defaultCardinality

Class org.faktorips.runtime.FormulaExecutionException extends RuntimeException implements Serializable

serialVersionUID: -8311998096392381687L

Class org.faktorips.runtime.IllegalRepositoryModificationException extends RuntimeException implements Serializable

serialVersionUID: 1L

Class org.faktorips.runtime.IpsPropertyChangeSupport extends PropertyChangeSupport implements Serializable

serialVersionUID: -236185652576376253L

Serialized Fields

sourceBean

Object sourceBean

childChangeListeners

List<E> childChangeListeners

Class org.faktorips.runtime.Message extends Object implements Serializable

serialVersionUID: 6538319330010542283L

Serialized Fields

severity

Severity severity
One of the constants ERROR, WARNING or INFO.


text

String text
The human readable text.


code

String code
Code to identify the type of message.


invalidOp

List<E> invalidOp
The object and their properties that are addressed in the message as having an error or that a warning or information relates to.


replacementParameters

List<E> replacementParameters

markers

Set<E> markers
A set of IMarker containing additional information.

Class org.faktorips.runtime.MessageList extends Object implements Serializable

serialVersionUID: 5518835977871253111L

Serialized Fields

messages

List<E> messages

Class org.faktorips.runtime.MsgReplacementParameter extends Object implements Serializable

serialVersionUID: -4588558762246019241L

Serialized Fields

name

String name

value

Object value

Class org.faktorips.runtime.ObjectProperty extends Object implements Serializable

serialVersionUID: -3407760096164658253L

Serialized Fields

object

Object object

property

String property

index

int index

hashCode

int hashCode

qualifier

IPropertyQualifier qualifier

Class org.faktorips.runtime.ProductCmptGenerationNotFoundException extends RuntimeException implements Serializable

serialVersionUID: -5796918674803530938L

Serialized Fields

repositoryName

String repositoryName

productCmptId

String productCmptId

effectiveDate

Calendar effectiveDate

productCmptWasFound

boolean productCmptWasFound

Class org.faktorips.runtime.ProductCmptNotFoundException extends RuntimeException implements Serializable

serialVersionUID: -9147053421136751930L

Serialized Fields

repositoryName

String repositoryName

productCmptId

String productCmptId

Package org.faktorips.runtime.internal

Class org.faktorips.runtime.internal.DateTime extends Object implements Serializable

serialVersionUID: 908669872768116989L

Serialized Fields

year

int year

month

int month

day

int day

hour

int hour

minute

int minute

second

int second

hashCode

int hashCode

Class org.faktorips.runtime.internal.ProductConfiguration extends Object implements Serializable

serialVersionUID: 2579369976921239373L

Serialization Methods

readObject

private void readObject(ObjectInputStream s)
                 throws IOException,
                        ClassNotFoundException
Reads a serialized instance of ProductConfiguration.

Serial Data:
First the runtime ID of the product component followed by the effective date of the current generation. At least the IRuntimeRepositoryLookup that is retrieved by the IRuntimeRepository of the product component.
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream s)
                  throws IOException
Serialize this ProductConfiguration instance.

Serial Data:
First the runtime ID of the product component followed by the effective date of the current generation. At least the IRuntimeRepositoryLookup that is retrieved by the IRuntimeRepository of the product component.
Throws:
IllegalStateException - if there is no IRuntimeRepositoryLookup configured in the product component's runtime repository.
IOException

Class org.faktorips.runtime.internal.PropertiesReadingInternationalString extends Object implements Serializable

serialVersionUID: 5041960764276425054L

Serialized Fields

messageHelper

MessagesHelper messageHelper

key

String key

Package org.faktorips.runtime.productdataprovider

Class org.faktorips.runtime.productdataprovider.DataModifiedException extends Exception implements Serializable

serialVersionUID: 1L

Serialized Fields

oldVersion

String oldVersion

newVersion

String newVersion

Class org.faktorips.runtime.productdataprovider.DataModifiedRuntimeException extends RuntimeException implements Serializable

serialVersionUID: 1L

Serialized Fields

dataModifiedException

DataModifiedException dataModifiedException



Copyright © 2015. All rights reserved.