Uses of Interface
org.faktorips.runtime.IValidationContext

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

Uses of IValidationContext in org.faktorips.runtime
 

Classes in org.faktorips.runtime that implement IValidationContext
 class ValidationContext
          Default implementation of IValidationContext.
 

Methods in org.faktorips.runtime with parameters of type IValidationContext
 MessageList IModelObject.validate(IValidationContext context)
          Validates the model object and returns a list of messages.
 

Uses of IValidationContext in org.faktorips.runtime.internal
 

Methods in org.faktorips.runtime.internal with parameters of type IValidationContext
 MessageList AbstractModelObject.validate(IValidationContext context)
           
 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.