Uses of Interface
com.googlecode.jpattern.core.command.IErrorMessage

Packages that use IErrorMessage
com.googlecode.jpattern.core.command   
com.googlecode.jpattern.core.commandfacade   
com.googlecode.jpattern.core.validator   
com.googlecode.jpattern.core.xml   
 

Uses of IErrorMessage in com.googlecode.jpattern.core.command
 

Classes in com.googlecode.jpattern.core.command that implement IErrorMessage
 class ErrorMessage
           
 

Methods in com.googlecode.jpattern.core.command that return types with arguments of type IErrorMessage
 List<IErrorMessage> CommandResult.getErrorMessages()
           
 List<IErrorMessage> IResult.getErrorMessages()
           
 

Methods in com.googlecode.jpattern.core.command with parameters of type IErrorMessage
 void CommandResult.addErrorMessage(IErrorMessage errorMessage)
           
abstract  void ICommandResult.addErrorMessage(IErrorMessage errorMessage)
           
 

Uses of IErrorMessage in com.googlecode.jpattern.core.commandfacade
 

Methods in com.googlecode.jpattern.core.commandfacade that return types with arguments of type IErrorMessage
 List<IErrorMessage> NullCommandFacadeResult.getErrorMessages()
           
 List<IErrorMessage> CommandFacadeResult.getErrorMessages()
           
 

Uses of IErrorMessage in com.googlecode.jpattern.core.validator
 

Methods in com.googlecode.jpattern.core.validator with parameters of type IErrorMessage
protected  void AValidator.add(IErrorMessage aMessageInvalidate)
           
 

Constructor parameters in com.googlecode.jpattern.core.validator with type arguments of type IErrorMessage
AValidator(List<IErrorMessage> aValidateMessages)
           
CollectionValidator(Collection<String> aCollection, String aString, List<IErrorMessage> validateMessages)
           
 

Uses of IErrorMessage in com.googlecode.jpattern.core.xml
 

Constructor parameters in com.googlecode.jpattern.core.xml with type arguments of type IErrorMessage
XmlValidator(String xmlFilePath, String xsdSchemaFilePath, List<IErrorMessage> aValidateMessages)
           
 



Copyright © 2011. All Rights Reserved.