atg.commerce.promotion
Class GWPManager.GWPPipelineErrorHandler

java.lang.Object
  extended by atg.commerce.promotion.GWPManager.GWPPipelineErrorHandler
All Implemented Interfaces:
atg.commerce.util.PipelineErrorHandler
Enclosing class:
GWPManager

protected class GWPManager.GWPPipelineErrorHandler
extends java.lang.Object
implements atg.commerce.util.PipelineErrorHandler

Class to handle errors from the purchase process helper pipeline if needed.


Field Summary
protected  boolean mHasErrors
           
protected  ApplicationLogging mLogger
           
 
Fields inherited from interface atg.commerce.util.PipelineErrorHandler
CLASS_VERSION
 
Constructor Summary
protected GWPManager.GWPPipelineErrorHandler(ApplicationLogging pLogger)
          Constructor, takes a logger as parameter
 
Method Summary
 void handlePipelineError(java.lang.Object pError, java.lang.String pErrorKey)
           
 boolean hasErrors()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

mLogger

protected ApplicationLogging mLogger

mHasErrors

protected boolean mHasErrors
Constructor Detail

GWPManager.GWPPipelineErrorHandler

protected GWPManager.GWPPipelineErrorHandler(ApplicationLogging pLogger)
Constructor, takes a logger as parameter

Parameters:
pLogger - ApplicationLoggingImpl
Method Detail

handlePipelineError

public void handlePipelineError(java.lang.Object pError,
                                java.lang.String pErrorKey)
Specified by:
handlePipelineError in interface atg.commerce.util.PipelineErrorHandler

hasErrors

public boolean hasErrors()