com.indexdata.mkjsf.errors
Class ErrorCentral

java.lang.Object
  extended by com.indexdata.mkjsf.errors.ErrorCentral
All Implemented Interfaces:
Serializable

@SessionScoped
@Named
public class ErrorCentral
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
ErrorCentral()
           
 
Method Summary
 void addConfigurationError(ErrorInterface configError)
           
 ErrorInterface getCommandError()
           
 List<ErrorInterface> getConfigurationErrors()
           
 ErrorHelper getHelper()
           
 boolean hasCommandErrors()
           
 boolean hasConfigurationErrors()
           
 boolean hasErrors()
          Returns true if application error found in any response data objects
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ErrorCentral

public ErrorCentral()
Method Detail

addConfigurationError

public void addConfigurationError(ErrorInterface configError)

hasConfigurationErrors

public boolean hasConfigurationErrors()

hasCommandErrors

public boolean hasCommandErrors()

getCommandError

public ErrorInterface getCommandError()

hasErrors

public boolean hasErrors()
Returns true if application error found in any response data objects


getConfigurationErrors

public List<ErrorInterface> getConfigurationErrors()

getHelper

public ErrorHelper getHelper()


Copyright © 2013. All Rights Reserved.