com.googlecode.jpattern.gwt.shared
Class WebResult

java.lang.Object
  extended by com.googlecode.jpattern.gwt.shared.WebResult
All Implemented Interfaces:
IWebResult, com.googlecode.jpattern.shared.result.facade.ICommandFacadeResult<Object>, com.googlecode.jpattern.shared.result.IResult, Serializable

public class WebResult
extends Object
implements IWebResult

Author:
Francesco Cina' 09/mag/2011
See Also:
Serialized Form

Constructor Summary
WebResult(com.googlecode.jpattern.shared.result.IResult result, Object returnedObject)
           
 
Method Summary
 List<com.googlecode.jpattern.shared.result.IErrorMessage> getErrorMessages()
           
 Object getReturnedObject()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WebResult

public WebResult(com.googlecode.jpattern.shared.result.IResult result,
                 Object returnedObject)
Method Detail

getErrorMessages

public List<com.googlecode.jpattern.shared.result.IErrorMessage> getErrorMessages()
Specified by:
getErrorMessages in interface com.googlecode.jpattern.shared.result.IResult

getReturnedObject

public Object getReturnedObject()
Specified by:
getReturnedObject in interface IWebResult
Specified by:
getReturnedObject in interface com.googlecode.jpattern.shared.result.facade.ICommandFacadeResult<Object>


Copyright © 2011. All Rights Reserved.