com.indexdata.mkjsf.errors
Class ErrorCentral
java.lang.Object
com.indexdata.mkjsf.errors.ErrorCentral
- All Implemented Interfaces:
- Serializable
@SessionScoped
@Named
public class ErrorCentral
- extends Object
- implements Serializable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ErrorCentral
public ErrorCentral()
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.