public class ProcValidateHardgoodShippingGroup extends ApplicationLoggingImpl implements PipelineProcessor
| Modifier and Type | Field and Description | 
|---|---|
| static java.lang.String | CLASS_VERSIONClass version string | 
| protected int[] | mRetCodes | 
STOP_CHAIN_EXECUTION, STOP_CHAIN_EXECUTION_AND_COMMIT, STOP_CHAIN_EXECUTION_AND_ROLLBACKDEFAULT_LOG_TRACE_STATUSDEFAULT_LOG_DEBUG_STATUS, DEFAULT_LOG_ERROR_STATUS, DEFAULT_LOG_INFO_STATUS, DEFAULT_LOG_WARNING_STATUS| Constructor and Description | 
|---|
| ProcValidateHardgoodShippingGroup() | 
| Modifier and Type | Method and Description | 
|---|---|
| java.lang.String | getLoggingIdentifier()Return the LoggingIdentifier used in log messages. | 
| int[] | getRetCodes()Returns an array of all the return codes that could be returned by this PipelineProcessor. | 
| ShippingAddrValidator | getShippingAddressValidator() | 
| int | runProcess(java.lang.Object pParam,
          PipelineResult pResult)Verify that all required shipping adddress properties are provided
 in a HardgoodShippingGroup. | 
| void | setLoggingIdentifier(java.lang.String pLoggingIdentifier)Set the LoggingIdentifier used in log messages. | 
| void | setShippingAddressValidator(ShippingAddrValidator pShippingAddressValidator) | 
| protected void | validateHardgoodShippingGroupFields(HardgoodShippingGroup hsg,
                                   PipelineResult pResult,
                                   java.util.ResourceBundle pResourceBundle)This method validates the HardgoodShippingGroup properties. | 
addGlobalLogListeners, addLogListener, getLoggingForVlogging, getLoggingIdentifer, getLogListenerCount, getLogListeners, initializeFromServiceEvent, isAutoInitListeners, isLoggingDebug, isLoggingError, isLoggingInfo, isLoggingTrace, isLoggingWarning, logDebug, logDebug, logDebug, logError, logError, logError, logInfo, logInfo, logInfo, logTrace, logTrace, logTrace, logWarning, logWarning, logWarning, removeLogListener, sendLogEvent, setAutoInitListeners, setLoggingDebug, setLoggingError, setLoggingInfo, setLoggingTrace, setLoggingWarningvlogDebug, vlogDebug, vlogDebug, vlogDebug, vlogDebugTrace, vlogError, vlogError, vlogError, vlogError, vlogInfo, vlogInfo, vlogInfo, vlogInfo, vlogTrace, vlogTrace, vlogTrace, vlogTrace, vlogWarning, vlogWarning, vlogWarning, vlogWarningpublic static java.lang.String CLASS_VERSION
protected int[] mRetCodes
public void setLoggingIdentifier(java.lang.String pLoggingIdentifier)
setLoggingIdentifier in class ApplicationLoggingImplpublic java.lang.String getLoggingIdentifier()
getLoggingIdentifier in class ApplicationLoggingImplpublic void setShippingAddressValidator(ShippingAddrValidator pShippingAddressValidator)
public ShippingAddrValidator getShippingAddressValidator()
public int[] getRetCodes()
PipelineProcessorgetRetCodes in interface PipelineProcessorpublic int runProcess(java.lang.Object pParam,
             PipelineResult pResult)
               throws java.lang.Exception
runProcess in interface PipelineProcessorpParam - an optional user parameterpResult - the PipelineResult object which is used to return errors or other datajava.lang.ExceptionShippingAddrValidatorprotected void validateHardgoodShippingGroupFields(HardgoodShippingGroup hsg, PipelineResult pResult, java.util.ResourceBundle pResourceBundle)
validateShippingAddress.hsg - a HardgoodShippingGroup object to validate